* {margin: 0; padding: 0;}

.section {
	width: 700px;
	background: #474747;
	position:relative;
	top:10px;
	margin-left:10px;
}
ul.tabs {
	height: 25px;
	line-height: 25px;
	list-style: none;
	background: #251607;
}
.tabs li {
    width: 148px;
	text-align: center;
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 0 13px;
	color: #fff;
	cursor: pointer;
	background: #545454;
	position: relative;
	font-size:14px;
}
.tabs li:hover,
.vertical .tabs li:hover {
	color: #FFD11D;
	padding: 0 13px;
}
.tabs li.current {
	color: #fff;
	background: #6E6E6E;
	padding: 0 13px 0px;
}
.tabs li.current .tab_corner_left{	background:url(images/corner_tab_active_left.jpg) no-repeat;
}
.tabs li.current .tab_corner_right{
	background:url(images/corner_tab_active_right.jpg) no-repeat;
}
.box {
	display: none;
	background: #474747;
	color:white;
}
.box.visible {	position:relative;
	display: block;
	color:white;
}

.section.vertical {
	width: 440px;
	border-left: 160px solid #FFF;
}
.vertical .tabs {
	width: 160px;
	float: left;
	display: inline;
	margin: 0 0 0 -160px;
}
.vertical .tabs li {
	padding: 0 13px;
	margin: 0 0 1px;
	border: 1px solid #E4E4E4;
	border-right: 1px solid #F9F9F9;
	width: 132px;
	height: 25px;
}
.vertical .tabs li:hover {
	width: 131px;
}
.vertical .tabs li.current {
	width: 133px;
	color: #444;
	background: #EFEFEF;
	margin-right: -1px;
}
.vertical .box {
  border-width: 1px;
}
