@charset "utf-8";
/* CSS Document */

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;

	width: 396px;
	font-family:Arial, Helvetica, sans-serif;
}
ul.tabs li {
	float: left;
	border: 1px solid #cccccc;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background:#E9E9E9;
}
ul.tabs li a {

	text-decoration: none;
	color: #000;
	display: block;
	font-size:12px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	width:96px;
	height: 31px !important; /*--Subtract 1px from the height of the unordered list--*/	
	line-height:31px;
	text-align:center;
}
ul.tabs li a:hover {
	background: #666;
	color:#FFFFFF;
}
ul.tabs li.active, ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #ffffff;
	border-bottom: 1px solid #ffffff; /*--Makes the active tab look like it's connected with its content--*/
	color:#000000;
}


.tab_container {
	border: 1px solid #cccccc;
	border-top: none;
	border-bottom: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {	
	margin:0px;
	min-height:330px;
	height:auto !important;
	width:375px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	position:relative;
	padding: 10px;	
}

.tab_content h1{font-size:16px; color:#69000E; padding:0px; margin:0 0 5px 0;}
.tab_content p{line-height:20px; color:#666666;}

#tab_border
{
	float:left;
	border:solid 1px #cccccc;
	border-top:0px;
	min-height:408px;
	padding:10px;
	width:432px;
}