.qthead-basic ul.qtabs li {
	/*background: #eeeeee !important;*/
	background: url(../images/bg_tab-active.png) repeat-x scroll center top;
	margin: 0 0 0 5px !important;
	padding: 0 !important;
	border-width: 1px 1px 0;
	float: left;
	cursor: pointer;
	border: 1px solid #ebebeb;
	border-bottom: none;
	position: relative;
	bottom: -1px;
	text-transform:uppercase;
	color: #666666;
	font-weight:bold;
}
.qthead-basic ul.qtabs li span {
	display: block;
	margin: 0;
	padding: 3px;
}
.qthead-basic ul.qtabs li.open {
	/*background: #fff !important;*/
	background: url(../images/bg_tab-active.png) repeat-x scroll center top;
	z-index: 2;
}
.qthead-basic ul.qtabs li.open span {
	color: #AA2207;
}
div.current-basic {
	clear: both;
	border-width: 0px 0px 0px; 
	border-style: solid;
	border-color: #a0a0a0;
}