/*  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:#115511;
}



/* Set address and company header text colours ( detail_T1_FG) */
div.company h1, 
div.addr p {

color:#115511!important;

}
/* Set telephone and email header text colours (detail_T2_FG) */
div.company h2, div.company p, div.company p em
{

color:#115511!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:#034405!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;
}
