/* Common Styles */
/* Used by all layouts: do NOT remove this section */
.qtwrapper {
	height: 1%;
}
#qtwrap-ex3{
	margin-top:0px;
}
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;
	padding-left:16px;
	width:98%;
}
.qtcurrent {
	position:relative;
	overflow:hidden; 
}
/* End Common Styles */


/* Left Aligned Blue Buttons (class suffix:lft-blue1) */
.qthead-lft-blue1 {
	float:left;
	background: #fff scroll right top;
	height:450px;
}
.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: 11px !important;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #FFF;
	width: 115px;
}

.qthead-lft-blue1 ul.qtabs li span{
	color: #555;
}
.qthead-lft-blue1 ul.qtabs li.open {
	border-right: 1px solid #fff;
}
.qthead-lft-blue1 ul.qtabs li.hover span {
	color:#999;
}
.qthead-lft-blue1 ul.qtabs li.open span{
	color:#222;
	font-weight:bold;
	text-decoration: none;
}

div.current-lft-blue1 {
	clear: none;
	float: left;
	background-color: #fff;
	padding: 0;
	width: 820px;
	height: 450px; /* same as .qthead-lft-blue1 */
}