/* CSS Document */
.mlsListing td.bigInfo{
	font-weight: bold;
	font-size: 16px;
}

img.border{
	border: 1px solid #DBDBDB;
}

.MLS_Features{
	border: 1px solid #B2B2B2;
}

.MLS_Features th{
	background-color: #EFF2F3;
	border-bottom: 1px solid #B2B2B2;
	font-size: 12px;
	font-weight: bold;
	color: #2C68A6;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding-left: 10px;
}

.MLS_Features td{
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.MLS_Features td.borderRight{
	border-right: 1px solid #B2B2B2;
}

.MLS_Features td li{
	margin-left: 20px;
	padding-bottom: 3px;
	font-stretch: semi-expanded;
}

.dottedBottom{
	padding-bottom: 10px;
	border-bottom: 1px dotted #999999;
}

.dottedTop{
	padding-top: 10px;
	border-top: 1px dotted #999999;
	height: 14px;
}

select.inputbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	border-style: none;
	padding: 1px;	
}

.headTH{
	font-size: 14px;
	text-align: left;
}

.rightAligned{
	vertical-align: top;
	text-align: right;
	padding-right: 5px;	
}

.MLS_Header {
	color: #1c589c;
}