div#tabs
{
	background:none;
	margin-bottom: 15px;
}

div#tabs ul#ultabs 
{
	list-style:none;
}
div#tabs ul#ultabs li
{
	float:left;
	color:black;
	padding:10px 30px;
	cursor:pointer;
	font-size:12px;
	background: #f3f6f4;
}
div#tabs ul#ultabs li.active
{
	color:#fff;
	background:#015f95;
}
#tabs div#content_tabs
{
	border-top:none;
	padding: 10px;
	background:#015f95;
	list-style-position: inside;
}

/*------------------------------------------------------*/

div#tabs_bds
{
	background:none;
	margin-bottom: 15px;
	position: relative;
}

div#tabs_bds ul#ultabs 
{
	list-style:none;
}
div#tabs_bds ul#ultabs li
{
	width: 290px;
	float:left;
	cursor:pointer;
	font-size:12px;
	line-height: 38px;
	text-align: center;
	font-weight: bold;
	color: yellow;
	background: #006fff;
	font-size: 14px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color=#121212)";/*IE 8*/
	text-shadow: 0 1px 2px #121212;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#121212); /*IE 5.5-7*/
}
div#tabs_bds ul#ultabs li.active
{
	color:#fff;
	background:#d02203;
}
#tabs_bds div#content_tabs
{
	border-top:none;
	list-style-position: inside;
	margin-top: 20px;
}
