﻿.etabs { 
	margin:0;
	padding:0;
	width:948px;
	height:25px;
	background-color:#3b3b3b;
}
.tab {
	display:block;
	float:right;
	background:#3b3b3b;
	border-right:2px #FFF solid;
	width:145px;
	height:25px;
	text-align:right;
}
.tab a {
	font-size:12px;
	line-height:25px;
	display:block;
	padding:0 15px;
	outline:none;
	background-color:#3b3b3b;
	color:#FFF;
	font-weight:bold;
	font-family:Arial;
	height:25px;
	background-image:url('aritem_arrow.png');
	background-repeat:no-repeat;
	background-position:right center;
}
.tab a:hover {
	background:#e0b306;
	color:#3b3b3b;
	background-image:url('aritem_arrow_over.png');
	background-repeat:no-repeat;
	background-position:right center;
}
.tab.active {
	background:#e0b306;
	position:relative;
}
.tab a.active {
	font-weight:bold;
	background:#e0b306;
	color:#3b3b3b;
	font-family:Arial;
	background-image:url('aritem_arrow_over.png');
	background-repeat:no-repeat;
	background-position:right center;

}
.tab-container .panel-container {
	background:#fff;
	width:948px;
}
.panel-container {
	margin-bottom: 10px;
}
.Tab-Container_Content_Layout {
	width:935px;
	margin:8px auto;
	font-family:Aria;
	font-size:14px;
	color:#666666;
}