/* Clear Listing Style */

/* Property List */

#machinerySalesButton {
	width: 190px;
	position: absolute;
	right: 0;
	top: 0;
}

#machinerySalesButton p {
	margin: 10px 0;
	width: 135px;
	padding: 35px 20px;
	background: #008040;
	border-right: 20px solid #666;
	height: 100px;
}

#machinerySalesButton p:hover {
	background: #ccc;
	border-right: 20px solid #999;
}

#machinerySalesButton p a, #machinerySalesButton p a:hover {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
}

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

#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;
float: left;
}

#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;
}
