@charset "UTF-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
th, td {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
fieldset {
	padding: 0.5em 1em;
}
legend {
	padding: 0 0.5em;
	font-weight: bold;
}
input {
	vertical-align: middle;
}
a img {
	border: none;
}




body {
	background: #f8f8f8;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #595959;
}
h1 {
	font-size: 16px;
	color: #2d2d2d;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}
p {
	margin: 10px 0px 10px 0px;
}
a {
	color: #007a94;
	text-decoration: none;
}
.selected-properties-info {
	height: 40px;
}
.selected-properties-info span {
	float: left;
	padding: 0px 0px 0px 34px;
	height: 23px;
	line-height: 23px;
	background: url(../images/bed.png) no-repeat center left;
}
.selected-properties-info a {
	float: right;
	display: block;
	height: 24px;
	width: 120px;
	background: url(/images/read-more.png);
	line-height: 24px;
	text-transform: uppercase;
	font-size: 12px;
	text-indent: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
ul {
	padding: 10px;
	overflow: hidden;
}