/* Quick search */
.qsearch {
	padding: 0 0 3px 0;
	font-size: 13px;
}

.qsearch select{
	float: right;
}

.qsearch a {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #FE7E00;
	margin: 15px 0 10px 0;
	text-decoration: underline;
}

.qsearch form #bedrooms,
	.qsearch form #bathrooms {
	width: 65px !important;
}

.qsearch .branch-title {
	height: 19px;
	margin-bottom: 8px;
	padding-top: 2px;
	background: url( '../images/icons/search.png' ) no-repeat left center;
}

.qsearch form {
	color: #000;
	overflow: hidden;
	font-size: 11px;
}

.qsearch .form-item {
	overflow: hidden;
	margin-bottom: 7px;
}

.qsearch form .checkbox-group {
	width: 171px;
	margin: 0 auto 13px auto;
}

.qsearch .form-item-g {
	margin-bottom: 7px;
}

.qsearch .label {
	float: left;
	top: 1px;
	position: relative;
	padding-right: 7px;
	font-weight: bold;
}

.qsearch form select[name="cityID"],
.qsearch form select[name="maxListPrice"],
.qsearch form select[name="PropertyType"]{
	width: 147px;
}

select{
	font-size: 12px;
	/*height: 19px;*/
}
.form-table{
	margin: 10px 0 0 8px;
}

.form-table textarea{
	width: 97%;
}

.form-table td{
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;	
	padding: 0 7px 3px 0;
}

.form-table select,
.form-table input[type="text"]{
	width: 190px;
	height: 19px;
}

.form-table input[type="submit"]{
	padding: 0 10px;
}

form select {
	float: left;
	display: block;
	font-size: 12px;
}

form select[name="bedrooms"],
	.qsearch form select[name="bathCount"] {
	width: 75px;
}

form input[type="checkbox"] {
	float: left;
	margin-right: 5px;
}

.qsearch form input[type="submit"] {
	display: block;
	margin: 20px auto 0 auto;
}

/* Area */
.area {
	margin: 0 0 10px 0;
}

.area .lt,
	.area .rt,
	.area .rb,
	.area .lb {
	height: 11px;
	background: url( '../images/area.png' ) no-repeat;
}

.area .lt,
	.area .lb {
	width: 11px;
	float: left;
}

.area .rt,
	.area .rb {
	margin-left: 11px;
}

.area .lt {
	background-position: left top;
}

.area .rt {
	background-position: right top;
}

.area .lb {
	background-position: left bottom;
}

.area .rb {
	background-position: right bottom;
}

.area .body-l,
	.area .body-r {
	background: url( '../images/area_body.png' ) repeat-y;
}

.area .body-l {
	clear: both;
	background-position: top left;
}

.area .body-r {
	padding: 0 14px 0 5px;
	margin-left: 11px;
	overflow: hidden;
	background-position: right top;
}

/* Baner */
.banner {
	opacity: 0; 
	float: right;
	margin: 0 2px 2px 11px;	
	width: 187px;
	text-align: left;
	position: relative;
	font-family: 'Tahoma';
}

.banner #r_link{
	width: 180px;
	height: 262px;
	display: block; 
}

.banner img {
	padding: 3px;
	width: 180px;
	height: 258px;
	position: absolute;
	border: 1px solid #ccc;
	background-color: white;
}

.banner img{
	/*opacity: 0;*/
	z-index: 0;
}

.banner img#r_img_1{
	/*opacity: 0;*/
	z-index: 0;
}

.banner .desc h3 {
	color: #000;
	display: block;
	font-size: 16px;
	margin: 0 0 1px 0;
	text-align: center;
}

.banner .desc {
	color: #000;
	margin-top: 5px;
	height: 106px;
	padding: 2px 8px 8px 8px;
	background-color: #c9c49c;
	font-size: 11px;
}

.banner .desc #r_short{
	height: 41px;
	overflow-y: hidden; 
}

.banner .desc a {
	margin: 0 10px;
	color: #226992; 
	font-weight: bold;
	text-decoration: underline;
}

.banner .desc .address {
	color: #94887e;
	display: block;
	margin-top: 3px;
}

.banner .desc .price {
	color: #029500;
	font-size: 12px;
	text-align: center;
	margin-bottom: 4px;
	font-weight: bold;
}

/* Gallery */
.gallery {
	/*width: 741px;*/
	overflow: hidden;
	margin: 0 10px 10px 10px;
}

.gallery .all-offers {
	float: left;
	height: 35px;
	width: 90px;
	text-align: center;
	position: relative;
}

.gallery .all-offers a {
	bottom: 3px;
	left: 10px;
	font-size: 18px;
	color: #fd7701;
	text-decoration: underline;
	position: absolute;
}

.gallery .item {
	float: left;
	margin: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.gallery .item img {
	width: 81px;
	height: 107px;
	margin: 4px;
}


/* Listing Tab */
.tab{
	overflow: hidden;
	color: #000;
	clear: both;
	display: block;
	cursor: pointer;
	border: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 7px;
}

.tab:hover .tab-right{
	color: #058ad7;
	text-decoration: underline;
}

.blue:hover .tab-right{
	color: #fff;
	text-decoration: underline;
}

.tab .tab-left,
.tab .tab-right{
	height: 27px;
	background: url( '../images/tab.png' ) no-repeat left top;
}

.blue .tab-left,
.blue .tab-right{
	height: 27px;
	color: #fff;
	background: url( '../images/tab-blue.png' ) no-repeat left top;
}

.tab .tab-left{
	float: left;
	width: 25px;
	background-position: left top;
}

.tab .tab-right{
	margin-left: 25px;
	padding-left: 5px;
	background-position: right top;
}

/* IE fix */
.tab .tab-right a{
	/*float: left;*/
	/*display: block;*/
	
	/*background-color: #f7ead9; */
}


/* Listings Areas */
.area-g{
	width: 230px;
	margin: 0 0 11px 0;
}

.area-g-left{
	margin-right: 12px;
}

.area-g .area-g-top,
.area-g .area-g-bottom{
	background: url( '../images/area_g.png' ) no-repeat;
}

/* area A */
.area-a .area-g-top,
.area-a .area-g-bottom{
	background-image: url( '../images/area_a.png' ) !important;
}

.area-g .area-g-top{
	color: #88826e;
}	

.area-g .area-g-top{
	height: 25px;
	color: #787b70;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	background-position: left top;
}

.area-g .area-g-bottom{
	font-size: 12px;
	line-height: 18px;
	padding: 5px 10px 10px 9px;
	background-position: left bottom;
}

.area-g .area-g-bottom .spacer{
	height: 12px;
}

.area-g .area-g-bottom b{
	color: #265950;
	padding-right: 3px;
}

.area-g .area-g-bottom .price{
	color: #629f41;
	font-weight: bold;
}


/* colored table */
.colored-table td,
.colored-table th{
	padding: 2px 7px;
}

.colored-table th,
.colored-table .th,
.colored-table-th{
	height: 30px;
	background-color: #d9c3a9;
}

.colored-table .empty{
	background: none;
}

.colored-table .th{
	padding: 2px 10px;
}

.colored-table td,
.colored-table-td{
	height: 30px;
	background-color: #dfbf9d;
}


.searchResult{
	width: 100%;
}

.searchResult .sortable{
	cursor: pointer;
	text-decoration: underline;
}

.searchResult .desc,
.searchResult .asc{
	padding-right: 11px;
	background: url('../images/sort.png') no-repeat;
}

.searchResult .fixedPos{
	width: 20px;
	text-align: left;
}

.searchResult .current{
	color: #637130;	
}

.searchResult .desc{
	background-position: right -20px;
}

.searchResult .asc{
	background-position: right 6px;
}

.searchResult thead td{
	font-size: 12px;
	padding: 0 5px;
	font-weight: bold;
	border-bottom: 2px solid white; 
}

.searchResult td{
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid white;
}

.searchResult td.noborder{
	border: none;
}

.searchResult td.first{
	font-size: 12px;
	border-left: none;
	padding-left: 10px;
	text-align: left;
}

.searchResult tbody a{
	color: #504033;
}

.searchResult td a:hover{
	color: #3777b8;
}

.searchResult thead td.first{
	padding-left: 37px;
}

.searchResult tbody td{
	padding: 4px 5px;
}

/* paginator */
.paginator{
	height: 19px;
	text-align: center;
}

div.paginator a,
div.paginator a:hover{
	color: #b6553a;
	text-decoration: none;
}

.paginator .page_disabled{
	color: #9a856f;
}

.preloader{
	height: 27px;
	font-size: 11px;
	text-align: center; 
	margin: 0 0 0 36px;
}

/* searchResuilt background css */
.searchResult thead td,
.searchResult tbody td,
.searchResult tbody tr.lastRow td{
	background: url('../images/search_result.png') no-repeat;
}

.searchResult thead td.first{
	background-position: left top
}

.searchResult thead td{
	height: 40px;
	background-position: -20px top;
}

.searchResult thead td.last{
	background-position: right top;
}

.searchResult tbody tr.odd td.first{
	background-position: left -47px;
}

.searchResult tbody tr.odd td{
	background-position: -20px -47px;
}

.searchResult tbody tr.odd td.last{
	background-position: right -47px;
}

.searchResult tbody tr.even td.first{
	background-position: left -147px;
}

.searchResult tbody tr.even td{
	background-position: -20px -147px;
}

.searchResult tbody tr.even td.last{
	background-position: right -147px;
}

.searchResult tbody tr.last td.first{
	background-position: left bottom;
}

.searchResult tbody tr.last td{
	height: 10px;
	font-size: 1px;
	background-position: -20px bottom;
}

.searchResult tbody tr.last td.last{
	background-position: right bottom;
}



