@charset "utf-8";
/* Tabs */

#tabs {
	margin-left: 0px;
	padding: 0;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#tabs ul {
	font: bold 13px Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0 0px 0 0;
	padding:0;
	text-transform: none;
}
#tabs a {
	float:left;
	background: #686666;
	margin:0px;
	padding:0 7px 0px 7px;
	line-height: 23px;
	text-decoration:none;
	color: #FFF;
}
#tabs a span {
	float:left;
	display:block;
	line-height: 23px;
	padding: 0px 0px 0px 0px;
}
#tabs a span {
	float:none;
}
#tabs a:hover {
	background: #ededed;
	color: #ef5d03;
}
#tabs a:hover span {
	background: #ededed;
	color: #ef5d03;
}
#tabHeaderActive span, #tabHeaderActive a, #tabHeaderActive a:visited{
	background: #ededed;
	color: #ef5d03;
}
.tabContent {
	clear:both;
	border: none;
	padding-top:2px;
	background-color:#f8f8f8;
}
img {
	border: none;
}

