@charset "utf-8";
/* CSS Document */

ul.tabs {
	margin: 0;
	padding: 0;
	float: left; margin-top:10px;
	list-style: none;
	height: 50px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 37px;
	line-height: 37px;
	border-left: none; padding-top:12px;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:hover {
text-decoration:none;
}	
html ul.tabs li.active, html ul.tabs li.active {
	background: #eae8d1;
	border: 1px solid #9c8a33;
	border-bottom: 1px solid #eae8d1;
}
.tab_container {
	border: 1px solid #9c8a33;
	clear: both; margin-top:10px;
	width: 100%;
	background: #eae8d1;
}
.tab_content {
	padding: 15px 20px;
}


.picture_box{
width:187px;
height:150px;
background-color:#FFFFFF;
border:#a8a043 solid 1px;
float:right;
margin-left:20px;
margin-bottom:5px;
}