/* Common Styles */
/* Used by all layouts: do NOT remove this section */
.qtwrapper {
	margin:50px 0 0 0 ;
	height:620px;
	border: 0px solid blue;
}

.classes_space {
	margin:30px 0 0 0 ;

}

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: 0px;
	width:650px;
	visibility: hidden;
	
}
.qtcurrent {
	position:relative;
}
/* End Common Styles */

/* Layouts */
/* You can remove a section if you don't need that particular layout */




/* Left Aligned Blue Buttons (class suffix:lft-blue1) */
.qthead-lft-blue1 {
	float:left;
	border-width: 0px 0 0px 0px;
	border-style: solid;
	border-color: #d0d0d0;
	height: 200px; /* same as .current-lft-blue1 */
}
.qthead-lft-blue1 ul.qtabs {
	margin: 0;
	
}
.qthead-lft-blue1 ul.qtabs li {
	float: none;
	margin: 0;
	padding: 0px !important;
	border-bottom: 0px solid #d0d0d0;
	border-right: 0px solid #d0d0d0;
	width: 200px;
}

.qthead-lft-blue1 ul.qtabs li span{
	color: #fff;
	font: 19px/1.5em  Garamond, "Times New Roman", Times, serif;
		
}



.qthead-lft-blue1 ul.qtabs li.open {
	border-right: 0px solid red;
}
.qthead-lft-blue1 ul.qtabs li.hover span {
	text-decoration: none;
	color: #c9afe4;
}
.qthead-lft-blue1 ul.qtabs li.open span{
	color: #4a266f;
	text-decoration: none;
	
}

div.current-lft-blue1 {
	clear: none;
	float: left;
	border-width: 0px;
	border-style: solid;
	border-color: #d0d0d0;
	padding: 0;
	width: 650px;
	height: 200px; /* same as .qthead-lft-blue1 */
}
