/* CSS Document */

#support h1 {
	position:absolute;
	left:18px;
	top:15px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	margin:0;
	padding:0;
}

#quickSearch {
	position:absolute;
	left:10px;
	top:60px;
	width:213px;
	margin:0;
	padding:0;
	color:white;
	text-align:right;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#quickSearch p {
	margin:5px 0 5px 0;
	padding:0;
}

#totalResults {
	font-size:13px;
	color:#444;
	padding:0 0 10px 0;
}

#totalResults a {
	color:#0379d3;
	text-decoration:none;
	font-weight:bold;
}

span.resultNo {
	/*font-size:18px;
	color:#0379d3;*/
}

#searchResults {
	list-style-type:none;
}

#searchResults li {
	border:#f0f0f0 1px solid;
	width:45%;
	float:left;
}

#searchResults li.separator {
	border:none;
	border-bottom:#0090ff 1px dotted;
	margin-bottom:13px;
}

td.imageCell {
	background-image:url(../images/main/content/description_bg.jpg);
	background-repeat:repeat-x;
}
td.resultIndex {
	background-image:url(../images/main/content/description_bg.jpg);
	background-repeat:repeat-x;
	color:#bbbec7;
	font-size:30px;
}

td.resultImage {
	background-image:url(../images/main/content/description_bg.jpg);
	background-repeat:repeat-x;
}

td.imageCell a img {
	margin-top:2px;
	border:white 1px solid;
}

td.resultDescription {
	padding-left:10px;
	background-color:#f3f7fa;
}

.area {
	font-size:14px;
	color:#0090ff;
	padding-bottom:5px;
	background:url(../images/title_bullet.png) left top no-repeat;
	padding-left:20px;
}

span.more {
	color:#0090ff;
}

.estate a {
	color:#0090ff;
	text-decoration:none;
	padding-left:15px;
	font-weight:bold;
}

.formInput {
	font-family:Tahoma;
	width:125px;
}
input.formInput {
	width:120px;
}
#quickSearch p.submit {
	margin-top:10px;
}
label {
	font-weight:bold;
}

#bigPhoto {
	position:absolute;
	left:100px;
	top:200px;
	visibility:hidden;
}

#bigPhoto img {
	border:#0090ff 4px double;
}

#content {
	width:950px;
}
.estate {
	float:left;
	margin:3px 10px;
	padding:10px;
	width:250px;
	/*background:#f3f7fa;
	border:#c0c4c7 2px solid;*/
	font-weight:bold;
}
.info {
	line-height:150%;
	font-weight:normal;
}
div.price {
	padding-top:5px;
}
span.price {
	background:#1e6692;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:1px 5px;
}
a img {
	border:none;
}
#search {
	padding-top:10px;
}
#search label {
	display:block;
	margin-bottom:5px;
}
#search-form {
	width:500px;
	margin:0 auto;
}
#search input, #search select {
	width:350px;
}
#search #areas {
	height:200px;
}
#search input.submit {
	width:auto;
}
#search input.radio {
	width:auto;
}
#search label.radio {
	display:inline;
}