@charset "UTF-8";
/* CSS Document */

#content .copy {
	background: #f1f1f4;
	padding: 10px;
	margin: 0 0 10px 0;
}
.buy_title {
	border-bottom: 1px dotted #999999;
	height: 30px;
	padding-bottom: 5px;
	vertical-align: bottom;
}
.buy_content {
	margin: 10px 0 0 0;
}

/* New Search Style */

.buy_content div#sidebar {
	margin: 10px 0 10px 0;
	overflow: auto;
	height: 1px;
}
.buy_content div#map {
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	height: 300px;
}
.name {
	color: #9e0039;
	font-weight: bold;
}
.address {
	color: #828691;
	margin: -5px 0 0 0;
}
.miles {
	font-size: 9px;
}

/* New Search End */

/* Input Style */

.inputbg  {
	height: 21px;
	width: 143px;
	outline: none;
	border-color: #f1f1f4;
	border-width: 1px;
	border-style: solid;
	background:url(/images/buy/form_bg.gif) no-repeat;
	color: #999999;
}
.focusField{
	border-color: #100f46;
	border-width: 1px;
	border-style: solid;
	background:url(/images/buy/form_bg_hover.gif) no-repeat;
}
.idleField{
	border-color: #f1f1f4;
	border-width: 1px;
	border-style: solid;
	outline: none;
	background: url(/images/buy/form_bg.gif) no-repeat;
}

/* Input End */

/* Old Search Style */

.form {
	height: 100px;
	width: 200px;
	float: left;
	margin-top: 10px;
	font-size: 9px;
	line-height: 13px;
}
#results_wrap {
	width: 199px;
	background: url(/images/buy/no_results.png) no-repeat center center;
	float:right;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	margin-top: 10px;
	border-left: 1px dotted #999999;
}

#suggestions{
	width: 100%;
	padding-left:10px;
	display:none;
	text-align: left;
	line-height: 13px;
	background: #f1f1f4;
}

/* Old Search End */
