.auctionList {
	float:left;
	width:100%;
	border-left:solid 1px #C0C0C0;
	border-right:solid 1px #C0C0C0;
	border-bottom:solid 1px #C0C0C0;
	background-color:#FFFFFF;
}

.auctionList .row {
	float:left;
	width:100%;
	border-top:solid 1px #C0C0C0;
}

.auctionList .leftcol {
	float:left;
	width:33%;
	border-right:solid 1px #C0C0C0;
	margin-right:-1px;
	text-align:center;
}

.auctionList .leftcol div {
	padding:5px;
}

.auctionList .leftcol img {
	border:none;
}

.auctionList .rightcol {
	float:left;
	width:67%;
	border-left:solid 1px #C0C0C0;
	margin-right:-1px;
}

.auctionList .rightcol div {
	padding:5px;
}

.auctionList .rightcol h3 {
	margin:5px 0px;
}

.objectList {
	float:left;
	width:99%;
	border-top:solid 1px #C0C0C0;
	border-left:solid 1px #C0C0C0;
	border-right	:solid 1px #C0C0C0;
	background:#FFFFFF url(../templates/Auctions/images/border.gif) repeat-y 50%;
}

.objectList .object {
	float:left;
	width:50%;
	height:158px;
	overflow:visible;
	text-align:center;
	border-bottom:solid 1px #C0C0C0;
}

.objectList .object h3 {
	margin:5px 0px;
}

.objectList .highestBid, .objectList .highestBidValue {
	font-size:120%;
}

.objectList .object .highestBid {
	color:#990000;
	font-weight:bold;
}

.objectList .object .inner {
	padding:5px;
}

.auctionObjectData {
	width:65%;
	float:left;
}

.auctionObjectData .row {
	width:100%;
	float:left;
}

.auctionObjectData .left {
	float:left;
	width:30%;
}

.auctionObjectData .right {
	float:left;
	width:69%;
}

.auctionObjectImage {
	float:right;
}

.auctionStatus {
	color:#FFFFFF;
}

.auctionError {
	color:#990000;
}

.auctionRightMenu {
	margin-left:5px;
	padding:5px 10px 10px;
	background:#C0C0C0 url(../images/rightmenu_bg.gif) repeat-x;
}
