/* wprl css */


#prop_disp_col1
{
	float : left;
	width : 400px;
	background-color : #4f2b25;
	padding : 5px 2px 0px 5px;
}


#vtourlinks a {

        color : #811146;
        font-size : 16px;
	font-weight : bold;
	text-decoration : underline;
}

#vtourlinks a:hover {

        color : #4f2b25;
	
}

#bigimg {
  border: 1px solid #ccc;
  width: 394px;
  height: 260px;
  margin-bottom: 3px;
}

#bigimg img {
  margin: 2px;
  width: 390px;
  height: 256px;
}

#thumbs {
  list-style: none;
  padding: 0px;
  margin: 0px;
  overflow: none;
  height: 100px;
}

#thumbs li {
 float: left;
}

#thumbs li img {
  border: 0px;
  width: 128px;
  height: 85px;
}

#thumbs li a.current img {
  margin: 2px;
  width: 124px;
  height: 81px;
}

#photozoom {
  float: left;
  margin-left: 10px;
}

#photozoom img {
  border: 0px;
}

#photocontrols img {
  border: 0px;
  margin: 0px !important;
  padding: 0px;
  display: block;
  float: left;
}

#photocontrols a {
  margin: 0px !important;
  padding: 0px;

  display: block;
  float: left;
}


#prop_disp_col2
{
	float : left;
	width : 200px;
	color : #574e47;
	padding : 0px 0px 0px 10px;
}

#prop_disp_col3
{
	float : left;
	width : 250px;
	padding : 0px 0px 0px 10px;
	border-left: 1px solid #4c4845;
}

#prop_tools
{
	color : #811146;
        font-weight : bold;
	background-color: #eaebcf;
	padding : 6px;
	border : 1px solid #c4c5af;
	margin : 7px 15px 15px 0px;
	line-height : 20px;
}

#prop_tools a
{
	
        color : #4f2b25;
	font-weight : bold;
	text-decoration : none;
}

#prop_desc
{
	color : #574e47;
	clear : both;
	padding : 15px 0px;
}

#additional_information
{
	clear : both;
}

#additional_information h2
{
	font-family : times, times new roman, serif;
	color : #94966d;
	font-size : 20px;
	font-weight : normal;
	margin : 0px;
	padding : 0px;
}

#add_info_box
{
	background-color : #eaebcf;
	padding : 6px;
	color : #52473d;
	border : 1px solid #c4c5af;
	font-size : 12px;
	width : 851px;
}

#info_col
{
	width : 280px;
	float : left;
}

#broker_info
{
	font-size : 11px;
	color : #442c1f;
}

#broker_img
{
	float : left;
	width : 65px;
	padding : 3px 0px 8px 0px;
        
}

#broker_txt
{
	float : left;
	width : 170px;
	padding-top : 3px;
}

#broker_txt a
{
	color: #811146;
        font-weight : bold;
        font-size : 12px;
        
}

#broker_txt a:hover
{
	color: #4f2b25;
}

a#agent_website_link
{
	color : #0063a2;
	font-family : palatino, palatino linotype, times new roman, serif;
	font-size : 17px;
	font-weight : bold;
	padding-bottom : 7px;
}

a:hover#agent_website_link
{
	text-decoration : underline;
}

.search_row
{
	padding : 7px 0px 7px 7px;
}

.search1col
{
	float : left;
	width : 180px;
}


.search2col
{
	float : left;
	width : 360px;
}

.search3col
{
	clear : both;
}


#searchform div#inline_checkbox label
{
	display : inline;
}

#searchform div#inline_checkbox input
{
	position : relative;
	top : 3px;
}

#relative_check
{
	position : relative;
	top : 3px;
}

#wprl_calc_body {
  background-image: none;
  background: #fff;
}


#wprl_mortgage .cme {
  margin: 15px auto 0px auto;
  text-align: center;
}

#wprl_mortgage table {
  width: 455px;
  margin: 5px auto 5px auto;
  border: 1px solid #c2c2c2;
  background: #eee;
}

#wprl_mortgage table th {
  padding: 2px;
  font-size: small;
}

#wprl_mortgage table td {
  padding: 2px;
  font-size: small;
}

#wprl_mortgage table caption {
  font-weight: bolder;
  text-align: center;

  padding-left: 5px;
  margin: 15px auto 2px auto;
  border-bottom: 0px solid #C2C2C2;  
}

#wprl_mortgage table td hr {
  background: #c2c2c2;
  border: 0px solid #c2c2c2;
  height: 1px;
}

#wprl_amortization {
  width: 455px;
  margin: 5px auto 5px auto;
}

#wprl_amortization th {
  border: 1px solid #C2C2C2;
  padding: 2px;
  font-size: small;
  background-color: #ccc;
  text-align: center;
}

#wprl_amortization td {
  border: 1px solid #C2C2C2;
  padding: 2px;
  font-size: small;
  text-align: center;
  background-color: #ddd;
}


/* css for the select multiple feature */
.selectmultiple {
  width: 500px !important;
  margin: 5px auto 5px 0px;
  padding: 2px 3px 3px 3px;
  color: white;
  font-size: 12px;
}

.selectmultiple a {
  color: Blue;
  font-size: 12px;
}

.selectmultiple div {
  max-height: 258px;
  overflow: auto;
  border: 1px solid #555;
  padding: 2px;
  background-color: #E1E1E1;
  margin-top: 3px;

}

.selectmultiple label {
  display: block;
  font: 12px Verdana, sans-serif;
  border: 1px solid black;
  padding: 6px 2px 6px 20px;
  margin: 3px 1px 3px 1px;
  vertical-align: middle;
  line-height: 12px;
  background-color: White;
  color: black;
  text-align: left;
  font-weight: normal !important;
}

.selectmultiple label:hover {
  background-color: #DFE4E7;
}

.selectmultiple input {
  margin: 0px 8px 0px 5px;
  vertical-align: middle;
}

#submit
{
	display : inline;
}

#searchform h1
{
	font-family : palatino, palatino linotype, times new roman, serif;
	font-size : 18px;
	padding-bottom : 5px;
	color : #53473b;
	display : inline;
}

#searchform .column {
  float: left;
}

#searchform .col1 {
  border: 1px solid #ccc;
  width: 555px !important;
  text-align: left;
  padding: 10px 10px 10px 10px;
  margin: 5px 10px 0px 3px;
}

html>body #searchform .col1
{
	margin-left : 6px;
}

#searchform .col1 input
{
	margin-top : 2px;
}

#searchform .col1 select
{
	margin-top : 2px;
	width : 115px;
}

#searchform .col2 {
  border: 1px solid #ccc;
  width: 305px;
  text-align: left;
  margin: 5px 0px 0px 0px;
  position: relative;
}

#searchform .col2 #maplines img {
  position: absolute;
  top: 0px;
  left: 0px;
  border: 0px;
  z-index: 100;
}



#mapareas #mapi-1 {
  position: absolute;
  top: 43px;
  left: 131px;
}
#mapareas #mapi-2 {
  position: absolute;
  top: 72px;
  left: 129px;
}
#mapareas #mapi-3 {
  position: absolute;
  top: 46px;
  left: 90px;
}
#mapareas #mapi-4 {
  position: absolute;
  top: 66px;
  left: 64px;
}
#mapareas #mapi-5 {
  position: absolute;
  top: 6px;
  left: 136px;
}
#mapareas #mapi-6 {
  position: absolute;
  top: 6px;
  left: 16px;
}
#mapareas #mapi-7 {
  position: absolute;
  top: 84px;
  left: 6px;
}
#mapareas #mapi-8 {
  position: absolute;
  top: 100px;
  left: 126px;
}
#mapareas #mapi-9 {
  position: absolute;
  top: 155px;
  left: 31px;
}
#mapareas #mapi-10 {
  position: absolute;
  top: 155px;
  left: 113px;
}
#mapareas #mapi-11 {
  position: absolute;
  top: 167px;
  left: 102px;
}
#mapareas #mapi-12{
  position: absolute;
  top: 91px;
  left: 219px;
}
#mapareas #mapi-13 {
  position: absolute;
  top: 0px;
  left: 0px;
}

#searchform table tr td {
  vertical-align: top;
  width: 210px;
  padding: 0px 0px 10px 0px;

}


#searchform p {
  margin: 4px 0px 10px 0px !important;
}

#searchform p {
  font-size: 10px;
  margin: 4px 0px 4px 0px;
}

#searchform select {
  font-size: 10px;
}

#searchform .textbox {
  font-size: 10px;
}

#searchform .col1 label {
  font-size: 10px;
  display : inline;
}

#searchform #areamap {
  text-align: center;
}

#searchform #areamap div img {
  margin: 0px auto 0px auto;
}

#searchform #scitylists ol {
  list-style: none;
  padding: 0px 0px 0px 9px;
  margin: 0px 0px 6px 0px;
  float: left;
  width: 135px;
}

#searchform #scitylists ol li {
  font-size: 10px;
  margin: 2px 0px;
}

#searchform #scitylists ol li a {
  font-size: 10px;
  color: #c30202;  
}

#searchform #scitylists ol li a:hover {
  color: navy;
}

#searchform #neighborhoods {
  width: 273px;
  max-height: 300px;
  overflow: auto;
  margin: 0px 0px 5px 5px;
  padding: 0px 3px;
  border: 1px solid #dcdcdc;
  background: #f5f5f5;
}

#searchform #neighborhoods b {
  font-size: 10px;
}

#searchform #neighborhoods label {
  line-height: 20px;
  display: block;
}

#searchform #neighborhoods label:hover {
  background: #fff;
} 

#searchform #neighborhoods input {
  vertical-align: top;
  margin-right: 8px;
}

#searchform #solddate {
  padding: 1px 1px 10px 25px;

  width: 100px;
}

#sort_by
{
	clear : both;
	padding : 5px 0px 10px 0px;
}

#sort_by input
{
	position : relative;
	top : 2px;
}

html>body #sort_by input
{
	position : relative;
	top : 6px;
}



.listings-pager {
	padding-bottom: 10px;
}

.listings-pager h4 {
  display: inline;
  font-weight: normal;
  float : left;
  margin : 0px 10px 0px 0px;
  
}

.listings-pager-links {
	margin : 0px 0px 10px 0px;
}

.listings-pager a {
  float: left;
  
  display: block;

  background: #f4f4f4;
  border: 1px solid #dcdcdc;
  margin-right: 5px;
  text-align: center;
  line-height: 15px;

  text-decoration: none;

  color: #4f2b25;
  font-size: 11px;
  padding: 1px 4px 1px 4px;
  font-weight: normal;
}

.listings-pager a:hover {
  background: #fff;
}

.listings-pager a.curpage {
  font-weight: normal;
  background: #ccc;
}

/* ssr props */

#wprl_ssr .ssr_prop_summary h1
{
	background-color : #4f2b25 !important;
	color : #faf9f3;
	font-weight : normal;
	font-size : 10px;
	padding : 5px 3px 5px 5px;
	margin : 0px;
	font-family : verdana, arial, san-serif;
}

#wprl_ssr .ssr_prop_summary a
{
	color : #006bb3;
}

#wprl_ssr .ssr_prop {
  background: #faf9f3;
  width: 166px;
  height: 240px;
  float: left;
  font-size: 10px;
  border: 1px solid #d0cdc8;
  margin: 0px 13px 10px 0px;
  padding: 0px;

  background-image: url(/images/idxlogo.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

#wprl_ssr .my_prop {
  background-image: url(/images/idxmylogo.png) !important;
}

#wprl_ssr .ssr_prop .ssr_prop_img {
}

#wprl_ssr .ssr_prop .ssr_prop_img .noimg {
  display: block;
  width: 160px;
  height: 109px;
  border: 1px solid #ddd;
  margin: 2px auto 2px auto;
  background-image: url(/images/no_photo.gif);
  background-color : #ebebeb;
  font-size: 0px;
  text-align: center;
  vertical-align: middle;
  color: black;
}

#wprl_ssr .ssr_prop .ssr_prop_img img {
  display: block;
  width: 160px;
  height: 109px;
  border: 1px solid #ddd;
  margin: 2px auto 2px auto;
}

#wprl_ssr .ssr_prop p {
  margin: 0px !important;
  padding: 0px 0px 0px 3px;
  line-height: 16px;
  color: #4f2b25; 
}

#wprl_ssr .ssr_prop a {
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  color: #811146;
  
}

#wprl_ssr .ssr_prop .ssr_prop_details {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #f4f4f4;
  width: 181px;
  height: 235px;
  overflow: hidden;
}

#wprl_ssr .ssr_prop .ssr_prop_details p {
  margin-bottom: 7px !important;
}

#wprl_ssr .open_house_banner
{
	background-color : #002349;
	color : white;
	position : relative;
	top : 20px;
	height : 15px;
	margin-top : -20px;
	padding : 3px 0px 3px 3px;
}

/* end ssr props*/




#wprl_search_ssr table {
  border: 1px solid #ddd;
  width: 100%;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#wprl_search_ssr table a {
  color: #811146;
  font-weight: bold;
  text-decoration: none;
}

#wprl_search_ssr table a:hover {
  color: #647a5f;
  text-decoration: underline;
}

#wprl_search_ssr table thead th {
  color: #811146;
  background: #faf9f3;
  padding: 4px 4px;
  text-align: left;
  
}

#wprl_search_ssr table td {
  padding: 4px;
  vertical-align: top;
  color: #4f2b25;
}

#wprl_search_ssr .altrow {
  background: #faf9f3;
}


#openhouse {
  background: #EAEBCF;
  border: 1px solid #c4c5af;
  margin: 10px 11px -5px 0px;
  padding: 2px;
}

#idxdisclaimer {
 font-size: 11px;
 padding: 10px;
}
