#property_tabs {
  float:left;
  width: 100%;
  font-size: 11px;
  line-height:normal;
  border-bottom: 10px solid #235E9F;
  }

#property_tabs ul {
  margin:0;
  padding: 6px 0 0 0;
  list-style:none;
  }
#property_tabs li {
  float:left;
  background:url("../images/left.gif") no-repeat left top;
  margin:0;
  padding:0 5px 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: #666;
  }
/* 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;
  }
  
.tab_text {
	border: 1px solid #235E9F;
	padding: 5px;
	clear: both;
}

#ajax_frame {
	width: 500px;
	height: 500px;
	margin: 0 70px;
}
