
.section {
	width: 880px;
	margin: 0 0 30px;
	
}
ul.tabs {
	height: 40px;
	line-height: 40px;
	list-style: none;
	border-bottom: 1px solid #460404;
}
.tabs li {
	float: left;
	display: inline;
	margin: 0 5px -1px 0;
	padding: 0 25px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	background-image: url(../images/b_btab.jpg);
	cursor: pointer;
	position: relative;
}

.tabs li:hover,

.tabs li.current {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	background-image: url(../images/b_tab.jpg);
}


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

	
