.propertynavtabcontainer {
	position: relative;
	overflow: auto;
	border-bottom: 1px solid #CCCCCC;
}
.propertynavtabcontainer ul {
	margin: 0;
	padding: 0;
}
.propertynavtabcontainer li {
	background-color: #DFDDD9;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 7px;
	padding-bottom: 4px;
	margin-right: 5px;
	text-align: center;
	display: block;
	float: left;
	font-size: 13px;
	color: #000000;
	border: 1px solid #CCCCCC;
}
.propertynavtabcontainer li a {
	color: #000000;
	display: block;
	float: left;
	text-decoration: none;
}
.propertynavtabcontainer li:hover {
	background-color: #E4CFCB;
}
.propertynavtabcontainer li.navtabcurrent a {
	color: #FFFFFF;
}
.propertynavtabcontainer li.navtabcurrent, .propertynavtabcontainer li.navtabcurrent a:hover {
	background-color: #BC391B;
}


.listingscontainer {
	/*width: 600px;*/
}
.listingitem {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .6);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .6);
	background: url(../../images/layout/listing_bg_pattern.jpg);
	position: relative;
	padding: 6px;
	margin-bottom: 8px;
/*	margin-bottom: 10px;*/	
	-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;
}
.listingimage {
}
.listingimage img {
	max-width: 100%;
}
.listingimage a:link, .listingimage a:hover, .listingimage a:visited, .listingimage img, .listingimage a img, .listingimage img a {
	border:none;
}
.listing_mlsimage {
}
.listing_mlsimage img {
	zoom: 1;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.listingdetails {
}
.listingheading {
	/*margin-right: 100px;*/
	font-size: 125%;
}
.listingheading a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.listingheading a:link, .listingheading a:visited {
	color: #7c3c11;
}
.listingheading a:hover {
	color: #BB5A1A;
}
.listingitem_price_container {
	margin-top: -6px;
	margin-right: -6px;
}
.listingitem_price {
	font-weight: bold;
	font-size: 125%;
}
@media (min-width: 768px) {
	.listingitem_price {
		background-color: #333333;		
		color: #EEEEEE;
		padding: 6px 10px 6px 6px;
	}
}

.status {
	display: block;
	margin: 0px 0px 3px 0px;
	background-color: #ffffff;
	padding: 6px 10px 6px 6px;
}

.status_text {
	font-weight: 800;
}

.sold {
	display:block;
	height: 25px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	background-color: #B20000;
	background: url('../images/sold_bg.png');
	background-repeat: no-repeat;
	background-position: right top;
}
.property_listing_info{
	display: block;
	background: rgba(0,0,0,.03);
	border-left: 8px solid rgba(0,0,0,.1);
	padding: 8px;
	margin-top:15px;
}
.property_listing_directions{
	display: inline;
	margin-top: 10px;
	background: rgba(0,0,0,.05);
	border-left: 8px solid rgba(0,0,0,.1);
	padding: 8px;
}
.property_listing_mainimg{
	width: 250px;
	float: right;
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, .8);
	box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, .8);
}
.property_listing_photos{
	-webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, .4);
	box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, .4);
	padding: 12px 2px 12px 2px;
	text-align: center;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background: rgba(0,0,0,.05);
	margin-top:10px;
	margin-bottom:10px;
}
.property_listing_photos img{
	position: relative;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	margin: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .7);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .7);
	max-height: 99px;
	z-index: 10;
}
.property_listing_photos img:hover{
	z-index: 1000;
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, .7);
	box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, .7);
	-moz-transform: scale(1.15) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1.15) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1.15) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1.15) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1.15) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
}
#mls_property_details_sidebar {
	display: block;
	padding: 0px;
	margin: 0px;
}
#mls_search_container {
	padding: 0;
	margin: 0;
	background-color: #F5F3EF;
	border: 1px solid #CCCCCC;
}
.mls_search_form {
	color: #666666;
	font-size: 11px;
	padding: 5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:0px;
	margin-bottom:5px;
}
.mls_searchheading {
	font-size:12px;
	font-weight:bold;
	margin-top: 5px;
}
.mls_searchtext {
	margin-top: 8px;
	margin-bottom:2px;
	height: 15px;
}
.mls_divider {
	height: 3px;
	width: 98%;
	margin-top:8px;
	margin-bottom:12px;
	border-bottom: 1px dotted #999999;
}
.mls_search_form #keywords2 {
	color: #666666;
	width: 98%;
	display: inline-block;
}
.mls_search_form #keywords1 {
	color: #666666;
	width: 50%;
	display: inline-block;
}
.mls_search_form #advanced_keywords {
	color: #666666;
	width: 98%;
	display: inline-block;
}
.mls_search_form select {
	color: #666666;
	width: 98%;
	display: inline-block;
}
.mls_searchcolumnleft {
	width:50%;
	float:left;
}
.mls_searchcolumnright {
	width:48%;
	float:left;
}
.mls_search_bottom {
	margin-top: 10px;
	text-align: center;
}
.mls_search_button {
	background-color: #5b8737;
	display: inline-block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
	cursor: pointer;
	border: none;
	outline: none;
	margin: 0;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.mls_search_button:hover, .mls_search_button:focus	{ 
	background-color: #699c40; 
}	
.countylistings {
	background-color: #F5F3EF;
	border: 1px solid #EFEFEF;
	padding: 0;
	margin: 0;
}
.countylistings tr {
	border:none;
	padding:0;
	margin:0;
}
.countylistings td {
	padding:2px;;
	margin:0;
}
.countylistingsstate {
	font-size:16px;
	padding:2px;
}
.countylink a, .maphovercountylink a {
	text-decoration: none;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 12px;
}
.countylink a:link, .countylink a:visited {
	color: #7c3c11;
}
.countylink a:hover {
	color: #BB5A1A;
}
.maphovercountylink {
	background-color: #D2661E;
	color: #FFFFFF;
}
.maphovercountylink a:link, .maphovercountylink a:hover, .maphovercountylink a:visited {
	color: #FFFFFF;
}
/* For property details pages */
.propertydetailcontainer {
}
.propertyfeaturescontainer {
	display: block;
	border: 1px solid #DDDDDD;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #EEEEEE;
}
.featurescolumn {
	font-size: 11px;
	float: left;
	margin-right: 8px;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 10px;
}
.featurescolumn td {
	font-size: 11px;
}
.lastcolumn {
	border: none;
}
.columndivider {
	float: left;
	border-left: 1px dotted #CCCCCC;
	margin-left:1px;
	padding-left:1px;
}
.feature {
	display: block;
}
.featurename {
	display: inline-block;
	min-width: 120px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	white-space: nowrap;
}
.featuredescription {
	display: inline-block;
	padding-top: 1px;
	padding-bottom: 1px;
}
.propertymaptitle {
    color: rgb(51, 51, 51);
    background-color: rgb(221, 221, 221);
    padding: 3px 5px;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.propertymapdirections {
    font-size: 16px;
}
.propertymapdirections .leftimage {
    float: left;
    margin-right: 8px;
}
.textpropertylinks {
	background-color: #F5F3EF;
	padding:5px;
}
.textpropertylinks a {
	display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.textpropertylinks a:link, .textpropertylinks a:visited {
	color: #7c3c11;
}
.textpropertylinks a:hover {
	color: #BB5A1A;
}
.propertyvideocontainer {
	display:block;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:25px;
}
.propertyvideo {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	text-align:center;
}
.propertyvideotitle {
	font-weight: bold;
	font-size: 15px;
}
.propertyvideodescription {
	color: #333333;
	font-size:12px;
}

.printerlinks {
	float: right;
	width: 200px;
	margin-top: -10px;
	margin-bottom: 10px;
}
.printerlinks img {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
.printerlinks a {
	display: block;
	text-decoration: none;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 15px;
}
.printerlinks a:link, .printerlinks a:visited {
	color: #B97531;
}
.printerlinks a:hover {
	color: #CC4714;
}
.propertyprimaryimage {
	display: none;
}