* {
	margin: 0;
	padding: 0;
}
#tabs {
	margin: 20px 0;
}
#tabs ul {
	float: left;
	width: 660px;
	padding-top: 4px;
	list-style:none;
	background:url(../img/border_bottom.gif) left bottom repeat-x;
}
#tabs li {
	background:url(../img/tab_l.gif) left top no-repeat;
	padding:0 1px 0 6px;
	list-style: none;
	float:left;
}
* html #tabs li {
	display: inline;
}
#tabs li a:visited, {
	
	text-decoration:none;
	padding-left:6px;
	float: left;
}
#tabs ul li.active {
background:url(../img/tab_l2.gif) left top no-repeat;

}
#tabs ul li.active a {
	color: #333;
	background:url(../img/tab_r2.gif) right top no-repeat;
	padding:0 27px 0 21px !important;
	
}

#tabs .tab_div {
	
	clear: both;
	padding: 15px;
	padding-bottom:0px;
	min-height: 158px;	
	width:628px;
	border:solid 1px #c7ccd0;
	border-top:none;
}
*html #tabs .tab_div{height:158px;}
#tabs .tab_div h3 {
	margin-bottom: 12px;
}
#tabs div p {
	padding-bottom:20px;
}
#tabs ul li a {
	background:url(../img/tab_r.gif) right top no-repeat;
	color:#fff;
	text-decoration:none;
	padding:0 27px 0 21px !important;
	float: left;
	font-size:14px;
	line-height:35px;
}

.thumbs {
	float:left;
	border:#000 solid 1px;
	margin-bottom:20px;
	margin-right:20px;
}