/* 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;
}
.qtcontent {
	position: absolute;
	margin: 0;
	padding: 3px;
	width:99%;
	visibility: hidden;
	clear:both;
}
.qtcurrent {
	position:relative;
	overflow:hidden;
	clear:both;
}
/* End Common Styles */



.qtcontent a{
	color:#666;
}


/* Rounded Tabs (class suffix: -round1) */
.qthead-round1 ul.qtabs li {
	padding: 0;
}
.qthead-round1 ul.qtabs li span {
	border-bottom:4px solid #ccc;
	font-size:14px;
	display: block;
	margin: 0;
	font-weight:bold;
	padding: 8px 20px 8px 20px;
	color:#999;
	margin-right:3px;
}

.qthead-round1 ul.qtabs li span.first {
	padding: 8px 20px 8px 0px;
	color:#333;
}
.qthead-round1 ul.qtabs li span.last {
	width:144px;
}
.qthead-round1 ul.qtabs li.open {
}
.qthead-round1 ul.qtabs li.open span {
	color:#000;
	background:#F6DFE8;
}

.qthead-round1 ul.qtabs li.open span.first {
	color:#333;
	background:#FFE5D2;
	border-bottom:4px solid #F93;
	margin-left:0;
}
.qthead-round1 ul.qtabs li.open span.life {
	color:#333;
	background:#DEF0F3;
	border-bottom:4px solid #09F;
}
.qthead-round1 ul.qtabs li.open span.din {
	color:#333;
	background:#F6DFE8;
	border-bottom:4px solid #F39;
}
.qthead-round1 ul.qtabs li.open span.gift {
	color:#333;
	background:#EBFFDD;
	border-bottom:4px solid  #6C0;
}
.qthead-round1 ul.qtabs li.open span.last {
	background:none;
}
.qthead-round1 ul.qtabs li.hover span {
	text-decoration:none;
}
.qthead-round1 ul.qtabs li.hover span.first {
	text-decoration:none;
}
div.current-round1 {
	clear:both;
}







/* Left Aligned Blue Buttons (class suffix:lft-blue1) */
.qthead-lft-blue1 {
	float:left;
	background: #eeeeee url(images/back1.gif) repeat-y scroll right top;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #d0d0d0;
	height: 350px; /* same as .current-lft-blue1 */
}
.qthead-lft-blue1 ul.qtabs {
	margin: 0;
	
}
.qthead-lft-blue1 ul.qtabs li {
	float: none;
	background:#fff url(images/bg-blue1.gif);
	margin: 0;
	padding: 6px !important;
	border-bottom: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	width: 90px;
}

.qthead-lft-blue1 ul.qtabs li span{
	color: #fff;
}
.qthead-lft-blue1 ul.qtabs li.open {
	background: #fff;
	border-right: 1px solid #f4f4f4;
}
.qthead-lft-blue1 ul.qtabs li.hover span {
	text-decoration: underline;
}
.qthead-lft-blue1 ul.qtabs li.open span{
	color: #666666;
	text-decoration: none;
}

div.current-lft-blue1 {
	clear: none;
	float: left;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #d0d0d0;
	background-color: #fff;
	padding: 0;
	width: 592px;
	height: 350px; /* same as .qthead-lft-blue1 */
}