@charset "UTF-8";

/*
 * TABS
 */

.tabs {
	background: transparent url("/gfx/reloaded/back-tabs.jpg") scroll repeat-x left 25px;
	font-size: 0;
}
.tabs .tabs { margin: 10px 0 0; }

.tabs > div { margin: 10px; }

.tabs > ul {
	display: block;
	margin: 0;
}

.tabs > ul > li {
	display: inline-block;
	margin-right: 2px;
}
.tabs > ul > li:before { content: "" }

.tabs > ul > li > a {
	display: block;
	padding-top: 4px;
	width: 105px;
	height: 21px;
	background: transparent url("/gfx/reloaded/tab.jpg") scroll no-repeat left top;
	font-size: 11px;
	text-align: center;
}

.tabs > ul > .last { margin-right: 0; }
.tabs > ul > .active > a { font-weight: bold; }
.tabs > ul > .active > a, .tabs > ul > li:hover > a { background-position: -105px; }