/* Common Styles */
/* Used by all layouts: do NOT remove this section */
.qtwrapper {
/*	height: 800px; SOLANGE TESTING HEIGHT auto
overflow: visible;*/
}
ul.qtabs {
	list-style-position: outside;
	list-style-type: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	font-weight:bold;
}
ul.qtabs li {
	list-style-type: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	cursor: pointer;
}
.qtcontent {
	position: absolute;
	margin: 0;
	padding: 20px 25px;
/*	width:99%; */
	visibility: hidden;
overflow: visible;
}
.qtcurrent {
	position:relative;
	overflow:visible;  
}
/* End Common Styles */

/* Layouts */
/* You can remove a section if you don't need that particular layout */

/* Basic Tabs  (class suffix: -basic) */
.qthead-basic ul.qtabs li:link, .qthead-basic ul.qtabs li:visited, .qthead-basic ul.qtabs li:focus, .qthead-basic ul.qtabs li:hover, .qthead-basic ul.qtabs li:active {
	background-image: url(../../images9/2nav-ro.gif) !important;
	background-repeat: repeat-x;

}
.qthead-basic ul.qtabs li {
/*	background: #eeeeee !important;*/
	background-image:url(../../images9/2nav-normal.gif) !important;
	background-repeat: repeat-x;
	margin: 0 5px 0 0 !important;
	padding: 4px !important;
	/*border-width: 1px 1px 0;
	border-color: #a0a0a0;
	border-style: solid;*/
	position: relative;
	/*bottom: -1px;*/
	text-align:center;
	width:109px;
}
.qthead-basic ul.qtabs li span {
	display: block;
	margin: 0;
	padding: 3px;
}

.qthead-basic ul.qtabs li.open {
	/*background: #fff !important;*/
background-image:url(../../images9/2nav-selected.gif) !important;
	background-repeat: repeat-x;
/*	z-index: 2;*/
}
.qthead-basic ul.qtabs li.open span {
	color: #000;
}

div.current-basic {
	clear: both;
	border-width: 1px 1px 1px;
	border-top: 0px;
	border-style: solid;
	border-color: #a0a0a0;
	width: 550PX;
/*	height: 100%; */
	background-image:url(../../images9/componentbg.jpg);
}

/* solange addition */
.tab-with-border {
	border-left: 1px;
		border-right: 1px;
			border-bottom: 1px;

	border-style: solid;
	border-color: #a0a0a0;
}

/* Rounded Tabs (class suffix: -round1) */
.qthead-round1 ul.qtabs li {
	background:#eeeeee url(images/round1l.gif) no-repeat scroll 0% 0%;
	margin-left: 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: 4px;
}
.qthead-round1 ul.qtabs li.open {
	background:#666666 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;
}

div.current-round1 {
	clear:both;
	border-width: 3px 1px 1px; 
	border-style:solid;
	border-color: #666666;
	width: 450px;
}

/* Left Aligned Blue Buttons (class suffix:lft-blue1) */
.qthead-lft-blue1 {
	float:left;
	width: 163px; /* width of the bg image */
	/*border-width: 0px 0 0px 0px;*/
	border-style: none;
	border-color: white; /*#d0d0d0;*/
	height: 600px; /* same as .current-lft-blue1 */
/*	overflow: visible;*/

}
.qthead-lft-blue1 ul.qtabs {
	margin: 0;
	
}
.qthead-lft-blue1 ul.qtabs li:hover  {
	background: url(../../images9/VerticalTabs/vtab-ro.gif); 
	background-repeat: repeat-x;
}

.qthead-lft-blue1 ul.qtabs li {
	float: none;
	background: url(../../images9/VerticalTabs/vtab-idle.gif); 
	/*#fff url(../../mod_yoo_carousel/styles/basiclist/images9/vtab-idle.jpg);*/
	margin: 0;
	padding: 6px !important;
	border-bottom: 8px solid #f8f8f8;
	border-right: 1px solid #d0d0d0;
	width: 151px; /* 163 -(2x6) padding */
	height: 42px;
	line-height: 1.1em;
}

.qthead-lft-blue1 ul.qtabs li span{
}
.qthead-lft-blue1 ul.qtabs li.open {
	background: url(../../images9/VerticalTabs/vtab-selected.gif);
	/*background:#fff url(../../mod_yoo_carousel/styles/basiclist/images9/vtab-selected.gif);*/
	border-right: none; /*1px solid #f4f4f4*/
	z-index: 2000;
}

.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 1px;
	margin-left:-2px;
	border-style: solid;
	border-color: #d0d0d0;
	background-color: #f4f4f4;
	padding: 0;
	width: 330px;
	height: 600px; /* same as .qthead-lft-blue1 */
}