/* style links site wide */
a {
	color: #339;
	text-decoration: none;
}

/* default font style and size */
body {
	font-family: verdana;		
  margin: 0;
}

/* underline links on mouse over */
a:hover {
	text-decoration: underline;
}

/********************************************************************
 *						SEARCH LISTINGS 							*
 *******************************************************************/


/* padding and border between between the seach listings */
.listing {
	border-bottom: 2px dotted #683417;	
	padding-bottom: 10px;
  padding-top: 20px;
}
.listing:hover {
  background-color: #f5faf6;
}

/* style the address in the search listing */
.listing_address h1 {
  margin-top: 0;
}

.listing_address h1 a {
	font-size: 16px;	
}

/* style the price/rent element of the search listing */
.listing_description h2 {	
	font-size: 14px;
  text-align: left;
}

/* style the property type and bedroom summary element of the search listing */
.listing_description h3 {	
	font-size: 12px;
  text-align: left;
}

/* style the property description element of the search listing */
.listing_description {	
	font-size: 12px;
  text-align: justify;
}

img.listing_thumbnail {
	float: right;
	margin: 0 5px 5px 15px;
	border: 1px solid #CCCCCC;
  padding: 2px;
}

.listing_link{
	font-size: 12px;		
}

.listing_availability {
	color: #5F8D4C;	
	font-weight: bold;
}

#listings_pagination {	
	font-size: 12px;	
	padding: 10px 10px 10px 10px;	
	text-align: center;
}

/* previous link */
#listings_pevious {	
	padding-right: 30px;
}

/* previous pages */
#listings_pages{	
	text-align: center;
}

/* previous next */
#listings_next {
	text-align: right;
	padding-left: 30px;
}

#listings_summary {
	font-weight: normal;
	font-size: 12px;	
	color: #444;	
	font-weight: bold;	
	float: left;
	width: 64%;
}

#listings_sort {	
	float: right;
	font-size: 12px;	
	width: 35%;
}

#daft_powered {
	float: none;
	margin-top: 20px;
  display: block;
}

.gone_type {
	font-weight: bold;
	color: white;
	background-color: red;
	padding: 0px 2px;
    font-size: 16px;
}
/********************************************************************
 *						Property Page 	 							*
 *******************************************************************/

/* full address */
#property h1 {
	border-bottom: 1px solid #CCCCCC;	
	font-size: 18px;
}

/* general font size */
#property {
	font-size: 12px;	
}

/* style the headings for location, description etc */
#property_summary h2 {
	margin-top: 10px;
	font-size: 14px;
}

/* summary text containing the price, property type and reply link */
#property_summary {	
	font-size: 12px;
}

/* div containing the photo */
#property_photo {	

}

#property_photo :first-child img{	
  width: 465px;
}

/* features */
#property_features {	
	clear: both;	
}

/* property photo */
#property_photo img {
	border: 1px solid #CCCCCC;		
} 

/* property map */
#property_location_map {
	width: 97%;
	height: 400px;	
	border: 1px solid #666666;
}


/********************************************************************
 Replies Page 	 							
 *******************************************************************/

/* box containing the reply form  */
#reply_box {
	font-size: 12px;
	border: 1px solid #CCCCCC;	
	padding: 10px;
}

/* error warning on the reply form  */
.reply_error {
	font-size: 14px;
	color: #0000CC;
}


/*********************************************************************
Photo Browser
***********************************************************************/	
#photo_nav_prev {		
	float: left;
	width: 45%;
	text-align: left;
}

#photo_nav_next {	
	float: right;
	width: 45%;
	text-align: right;
}

#photo_image {
	text-align: center;
}
