/* GENERAL STYLES */
/* Common Styles */

.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;
	margin-top: 15px;
	width:99%;
	visibility: hidden;
}
.qtcurrent {
	position:relative;
	overflow:hidden; 
}
/* End Common Styles */



/* Rounded Tabs (class suffix: -round1) */
.qthead-round1 ul.qtabs li {
	background:#1f1f1f;
	margin-right: 20px !important;
	padding: 0;
	color:#fff;
	font-size:13px;
	line-height:25px
}
.qthead-round1 ul.qtabs li span {
	background:#1f1f1f;
	display: block;
	margin: 0;
	padding: 0 8px;

}
.qthead-round1 ul.qtabs li.open {
	background:#545454;
}
.qthead-round1 ul.qtabs li.open span {
	background:#545454;

}
.qthead-round1 ul.qtabs li.hover span {
	text-decoration: none;
	background:#545454;
}
div.current-round1 {
	clear:both;
	border-top: 1px solid #000; 
	width: auto;
}

.steps li  {padding-bottom:10px;}



/* EDITOR PROPERTIES */
