/* @override http://localhost/devsites/redferndevelopments.com/property.css */

/**************************************************************************
	Property List and Property Detail View Stylesheet
***************************************************************************/
#propertyListOuter {											
	width: 750px;
	background: url(images/nav-div2.gif) no-repeat top center;
	padding:0;
	margin:0;
	padding-top:20px;
}

#propertyList h3.address a{
	font: 0.80em Georgia, Times, serif; 
	margin-bottom: 1em;
	border: none;
}
#propertyList .propertyList h3.address {
	margin-top:0;
	border: none;
}
.propertyList{
	width:750px;
}

#propertySort{
	list-style:none;
	margin:0 0 12px 0;
	padding:0 0 4px 0;
	text-align:right;
	
}
#propertySort ul{
	padding:0;
	margin:0;
}

#propertySort ul li{
	display:inline;
	margin: 0 2px;
	font-size: 12px;
}
#propertySort ul li a{
	color: #265d79;
	background-repeat: no-repeat;
	background-position: left;
	padding-left:13px;
}

.sold {
	background-image: url('images/sold.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
.sstc {
	background-image: url('images/sstc.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
.offer {
	background-image: url('images/underoffer.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
h3.address_sm { 
	font: 14px Georgia, Times, serif;
	line-height: 5px;
	margin-bottom: 5px;
	border: none;
}
h3.address_sm a{ 
	font: 14px Georgia, Times, serif;
}
#propertyList .site, .status{
	font: bold 0.80em Verdana, sans-serif;
  	text-transform: uppercase; 
	letter-spacing: 2px;
	color:#83241c;
	min-height: 15px;
	padding-top: 1px;
  	margin-left: 0.25em;
	margin-bottom: 5px;
}
#summary .site {
	font: bold 0.80em Verdana, sans-serif;
  	text-transform: uppercase; 
	letter-spacing: 2px;
	color:#83241c;
	min-height: 15px;
}
#status {
	text-transform: capitalize;
	letter-spacing: normal;
}
#propertyList .address {
	margin: 1em 0 0.25em; 
	padding: 0; 
	text-align: left; 
	border-bottom: 0;
}
#propertyList .price {
	padding-bottom: 0; 
	margin-bottom: 0.75em; 
	background: none;

}
#propertyList h1 {
	font: 1.66em Georgia, Times, serif; 
	text-align: center;
	margin: 0.5em 0; 
	padding-bottom: 0.75em; 
	border-bottom: 1px dashed #B2B2B2;
}
#propertyList h1 a {color: #333;}
#propertyList h1 a:hover {color: #000;}
#propertyList h1 em {font-style: normal;}
hr {
	border:none;
	background: url(images/hrfade.gif) no-repeat top center;
	height:3px;
	width:570px;
	margin: 20px auto;
	margin-top: 40px;
}
hr.hr_sm {
	border:none;
	background: url(images/hrfade_sm.gif) no-repeat top center;
	height:3px;
	width:300px;
	margin: 5px auto;
}
.address {
	text-transform: none; 
	line-height:0.8em;
}
.address a:link, .address a:visited {
	color: #333;
}
.address a:hover {
	color: #000;
}


.price {
	font: bold 1.2em Verdana, sans-serif; 
	color:#83241c;
	margin-top: 0px;
}

.property {padding: 0 10px;margin-bottom:15px;}

.pty_img {
	float:left;
	margin-right:10px;
}

ul.options {
	padding:0;
	margin:0 auto;
	list-style-type: none;
	padding-bottom: 3px;
}
ul.options li {
	list-style-type: none;
	overflow: hidden;
	float: left;
	margin-right:10px;
}
ul.options li div{
	background: url('images/opt_button.gif') no-repeat;
	/* 143x31 */
	width:120px;
	height: 20px;
	padding:3px;
	text-align: center;
	margin-bottom: 5px;
	
}
ul.options li div a {
	margin: 0;
	font-weight: bold;
	text-transform: lowercase;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
ul.spec {
	float:right;
	margin-top:20px;
}
ul.spec, ul.spec li {
	list-style-type: none;
	margin:0;
	padding: 0;
	font-size: 12px;
	text-align: left;
}
ul.spec li {
	background-repeat: no-repeat;
	background-position: top right;
	width: 90px;
	height: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}
ul.spec li.beds {
	background-image: url('images/btn_beds.gif');
	color: #B62F2F;
}
ul.spec li.bed {
	background-image: url('images/btn_bed.gif');
	color: #B62F2F;
}
ul.spec li.baths {
	background-image: url('images/btn_baths.gif');
	color: #2EC141;
}
ul.spec li.bath {
	background-image: url('images/btn_bath.gif');
	color: #2EC141;
}
ul.spec li.gars {
	background-image: url('images/btn_garages.gif');
	color: #33A6BF;
}
ul.spec li.gar {
	background-image: url('images/btn_garage.gif');
	color: #33A6BF;
}
ul.spec li.park {
	background-image: url('images/btn_park.gif');
	color: #d68917;
}
.propertyList .summary {
	width:460px;
	float: left;
}
.propertyList .summary_sm {
	width:300px;
	float: right;
}
#saved {
	float:right;
	margin-top:110px;
	margin-right: -80px;
}

/********************************************************** 
PROPERTY DETAILS VIEW
***********************************************************/
#propertyDetails #summary {
	float:right;
	width: 420px;
}

#propertyDetails #summary #address h1{
	font:1.8em Georgia, Times, serif; 
	text-align: right;
	color: #333;
	margin-top: 0px;
}

#propertyDetails #image {
	width:310px;
	height: 260px;
}
#propertyDetails #image img {
	width: 300px;
	height:250px;
	background-color: #fff;
	padding: 5px;
	float:left;
}

#propertyDetails #options {
	margin: 10px auto;
}

#propertyDetails #price h2{
	font-size: 1.0em;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	text-align: right;
  	text-transform: uppercase; 
	letter-spacing: 2px;
	color:#83241c;
}

#propertyDetails .status{
	text-align: right;
}


#propertyDetails .subimages{
	margin-top:-20px;
}
#propertyDetails .subimage img{
	float:left;
}

#propertyDetails .subimage{
	float:left;
	width:242px;
}
#propertyDetails .subimage div{
	color:#1f0000;
	width:70px;
	font-family: Helvetica, Verdana, Arial;
	font-size: 11px;
	color:#2f2f2f;
	padding: 0 2px 2px 2px;
	float:left;
}

#propertyDetails .subimages h3{
	margin-top:20px;
	padding-bottom:10px;
}
/*
#propertyDetails .subimages h3{
	font-family: Helvetica, Verdana, Arial;
	border-bottom: 1px solid #afafaf;
	color:#83241c;
	text-align:left;
	font-size: 24px;
	margin:0;
} */

#propertyDetails #maplocation{
	border:1px solid #efefef;
	width:750px;
	height:350px;
	margin-top:10px;
}

#propertyDetails #maplegend{
	width:750px;
	padding-top:5px;
}
#propertyDetails #maplegend div{
	display:inline;
}
#propertyDetails #maplegend img{
}

#propertyOptions{
	/* padding-bottom:-5px; |*/
}

#searchDiv{
	float:left;
}
#propertyOptionsRight{
	float:right;
}

#pimages div div div {
	margin: 0;
}
.subimage img {
	margin-right: 10px;
}

.printBtn {
	height:18px;
	float:right;
	padding-left:20px;
	background: url('images/bar_icon_print_2.gif') left no-repeat;
}

#blackOut {
	position: absolute;
	width: 100%;
	background-color: #000;
	z-index:50;
}

#largeImg {
	position: absolute;
	z-index: 50;
	width: 510px;
	height: 480px;
	padding: 10px;
	background-color: #fff;
	z-index:51;
}

#largeImg a{
	font-size:18px;
	font-weight:bold;
	font-family:Helvetica, Verdana;
}

#imgViewerClose{
	text-align:center;
}
#imgViewerPrevious{
	text-align:left;
	width:150px;
	height:20px;
	float:left;
	padding-top:10px;
}
#imgViewerNext{
	text-align:right;
	width:150px;
	height:20px;
	float:right;
	padding-top:10px;
}
