@charset "utf-8";
/* CSS Document */

#tabs	{
	margin: 0;
	overflow: hidden;
	padding: 0;
	zoom: 1; /* use only if needed to fix IE6/7 bugs, otherwise remove */
	position:relative;
	top:2px;
	z-index: 1;
}

#tabs li {
	display: block;
	list-style: none;
	margin: 0;
	margin-left: 3px;
	padding: 0;
	float: left;	
}

#tabs li a {
	display: block;
	padding: 3px 29px 1px 30px;
/*	border: 1px solid #d1af6f;*/
	border: 1px solid #c2994e;
	/*border-bottom: 0 none;*/
	text-align: center;
	text-decoration: none;
	background: #fff;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;	
}

#tabs li a img {
	border: none;	
}

.tab-section {
	margin: 1px 0 0 0;
	background:#fff;
	padding: 0;
	/*border: 1px solid #d1af6f;*/
	border: 1px solid #c2994e;
	overflow: auto;
}

#tabs li a.current {
	background: #fff;
	color: #000;
	border-bottom: 1px solid #fff;
}