/* CSS Document */

/****************** DIVS */
.dSResultTitle{
	position: relative;
	padding: 2px;
	background-color: #FFD697;
	border-width: 0px 2px 1px 0px;
	border-style: solid;
	border-color: #FF9900;
	color: #FFD697;
	font-weight: bold;
}
.dSResultTitle div{
	position: absolute;
	right: 5px;
	color: #000000;
}
.dSResultDetails {
	padding: 5px;
	font-size: 11px;
	color: #333333;
}
.dSResultMore{
	float: right;
}
.dTitle {
	height: 62px;
	background-image: url(../images/bg_office.jpg);
	background-position: right;
}
.dTitle h1 {
	font-weight: bold;
	font-size: 18px;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	text-transform: uppercase;
}
.dTitle h2 {
	font-weight: bold;
	font-size: 18px;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	text-transform: uppercase;
}
/****************** TABLES */
.tContainerSResult {
	width: 100%;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF9900;
}
.tContainerSResult td {
	vertical-align: top;
}
/****************** IMAGES */
.imgSResult {
	border-width: 0px 4px 0px 0px;
	border-right-color: #F5F2DE;
	border-right-style: solid;
}
.dPropertyRight img, .dPropertyLeft img  {
	border: 10px;
	border-color: #FFFFFF;
	border-style: solid;
}
/****************** LINKS */
.dSResultTitle a:link, .dSResultTitle a:visited {
	color: #000000;
	text-decoration: none;
}
.dSResultTitle a:active, .dSResultTitle a:hover {
	color: #000000;
	text-decoration: underline;
}


