/* Common Styles */
/* Used by all layouts: do NOT remove this section */
.qtwrapper {


}
ul.qtabs {
	list-style-position: outside;
	list-style-type: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
ul.qtabs li {
	list-style-type: none;
	float: left;
	margin: 1px 2px 3px 0px; !important;
	padding: 0 !important;
	cursor: pointer;
}
.qtcontent {
	position: absolute;
	margin: 0 25px; 0 auto;
	padding: 3px;
	width:99%;
	visibility: hidden;
}
.qtcurrent {
	position:relative;
	overflow:hidden; 
}
/* End Common Styles */



/* Basic Tabs  (class suffix: -basic) */

.qthead-basic ul.qtabs li {
	background: #222222 !important;
	margin: 0px 25px; 0 5px !important;
	padding: 5px !important;
		list-style-type: none;
	
	position: relative;
	bottom: -1px;
}

.qthead-basic ul.qtabs li span a{
	display: block;
	margin: 0;
	padding: 5px;
		list-style-type: none;
}
.qthead-basic ul.qtabs li.open {
	background: #333333 !important;
	color:#fff;
	z-index: 2;
		list-style-type: none;
}
.qthead-basic ul.qtabs li.hover{
	background: #333333 !important;
	color:#fff;
	z-index: 2;
	
}
.qthead-basic ul.qtabs li.open span {
	color: #fff;
		
}
div.current-basic {
	clear: both;
	
	width: 460px;
	height: 363px;
}





