@charset "utf-8";
/* CSS Document */

#bnr { position: relative;}

#bd #bnr #cboOptions {margin-left:73px;text-transform: capitalize;}

#bd #bnr option {text-transform: capitalize;}

#bd #bnr #tabs {
	margin: 0;
	width: 660px;
	float: left;
	/*background: transparent url(../images/bg_tabs.png) top left no-repeat;*/
}
#bd #bnr #tabs ul#ultabs {
	float: left;
	font-size:1.1em;
	line-height:1.1em;
	padding: 0;
	margin-left: 50px;
	position: absolute;
	top: 163px;
	left: 0;
}
#bd #bnr #tabs ul#ultabs li {
	margin-left: 2px;
	list-style: none;
	background: transparent url(../images/bg_tab_sprite.png) bottom left no-repeat;
	line-height: 41px;
	width: 145px;
	text-align: center;
	text-transform: capitalize;
}
* html #bd #bnr #tabs ul#ultabs li {
	display: inline;
}
#bd #bnr #tabs ul#ultabs li, #bd #bnr #tabs ul#ultabs li a {
	float: left;
}

 #bd #bnr #tabs ul#ultabs li a {
	color: #8f9297;
	width: 141px;
	text-decoration: none;
	padding: 0 2px;	
}
 
#bd #bnr #tabs ul#ultabs li.active {
	background-position: 0 1px;
}
#bd #bnr #tabs ul#ultabs li.active a {
	font-weight: bold;
	color: #f8991f;
}
#bd #bnr #tabs div#panels {
	clear: both;
	padding: 25px 20px 25px 63px;
}

#bd #bnr #tabs div div h2,
#bd #bnr #tabs div div h3,
#bd #bnr #tabs div div h4,
#bd #bnr #tabs div div p {
	margin-left: 0;
}

#bd #bnr #tabs div div ol {
	list-style: decimal;
	margin-left: 25px;
	font-size: 1.1em;
	line-height: 1.5em;
}

#bd #bnr #tabs div div ul {
	list-style: disc;
	margin-left: 25px;
	font-size: 1.1em;
	line-height: 1.5em;
}
.thumbs {
	float:left;
	border:#000 solid 1px;
	margin-bottom:20px;
	margin-right:20px;
}-->

