div.tab-container/*.alone*/ {
	display: block;
	margin: 0 auto;
}
div.frame.shadow div.tab-container {
	margin: 0 auto;
}

ul.tabs {
	display: block;
	height: 50px;
	background: url("../images/sb/shadow_center.png") no-repeat scroll center bottom transparent;
}
div.tab-bg {
	background: url("../images/sb/shadow_center.png") no-repeat scroll center bottom transparent;
	padding-top: 28px;
}
table.tabs {
	height: 30px !important;
	margin: 0px auto;
	width: 95% !important;
}
table.tabs,
ul.tabs {
	padding-left: 35px;
	position: relative;
	margin-bottom: 15px;
}
ul.tabs li {
	float: left;
	float: left;
	display: block;
}
table.tabs td {
	text-align: center;
	height: 30px !important;
	overflow: hidden;
}
table.tabs td,
ul.tabs li {
	margin-top: 18px;
	cursor: pointer;
	padding: 8px 23px;
	font-size: 12px;
}
table.tabs td.active,
ul.tabs li.active {
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	/*padding: 7px 22px 10px;*/
}
table.tabs,
table.tabs td{
	padding: 0;
	border: 0;
}
table.tabs td a,
ul.tabs a {
	/*color: #0aa5a9;*/
	color: #777777;
	font-weight: bold;
}
table.tabs td:hover a, 
ul.tabs li:hover a{
	color: #0ac3c8;
}
table.tabs td.active,
table.tabs td.active a,
table.tabs td.active a:hover,
ul.tabs li.active,
ul.tabs li.active a,
ul.tabs li.active a:hover {
	background: #fff;
	cursor: default;
	color: #333333;
	text-decoration:none;
}

ul.button-tabs {
	display: block;
	height: 50px;
	overflow: hidden;
	padding-left: 35px;
	width: 950px;
}
ul.button-tabs li {
	margin-top: 18px;
	float: left;
	display: block;
	cursor: pointer;
	padding: 8px 23px;
	font-size: 12px;
}
ul.button-tabs li.active {
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 7px 22px 12px;
}
ul.button-tabs a {
	border:1px solid #e9780a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #ff830a url(../images/sb/head_btn_bg.png);
	cursor: pointer;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
}
table.tabs td:hover a,
ul.button-tabs li:hover a{
	color: #0ac3c8;
}
table.tabs td.active,
table.tabs td.active a,
table.tabs td.active a:hover,
ul.button-tabs li.active,
ul.button-tabs li.active a,
ul.button-tabs li.active a:hover {
	background: #fff;
	cursor: default;
	color: #999999;
}
table.tabs td.active a {
	color: #000;
}

div.tab-container div.left-shadow{
	background: url("../images/sb/shadow_left.png") no-repeat scroll center bottom transparent !important;
	position: absolute;
	margin-left: -80px;
	margin-top: -9px;
	width: 80px;
	height: 68px;
	z-index: -2;
	padding: 0;
	border: 0;
	cursor: default;
	-moz-box-shadow: none;
}
div.tab-container div.right-shadow{
	background: url("../images/sb/shadow_right.png") no-repeat scroll center bottom transparent !important;
	position: absolute;
	margin-left: 980px;
	margin-top: -9px;
	width: 76px;
	height: 68px;
	z-index: -2;
	padding: 0;
	border-right: 0 !important;
	cursor: default;
	-moz-box-shadow: none;
}
span.tab-count {
	color: #F58320;
}
