/* style sheet for property display sp rh_sp_clc_property_show */

/* layout styles */

.property_col_block{
  width:100%;
  height:100%;  
}

.left_property_col{
  float: left;
  margin:0px 255px 0px 0px;/*Margins for content column. Should be 0 0 0 rightcolWidth + gap between columns*/
  height:100%;
  width:auto;
}
.right_property_col{
  float: right;
  width: 250px; /*Width of right column*/
  margin: 0px 0px 0px -250px; /*Set left margin to -(rightcolWidth)*/
  overflow:hidden;
  
  height:100%;  
}

.property_panel,
.property_panelBox{
  padding-top: 5px;
  margin-bottom:10px;
}

.property_col_block h2{
  color:#679800; 
}

.property_panelBox{
  padding:5px;
}

.greenTop{
  border-top : 1px  #679800 solid;
}

.property_col_clear{
  clear:both;
}
.guideprice{
  color : #993333;
  font-size:1.0em;
  font-weight:bold;
}
.guideprice_txt{
  font-size:1.0em;
  padding-bottom:5px;
  font-weight:bold;
}
.descDiv{
  margin-bottom:10px;
}

.descDiv ul{
  list-style: square;
   margin: 0px 0px 10px 0px;
}

.property_info{
  list-style: square;
  margin: 0px 0px 10px 0px;
  font-weight:bold;
}

.property_info li{
  margin-bottom:5px;
}

.info_val_Yes{
  background-image : url('/i/yes.png');
}

.info_val_No{
  background-image : url('/i/no.png');
}

li.info_val_No{
  text-indent:10px;
  list-style: none;
}

li.info_val_Yes{
  text-indent:10px;
  list-style: none;
}

.info_val_Yes,
.info_val_No{
  padding:1px 20px 5px 20px;
  width:auto;
  background-repeat : no-repeat;
  background-position : left top;
  margin:5px 0px 5px 5px;
}


#contact_form{
  width:100%;
}
#contact_form label{
  display:inline-block;
  width: 50px;
}
#contact_form label.error {
  margin-left: 10px;
  width: auto;
  display: inline;
}

#p_message_body{
 
  height:300px;
  
}
#p_visit_days{
width:30px; 
}

#p_visit_date{
width:80px; 
}

#p_party_size2{
width:40px; 
}

#p_visit_ref{
width:50px; 
}
#p_from_email{
  width:160px;
}
