@CHARSET "UTF-8";

.tabs {
	width: 536px;
}
.tabs .tab-items ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
.tabs .tab-items ul li {
	float: left;
	width: 176px;
	height: 39px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tabs .tab-items ul li.active {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tabs .tab-items ul li a {
	display: block;
	padding: 5px 30px;
	text-indent: -1000px;
	overflow: hidden;
	height: 100%;
}
.tabs .tab-items ul li.active a {
	color: white;
}

.tabs .tab-panes {
	position: relative;
	clear: both;
	font-size: 0em;
	height: 231px;
	background: #1f5eb3 url(../images/pane-bg.png) repeat-x 0 -1px;
}
.tabs .tab-panes .pane {
	display: none;
	position: absolute;
	z-index: -10;
	width: 100%;
	height: 191px;
	padding: 25px 0 15px 0;
	background: #1f5eb3 url(../images/pane-common-bg.png) repeat-x 0 -1px;
}
.tabs .tab-panes .pane a,
	.tabs .tab-panes .pane a img {
	border: none;
}
.tabs .tab-panes .pane.active {
	display: block;
	z-index: 10;
}
