/* CSS Document */

/****************** DIVS */
.dSResultTitle{
	position: relative;
	padding: 4px;
	background-color: #652b77;
	color: #fff;
	
}
.dSResultTitle div{
	position: absolute;
	right: 5px;
	color: #fff;
}
.dSResultDetails {
	padding: 5px;
	font-size: 11px;
	color: #333333;
}
.dSResultMore{
	float: right;
}
.dTitle {
	height: 62px;

}
.dTitle h1 {
	font-weight: bold;
	font-size: 20px;
	padding: 24px 0px 0px 15px;
	margin: 0px;
	text-transform: uppercase;
}


/****************** TABLES */
.tContainerSResult {
	width: 100%;
	margin-bottom: 10px;
	
}
.tContainerSResult td {
	vertical-align: top;
}
/****************** IMAGES */
.imgSResult {

}
.dPropertyRight img, .dPropertyLeft img  {
	border: 5px;
	border-color: #652b77;
	border-style: solid;
}
/****************** LINKS */
.dSResultTitle a:link, .dSResultTitle a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
.dSResultTitle a:active, .dSResultTitle a:hover {
	color: #f3971b;
	text-decoration: underline;
	font-weight:bold;
}


