/* Remove unwanted elements */
 #nav, .noprint, #quick-search, #search-by-ref, #contact-landlord, .property-contact-header, .property-list-link, #contact-text, .click-to-enlarge, .sort-options-right, #ad-panel, #ad-panel-bottom
{
display: none;
}

#header {

	
}

#logo-link img {
	display: block;
}

#header a {
	display: none;
}

.property-list-price {
	font-size: 1.2em;
	font-weight: bold;
}

/* Ensure the content spans the full width */
#wrapper, #content-container, #content-panel-property-details
{
width: 100%; margin: 0; float: none;
color:#003596;
font-size: 12px;
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #DB2031;
}

.property-list-header {
	font-size: 1.5em;
	font-weight: bold;
	margin: 20px 0 20px 0;
	clear: both;
}

.contact-landlord {
	margin: 0 0 40px 0;
}

dt {
	font-weight: bold;
}

.table-display dt
{
	width: 50%;
	float: left;
	margin: 0 0 0 0;
	padding: 3px 0;
	border-top: 1px solid #CCCCCC;
	font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.table-display dd
{
	float: left;
	width: 50%;
	margin: 0 0 0 0;
	padding: 3px 0;
	border-top: 1px solid #CCCCCC;
}	

#footer {
	margin: 20px 0;
}

a {
	
	color: #F27324;
	font-weight: bold;
	text-decoration: none;
}	

.green { color: #A5BB26 }
.blue { color: #00ACE2 }
.red { color: #DB2031 }

.property-list {
	border-bottom: solid 3px #DB2031; 
	padding: 10px 0 10px 0;
}

.gallery a {
border:2px solid #DB1F30;
float:left;
height:118px;
margin:4px;
overflow:hidden;
width:168px;
}

.gallery a img {
	border: none;
}	

.gallery {
	clear: both;
	
}	
