/* CSS Document */

ul.tabs{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	/*--Set height of tabs--*/
	border-bottom: 1px solid #4D4D4D;
	/*border-left: 1px solid #999;*/
	width: 535px;
	padding-left: 50px;
	background: #ccc;
	
}

ul.tabs li.active {
border-bottom: 0px !important;
height:28px;
margin-top:9px;

}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	/*--Vertically aligns the text within the tab--*/
	/*border: 1px solid #999;*/
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	line-height: 42px;
	background: #ccc;

}

ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 0 14px;
	/*border: 1px solid #fff; *//*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	font-family:Verdana;

}
ul.tabs li a:hover {

	color:#D32141 !important;
	font-family:Verdana;
	
}
html ul.tabs li.active  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #F3F2ED;
	color:#000 !important;
	border: 1px solid #4D4D4D;
	border-bottom: 0px !important;/*--Makes the active tab look like it's connected with its content--*/
}
html ul.tabs li.active a:hover{
color:#000 !important;
border: 0px !important;
}
html ul.tabs li.active, html ul.tabs li.active a  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	
	color:#000 !important;
	border-bottom: 0px !important;
	line-height:2;
	 /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {

	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 590px;
	background: #F3F2ED;
	
}
.tab_content {
	padding: 7px;
	font-family:Tahoma,Arial,Verdana,sans-serif;
font-size:12px;
	color: #6F6F6E;
}
.tabs li{
padding-left:1px !important;
}
