html,body {
	overflow:hidden;
}
h1 {
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.layout_table {
	margin-bottom:0px;
	height:100%;
	background-color:#FFF;
}
a {
	text-decoration:none;
}

#search_bar {
	width: 200px;
	max-width:200px;
	border-right: 1px solid #000;
	background:#fff;
	font-size:12px;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	vertical-align:top;
	background-color:#F5F5F5;
	-moz-box-shadow: 7px 0px 7px -2px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 7px 0px 7px -2px rgba(0, 0, 0, 0.12);
	box-shadow: 7px 0px 7px -2px rgba(0, 0, 0, 0.12);
	position:relative;
}
#search_options {
	padding-right:5px;
	padding-left:7px;
}
#search_options > div {
	clear:right;
	color:#666;
	line-height:23px;
	text-transform:uppercase;
	font-size:11px;
	line-height:25px;
}
#search_options > label, #bedroom_line >label {
	display:block;	
	clear:both;
	padding-left:15px;
}
#search_options label {
	line-height:20px;
}
#bedroom_line { /* has to be below above style */
	float:right;
	width:160px;
	text-align:left;
	text-transform:none !important;
	color:#000 !important;
	font-size:12px !important;
}
#bedroom_line > label:nth-of-type(1) {
	padding-top:2px !important;
}
#search_options > div > select, .float_r {
	float:right;
}
.float_r {
	float:right;
	font-size:11px;
}
select {
	font-size: 11px;
	color: #333;
	max-width:190px;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
}

.search_title {
	color: #FF3300;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding-top: 3px;
    text-align: center;
}
#search_options > div select {
	border:1px solid #999;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	padding:0.15em;
	background-color: #fff;
	color: #000;
	margin-bottom: 3px;
	margin-right: 2px;
	text-transform:none;
}
#area {
	border:1px solid #85ADD6;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	padding:0.15em;
	background-color: #EBEDFE;
	color: #000;
	margin-bottom: 3px;
	margin-right: 5px;
}
#search_options > div #search_price_start {
	max-width:63px;
	margin-right:0px;
}
#search_price_end {
	max-width:75px;
}
#alerts_link{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFF;
	text-align:center;
	width:170px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #FEB05A;
	cursor:pointer;
	font-weight: bold;
	border: 1px solid #e78f08;
	margin:0px auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* text results area */
#text_area {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	border-right:1px solid #999;
	text-align:center;
	z-index:1;
}
.text_item_hover {
	background:#E7F4FF !important;
	cursor:pointer;
	z-index:0;
}
#text_status {
	font-weight:bold;
	font-size:11px;
	height:17px;
	padding-top:1px;
	color:#F30;
	border-bottom:1px solid #666;
}
#num_text {
	padding-top:2px;	
}
#loading{
	color:#FF6600;
	display:none;	
}
#results_text {
	height:100%;
	overflow:hidden;
	overflow-y:auto;
	max-height:500px;;
}
.text_item {
	border-bottom:1px solid #ccc;
	overflow:overlay;	
	padding-top:3px;
	padding-bottom:3px;
}
#results_text .visited {
	background:#F5F5F5;	
}
#results_text .promoted {
	background:#FCFFD9;	
	border-top:1px solid #3CF;
	border-bottom:1px solid #3CF;
}
#results_text .remember {
	background:#D3F9D2;	
}
.text_price {
	font-weight:bold;
	font-size:13px;
}
.text_location {
	font-size:11px;	
}
.text_amenities img {
	-webkit-transform: scale(0.9); /* Saf3.1+, Chrome */
    -moz-transform: scale(0.9); /* FF3.5+ */
	-ms-transform: scale(0.9); /* IE9 */
	-o-transform: scale(0.9); /* Opera 10.5+ */
	transform: scale(0.9);
}
.text_view {
	font-size:11px;
}

/* map area */
#map_canvas {
	height:100%;
	width:100%;
}

.ad_area {
	margin:0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align:center;
	height:220px;
	overflow:hidden;
	bottom:0;
}
.ad_area a {
	text-decoration:none;
}
.ad_title {
	font-weight:bold;
	font-size:12px;
}
.ad_body {
	color:#333;
	margin-left:5px;
	margin-right:5px;
}
.ad_url {
	font-family:Arial, Helvetica, sans-serif;
	color:#F60;
}


/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
