

h1.mls  {
	margin: 0px 0px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}

h2.mls  {
	margin: 0px 0px;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #000;
}

h3.mls {
	margin: 0px 0px;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
}

h4.mls  {
	margin: 0px 0px;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
}


input.mls  {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}
select.mls  {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}

td {
	vertical-align: top;
}



/**
	General Text Styles
**/

.mlsTextSm  {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}
.mlsTextMed  {
	font: normal 13px Georgia, "Times New Roman", Times, serif;
}
.mlsTextLrg  {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
}

.mlsTextSmB  {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}
.mlsTextMedB  {
	font: bold 13px Georgia, "Times New Roman", Times, serif;
}
.mlsTextLrgB  {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}


a.mls_link:active, a.mls_link:visited, a.mls_link:link  {
	color: #3C435D;
	text-decoration: none;
}
a.mls_link:hover  {
	text-decoration: underline;
}
a.mls_expand_link:active, a.mls_expand_link:visited, a.mls_expand_link:link  {
	color: #000;
	text-decoration: none;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}
a.mls_expand_link:hover  {
	color: #000;
	text-decoration: underline;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}


#page_outline  {
	width: 475px;
	margin: auto;
}

#header  {
	background: #000;
	color: #FFF;
}

#footer  {
	background: #000;
	color: #FFF;
}

#search_form_container  {
 width: 475px;
}

tr .search_heading {
	background: #CC0000;
	color: #FFF;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}

td .search_heading  {
/* 	background: #B6A786; */
	background: #798350;
	color: #FFF;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	padding: 3px;
}

tr .search_sub_heading  {
	background: #DEE7EF;
	color: #000;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
}
td .search_sub_heading  {
	background: #DEE7EF;
	color: #000;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
}

.form_label  {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}
.form_labelSm  {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}



/*  Search Result Listings  */
#your_search_wrapper  {
	background: #FFFFC1;
	color: #000;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
}

#refine_search_container  {
	width: 0px;
	display: none;
}

#search_results_container  {
	width: 475px;
}

.search_results {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
}

.ajax_trans  {
	filter:alpha(opacity=25);
	opacity: 0.25;
	-moz-opacity: 0.25;
	position: relative;
}


/*  Details Page Styles  */
#listings_details_wrapper  {
	width: 475px;
}

#toolbox_wrapper {
	position: absolute;
	width: 425px;
	height: auto;
	border: 3px solid #818B72;
	top: 150px;
	left: 175px;
	visibility: hidden;
	background: #F9F6E7;
	z-index: 50;
	padding: 10px 10px;
}
#toolbox_wrapper input, #toolbox_wrapper textarea {
	border: 1px solid #818B72;
}

/*#mls_contact_form  {
	background: #DDD;
	padding: 5px 5px;
	width: 465px;
	border: 3px solid #000;
}
#mls_contact_stf  {
	background: #DDD;
	padding: 5px 5px;
	width: 425px;
	border: 3px solid #000;
}*/

.mls_price {
	font: bold 16px/36px Georgia, "Times New Roman", Times, serif;
}

.bed_bath_wrapper  {
	margin: 15px 0px;
}
.realtor_wrapper  {
	margin: 15px 0px;
}

#vtour  {
	 text-align: center;
	 margin-top: 25px;
}
#btn_vtour  {
	background: #798350;
	color: #FFF;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	padding: 8px 25px;
	text-decoration: none;
}