﻿


.Button {
	background-position: 0px 50%;
	box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	height: 40px;
	position: relative;
	text-shadow: rgba(0, 0, 0, 0.247059) 1px 1px 0px;
	
	perspective-origin: 303.15625px 20px;
	transform-origin: 303.15625px 20px;
	background: rgb(220, 111, 15) linear-gradient(rgb(253, 144, 45), rgb(220, 111, 15)) repeat-x scroll 0px 50% / auto padding-box border-box;
	border-top: 1px solid rgba(0, 0, 0, 0.0980392);
	border-right: 1px solid rgba(0, 0, 0, 0.0980392);
	border-bottom: 1px solid rgba(0, 0, 0, 0.247059);
	border-left: 1px solid rgba(0, 0, 0, 0.0980392);
	border-radius: 6px 6px 6px 6px;
	font:  14px OpenSans, sans-serif;
	font-weight: bold !important;
	margin: 5px 0px 0px;
	outline: rgb(255, 255, 255) none 0px;
	padding: 5px 20px;
}/*#BUTTON_1*/


.Button:hover{
   -moz-text-decoration-color: -moz-use-text-color !important;
	-moz-text-decoration-line: none !important;
	-moz-text-decoration-style: solid !important;
	background-position: 0 -15px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
	color: #ffffff !important;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25) !important;
	transition-delay: 0s;
	transition-duration: 0.1s;
	transition-property: all;
	transition-timing-function: linear;	
}

.wpframe {
background: #fff;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
padding: 8px;
-webkit-box-shadow: 1px 2px 1px #d1d1d1;
-moz-box-shadow: 1px 2px 1px #d1d1d1;
box-shadow: 1px 2px 1px #d1d1d1;
}

body {
	
	padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
	

}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
	
}




	 


article, aside, figcaption, figure, footer, header, hgroup, nav, section
{
	display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary
{
	display: block;
}
html
{
	font-size: 16px;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea
{
	font-family: sans-serif;
}
body
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
b, strong
{
	font-weight: bold;
}
p, pre
{
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
sub, sup
{
	line-height: 0;
	font-size: 75%;
	vertical-align: baseline;
	position: relative;
}
sup
{
	top: -0.5em;
}
dl, menu, ol, ul
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
menu, ol, ul
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
img
{
	border-top-color: currentColor;
	border-right-color: currentColor;
	border-bottom-color: currentColor;
	border-left-color: currentColor;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-ms-interpolation-mode: bicubic;
}
button, input, select, textarea
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: baseline;
	border-top-color: currentColor;
	border-right-color: currentColor;
	border-bottom-color: currentColor;
	border-left-color: currentColor;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
button, input
{
	line-height: normal;
}
button, html input[type='button'], input[type='reset'], input[type='submit']
{
	cursor: pointer;
}
*
{
	transition-property: background-color, color;
	transition-duration: 0.2s, 0.2s;
	transition-timing-function: ease-out, ease-out;
	transition-delay: 0s, 0s;
}
.btnBase, .leadBtn, .primaryBtn, .secondaryBtn, .negativeBtn, .dark.btn
{
	color: #1190cd;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	font-family: "Droid Sans",Arial,sans-serif;
	font-size: 1em;
	font-style: normal;
	border-top-color: #b6b6b6;
	border-right-color: #b6b6b6;
	border-bottom-color: #b6b6b6;
	border-left-color: #b6b6b6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	display: inline-block;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0px 2px 0px #e4e4e4;
	transition-property: none;
	transition-duration: 0s;
	transition-timing-function: ease;
	transition-delay: 0s;
	background-clip: padding-box;
	background-color: rgb(255, 255, 255);
}
.btn
{
	color: #1190cd;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	font-family: "Droid Sans",Arial,sans-serif;
	font-size: 1em;
	font-style: normal;
	border-top-color: #b6b6b6;
	border-right-color: #b6b6b6;
	border-bottom-color: #b6b6b6;
	border-left-color: #b6b6b6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	display: inline-block;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0px 2px 0px #e4e4e4;
	transition-property: none;
	transition-duration: 0s;
	transition-timing-function: ease;
	transition-delay: 0s;
	background-clip: padding-box;
	background-color: rgb(255, 255, 255);
}
.small.btn, .small.negativeBtn, .small.primaryBtn, .small.secondaryBtn
{
	height: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 0.85em;
	font-weight: normal;
}
.primaryBtn
{
	color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-color: currentColor;
	border-right-color: currentColor;
	border-bottom-color: currentColor;
	border-left-color: currentColor;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow: 0px 2px 0px #094e6f;
	background-color: rgb(17, 144, 205);
}
.grey.btn
{
	color: #777;
	border-top-color: #d5d5d5;
	border-right-color: #d5d5d5;
	border-bottom-color: #d5d5d5;
	border-left-color: #d5d5d5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: inset 0px 0px 2px rgba(255,255,255,0.7);
	background-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(247, 247, 247) 100%);
	background-clip: padding-box;
	background-color: rgb(255, 255, 255);
}
.current.grey, .no-touch .current.grey:hover
{
	color: #fff;
	border-top-color: #d5d5d5;
	border-right-color: #d5d5d5;
	border-bottom-color: #d5d5d5;
	border-left-color: #d5d5d5;
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
	background-image: linear-gradient(rgb(162, 162, 162) 0px, rgb(162, 162, 162) 100%);
	background-color: rgb(162, 162, 162);
}
.disabled
{
	cursor: not-allowed !important;
	opacity: 0.6;
}
.clickToCall.btn, .onlineChat.btn, .createNotification.btn
{
	padding-left: 28px;
	float: right;
}
.createNotification.btn, .shareSearch.btn
{
	padding-top: 6px;
	padding-right: 34px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.onlineChat.btn::before, .clickToCall.btn::before, .createNotification.btn::before, .shareSearch.btn::before
{
	top: 3px;
	width: 20px;
	height: 20px;
	position: absolute;
	content: "";
	background-image: url("..//img/core/icn-chat-965873821f.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}
.createNotification.btn::before
{
	left: inherit;
	right: 5px;
	background-image: url("..//img/core/icn-notify-9120a0e83b.png");
}
.createNotification.grey.btn::before
{
	top: 7px;
	height: 15px;
	background-image: url("..//img/core/icn-notify-dark-0cc480cd92.png");
}
.createNotification
{
	line-height: 200%;
	padding-left: 22px;
	position: relative;
}
.createNotification::before
{
	left: 0px;
	top: -2px;
	width: 30px;
	height: 15px;
	position: absolute;
	content: "";
	background-image: url("..//img/core/icn-notify-lightgreen-f701d978b3.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: top;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}
.btn-group
{
	vertical-align: middle;
	display: inline-block;
	white-space: nowrap;
	position: relative;
}
.btn-group + .btn-group
{
	margin-left: 20px;
}
.btn-group + .btn-group::before
{
	left: -17px;
	top: 5px;
	display: inline-block;
	position: absolute;
	content: "...";
}
.btn-toolbar
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.btn-group > .btn, .no-touch .btn-group > .btn:hover
{
	float: left;
	position: relative;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.btn-group > .btn + .btn
{
	margin-left: -1px;
}
.btn-group > :first-child.btn, .no-touch .btn-group > :first-child.btn:hover
{
	margin-left: 0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.btn-group > :last-child.btn, .no-touch .btn-group > :last-child.btn:hover
{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.fake_select
{
	position: relative;
}
.fake_select .fake_trigger_wrapper
{
	width: 100%;
	overflow: hidden;
	padding-right: 20px;
	border-top-color: #d7d7d7;
	border-right-color: #d7d7d7;
	border-bottom-color: #d7d7d7;
	border-left-color: #d7d7d7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	z-index: 1;
	box-sizing: border-box;
	box-shadow: none;
	background-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(247, 247, 247) 100%);
	background-color: rgb(255, 255, 255);
}
.fake_select .fake_trigger
{
	width: 100%;
	text-align: left;
	color: #333;
	line-height: 15px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}
.fake_select .fake_trigger::after
{
	top: 50%;
	width: 4px;
	height: 9px;
	right: 10px;
	margin-top: -5px;
	position: absolute;
	content: "";
	background-image: url("..//img/core/icn_fake_select_caret-030e05b4ed.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 0px;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}
.fake_select select
{
	left: 0px;
	top: 0px;
	width: 100%;
	height: 32px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	cursor: pointer;
	opacity: 0;
}
body
{
	color: #666;
	font-family: "Droid Sans",Arial,sans-serif;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.wrapped
{
	width: 980px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
h2
{
	font-size: 1.5em;
	margin-top: 1.2em;
	margin-right: 0px;
	margin-bottom: 0.83em;
	margin-left: 0px;
}
h6
{
	font-size: 0.75em;
	margin-top: 0.3em;
	margin-right: 0px;
	margin-bottom: 0.3em;
	margin-left: 0px;
}
p
{
	line-height: 1.4em;
}
a
{
	color: #1190cd;
	line-height: 1.2em;
	text-decoration: none;
	cursor: pointer;
}

.col, .column
{
	float: left;
	
}
.right.col
{
	float: right;
	
	
}
.big2.col
{
	width: 1440;
	margin-bottom: 15px;
}
#content
{
	clear: both;
}
aside
{
	width: 180px;
	float: right;
}
li
{
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}
.right
{
	float: right;
}

.sort_bar
{
	color: #848484;
	overflow: hidden;
	margin-bottom: 15px;
	vertical-align: baseline;
}
.sort_bar .sb_section
{
	padding-left: 20px;
	margin-left: 20px;
	display: inline-block;
	position: relative;
}
.sort_bar :first-child.sb_section
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sort_bar :first-child.sb_section::before
{
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
}
.sort_bar .sb_items_count
{
	font-family: "Droid Sans",Arial,sans-serif;
}
.sort_bar .sb_sort
{
	float: right;
}
.sort_bar .sb_s_label
{
	font-size: 0.9em;
}
.sort_bar .fake_select
{
	width: 150px;
	margin-left: 5px;
	vertical-align: middle;
	display: inline-block;
}
.featuredProps
{
	overflow: hidden;
	padding-left: 4px;
}
.featuredProps .adSlot
{
	width: 168px;
	height: 111px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	float: left;
	position: relative;
}
.listProperties .contentTabs
{
	padding-top: 0px;
}
.listProperties .contentTabs .currentSection
{
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-color: #e9e9e9;
	border-right-color: currentColor;
	border-bottom-color: currentColor;
	border-left-color: currentColor;
	border-top-width: 1px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
.listProperties .contentTabs .currentSection::before, .listProperties .contentTabs .currentSection::after
{
	top: 0px;
	width: 1px;
	height: 100%;
	position: absolute;
	content: " ";
	background-image: linear-gradient(rgb(233, 233, 233) 120px, rgb(255, 255, 255) 240px);
	background-color: rgb(233, 233, 233);
}
.listProperties .contentTabs .currentSection::before
{
	left: 0px;
}
.listProperties .contentTabs .currentSection::after
{
	right: 0px;
}
.featured_projects
{
	width: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-color: #e9e9e9;
	border-right-color: #e9e9e9;
	border-bottom-color: #e9e9e9;
	border-left-color: #e9e9e9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	float: none;
	background-color: rgb(252, 252, 252);
}
.featured_projects .fp_units
{
	overflow: hidden;
	padding-left: 7px;
}
.properties_list .pl_list
{
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.properties_list .pl_recap
{
	color: #777;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-color: currentColor;
	border-right-color: #e9e9e9;
	border-bottom-color: #e9e9e9;
	border-left-color: #e9e9e9;
	border-top-width: medium;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: rgb(252, 252, 252);
}
.properties_list .pl_recap .pl_r_info
{
	width: 65%;
	float: left;
}
.properties_list .pl_recap .pl_r_title
{
	
	font-family: "Droid Sans",Arial,sans-serif;
}
.properties_list .pl_recap .pl_r_detail
{
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.properties_list .pl_recap .pl_r_detail strong
{
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.properties_list .pl_recap .pl_r_actions
{
	width: 30%;
	text-align: right;
	float: right;
}
.properties_list .pl_recap .pl_r_actions .btn
{
	margin-bottom: 5px;
}
.pl_pager
{
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-color: #e9e9e9;
	border-right-color: #e9e9e9;
	border-bottom-color: #e9e9e9;
	border-left-color: #e9e9e9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.pl_pager .btn_next
{
	float: right;
}
.pl_pager .btn_prev
{
	float: left;
}
.pl_pager .pl_pages
{
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.listing_unit:hover {
	background: rgb(247, 247, 247); border: 1px solid rgb(17, 144, 205) !important; cursor: pointer;
}
.listing_unit:hover .lu_title {
	color: rgb(13, 108, 154);
}
.listing_unit
{
	color: #666;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: "Droid Sans",Arial,sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-color: #e9e9e9;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	position: relative;
}
.listing_unit *
{
	transition-property: none;
	transition-duration: 0s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.listing_unit .lu_actions span
{
	font-size: 0.9em;
	margin-top: 5px;
}
.listing_unit .lu_characteristics .lu_c_section
{
	color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	position: relative;
}
.listing_unit .lu_characteristics :last-child.lu_c_section
{
	width: 30px;
}
.listing_unit .lu_characteristics :first-child.lu_c_section
{
	padding-left: 0px;
}
.listing_unit .lu_characteristics .lu_c_section::before
{
	left: 0px;
	top: 0px;
	width: 1px;
	height: 100%;
	border-right-color: #e4e4e4;
	border-right-width: 1px;
	border-right-style: solid;
	position: absolute;
	content: " ";
}
.listing_unit .lu_characteristics :first-child.lu_c_section::before
{
	display: none;
}
.listing_unit .lu_characteristics .lu_c_value
{
	font-size: 1.25em;
}
.listing_unit .lu_actions
{
	float: right;
}
.listing_unit .lu_img_wrapper
{
	float: left;
	position: relative;
}
.listing_unit .lu_img_wrapper .lu_iw_thumbnail
{
	width: 220px;
	height: 145px;
	overflow: hidden;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	display: block;
}
.listing_unit .lu_img_wrapper .lu_iw_thumbnail img
{
	display: block;
}
.listing_unit .lu_img_wrapper .lu_iw_count
{
	left: 1px;
	width: 55px;
	height: 30px;
	bottom: 1px;
	color: #fff;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 0.85em;
	position: absolute;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.5);
}
.listing_unit .lu_img_wrapper .lu_iw_count::before
{
	left: 10px;
	top: 10px;
	width: 17px;
	height: 12px;
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 0px;
}

.clearfix::before, .clearfix::after
{
	display: table;
	content: " ";
}
.clearfix::after
{
	clear: both;
}
