ul.tabs {
	list-style: none;
	height: 32px;
	width: 307px;
	margin-top: 10px;
}
ul.tabs li {
	line-height: 31px;
	float: left;
	margin-right: 6px;
}
ul.tabs li a {
	color: #34342F;
	display: block;
	padding: 0 22px;
	border: 1px solid #dedede;
	background-color: #FFFFFF;
}
ul.tabs li a:hover {
	background: #686868;
	color: #ffffff;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background-color: #686868;
	color: white;
}
.tab_container {
	border-top: none;
	float: left;
	width: 294px;



	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	color: #34342F;
	background-color: #ffffff;
	margin-top: 10px;
}
.tab_content {
	padding: 15px 20px;
	overflow: hidden;
	border: 1px solid #dedede;
	width: 252px;
}
.tab_content strong{
	color: #E00000;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.6em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 10px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
