/* --------------------------------------------------
|													|
|                Rasbo Search CSS					|
|			 	 copyright © 2008					|
|													|
|				----- Colors ------					|
|				Raspberry:  #C60751					|
|				Dark Blue:  #005DAB					|
|				Light Blue:  #D4E7F7				|
|				Green:  #729D0A						|
|													|
------------------------------------------------- */

.filter-area {
	width: 1010px;
	position: relative;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	}

td.filter-column {
	width: 205px;
	height: 410px;
	padding-left: 35px;
	font-size: 11px;
	}
	
div.top-tabs {
	width: 199px;
	padding: 3px 0px 0px 4px;
	}
	
div.your-search {
	width: 199px;
	height: 21px;
	margin: 12px 0px 5px 0px;
	background-image: url(/templates/images/your_search.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
div.your-search-text {
	width: 190px;
	height: 80px;
	margin: 0px 22px 0px 4px;
	text-align: justify;
	line-height: 12px;
	}
	
div#move-in-date {
	margin-top: 18px;
	font-weight: bold;
	}
	
div#saved-searches {
	margin-top: 12px;
	}
	
a.search-location {
	font-weight: bold;
	text-decoration: none;
	}
	
div.filter-results {
	width: 199px;
	height: 90px;
	margin: 30px 0px 14px 0px;
	background-image: url(/templates/images/filter_results.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	}

div.filters {
	width: 185px;
	margin: 0px 22px 0px 7px;
	padding-right: 8px
	}
	
table.property-types {
	/letter-spacing: -1px;
	}

span.slider-title {
	float: left;
	color: #C60751;
	font-size: 12px;
	font-weight: normal;
	}
	
div.slider-area {
	width: 180px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	}
	
td.map {
	width: 520px;
	height: 262px;
	padding: 60px 0px 0px 0px;
	vertical-align: top;
	}

div#map-canvas {
	width: 514px; 
	height: 304px;
	margin-top: 1px;
	border: 9px solid #c8dfe9;
	}
	
td.neighborhoods {
	width: 200px;
	height: 262px;
	vertical-align: top;
	padding: 49px 21px 0px 0px;
	}

div.show-map {
	width: 73px;
	height: 13px;
	float: right;
	text-align: right;
	padding-right: 5px;
	}
	
div.neighborhood-text {
	clear: both;
	height: 286px;
	padding: 35px 4px 6px 25px;
	}
	
ul.neighborhoods {
	}
	
ul.neighborhoods li {
	margin-top: 4px;
	}
	
ul.neighborhoods a {
	color: #444444;
	text-decoration: none;
	}
	
ul.neighborhoods a:hover {
	color: #444444;
	font-weight: bold;
	text-decoration: none;
	}	
	
div.hide-map {
	float: right;
	width: 73px;
	height: 13px;
	padding-right: 3px;
	/padding-right: 0px;
	}
	
td.filter-column-cont {
	width: 205px;
	height: 100%;
	padding: 0px 0px 0px 35px;
	vertical-align: top;
	background-image: url(/templates/images/filter_column_bkgrnd.png);
	background-repeat: repeat-y;
	background-position: top left;
	font-size: 11px;	
	}

td.filter-column-footer {
	width: 250px;
	height: 5px;
	background-image: url(/templates/images/filter_column_footer.png);
	background-repeat: repeat-y;
	background-position: top left;	
	}
	
td.search-results {
	width: 700px;
	padding: 10px 5px 10px 0px;
	}
	
div#listings {
	position: relative;
	width: 742px;
	padding: 10px 10px 0px 0px;
	}

div.listing-controls {
	padding-bottom: 8px;
	border-bottom: 1px solid #BBBBBB;
	}

div.display-number-container {
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 12px;
	}
	
div.sort-container {
	float: right;
	height: 30px;
	padding-right: 10px;
	line-height: 30px;
	}

/* -- can't use this b/c we can't have a link inside a link... maybe we can find a JS solution --

a.listing-link, a.listing-link:link, a.listing-link:active {
	display: block;
	margin: -1px 0px 0px 0px;
	padding: 20px 0px 21px 10px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	color: #444444;
	}
	
a.listing-link:hover {
	margin: -1px 0px 1px 0px;
	padding: 20px 0px 20px 10px;	
	border-top: 1px solid #C60751;
	border-bottom: 1px solid #C60751;
	background-color: #EEEEEE;
	}
	
------------------------------------------------------------------------------------------------*/

table.listing /* width: 745px */ {
	display: block;
	width: 745px;
	margin-left: 10px;
	border-bottom: 1px solid #DDDDDD;	
	}

td.listing-thumb {
	width: 122px;
	height: 82px;
	padding-right: 10px;
	text-align: left;
	}

td.listing-thumb img {
	width: 114px;
	height: 74px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	}	
	
td.listing-location {
	width: 300px;
	height: 82px;
	padding: 2px 10px 0px 0px;
	text-align: left;
	border-right: 1px solid #DFDFDF;
	}
	
div.address {
	padding-bottom: 2px;
	}
	
div.address a {
	font-size: 16px;
	color: #C60751;
	text-decoration: none;
	}
	
div.city-state {
	padding: 0px 0px 16px 2px;
	}
	
div.pin {
	float: left;
	height: 35px;
	width: 14px;
	padding-right: 12px;
	}
	
div.location {
	padding-top: 8px;
	font-size: 11px;
	line-height: 11px;
	}
	
div.location a {
	text-decoration: none;
	}
	
td.listing-specs {
	width: 130px;
	height: 82px;
	padding: 4px 10px 0px 10px;
	border-right: 1px solid #DFDFDF;	
	text-align: left;
	}
	
div.type-of-property {
	font-size: 14px;
	padding-bottom: 6px;
	}
	
div.property-specs {
	font-size: 11px;
	text-align: left;
	}
	
td.listing-costs {
	width: 200px;
	height: 82px;
	padding: 4px 0px 0px 10px;
	text-align: left;	
	}
	
div.property-price {
	font-size: 14px;
	}

div.rent-prices {
	font-size: 11px;
	color: #888888;
	}
	
div.icon-container {
	margin: 20px 0px 0px 0px;
	}
div.fav-icon {
	float:			right;
	position:		relative;
	top:			-10px;
}