/* CSS Document */

/* Manufacturers & Categories -------------------------------------------------------- */
#manufacturer_list, #category_list {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	border-top: 1px solid #B7B7B7;
	border-left: 1px solid #B7B7B7;
}
#manufacturer_list li, #category_list li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#manufacturer_list li a, #category_list li a {
	display: block;
	width: 210px;
	padding: 1px 2px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background: #FFF;
	border: 1px solid #B7B7B7;
	border-top: none;
	border-left: none;
}
#manufacturer_list li a:hover, #category_list li a:hover {
	color: #FFF;
	background: #A70000;
}


/* record pagination ------------------------------------------------------------------ */
.paginate{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 15px 0;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.paginate ul{
	margin: 0px;
	padding: 2px;
}
.paginate li{
	display: inline;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 0 0 2px;
	padding: 5px 0 0 0; 
	list-style: none;
	background: url(/images/paginate_page.gif) no-repeat left bottom;
}
.paginate li.no_paginate_bg {
	background: none;
	border: none;
}
.paginate li a:link, .paginate li a:visited, .paginate li a:hover{
	text-decoration: none;
	display: block;
}


/* Listings Table -------------------------------------------------------------------- */
#listings_tbl {
	width: 100%;
}
#listings_tbl tr.odd, #listings_tbl tr.even {
	cursor: pointer;
}
#listings_tbl tr.odd {
	background: #DFE0E5;
}
#listings_tbl th {
	background: #CCC;
}
#listings_tbl td {
	text-align: center;
	vertical-align: middle;
}
#listings_tbl td a {
	color: #000;
	text-decoration: none;
}
#listings_tbl td a:hover {
	color: #000;
	text-decoration: none;
}
.thumb_box {
	width: 65px;
	height: 39px;
	overflow: hidden;
	margin: auto;
	background: #EEE;
	border: 1px solid #000;
}


/* Details --------------------------------------------------------------------------- */
#details {
	float: left;
	width: 100%;
}
#details p {
	margin: 15px 0;
	padding: 0;
}


/* Details Photos -------------------------------------------------------------------- */
#details_photos {
	float: right;
	width: 252px;
	margin: 0 0 15px 15px;
}
#details_photos a {
	display: block;
	border: 1px solid #999;
}
#details_photos a:hover {
	border: 1px solid #333;
}
#main_photo a {
	height: 148px;
	overflow: hidden;
	text-align: center;
	background: #EEE;
}
.thumb {
	float: left;
	width: 33%;
	padding-top: 3px;
	text-align: center;
}
.thumb a {
	width: 65px;
	height: 39px;
	overflow: hidden;
	margin: 0 auto;
	background: #999;
}
.thumb a img {
}
#floorplan {
	padding-top: 2px;
	text-align: center;
}
#floorplan a {
	width: 127px;
	margin: 0 auto;
}


/* Detail Features ------------------------------------------------------------------- */
#details_option {
	border-bottom: 1px solid #FF0000;
}
#feature {
	margin: 0;
	padding: 0;
}
#feature li {
	margin: 0;
	padding: 0 0 1em 0;
	list-style-type: none;
}


/* Details Model --------------------------------------------------------------------- */
#details_model {
	float: left;
}
#details_model td.col_1{
	width: 90px;
}
