/* ------------------------------------------------------------ */

/*.main .tabs {
	background: none;
}*/

.main .tabs .header {
	background-color: transparent;
	_background-color: #fff;
	border: 0 none;
	float: none;
	padding: 0;
}

.main h2.header {
	font-size: 20px;
	line-height: 24px;
}

.wrapper .content .main .tabbed {
	border: 0 none;
	background-image: none;
	background-color: #fff;
	overflow: visible;
}

.tabs * { /zoom: 1;}
.tabbed {
	position: relative;
	_height: 1px;
}

.tabbed .tab {
	clear: both;
	padding:  16px;
	background: url( '/static/interface/img/tabs/top-bg.gif' ) repeat-x 0 -54px;
	border: 1px solid #c8c8c8;/*#b4b4b4*/ /*#dbdadb;*/
	border-top: 0 none;
	margin-top: -1px;
}

.tabbed .headers {
	overflow: hidden;
	position: relative;
	margin: 0 -1px;
	width: auto;
	padding: 0 1px;
}

.overload .headers {
	padding: 0 7px;
}

.overload .current {
	top: 0;
	margin: -5px -1px 0;
	padding: 0 1px;
}

.tabbed .headers .header {
	float: left;
	display: inline;
	cursor: pointer;
	position: relative;
	margin: 0;
	font-size: 15px;
	line-height: 16px;
	padding: 0;
	background-color: #fff;
	border: 0 none;
	font-size: 16px;
	line-height: 16px;
	overflow: visible;
}

.tabbed .headers .selected {
	margin-top: 0;
	z-index: 1;
}

.tabbed .headers .header a {
	display: block;
	position: relative;
	border: 1px solid #dbdadb;
	margin: 0 -1px 0 0;
	padding: 5px 10px;
	border-bottom: 0 none;
	overflow: hidden;
	line-height: 16px;
}

.tabbed .headers .header a.rh2 {
	line-height: 32px;
}
/*
.tabbed .headers .header a.rh3 {
	line-height: 48px;
}
*/
.tabbed .headers .selected a {
	color: #666;
	background: #fff url( '/static/interface/img/tabs/top-bg.gif' ) repeat-x 0 0;
	padding: 6px 10px 10px;
	border-bottom: 0 none;
	cursor: default;
	border-color: #c8c8c8 /*#b4b4b4*/;
}

.tabbed .current .header {
	border-bottom: 1px solid #c8c8c8 /*#b4b4b4*/;
	margin: 5px 0 0;
}
.tabbed .current .selected {
	border-bottom: 0 none;
	margin: 0;
}


/* ------------------------------------------------------------ */

.toggled {
	margin: 16px 0 0;
}

.toggled .headers-wrap {
	position: relative;
	_height: 1px;
	margin: 0 -1px 16px;
	width: auto;
}

.toggled .headers {
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #f9f9f9;
	background: #fff url( '/static/interface/img/tabs/top.gif' ) 0 0 repeat-x;
	padding: 2px 6px;
	margin: 0;
	z-index: 1;
}

.toggled .level {
	overflow: hidden;
	position: relative;
	width: auto;
	margin-right: -7px;
	clear: both;
	z-index: 2;
}

.toggled .headers .header {
	position: relative;
	display: inline;
	float: left;
	text-align: center;
	margin: 2px 0;
	padding: 0 7px;
	border: 0 none;
	background: url( '/static/interface/img/tabs/separator.gif' ) 100% 50% no-repeat;
	font-size: 10px;
	line-height: 10px;
	background-color: transparent;
	_background-color: none;
	border: 0 none;
	font-weight: normal;
	z-index: 10;
}

.toggled .headers .header a {
	display: block;
	padding: 0 10px;
	outline: none;
	color: #000000;
	text-decoration: none;
	border: 0 none;
	background: none;
	height: auto;
}

.toggled .marker {
	margin-top: 2px;
	position: absolute;
	top: 4px;
	left: -100px;
	height: 15px;
	overflow: hidden;
	clear: both;
	background: url( '/static/interface/img/tabs/marker.gif' ) 0 0 no-repeat;
	z-index: 2;
}

.toggled .marker span {
	position: absolute;
	right: 0;
	_right: -1px;
	top: 0;
	height: 15px;
	width: 10px;
	background: url( '/static/interface/img/tabs/marker.gif' ) 100% 100% no-repeat;
}

.toggled .tab {
	border: 0 none;
	background: 0;
	padding: 0;
}

.toggled .left-side,
.toggled .right-side,
.toggled .left-side span,
.toggled .right-side span {
	position: absolute;
	width: 6px;
	background-image: url( '/static/interface/img/tabs/toggle-corners.gif' );
	background-repeat: no-repeat;
	line-height: 0;
	font-size: 0;
}

.toggled .left-side,
.toggled .right-side {
	top: 0;
	height: 100%;
	z-index: 2;
}

.toggled .left-side span,
.toggled .right-side span {
	left: 0;
	bottom: 0;
	_bottom: -1px;
	height: 4px;
}

.toggled .left-side {
	left: 0;
	background-position: 0 -4px;
}

.toggled .right-side {
	right: 0;
	_right: -1px;
	background-position: 100% -4px;
}

.toggled .left-side span {	background-position: 0 0; }
.toggled .right-side span {	background-position: 100% 0; }

/* ------------------------------------------------------------ */

.corner {
	position: absolute;
	width: 6px;
	height: 6px;
	font-size: 0;
	line-height: 0;
	background-image: url( '/static/interface/img/tabs/corners.gif' );
}

.lb {
	left: 0;
	bottom: 0;
	_bottom: -1px;
	background-position: 0 100%;
}

.rb {
	right: 0;
	bottom: 0;
	_right: -1px;
	_bottom: -1px;
	background-position: 100% 100%;
}

.rt {
	top: 0;
	right: -1px;
	_right: -2px;
	background-position: 100% 0;
}

.current .rt {
  _right: -1px;
}

.lt {
	left: 0;
	top: 0;
	background-position: 0 0;
}

.current .selected .rt {	background-position: 100% -6px; }
.current .selected .lt {	background-position: 0 -6px; }

/* ------------------------------------------------------------ */

.hidden { display: none; }
.headers .lavaLamp {
	background:none;
	margin:0 0 2px;
}
.headers .lavaLamp li {
	background: url("/static/interface/img/tabs/separator.gif") no-repeat scroll 100% 50% transparent;
}
.headers .lavaLamp li.back {
    background: url("/static/interface/img/lava.png") no-repeat scroll right -15px transparent;
}

.headers .lavaLamp li.lava-last { background: none; }
