/*Search form: */

#sf_frameWrap {
 	background: url(img/bot_corns.gif) bottom no-repeat;
	padding-bottom: 6px;
	margin-top: 4px;
	}

#sf_frame	{
	background: #497E7F url(img/top_corns2.gif) top no-repeat;
	padding: 5px 4px 0px 8px;
	font-size: 88.23529%;
	line-height: 18px;
	}

#searchform {
	font-family: Tahoma, Verdana, Arial;
	color: #DFF4F4;
	font-size: 11px;
	}

#searchform table, #searchform td {
	margin: 0px;
	padding: 0px;
	}

#searchform select, #searchform input.text{
	background: white;
	border: #2F6565 1px solid;
	font-size: 11px;
	}

#searchform input {
	padding: 0px;
	margin: 0px;
	}
		

.searchrow {
	margin: 0px 0px 5px 0px;
	}

#advancedsearch {
	margin: 15px 0px 5px 0px;
	font-size: 13px;
	font-weight: bold;
	}

#advancedsearch a {
	color: #DFF4F4;
	}

#advancedsearch a:hover {
	color: #fff;
	}

#advancedsearch searchrow {
	margin-bottom: 0px;
	}

#AREA	{
	width: 155px;
	}

#CITY	{
	width: 155px;
	}

#zip	{
	width: 155px;
	}

#sizefrom {
	width: 60px;
	}

#sizeto	{
	width: 60px;
	}

#pricefrom {
	width: 60px;
	}

#priceto {
	width: 60px;
	}

#garage {
	width: 100px;
	}

#yearbuilt {
	width: 100px;
	}

#searchbutton {
	margin: 5px 0px 5px 10px;
	}

/*Search results: */

#searchresults {
	float: right;
	width: 626px;
	margin: 10px 24px 0px 0px;
	display: inline;
	font-family: Tahoma, Verdana, Arial;
	color: #000000;
	font-size: 12px;
	background:#497E7F;
	}

#searchresults a {
	font-weight: bold;
	color: #2F6565;
	}

#searchresults a:hover {
	color: black;
	}


.item	{
	width:590px;
	position:relative;
	overflow:hidden;
	margin:13px;
	background:#fff;
	clear:left;  
	padding:5px;
	font-size:11px;
	line-height: 13px;
	border:1px solid #5C8B8C;
	}

.item .itemtitle {
	font-weight: bold;
	font-size: 14px;
	color: #2F6565;
	}

.item .image {
	display: block;
	float:left;
	margin:5px 5px 5px 0px;
	border:1px solid #346C6D;
	background: #AAD5D6;
	padding: 5px;
	color: #1C3D3E;  
	}

.item .resultinfo1 {
	width: 180px;
	margin-top: 30px;
	float: left;
	}

.item .resultinfo1 .info_line {
  position:relative;
	font-size: 12px;
	margin: 0px 2px 2px 5px;
	padding:2px;
	top:-28px;	
	}
	
	.item .resultinfo2 .info_line_2{
	font-size: 12px;
	margin: 3px 5px 20px 5px;
	}


.item em {
	font-style: normal;
	font-weight: bold;
	}

.item .resultinfo2 {
	float: right;
	width: 190px;
	overflow: hidden;
	margin-top: 45px;
	}

.item .offered {
	font-size: 12px;
	font-weight: bold;
	color: #2F6565;
	}

.item .price {
	margin-top: 3px;
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #FF9966;
	}

.item .viewmore {
	width: 150px;
	height: 27px;
	background: url(img/viewmore.gif);
	cursor:pointer;
	}

.item .viewmore:hover {
	background: url(img/viewmorehover.gif);
	}
	

.item a
{
  margin:3px;
}
	
.searchtable tr td
{  
  padding:2px;
}

img.view
{
  cursor:pointer;
}	
	
/* Result Details: */

#resultdetails {
	float: right;
	width: 640px;
	margin: 5px 5px 5px 5px;
	display: inline;
	font-family: Tahoma, Verdana, Arial;
	color: #000000;
	background: #fff;
	font-size: 11px;
	}

#detailsinnerframe {
	padding: 9px;
	}

#buttons {
	background: #C4E1F0;
	}

.buttontext {
	color: #000;
	font-size: 11px;
	width: auto;
	height: auto;
	padding: 53px 8px 8px 8px;
	}

#backbutton a {
	float: left;
	width: 107px;
	height: 89px;
	background: url(img/button_back.png);
	text-decoration: none;
	}
#backbutton a:hover {
	background: url(img/button_back_hover.png);
	}
	
#calcbutton a {
	float: left;
	width: 105px;
	height: 89px;
	background: url(img/button_calc.png);
	text-decoration: none;
	}
#calcbutton a:hover {
	background: url(img/button_calc_hover.png);
	}

#infobutton a {
	float: left;
	width: 98px;
	height: 89px;
	background: url(img/button_info.png);
	text-decoration: none;
	}
#infobutton a:hover {
	background: url(img/button_info_hover.png);
	}

#schedulebutton a {
	float: left;
	width: 103px;
	height: 89px;
	background: url(img/button_schedule.png);
	text-decoration: none;
	}
#schedulebutton a:hover {
	background: url(img/button_schedule_hover.png);
	}

#emailbutton a {
	float: left;
	width: 105px;
	height: 89px;
	background: url(img/button_email.png);
	text-decoration: none;
	}
#emailbutton a:hover {
	background: url(img/button_email_hover.png);
	}

#printbutton a {
	float: left;
	width: 104px;
	height: 89px;
	background: url(img/button_print.png);
	text-decoration: none;
	}
#printbutton a:hover {
	background: url(img/button_print_hover.png);
	}

#detailsimage {
	float: left;
	margin: 20px 10px 0px 0px;
	padding: 10px;
	border: #497E7F 1px solid;
	}

#commoninfo {
	float: left;
	width: 160px;
	color: #000;
	font-size: 12px;
	float: left;
	margin:40px 0px 40px 0px;
	}

#commoninfo em{
	font-weight: bold;
	font-style: normal;
	}

#price 	{
	float: right;
	width: 150px;
	color: #2F6565;
	font-size: 11px;
	font-weight: bold;
	margin: 60px 20px 30px 0px;	
	}

#price em {
	font-size: 13px;
	font-style: normal;
	}

#bigprice	{
	color: #FF9966;
	font-size: 16px;
	font-weight: bold;
	}

#smallprice {
	color: #FF9966;
	font-size: 11px;
	font-weight: bold;
	}


 #mapbutton a  {
	width: 140px;
	height: 52px;
	vertical-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #2F6565;
	} 

 #mapbutton a #btncontent {
	width: auto;
	height: auto;
	padding: 19px 0px 17px 43px;
	background: url(img/mapbutton.gif) top left no-repeat;
	} 

 #mapbutton a:hover #btncontent {
	background: url(img/mapbuttonhover.gif) top left no-repeat;
	} 

.detailsheader {
	margin-left: 20px;
	margin-top: 10px;
	}

.detailsheadersplit {
	background: #CBE1EE;
	height: 4px;
	font-size: 2px;
	width: 620px;
	}

.detailscontent {
	margin: 15px 20px 0px 20px;
	}

.detailssection {
	font-size: 13px;
	}

#imagesroller {
  position:relative;
	float: left;
	width: 520px;
	height: 134px;
	overflow: hidden;	
	background: #CBE1EE;	
	}

#leftarrow {
	float: left;
	background: #CBE1EE;	
	}

#rightarrow {
	float: left;
	background: #CBE1EE;	
	}

#imagesroller img 
  {  
	margin: 5px 2px 4px 2px;
	}

#amenitiesleft {
	line-height: 20px;
	width: 290px;
	float: left;
	font-size:12px;
	}

#amenitiesleft em {
	font-style: normal;
	font-weight: bold;
	color: #4A7456;
	}

#amenitiesright {
	line-height: 20px;
	width: 290px;
	float: left;
	font-size:12px;
	}

#amenitiesright em {
	font-style: normal;
	font-weight: bold;
	color: #4A7456;
	}
	
#scroller {  
  position:relative;
  left:0px;
  /*height:90px;*/  
}

/*Pop-up forms: */

.popupframe {
	width: 300px;
	background: #497E7F;
	border: #7BB4B6 1px solid;
	}

.popupform {
	padding: 20px;
	color: #fff;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	}


.formtitle {
	font-weight: bold;
	font-size: 16px;
	}

.formtitle img {
	margin-right: 10px;
	margin-bottom: 5px;
	}

.popupform table {
	margin-top: 20px;
	margin-bottom: 20px;
	font: inherit;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #fff;
	}

.formrow {
	margin-bottom: 10px;
	width: 180px;
	}
	
.srow
{
    padding-bottom:5px;
}

.cancelbtn {
	margin-right: 105px;
	}


.mapframe
{
  padding:5px;
  border: #7BB4B6 1px solid;
}

#map_canvas
{
  border: #7BB4B6 1px solid;
}

#motioncontainer center
{
  bottom:5px;
  position:absolute;
  left:190px;
  
}

.address
{
	font-size: 11px;
	color: #2F6565;
}


