.section {
 margin: 0 0 30px;
}
.tabs_head { background: #f8f8f8; padding: 1px 16px 16px 0px; margin: 0 0 30px 0; 

	text-shadow: 2px -1px 0 rgba(255,255,255,0.9);
		
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow:inset 0px 0px 4px #d9d9d9;
	-webkit-box-shadow:inset 0px 0px 4px #d9d9d9;
	box-shadow:inset 0px 0px 4px #d9d9d9;
}

ul.tabs {
	list-style: none;
	font-size: 16px;
}
.tabs li {
	float: left;
	display: inline;
	margin: 0px 10px 0px 0 !important;
	padding: 6px 0 0px 1px !important;
	color: #282828;
	cursor: pointer;
	position: relative;
	width: 250px;
	text-indent: 0;
	border-bottom: 1px solid #c2c2c2;
	background: url(../img/tabs.png) 2px -1px no-repeat;
	text-indent: 20px;
}
.tabs li:hover,
.vertical .tabs li:hover {
	color: #d92540;
	background: url(../img/tabs_on.png) 2px -1px no-repeat;
	
}
.tabs li.current {
	color: #d92540;
}




.box {
	display: none;
	padding: 0 12px;
}
.box.visible {
	display: block;
}

