/* Common Styles */
/* Used by all layouts: do NOT remove this section */
.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: 10px 30px 10px 30px;
	width: 152px;
/*	width:70%; */
	visibility: hidden;
	height: 250px;
}
.qtcurrent {
	position:relative;
	overflow:hidden; 
}
/* 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 {
/*	background: #eeeeee; /* !important; */
	margin: 0 0 0 0px !important;
	padding: 0 !important;
	height: 30px;
	width: 75px;
	/* border-width: 1px 1px 0; */
	/* border-color: #a0a0a0; */
	/* border-style: solid; */
	position: relative;
	bottom: -1px;
}
.qthead-basic ul.qtabs li.qtabs-lease {
	background-image: url(/images/leasing_off.jpg) !important;
	background-repeat: no-repeat;
}
.qthead-basic ul.qtabs li.qtabs-buy {
	background-image: url(/images/buying_off.jpg) !important;
	background-repeat: no-repeat;
	width:71px;
}
.qthead-basic ul.qtabs li span {
	display: block;
	margin: 0;
	padding: 3px;
}
.qthead-basic ul.qtabs li.qtabs-contact.open {
	background: #fff; /* !important; */
	background-image: url(/images/contact_on.jpg) !important;
	background-repeat: no-repeat;
	z-index: 2;
	width:93px;
	height:23px;
}
.qthead-basic ul.qtabs li.qtabs-lease.open {
	background: #fff; /* !important; */
	background-image: url(/images/leasing_on.jpg) !important;
	z-index: 2;
}
.qthead-basic ul.qtabs li.qtabs-buy.open {
	background: #fff; /* !important; */
	background-image: url(/images/buying_on.jpg) !important;
	background-repeat: no-repeat;
	z-index: 2;
	width:71px;
}
.qthead-basic ul.qtabs li.open span {
	color: #000;
}

div.current-contact {
/* this styles the box about the tab */
	clear: both;
	background-image: url(/images/contact_mid.jpg);
	background-repeat: repeat-y;
	overflow: auto;
	height: 440px;
}

div.current-basic {
/* this styles the box about the tab */
	clear: both;
	background-image: url(/images/prop_search_mid.jpg);
	background-repeat: repeat-y;
/*	border-width: 1px 1px 1px; 
	border-style: solid;
	border-color: #a0a0a0; */
	/*width: 490px;*/
	height: 250px;
}
div.current-contact-top {
	clear: both;
	background-image: url(/images/contact_top.jpg);
	background-repeat: no-repeat;
	width:280px;
	height:10px;
}	

div.current-basic-top {
	clear: both;
	background-image: url(/images/prop_search_top.jpg);
	background-repeat: no-repeat;
	width:212px;
	height:16px;
}	

div.current-contact-bottom {
	clear: both;
	background-image: url(/images/contact_bottom.jpg);
	background-repeat: no-repeat;
	width:280px;
	height:21px;
}	

div.current-basic-bottom {
	clear: both;
	background-image: url(/images/prop_search_bottom.jpg);
	background-repeat: no-repeat;
	width:212px;
	height:17px;
}	

