html
{
	overflow: -moz-scrollbars-vertical;
	overflow:hidden;
	text-align:center;
}
html,body, #wrapper
{
	background-color:#000000;
	margin:0 auto;
	padding:0;
	height:100%;
	border:none;
}
body
{
	/*background: #9f9f9f url(images/bbg8.gif) top repeat-y;*/
	background:#000000;
	text-align:center;
	font-family:'Century Gothic', Verdana, sans-serif;
}

#wrapper
{
 	width:877px;
	text-align:left;
}

.main_area
{
	background-color:#000000;
	color:#ffffff;
	
	vertical-align:top;	
}
td.logo
{
	padding-left: 10px;
	background:#414141;/* url('images/ByOtten Logo Background.png');	*/
}
td.logo img
{
	height:87px;
	width:auto;
}

.showing_area
{
	height:79px;
	background-color:#000000;
	color:#ffffff;
	overflow:hidden;
}

.navbar
{
	padding: 4px 0 2px 8px;
  	border-bottom: 1px solid #cecbc6;
	background-color: #222222;
	font-family: Verdana, sans-serif;
  	font-size: 10px;
	width: 869px;	
}

.r1
{
	background-color: #333333;
}
.r2
{
	background-color: #999999;
}

/* default menuitems */
.menuitem
{
	padding: 0 10px 2px 10px;
  	margin: 1px 2px 2px 2px;
	border: 1px solid #cecbc6;
  	background-color: #000066;
  	color: #ffffff;
  	font-weight: bold;
	cursor:pointer;
	display:inline;
}

.menuitem:hover 
{
	background-color: #cecbc6;
	color: #000066;
}

/* specific menuitems */
#nav1 .menuitem
{
	background-color: #999999;
  	color: #ffffff;		
}

#nav2 .menuitem,#nav3 .menuitem
{
	background-color: #000000;
	color: #ffffff;	
}

#nav1 .menuitem.selected
{
	border-bottom-color: #999999;
}
#nav2 .menuitem.selected,
#nav3 .menuitem.selected
{
	border-bottom-color: #000000;
}


/* hover styles */
#nav1 .menuitem:hover,
#nav2 .menuitem:hover,
#nav3 .menuitem:hover
{
  background-color: #cecbc6;
  color: #000066;
}

#nav1 .selected:hover
{
	background-color: #999999;
  	color: #ffffff;		
}

#nav2 .selected:hover,
#nav3 .selected:hover
{
	background-color: #000000;
	color: #ffffff;	
}

.thumbslide
{
	background-color:#333333;
	height:75px;
	padding:2px 0 2px 0;
}

.thumbslide td
{
	text-align:center;
	width:25%;
}

.thumbslide img
{
	height:75px;
	width:auto;
}

.main_content
{
	margin:10px;
}

.main_content td
{
	vertical-align:top;
}

#thumbnailbar
{
	border: 1px solid #cecbc6;
	padding: 1px;
	cursor: default;
}
.arrow img
{
	width:22px;
	height:75px;
}

#thumbnailbar img
{
	cursor: pointer;
}

.thumbnails
{	
	width: 807px;
	overflow:hidden;
	white-space:nowrap;
	margin-left:1px;
	margin-right:1px;
}

.thumbnails img
{		
	border:0px;
	margin:0px;
	margin-right:1px;
	height: 75px;
	width:auto;
	position:relative;
}

#detailbar
{
	border: 1px solid #cecbc6;
	border-top: 0;
	padding: 2px;
	margin-bottom:1px;
	position:relative;
	height:100%;
	width:851px;
	overflow:hidden;
}
#detailbar .detailimg
{
	text-align:center;
}

#detailbar .detailimg img
{
	width:auto;
	max-width:740px;
}

#detailbar .detaildesc
{
	text-align:left;
}

#detailbar .detaildesc:first-line
{
	font-weight:bold;
}

#addressbar
{
	text-align:left;	
}

#addressbar table
{
	height:100%;
	width:100%;
}
#addressbar table td
{
	width:50%;
}
#addressbar table table
{
	height:auto;
	width:auto;
}

#addressbar:first-line
{
	font-size:30px;
}
#addressbar img
{
	height:45px;
	width:auto;
	border:0;
	margin:1px;
	padding:0;
}
#addressbar td#brand_logos
{
	text-align:right;
}

SPAN.marktext 
{
	color:#ffff00;
}

SPAN.link
{
	color:#00ffff;
	cursor:pointer;
}