.container {
	width: 715px; 
	margin: 20px auto;
	float:left;
}

.container ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 19px;
	border-bottom: 2px solid #d3d6db;
	width: 100%;
}

.container ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 17px;
	line-height: 17px;
	border: 2px solid #d3d6db;
	margin:0 7px -2px 0;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.container ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 0 10px;
	border: none;
	outline: none;
	width:143px;
}
.container ul.tabs li a:hover {
	background: #fff;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #f2f5fc;
	border-bottom: 2px solid #f2f5fc;
	font-weight:bold;
}
.tab_container {
	border: 2px solid #d2d5da;
	border-top: none;
	clear: both;
	float: left; 
	width: 711px;
	background: #f2f5fc;

}
.tab_content {
	padding: 13px;
	font-size: 12px;
}
.tab_content h4 {
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 12px;
	color:#0272be;
	font-weight:bold;
}

.tab_content .tab_entry {
	width:100%;
	float:left;
}

.tab_content img {
	float: right;
	margin: 0 20px 20px 0;
	border: none;
	padding: 0 0 15px 15px;
}
