
/*=====BUTTONS=====*/

/*prev next*/

.propertyBand ul {
	float: right; width: 175px;
	}
.propertyBand ul li {
	float: left; display: inline;
	margin-right: 2px;
	background-repeat: no-repeat;
	}
	
.propertyBand ul li a.prev {background-image: url(img/btn_prev.gif);}
.propertyBand ul li a.next {background-image: url(img/btn_next.gif);}
.propertyBand ul li a.gallery {background-image: url(img/btn_gallery.gif);}

.propertyBand ul a:link, 
.propertyBand ul a:visited {
	display: block; width: 54px; height: 16px;
	}
.propertyBand ul a:hover {
	opacity: .5;
	filter: alpha(opacity=50);
	}

.propertyBand span {display: none;}

/*links loop*/

.propertyBand ul.links {
	float: left; width: 350px; display: inline;
	}
.propertyBand ul.links li {
	float: left; display: block; width: 20px; height: 16px; font-weight: bold;
	margin-right: 2px;
	text-align: center; font-size: 9px; line-height: 15px;
	background-repeat: no-repeat; background-color: #FFFABB; border: 1px solid #B7B599;
	}
.propertyBand ul.links a:link, 
.propertyBand ul.links a:visited {
	display: block; width: 20px; height: 16px; 
	color: #000; text-decoration: none; background-color: #F3E447;
	}
.propertyBand ul.links a:hover {
	opacity: 100%;
	filter: alpha(opacity=100);
	background-color:#E2CF05;
	}
	
/*results button*/

a.buttonResults {
	float: right; display: block;
	margin: 34px 7px 10px 10px; /*ie hack*/_m/argin: 32px 7px 10px 10px;
	width: 40px; height: 16px;
	background-image: url(img/btn_more.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
a:hover.buttonResults {
	opacity: .5;
	filter: alpha(opacity=50);
	}
	
.buttonResults span {
	display: none;
	}

/*=====CS BOXES=====*/

.propertySearch {
	margin-bottom: 10px;
	}
	
/* results/details - content box */
.contentResults {
	clear: both;
	padding-top: 10px; padding-bottom: 10px;
	overflow: auto; height: auto;
	border-bottom: 2px solid #EFDA03;
	}
	
/* results heading box */
.contentResults .description {
	float: left; width: 400px; 
	clear: right;
	}
	
/* details - rhs panel */
.propertySearch #info {
	float: right; width: 190px; 
	}

/* details - description block */
#descBlock {
	float: left; width: 375px;
	p/adding-top: 10px; padding-bottom: 20px;
	font-size: 11px; line-height: 16px;
	}

/*=====IMAGES=====*/

/*results image */
.propertySearch img.resultsImg { 
	float: left; width: 123px; height: 94px;
	margin-right: 10px;
	border: 1px solid #EFDA03;
	}

/*details images*/
.propertySearch #mainImg img {
	float:left; width: 375px; height: 283px;
	margin-top: 5px; margin-bottom: 4px;
	border: 1px solid #EFDA03;
	}

.propertySearch img.smallImg {
 	float: left;
	width: 120px; height: 90px;
	margin-left: 10px; margin-top: 5px;
	border: 1px solid #EFDA03;
	}

/*=====ICONS=====*/

.icons {
	float: right; width: 125px;
	}
.iconsDet {
	float: left; width: 150px; padding-bottom: 10px;
	}

.icons div, .iconsDet div {
	float:left;
	background-color:#FFF;border:2px solid #E0F1EE;
	background-repeat:no-repeat;
	background-position:3px 0;
	padding-left:25px;
	padding-right:5px;
}

.bed {
	background-image:url(img/ico_bed.gif);
}
.bath {
	background-image:url(img/ico_bath.gif);
}
.car {
	background-image:url(img/ico_car.gif);
}

/*=====HEADINGS=====*/

.contentResults .description strong {
	color: #00A1E1; display: block; 
	}
	
.contentResults .description em {
	color: #000; font-style: normal; font-weight: bold; 
	}
	
.contentResults .description b {
	color: #56615C;
	}
	
.contentResults .description i {
	float: left; width: 300px; font-style: normal;
	}

#descBlock h2 {
	color: #00A1E1; margin:0;padding:0;
	}
	
#descBlock h4 {
	color: #000; font-size: 11px;margin:0;padding:0;
	}
	
#descBlock h4 b {
	color: #56615C;
	}
	
/*=====LISTS=====*/


/*property options*/

ul.options {
	padding: 5px 0 0 10px; margin: 0;
	list-style: none;
	}
	
/*details - prop overview*/

#propertyOverview,
#agentDetails {
	/*ie hack*/_height: 200px;
	}

#propertyOverview dl {
	margin-left: 10px;
	font-size: 10px;
	}

#propertyOverview dl dt {
	float:left; width: 70px; clear: left;
	padding-bottom: 3px; padding-top: 3px;
	font-weight: bold; color: #666;
	}

#propertyOverview dl dd {
	padding-bottom: 3px; padding-top: 3px;	
	}
	
#propertyOverview dt.features {
	padding-bottom: 0;
	}
		
#propertyOverview dd.features {
	clear: both;
	}
	
/*details - agent details*/	

#agentDetails .indent {
	padding-left: 10px;
	font-size: 10px;
	}

#agentDetails dl {
	font-size: 10px;
	margin-top: 5px; margin-bottom: 10px;
	}

#agentDetails dl dt {
	float:left; width: 40px; clear: left;
	padding-bottom: 3px; padding-top: 3px;
	font-weight: bold; color: #666;
	}

#agentDetails dl dd {
	padding-bottom: 3px; padding-top: 3px;	
	}


