/* Clear Listing Style */

/* Property List */

#prop_view {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
width:550px;
margin:10px auto 10px auto;
}

#prop_view table {
width:550px;
}

#prop_view table .action {
text-align:right;
}

#prop_view table .date {
font-weight:bold;
color:#990000;
}

#prop_view table .image {
width:157px;
}

#prop_view table .items {
width:100%;
}

#prop_view table .address {
padding:5px;
background-color:#CCCCCC;
color:#000000;
font-weight:bold;
}

#prop_view table .intro {
vertical-align:top;
}

/* Item List */

#item_list {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
width:550px;
margin:0px auto 0px auto;
}

#item_list table {
border-collapse:collapse;
}

#item_list table tr td {
vertical-align:top;
}

#item_list table tr.odd {
background-color:#EDECDE;
}

#item_list table .heading {
font-weight:bold;
}

#item_list table .more {

}

/* Item List Details */

#item_details {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
width:550px;
margin:20px auto 20px auto;
}

.thumb_images {
width:168px;
float:right;
}

.thumb_images img {
margin:2px;
float:left;
}

#item_details table {
width:550px;
clear:both;
}

#item_details table .heading {
font-size:14px;
font-weight:bold;
padding:5px 0px 5px 0px;
background-color:#CCCCCC;
}

#item_details table .price {
font-weight:bold;
text-align:center;
color:#990000;
}

#item_details .main_image {
background:url(../images/loader.gif) center no-repeat #FFFFFF;
float:left;
}