#detailspage
{	
}

#detailspage .row
{
}

#detailspage h2
{	margin: 0;
	padding: 10px 0 0 0;
	font-size: 17px;
	width: 45%;
	float: left;
}

#detailspage h3
{	margin: 	10px 0 0 5px;
	padding: 	0;
	clear:		both;
}

#detailspage a
{	margin: 	0;
	padding: 	10px;
	font-size: 12px;
}

#detailspage .buttons
{	border-top: 1px solid black;
	border-bottom:	1px solid black;
	padding: 3px 0 3px 0;
	height: 20px;
	width: 100%;
	float: left;
	margin: 0 0 3px 0;
}
#detailspage .buttons a,
#listpage a#findonmap
{	display: block;
	float: left;
	height: 20px;
	width: 86px;
	margin: 0 3px 0 0;
}

#detailspage .buttons a#findonmap, 
#listpage a#findonmap{ 			background: url('../imgs/realty/findonmap.gif') no-repeat; width: 90px;}
#detailspage .buttons a#info{		background: url('../imgs/realty/requestinfo.gif') no-repeat; width: 90px;}
#detailspage .buttons a#email{	background: url('../imgs/realty/emailfriend.gif') no-repeat; width: 90px;}
#detailspage .buttons a#tour{ 	background: url('../imgs/realty/virtualtour.gif') no-repeat; width: 90px;}
#detailspage .buttons a#vlist{	background: url('../imgs/realty/view_listings.gif') no-repeat top center; width: 96px;}
#detailspage .buttons a#add{		background: url('../imgs/realty/add_hot_list_bg.gif') no-repeat top center; width: 90px;}
#detailspage .buttons a#remove{	background: url('../imgs/realty/removefavs.jpg') no-repeat top center; width: 90px;}
#detailspage #moreImgs img
{	width:	80px;
	border:	0;
	margin:	0;

}

hr
{	color: black;
	height: 1px;
	border-top: 1px solid black;
	border-bottom: 0;
}

#detailspage img#mainImg
{	width:			100%;
	float:			left;
	margin:			0 12px 12px 5px;
}
body.nonfeat #detailspage img#mainImg {
	width:			auto !important;
}
body.nonfeat #detailspage .basicInfo {
	width: 			47%;
}

#detailspage div#moreImgs
{	clear:			both;
	margin:			0 0 0 0;
	padding:  5px;
}


#detailspage div#moreImgs p
{	margin: 0;
	padding: 0;
}

#detailspage div#moreImgs a
{	margin: 0;
	padding: 0;
}


#detailspage div#mainImg
{	width:			100%;
	background:		url('../imgs/realty/no_photo_lg.jpg') no-repeat center center; /* Image place-holder */
	float:			left;
	margin:			0 12px 12px 5px;
}

#detailspage #pagedetails
{	margin: 15px 0 0 0;
}

#detailspage .basicInfo
{	float: left;
	width: 49%;
	padding-bottom: 20px;
	
}

#detailspage .basicInfo p,
#detailspage .openHouse p
{	width: 			100%;
	float: 			left;
	margin: 		0;
    padding: 		0;
}
#detailspage .basicInfo b,
#detailspage .openHouse b
{	display: 		block;
	width: 			100px;
	float: 			left;
	padding: 		0 6px 0 0;
	text-align:		right;
}

#detailspage thumbnails
{ 	
}

#detailspage ul.col
{	width:			23%;
	float:			left;
	margin:			0;
	padding:			0 0 0 10px;
	list-style:		none;
	font-size:12px;
}
#detailspage ul.col li
{	background:		url('../imgs/realty/bullet.gif') no-repeat;
	padding:			0 0 6px 10px;
}

#boxinfo, #boxemail
{	display: none;
}

.boxfill
{	position:		fixed;
	z-index:		100;
	width:			100%;
	height:			100%;
	background:		black;
	top:				0;
	left:			0;
	opacity:		0.6;
}

#grayinfo, #grayemail
{	position:		fixed;
	z-index:			500;
	width:			100%;
	height:			100%;
	background:		url(../imgs/realty/trans.gif);
	top:				0;
	left:			0;
	display: none;
}

#grayinfoconf, #grayemailconf
{	position:		absolute;
	z-index:			500;
	width:			100%;
	height:			100%;
	background:		url(../imgs/realty/trans.gif);
	top:				0;
	left:			0;
}
.box
{	position:			absolute;
	z-index:			110;
	width:				350px;
	left:				50%;
	top:				20px;
	margin-left:		-150px;
	background:			white;
	padding:			10px 20px;
	border: 			#DDD6D2 1px solid;
}
.box h2
{	margin:				0 0 6px 0 !important;
	padding:			0 !important;
	width:				auto !important;
}
.box a.close
{	border: 				#DDD6D2 1px solid;
	position:			absolute;
	top:					-1px;
	right:				-1px;
	color:				gray;
	padding:				3px;
	text-decoration: 	none;
	text-transform:	uppercase;
}
.box a.close:hover
{	color:			red;
}
.box #recaptcha_widget_div
{	
}

form
{	margin:		0;
}
form .row
{	clear:		both;
	position:	relative;
}
form .row b
{	display:		block;
}

form .whole
{	width: 270px;
}

form .half
{	width: 131px;
}

form .submit
{	margin:				5px 0 0 0;
	padding:				4px;
	text-transform:	uppercase;
	background:			#007DB6;
	color: #ffffff;
}

.broker
{	font-size:10px;
}

#map span
{	font-size: 8px;
}


	#content form input.error,
	#content form select.error,
	#content form textarea.error
	{	border:		1px solid maroon;
	}
	#content p#SPfilter
	{	display:			none;
	}
	#content div.formError
	{	background:	none repeat scroll 0 0 maroon;
		color:		white;
		margin:		0;
		padding:	2px 4px;
		width:		85%;
		position:	relative;
		bottom:		-11px;
		font-size:	12px;
		z-index:	100;
	}
	#content p.error
	{	color:		white;
		font-size:	16px;
		margin:		5px 0;
		padding:	4px 6px;
		background:	red;
	}
