




.tab-container {
	color: #000;
}

.tab-wrapper .tab-ajax-loading {
	background: transparent url(/img/ajax-loader.gif) no-repeat scroll center center;
	margin: auto;
}

#tabs {
	height:31px;
	left:10px;
	position:absolute;
	top:20px;
	width:664px;
	}
#cpanel #tabs {
	top: 27px;
	}
#tabs li {
	background:transparent url(/img/tab_off.png) no-repeat scroll 0pt;
	color:#454545;
	float:left;
	font-size:12px;
	height:23px;
	margin-right:3px;
	padding-top:8px;
	position:relative;
	text-align:center;
	text-transform:uppercase;
	width:183px;
	}
#tabs li {
	cursor:pointer;
	}
#tabs li.on {
	background:transparent url(/img/tab_on.png) no-repeat scroll 0pt;
	color:#454545;
	font-weight: bold;
	cursor:default;
	}
#tabs .selector {
/*	height:509px;
	left:20px;
	position:absolute;
	top:63px;
	width:160px; */
	}
ul.tab-menu {
	left: 371px;
	overflow: hidden;
	position: absolute;
	width: 570px;
	}
#cpanel ul.tab-menu { left: 334px }
.selector ul.tab-menu {
	overflow: hidden;
	left: 740px;
	height:509px;
	top:53px;
	position: absolute;
	width:160px;
	}
#tabs .tab-wrapper .selector ul.tab-menu li {
	text-transform: none;
	text-align: left;
	color:#454545;
	cursor:pointer;
	height:20px;
	padding:5px 0pt 0pt 16px;
	width:146px;
	}
#tabs .selector li.sel {
	background:transparent url(/img/selector_on.png) no-repeat scroll 0pt;
	cursor:default;
	}
#tabs .selector li.first {
	margin-bottom:11px;
	}

#tabs .tab-wrapper ul.tab-menu li { margin: 0; padding: 0 }