/*  Set text colour for property description label eg. 2 bed apartment and Set default paragraph heading colour (para_head_FG) */
div.DetailsDescription h2, div.DetailsTextCol h1
{

color:#4872b0;
}



/* Set address and company header text colours ( detail_T1_FG) */
div.company h1, 
div.addr p {

color:#808080!important;

}
/* Set telephone and email header text colours (detail_T2_FG) */
div.company h2, div.company p, div.company p em,div.company p a
{

color:#808080!important;
}



/* Sets colour for the address & price bar for details */
/* AND 360's (detail_bar_BG - NOTE - color: is detail_bar_FG) */
#DetailsBar, body#vtour div#address, body#vtour div#selectlist {
 background-color:#4872b0!important;
 color:#FFFFFF!important;
 }


/* Sets colour for text on the address & price bar (detail_bar_FG) */
body #DetailsBar * {	

	color:#FFFFFF!important; 

}

/* Solex specific styling */
/* Required for all Solex details to alter position of paragraph images for agents own sites */
.DetailsDescription p img {
	margin: 0 0 1em 1em;
	float: right!important;
	width: 300px;
}
.DetailsDescription h2 {
	clear:both;
}
/* Sets font weight of 'Tel' and 'Email' labels on agents address */
div.company p, div.company h2 em {
	font-weight:normal!important;
}
div.company p {
	line-height:1.5em;
	}
/*Changes 18.11.09
---------------------------------------------------------------------*/
#DetailsBar {
padding:3px 0;
}
h2.DetailsAddress {
margin: 0 0 0 0.2em;
width:57%;
padding:0 3px;
}
h2.DetailsPrice {
margin-right:0.2em;
width:39%;
padding:0 3px;
}
ul#DetailsBullets  {
width: 285px;
margin-bottom: 1em;
}
ul#DetailsBullets li {
margin:3px 0;
padding:3px 0.5em;
}
p.footnote a {
color:#4872b0;
}
div.company p a {
color:#4872b0 !important;
}