/* Common Styles */
/* Used by all layouts: do NOT remove this section */
.qtwrapper {
	width:690px;
	#width:685px;
	margin:0 2px;
	text-align:center;
}
ul.qtabs {
	list-style-position: outside;
	list-style-type: none;
	width:670px;
	height:51px;
	float:left;
	margin:0 !important;
	padding:0 0 0 7px !important;
}
ul.qtabs li {
	list-style-type: none;
	text-align:center;
	font:normal 16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	width:220px;
	height:51px;
	#height:51px;
	margin:0 !important;
	padding:0 !important;
	cursor:pointer;
}

.qtop {
	float:left;
	background:url(/images/qtop_lg.jpg) top left no-repeat;
	width:680px;
	height:10px;
	margin:1px 0 0 0;
	
	#width:680px;
	#height:5px;
	margin:0;
	padding:0px;
}
.qtcontent {
	position: absolute;
	visibility: hidden;
	margin:0;
	padding:0;
	width:680px;
	height:400px;
	text-align:left;
	font-size:14px;
	/* width:99%; */
}
.debtfree{
	background:url(/images/tab_content_debt.jpg) 0px -20px no-repeat;
}
.benefits{
	background:url(/images/tab_content_benefits.jpg) 0px -20px no-repeat;
}
.qtcontent p{
	font-weight:bold;
	margin:6px 20px;
	padding:0;
}
.qtcurrent {
	float:left;
	position:relative;
	overflow:hidden; 
	width:680px;
	height:400px;
	background:url(/images/tab_content_lg.jpg) bottom left no-repeat;
	#background:url(/images/tab_content_lg.jpg) 0px -20px no-repeat;
	
}
/* End Common Styles */

/* Layouts */
/* You can remove a section if you don't need that particular layout */

/* Basic Tabs  (class suffix: -basic) */
.qthead-basic {
	width:auto;
	height:51px;
	padding:0px;
	text-align:left;
}
.qthead-basic ul.qtabs li {
	background: #eeeeee !important;	
	background: url(/images/tab_debt_bg_off.gif) top left no-repeat !important;
	margin:0 !important;
	padding:0 !important;
	/*border-width: 1px 1px 0;
	border-color: #a0a0a0;
	border-style: solid;*/
	position: relative;
	bottom: -1px;
}
.qthead-basic ul.qtabs li span {
	display: block;
	margin:0;
	padding:0;
}
.qthead-basic ul.qtabs li.open {
	background: url(/images/tab_debt_bg_on.gif) top left no-repeat !important;
	/*background: #fff !important;*/
	z-index: 2;
}
.qthead-basic ul.qtabs li.open span {
	color: #000;
}
div.current-basic {
	clear: both;
	/*border-width: 1px 1px 1px; 
	border-style: solid;
	border-color: #a0a0a0;
	width: 100%;
	padding:12px;*/
	height: 245px;
}
