.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
body { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; color:#858585; margin:0px; }
#detail_preview { background:#fff; border:2px solid #bbb; height:365px; overflow:hidden; width:470px; }
#detail_preview > .inner { padding:10px; }
#detail_preview .left { float:left; position:relative; width:50%; }
#detail_preview .left { float:left; position:relative; width:50%; }
#detail_preview .left img.mls { position:absolute; top:1px; left:1px; height:18px; z-index: 999; }
#detail_preview #map { margin:10px 0 0 0; }
#detail_preview .right { float:right; width:50%; }
#detail_preview .right > .inner { padding:0 0 0 15px; }
#detail_preview .right p { color:#555; font-size:11px; margin:2px 0; }
#detail_preview .right p.price { font-size:20px; font-weight:bold; }
#detail_preview .right .addthis_toolbox { background:#f7f7f7; border:1px solid #ccc; padding:3px; margin:5px 0; border-radius:4px; }
#detail_preview a.link {
	transition-property: background-color;
	transition-duration: .15s;
	transition-timing-function: ease-in-out;
	background:url(/images/ico-loginbtn.png) right center no-repeat; border-radius:4px; color:#5087ba; display:block; float:left; font-weight:bold; font-size: 14px; font-style:italic; padding:3px; height:22px; line-height:22px; text-decoration:none; width:100%; }
#detail_preview a.request { 
	background:#6a99c5;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	text-indent: 0;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	height: 38px;
	line-height: 38px;
	margin: 10px 0;
	width: 100%;
	text-decoration: none;
	text-align: center;
}
#detail_preview a.request:hover { 
	background:#74a8d8;
}
#detail_preview a.link:hover {
	transition-property: background-color;
	transition-duration: .15s;
	transition-timing-function: ease-in-out;
	background:url(/images/ico-loginbtn.png) right center no-repeat #f1f1f1; }

#detail_preview a.btn {
	background: #214166;
	background: linear-gradient(to bottom, #4E84B6 0px, #214166 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	display:inline-block;
	color:#fff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	height:28px;
	line-height:28px;
	margin:10px 0;
	width:100%;
	text-decoration:none;
	text-align:center;
}
#detail_preview a.btn:hover {
	background: #214166;
	background: linear-gradient(to bottom, #214166 0px, #4E84B6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}#detail_preview a.btn:active {
	position:relative;
	top:1px;
}

#cycle { background:#aaa; border:1px solid #ccc; height:170px!important; overflow:hidden; width:229px!important;}
#cycle img { max-width:100%; width:229px; }
#nav { height:30px; line-height: 8px; text-align:center; }
#nav a { background:#7fa7cc; border-radius:8px; display:inline-block; height:8px; margin:5px 1px 0 1px; width:8px; text-align:left; text-indent:-9999px; }
#nav a.activeSlide { background:#274a70; }

.watermark_sold {
    background:#fff;
    color: #3670A2;
    font-family: georgia,serif;
    font-size: 20px;
    font-weight: 700;
    padding:5px 0;
    text-align: center;
    text-transform: uppercase;
    width:100%;
}
.sold_preview #cycle {
    border:none;
    width:100%!important;
}
.sold_preview .watermark_sold {
    background:#f7f7f7;
    color: #3670A2;
    font-family: georgia,serif;
    font-size: 20px;
    font-weight: 700;
    padding:5px 0;
    text-align: center;
    text-transform: uppercase;
    width:100%;
    position:absolute;
    top:0px;
    z-index:999;
}

/*Sold Properties*/
#detail_preview.sold .left {
    width:100%;
}
#detail_preview.sold #cycle {
    box-sizing:border-box;
    height:330px!important;
    width: 450px!important;
}
#detail_preview.sold #cycle img {
    height:334px!important;
    width: 450px!important;
}
#detail_preview.sold #nav a {
    height:16px;
    margin:5px 2px 0 1px;
    width:16px;
}