.clear {	clear:both;}ul.tabs {	display: block;	float: left;	margin-left: -21px;	margin-top: 0;	margin-bottom: 0;	width:800px;	list-style:none; }ul.tabs li:first-child {	border-left:2px solid #fff;}ul.tabs li {	float:left;	border-left:2px solid #fff;	background-color:#eee;}ul.tabs li.active {	border-bottom:2px solid #fff;	background-color:#ffead6;	margin-bottom:-1px;}ul.tabs li a {	display:block;	padding:5px 10px; 	color:#777;	letter-spacing:-1px;	outline:none;	text-decoration:none;}ul.tabs li.active a {	font-weight:600;	color:#666767;}div.tabs_content {	width:500px;}div.tabs_content > div {	padding:0;}