/* SIMPLE TABS
  ------------- */

ul.s-tabs {
	width: 100%;
	font-size: 10px;
	text-transform: uppercase;
	background: transparent url('../images/tabs/tabsbg.jpg') repeat-x scroll top left;
	list-style-type: none;
	display: inline-block;
}

ul.s-tabs li {
	float: left;
	margin-left: 2px;
	height: 25px;
	display: inline-block;
}

ul.s-tabs li.selected {
	background: transparent url('../images/tabs/tabbg.jpg') repeat-x scroll top left;
}

ul.s-tabs li a span {
	padding: 0 8px;
	padding-top: 6px;
	display: inline-block;
}

ul.s-tabs li.selected a {
	color: #FFF !important;
	font-weight: bold;
	height: 25px;
	display: inline-block;
}

ul.s-tabs li a:hover {
	font-weight: bold;
	text-decoration: none !important;
}

ul.s-tabs li span {
	display: inline-block;
}


ul.s-tabs li.selected span.s-tab-ltc {
	background: transparent url('../images/tabs/tab-c-lt.jpg') no-repeat scroll top left;
}

ul.s-tabs li.selected span.s-tab-lbc {
	background: transparent url('../images/tabs/tab-c-lb.jpg') no-repeat scroll bottom left;
}

ul.s-tabs li.selected span.s-tab-rtc {
	background: transparent url('../images/tabs/tab-c-rt.jpg') no-repeat scroll top right;
}

ul.s-tabs li.selected span.s-tab-rbc {
	background: transparent url('../images/tabs/tab-c-rb.jpg') no-repeat scroll bottom right;
}