#property_tabs {
  float:left;
  width: 750px;
  font-size: 12px;
  line-height:normal;
  }
#property_tabs ul {
  margin:0;
  padding:10px 20px 0;
  list-style:none;
  }
#property_tabs li {
  float:left;
  background:url("../images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#property_tabs a {
  float:left;
  display:block;
  background:url("../images/right.gif") no-repeat right top;
  padding:5px 15px 5px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#333;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#property_tabs a {float:none;}
/* End IE5-Mac hack */
#property_tabs a:hover {
  color:#333;
  }
#property_tabs .current_tab {
  background-image:url("../images/left_on.gif");
  }
#property_tabs .current_tab a {
  background-image:url("../images/right_on.gif");
  color: #FFF;
  padding-bottom:5px;
  }
  
.tabs {
 	background-color: #FFF;
	padding-top: 45px;
}

#tab2 ul {
	text-align: left;
}

/************************* Availability iframe */

#ajax_frame {
	width: 500px;
	height: 500px;
}

.property_detail_table_content_txt {
	background-image: url(../images/bg-tab_box.gif);
	background-repeat: repeat-y;
	padding: 6px 15px;
	width: 720px;
}

#gallery_box {
	background-image: url(../images/bg-photo_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 15px 15px 0 15px;
}

#gallery_box_bottom {
	background-image: url(../images/bg-photo_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#overview_box {
	background-image: url(../images/bg-overview_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 15px 15px 0 15px;
	width: 200px;	
}

#overview_box_bottom {
	background-image: url(../images/bg-overview_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.image_float {
	width: 350px;
	margin: 0 5px 5px 5px;
	height: 220px;
	float: left;
}