
html {
	background-color: #6e0304;

}

#search-results th {
	background-color: #6e0304;
}

#menu-wrap {
 	border-top: 5px solid #fff!important; 
}


#home td.color-light {
	background-color: #D5D2CA;
}

#content {
	background-image:url(/assets/template7/bg.gif);
	background-repeat: repeat-x;
	color: #0b2345;
}

#property-details .calc .insidecalc .stamp {
	width:175px; 
	float:left;
	background-color: #F4F7F9;
}

#middle	{
	background-color: #6e0304;
	}

#search-block .button,
#property-details #buttons input, 
.calc input {
 border: 1px solid #0b2345;
}


h1 {
	color: #1d74c3;
}

h2 {
	color: #1d74c3;
}


h3 {
	color: #1d74c3;
	font-weight: bold;
	font-size: 14px;
}

h6 {
	color: #1d74c3;
	font-weight: normal;
	font-size: 16px;
}

h7 {
	color: #1d74c3;
	font-weight: normal;
	font-size: 16px;
}

h8 {
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}



/* Menu (Link Color) */
#home td.color-highlight,
#footer a,	
.ddmx a.item1,
.ddmx a.item1-active,
.ddmx a.item2,
.ddmx a.item2-active {
	color: #FFFFFF !important;
}

/* Menu (Link Hover Color) */
.ddmx a.item1:hover,
.ddmx a.item1-active:hover,
.ddmx a.item2:hover,
.ddmx a.item2-active:hover {
	color: #ffffff !important;
}



/* Menu (Background Color) */
#property-details .options,
#property-details .title,
#property-details .calc,
#home td.color-highlight,
#popup-details-wrap .title,
#menu-wrap,	
.ddmx,
.ddmx a.item1,
.ddmx a.item1:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover,
.ddmx a.item2,
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
	background-color: #6e0304 !important;
}

#footer {
	background-color: #6e0304 !important;
}

.ddmx a.item2:hover,
.ddmx a.item2-active:hover {
	background-color: #c82127 !important;
}

/*--------- Forms ----------------*/

#included_form  {
width: 650px;
}

#included_form legend {
color: #000;
font-weight: bold;
}

#included_form a:link,
#included_form a:visited {
color: #b2b2b2;
text-decoration:underline;
}

#included_form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ddd;
}

#included_form label {
display: block;
float: left;
width: 200px;
margin-right: 10px;
font-size: 12px;
}


#included_form input,
#included_form select {
width: 300px;
margin:5px 0;
}

#included_form input.half,
#included_form select.half {
width: 145px;
}


#included_form textarea {
width: 400px;
margin:5px 0;
}

#included_form input.radio {
width: 30px;
}

#included_form textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

#included_form p {
clear: both;
margin: 0px;
}

#included_form fieldset#submit {
border: none;
padding: 0;
text-align: right;
}

#included_form fieldset#submit input,
#included_form fieldset.submit input,
#included_form input.button {
width: auto !important;
padding: 0 10px;
cursor: pointer;
background-color: #6e0304;
border: none;
color: #fff;
}

#included_form em span,
#included_form .required {
color: #6e0304;
font-weight: bold;
}

.bottom {
	padding:20px;
	width:100%;
	height:300px;
	background:#d5d2ca url(/assets/template7/sh.png) repeat-x top left;
	border-bottom:1px solid #efefef;
}

.search {
	float:left;
	width:220px;
	overflow-y:hidden;
	margin:0 0 0 10px;
	background:#6e0304;
	padding:5px;
	color:#fff;
	border:1px solid #3d3d3d;
}

.buttons {
	float:left;
	width:300px;
	margin:0 0 0 10px;
}

.h-buttons {
	margin-left:20px;
	width:175px;
	margin-top:-5px;
}

.featurePropertiesWrapper {
	border-collapse:collapse;
	margin:0 auto 0 10px;
	padding:10px;
	position:relative;
	width:320px;
	background:#d5d2ca;
	float:left;
}
.featureProperties {
	margin: -10px;
}
.featureProperties .featureProperty {
	list-style:none outside none;
	margin:0 auto;
	width:320px;
}
.featureProperties .featureProperty .details, .featureProperties .featureProperty .title {
	color:#6e0304;
	font-size:14px;
	font-weight:bold;
	padding: 3px;
}
.featureProperties .featureProperty .title {
	border-top:1px solid #FFFFFF;
	font-size:16px;
	padding-bottom:0;
	height: 40px;
}
.featureProperties .featureProperty .details .suburb {
	float:left;
}
.featureProperties .featureProperty .details .price {
	float:right;
}
.featureProperties .featureProperty .details .rooms {
	display:block;
	margin:0 auto;
	text-align:center;
	width:120px;
}
.featurePropertyLinksWrapper {
	position:absolute;
	right:30px;
	text-align:right;
	top:150px;
	width:320px;
	z-index:10000;
}
.featurePropertyLinksWrapper a {
	background-color:#6e0304;
	margin-left:5px;
	padding:4px 8px;
	color: #fff;
}
.featurePropertyLinksWrapper a:hover {
	background-color:#6e0304;
	text-decoration:none;
}
.featurePropertyLinksWrapper .activeSlide {
	background-color:#3d3d3d;
}
