/* Common Styles */
/* Used by all layouts: do NOT remove this section */
.qtwrapper {
	height: 1%;
}
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: 0 !important;
	padding: 0 !important;
	cursor: pointer;
   font-size:12px;
}
.qtcontent {
	position: absolute;
	margin: 0px;
	padding:0px 8px 8px 8px;
	width:98%;
	visibility: hidden;
}

h3.qtcontent {margin:0px 0px 0px 8px}

.qtcurrent {
	position:relative;
	overflow:hidden;
}
/* End Common Styles */

/* Layouts */
/* You can remove a section if you don't need that particular layout */

/* Rounded Tabs (class suffix: -round1) */
.qthead-round1 ul.qtabs li {
   background: url(images/round1l.gif) no-repeat scroll 0% 0%;
	margin-right: 5px !important;
	padding: 0;
}
.qthead-round1 ul.qtabs li span {
	background: transparent url(images/round1r.gif) no-repeat scroll right top;
	display: block;
	margin: 0;
	padding: 2px 6px;
}

/* sets Active tab color */
.qthead-round1 ul.qtabs li.open {
   background:#9A9A9A url(images/round1lo.gif) no-repeat scroll 0% 0%;
}
.qthead-round1 ul.qtabs li.open span {
	background:transparent url(images/round1ro.gif) no-repeat scroll right top;
	color:#fff;
}
.qthead-round1 ul.qtabs li.hover span {
	text-decoration: underline;
}



