/* style links site wide */
a {
	color: #2222FF;
	text-decoration: none;
}

/* default font style and size */
body {
	font-family: verdana;		
}

/* underline links on mouse over */
a:hover {
	text-decoration: underline;
}

/********************************************************************
 *						SEARCH LISTINGS 							*
 *******************************************************************/


/* padding and border between between the seach listings */
.listing {
	border-bottom: 1px solid #CCCCCC;	
	padding-bottom: 10px;
}

/* style the address in the search listing */
.listing_address h1 a {
	font-size: 16px;	
}

/* style the price/rent element of the search listing */
.listing_description h2 {	
	font-size: 14px;
}

/* style the property type and bedroom summary element of the search listing */
.listing_description h3 {	
	font-size: 12px;
}

/* style the property description element of the search listing */
.listing_description {	
	font-size: 12px;
}

img.listing_thumbnail {
	float: right;
	margin: 0 15px 28px 0;
	border: 1px solid #CCCCCC;
}

.listing_link{
	font-size: 12px;		
}

.listing_availability {
	color: #2222FF;	
	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: #2222FF;	
	font-weight: bold;	
	float: left;
	width: 80%;
}

#listings_sort {	
	float: right;
	font-size: 12px;	
	width: 20%;
}

#daft_powered {
	font-size:10px;
	float:right;
	margin-top: -20px;
}

.gone_type {
	font-weight: bold;
	color: white;
	background-color: red;
	padding: 0px 2px;
    font-size: 16px;
}
/********************************************************************
 *						Property Page 	 							*
 *******************************************************************/



#property h1 {
	border-bottom: 1px solid #CCCCCC;	
	font-size: 18px;
	color: #000000;
}


#property {
	font-size: 12px;	
}

#property  h2 {
	margin-top: 10px;
	font-size: 16px;	
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
}

#property_summary {	
	font-size: 12px;
	float: right;
	width: 500px;
}

#property_photo {	
	width: 300px;
	float: left;
	text-align: center;
}

#property_photo img{	
	width: 300px;
	height: 300px;
	border: none;
}
#property_photo img.photo_thumbnail {
	width: 90px !important;
	height: 90px !important;
	margin: 4px 0px 0px 0px !important;
}

#property_features {		
	clear: both;
}

#property_location {				
}

#property_location_map {		
	width: 97%;
	height: 500px;	
	border: 1px solid #CCCCCC;

}

#property_description {
}

/* no border on the price */
#property_summary h2 {
	color: #000000;
	border: none;	
}




/********************************************************************
 Replies Page 	 							
 *******************************************************************/

#reply_box {
	font-size: 12px;	
}

.reply_error {
	font-size: 14px;
	color: #2222FF;
	font-weight: bold;
}

/**********************************************************************
*					Photo Browser 									 *
**********************************************************************/	

#photo_browser {
	font-size: 12px;
	text-align: center;
}

#photo_browser img {
}

#photo_title {	
}

#photo_nav {	
}

#photo_nav_prev {	
	text-align: left;
}

#photo_nav_next {
	text-align: right;
}


#photo_footer {
	margin: 5px auto;
}

#photo_num_pages {

}

#photo_title {

}

