.tabs{
	background-image: url('../images/main/details_menu.gif');
	background-repeat:repeat-x;
	float:left;
	width:100%;
	line-height:normal;
	padding-top:10px;

	/* border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
}


.tabs ul{
	font-size:12px;
	list-style-type: none;
	margin:0;
	padding:0px;
	padding-left: 10px; /*Left offset of entire tab menu relative to page*/
	padding-bottom:2.1em;
	margin-right:-2px;
	border-bottom:1px solid  #CCCCCC;
}

.tabs li{
	font-size:14px;
	color:#00535C;
	font-family:"Trebuchet MS", Arial;
	font-weight:bold;
	display:inline;
	margin:0;
	padding:0;
}

.tabs a{
	float:left;
	background:url(media/glowtab-left.gif) no-repeat left top;
	margin:0;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
	color:#00535C;
	cursor:pointer;
}

.tabs a:visited{
	text-decoration:none;

}

.tabs a span{
	float:left;
	display:block;
	background:url(media/glowtab.gif) no-repeat right top;
	padding: 5px 12px 3px 3px;
	font-weight:bold;
	color:#00535C;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {float:none;}
/* End IE5-Mac hack */

.tabs a:hover span {
	color: #00535C;;
}

.tabs a.current{ /*Selected Tab style*/
	background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/

}

.tabs a.current span{ /*Selected Tab style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
	color: #F6921D;;
}

.tabs a:hover{ /*onMouseover style*/
	background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabs a:hover span{ /*onMouseover style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{

	font-size:12px;
	clear: left;
	background-color:#FFFFFF;
	width:100%;

}

.tabcontainer a {color:#3A7FB6;}
.tabcontainer a:hover, .tabcontainer a#active {color:#DC3E5A;}

.tabcontainer ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

.tabcontainer li{
	padding-bottom:8px;
	margin-bottom:5px;
	border-bottom:1px dashed #A0C8E2;
}

.tabcontainer h2 {	
	margin:0px;
	padding:0px;
	padding-bottom:3px;
}
.tabcontainer h2 a{
	font-family:Tahoma, Verdana, Arial;
	font-size:13px;

}

.tabcontent{
	display:none;
	padding:10px;
}
.dt_desc {
	display:none;

}
