div#content_main {
	float:right;
	position:relative;
	width:540px;
	padding:20 0 0 0px;
	background-position:top left;
	background-repeat: no-repeat;
	font:12px "Times New Roman", Times, serif;
	border:0px solid pink;
}

/* Begin Listings Search Results */
div#content_main ul#results {
	font:12px "Times New Roman", Times, serif;
	color:#3b3b3b;
	margin:0px;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
}

div#content_main ul#results li {
	width:260px;
	float:left;
	margin: 0 10 10 0px;
	padding:0px;
}

div#content_main ul#results h2 {
	margin:0 0 0 10px;
	font-size:12px;
}

div#content_main ul#results a {
	font:12px "Times New Roman", Times, serif;
}

div#content_main ul#results p{
	font:12px "Times New Roman", Times, serif;
}

/* Begin Listing Search Details */

/* +++ */
div#listingfeatures {
	clear:both;
	padding: 20 0 0 10px;
}

div#content_main div#details {
	float:right;
	width:151px;
	height:277px;
	background-color:#d6cbba;
	margin:0 0 10 0px;
}

div#content_main div#details div {
	text-align:center;
	padding:12px;
	border-bottom:1px solid #fff;
}

div#content_main div#details h2 {
	font-size:24px;
	margin:10 0 0 10px;
}

div#content_main div#details h3 {
	margin: 4 0 10 10px;
}

div#content_main div#details a {
	margin:4 0 0 0px;
}

div#content_main div#details ul li {
	margin:0 0 10 0px;
}

div#content_main div#details ul li img {
	margin:0 6 0 0px;
	vertical-align:middle;
}

div#content_main div#details_sub {
	padding:0 0 10 0px;
	width:540px;
}

div#content_main div#result_info {
	font:12px "Times New Roman", Times, serif;
	color:#fff;
	text-align:right;
	float:right;
	margin-top:5px;
	margin-right:10px;
}


div#content_main div#result_info a {
	font:12px "Times New Roman", Times, serif;
	color:#fff;
}

div#content_main div#scroller_nav {
	position:relative;
	top:-10px;
	height:25px;
	width:100%;
	color:#fff;
	padding:0;
	border:1px solid #d6cbba;
}

div#content_main div#scroller_nav img {
	margin: 4 8 0 8px;
	vertical-align:middle;
}

/* BEGIN AGENT INFO FOR LISTINGS DETAILS PAGE */
div#content_main div#details_sub div#agent_info {
	float:right;
	width:148px;
	padding-top:10px;
}

div#content_main div#details_sub div#agent_info p {
	font-size:14px;
	font-weight:bold
}

div#details_sub div#listing_remarks {
	float:left;
	width:372px;
}

div#content_main div#details_sub div#agent_info img{
	float:left;
	margin: 0 4 4 0px;
	border:2px solid #cecbcb;
}

div#content_main div#details_sub div#agent_info p,h3{
	margin: 0px 0px 6px 0px;
}

div#content_main div#details_sub div#agent_info .name, div#content_main div#details_sub div#agent_info a  {
	font-weight:bold;
	font-size:16px;
}

div#mls_search {
	float:left;
	width:308px;
	background-image:url('/img/listings-search.gif');
	background-position:top left;
	background-repeat: no-repeat;
	background-color:#f1f1f1;
	font:11px "Times New Roman", Times, serif;
	color:#121212;
}

#mls_search form{
	margin:40 0 0 0px;	
}

#mls_search div {
	float:left;
	padding:0 4 6 9px;
}

#mls_search p {
	font-size:11px;
}

#mls_search select#max_price, #mls_search select#min_price{
	width:72px;
	padding:0 2 0 2px;
}

#mls_search input.submit {
	margin:14 0 2 225px;
}

/* +++ */
.photo div {
	position:absolute;
	bottom:5px;
	left:148px;
	height:16px;
	padding: 1 20 0 20px;
	background-color:#e6e6e6;
	border:1px solid #fff;
	font:bold 12px "Times New Roman", Times, serif;
}

/* Begin Small Photo */
div#content_main ul#results li .photo {
	margin: 0 8 10 8px;
}

/* Begin Small MLS Photo scroller controls */
div#content_main ul#results li .photo div {
	position:absolute;
	bottom:5px;
	left:28px;
	height:12px;
	padding:0 15 0 15px;
	background-color:#e6e6e6;
	border:1px solid #fff;
	font:bold 12px "Times New Roman", Times, serif;
}

div#content_main ul#results li .photo div a#arrow_left, div#content_main ul#results li .photo div a:visited#arrow_left {
	width:13px;
	height:14px;
	background:url("/img/btn-arrow-left-sm.png") top left no-repeat;
	position:absolute;
	top:-1px;
	left:-4px;
}

div#content_main ul#results li .photo div a:hover#arrow_left {
	background:url("/img/btn-arrow-left-sm.png") -13px 0px no-repeat;
}

div#content_main ul#results li .photo div a#arrow_right, div#content_main ul#results li .photo div a:visited#arrow_right {
	width:13px;
	height:14px;
	background:url("/img/btn-arrow-right-sm.png") top right no-repeat;
	position:absolute;
	top:-1px;
	right:-4px;
}

div#content_main ul#results li .photo div a:hover#arrow_right {
	background:url("/img/btn-arrow-right-sm.png") 0px 0px no-repeat;
}

/* Begin Large MLS Photo scroller controls */
.photo div a#arrow_left, .photo div a:visited#arrow_left {
	width:20px;
	height:19px;
	background:url("/img/btn-arrow-left.png") top left no-repeat;
	position:absolute;
	top:-1px;
	left:-4px;
}

.photo div a:hover#arrow_left {
	background:url("/img/btn-arrow-left.png") -20px 0px no-repeat;
}

.photo div a#arrow_right, .photo div a:visited#arrow_right {
	width:20px;
	height:19px;
	background:url("/img/btn-arrow-right.png") top right no-repeat;
	position:absolute;
	top:-1px;
	right:-4px;
}

.photo div a:hover#arrow_right {
	background:url("/img/btn-arrow-right.png") 0px 0px no-repeat;
}

.photo div img{
	border:0px solid black;
	margin:0;
}

/*------------------*/

#main_photo {
	width:auto;
	margin:0 0 10 0px;
	border:0px solid #cdcdcd; /*change main photo frame outside border color*/
}

#main_photo_inner {
	padding:0px;
}

#main_photo img{
	border:3px double #988675; /*change border color around photo (not the frame)*/
}

#thumbs {
	margin: 0 0 10 0px;
	border:0px solid blue;
}

div.thumb_photo {
	margin:  10px 10 0 0px;
	float:left; 
}

.thumb_photo img{
	display: block;
	background-color: #fff;
	border: 3px double #cecece;
	padding: 0px;
	width:107px;
	height:80px;
}

#box {
	width:195px;
	margin: 0 0 20 0px;
}

#box_nav {
	padding:1 0px;
}

#box_nav img{
	margin:0 0 0 1px;
}

.nomargin {
	margin:0;
}

.nopadding {
	padding:0;
}

.showhover a:hover {
	background-color:#eeeeee;
}