.tabs-container{
	overflow:hidden;
	background:#fff;
	width:100%;
}
.tabs-header{
	border:1px solid #8DB2E3;
	background:#E0ECFF;
	border-bottom:0px;
	position:relative;
	overflow:hidden;
	padding:0px;
	padding-top:2px;
	width:690px;
}
.tabs-header-noborder{
	border:0px;
}
.tabs-header-plain{
	border:0px;
	background:transparent;
}
.tabs-scroller-over{
	background-color:#ECF9F9;
}
.tabs-wrap{
	position:relative;
	left:0px;
	overflow:hidden;
	width:100%;
	margin:0px;
	padding:0px;
	height:35px;
}
.tabs-scrolling{
	margin-left:18px;
	margin-right:18px;
}
.tabs{
	list-style-type:none;
	height:27px;
	margin:0px;
	background: url('images/title_1.jpg') no-repeat right #F82917;
	padding:0px;
	padding-left:4px;
	font-size:12px;
	width:100%;
}
.tabs li{
	float:left;
	display:inline-block;
	margin-right:4px;
	margin-bottom:-1px;
	padding:0;
	position:relative;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.tabs li a.tabs-inner{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	margin:0px;
	padding:0px 10px;
	padding-top:7px;
	height:28px;
	width:78px;
	line-height:25px;
	text-align:center;
	white-space:nowrap;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.tabs li a.tabs-inner:hover{
	background:url('images/tabs_active.png') repeat-x left bottom;
	color:Red;
}

.tabs li.tabs-selected a.tabs-inner{
	color:Red;
	font-weight:bold;
	background:#fff;
	background:#fff url('images/tabs_active.png') repeat-x left bottom;
	outline: none;
	outline-width:medium;
	outline-color:invert;
}
.tabs li.tabs-selected a:hover.tabs-inner{
	cursor:default;
	pointer:default;
}

.tabs-panels{
	margin:0px;
	padding:0px;
	border:1px solid #dcdcdb;
	border-top:0px;
}
.tabs-panels-noborder{
	border:0px;
}