/* CSS Document */

/* Listing Layout */

div.listingContainer {
	clear: both;
	display: block;
}

div.listing {
	min-height: 293px;
	overflow: hidden;
	width: 1000px;
}

div.listingContent {
	float: right;
	margin-top: 10px;
	width: 625px;
}

div.listingImage {
	float: left;
	margin-top: 13px;
	height: 269px;
	width: 356px;
}

div.listingImage img {
	border: 3px solid #ffffff;
	border-radius: 2px;
	display: block;
	height: 263px;
	width: 350px;
}

div.listingImage img:hover {
	border-color: #990000;
}

div.listingView {
	float: right;
	text-align: center;
	height: 61px;
	width: 610px;
}

div.thumbs {
	margin: 0 auto;
	overflow: hidden;
	width: 990px
}

a.thumb img {
	border: 2px solid #ffffff;
	border-radius: 2px;
	float: left;
	margin: 0 13px 26px;
	height: 225px;
	width: 300px;
}

a.thumb img:hover {
	border-color: #990000;
}

div.listingTitle {
	margin-top: -20px;
	margin-left: -5px;
}

span.title, a.title {
	color: #000000;
	font-size: 17pt;
	font-weight: bold;
}

div.listingContent a.title:hover {
	color: #990000;
	text-decoration: underline;
}

div.listingContent td {
	vertical-align: top;
}

div.thumb {
	float: left;
	margin-bottom: 20px;
	text-align: center;
	height: 296px;
	width: 330px;
}

div.thumb img.thumb {
	margin-bottom: 10px;
}

div.thumb button {
	margin: 0 10px;
}

span.sold {
	background-color: #970b0b;
	display: block;
	color: #ffffff;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	position: relative;
	margin-top: -266px;
	margin-left: 3px;
	height: 30px;
	width: 350px;
}

span.contract {
	background-color: #979797;
	display: block;
	color: #ffffff;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	position: relative;
	margin-top: -266px;
	margin-left: 3px;
	height: 30px;
	width: 350px;
}




div.upload {
	margin: 20px auto 0;
	text-align: center;
	width: 620px;
}

div.upload form {
	margin-bottom: 10px;
}

div.upload input[type=submit] {
	margin-left: 30px;
}