body {
  margin: 1em;
  background-color: #fff;
	font-size: 11px;
	width: 900px;
}
h3, h2, h1 {
	font-size: 11px;
	margin: 0;
}
th {
  text-align: left; /* LTR */
  color: #006;
  border-bottom: 1px solid #ccc;
}
tr.odd {
  background-color: #ddd;
}
tr.even {
  background-color: #fff;
}
td {
  padding: 5px;
}
#site_name {
	font-size: 16px;
	font-weight: bold;
}
#header {
	height: 50px;
}
#top-bar {
	width: 890px;
	border:1px solid #696969;
	margin-bottom:4px;
	padding: 4px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	background-color: #C9c9c9;
}
#price {
	float: right;
	margin-right: 10px;
}

table.top_half{
	border:1px solid #696969;
}
td.left {
	width: 300px;
}
td.left img {
	max-height: 250px;
}
td.center {
	vertical-align: top;
	width: 400px;
	border-right: 1px dotted #696969;
}
td.right {
	vertical-align: top;
	width: 300px;
}
/* BEGIN Details of listing */
div.ulisting-extra-label {
    float:left;
    color: #696969;
    font-weight: bold;
	padding: 1px;
	font-size: 11px;
}
div.ulisting-extra-data {
	margin-bottom: 2px;
}
div.ulisting-details-label {
    float:left;
    color: #696969;
    font-weight: bold;
	padding: 1px;
	font-size: 11px;
}
div.ulisting-details-data {
    font-style: underline;
	margin-left: 155px;
	padding: 2px;
	margin-bottom: 1px;
	border-bottom:1px dotted #c9c9c9;
}
table.body_part{
	margin-top: 5px;
	border:1px solid #696969;
}
td.body_left{
	width: 450px;
}
td.body_right{
	width: 450px;
}
td.map_part{
}
div.title {
	font-size: 14px;
	font-weight: bold;
}
div.data {
	font-size: 12px;
	padding: 0 5px 10px 0px;
}

