body {
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
}
input, select, textarea {
	font-size: 12px;
	color: #666;
	border: 1px solid #ccc;
}

.checkBoxes {
	border: 0px;
}
.submitBox {
	border: 1px solid #000033;
	font-size: 14px;
	font-weight: bolder;
}

/* TOP SECTION */
.topContent {
	font-size: small;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	float: left;
}

/* MID SECTION */
.mainContent {
	font-size: small;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding-top: 5px;
	padding: 10px;
}
.leftContent {
	position: relative;
	float: left;
	width: 182px;
}
	.leftContent a {
		color: #000033;
	}
.rightContent {
	position: relative;
	float: left;
	width: 578px;
	margin-left: 120px;
}

/* more specific stuff... */

.leftBoxHeader {
	border-bottom: 1px solid #ccc;
	background: url(../images/left_box_header_shadow_bar.png) no-repeat;
	text-align: center;
	height: 16px;
	padding-top: 6px;
	color: #999999;
	font-weight: bold;
}
.leftBox, .leftBoxTop {
	position: relative;
	border: 1px solid #ccc;
	background: url(../images/left_box_body_shade.png) repeat top;
	height: auto;

}
.leftBoxTop {
	background: url(../images/left_box_body_shade-long.png) repeat top;
}

.leftBoxContent {
	font-size: smaller;
	color: #666;
	padding: 3px;
}
	a.leftContentFurtherInfo {
		text-align: right;
		color: #000033;
		text-decoration: none;
	}
	a.leftContentFurtherInfo:hover {
		text-decoration: underline;
	}

	.leftBoxForm {
		font-size: small;
		color: #666;
		padding: 3px;
	}

.rightBoxHeader {
	border-bottom: 1px solid #ccc;
	background: url(../images/right_box_header_shadow_bar.png) no-repeat top right;
	text-align: left;
	padding-top: 2px;
	padding-left: 5px;
	height: 19px;
	color: #999999;
	font-weight: bold;
	font-size:14px;
}
.rightBoxSubheader {
	font-size: 9px;
}
.rightBox {
	position: relative;
	border: 1px solid #ccc;

}
	.rightBox a {
		color: #000033;
	}

.rightBoxSpecials {
	border: 1px solid #ccc;
	background-color: #D4E8ED;
	float: left;
	width: auto;
	position: relative;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 8px;
	margin: 5px;
}

.rightBoxSpecials a {
	text-decoration: none;
}
.rightBoxSpecials img {
	border: 0px;
}
.rightBoxSpecials:hover {
	background-color: #C9DCE1;
}

.rightBoxContent, .rightBoxContentFAQ, .rightBoxContentHTB, .rightBoxContentHTS, .rightBoxContentRegister, .rightBoxContentIndex, .rightBoxContentThankyou {
	font-size: small;
	padding: 3px;
	color: #666;	
}
	.rightBoxContentFAQ, .rightBoxContentHTS {
			background: url(../images/right_box_body_shade-faq.png) repeat top;
	}
	.rightBoxContentHTB {
			background: url(../images/right_box_body_shade-htb.png) repeat top;
	}
	.rightBoxContentRegister {
			background: url(../images/right_box_body_shade-htb.png) repeat top;
	}
	.rightBoxContentIndex {
			background: url(../images/left_box_body_shade-long.png) repeat top;
	}		
	.rightBoxContentThankyou {
			background: url(../images/left_box_body_shade.png) repeat top;
	}	

.auctionRecord {
	/*background-color: #EAF4F4;*/
	border: 1px solid #ccc;
	background: url(../images/left_box_body_shade-medium.png) repeat top;
}
.auctionTitle, .MoreInfoauctionLotInformation {
	background-color: #C9DCE1;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #ADC0C6;
	/*background: url(../images/right_box_content_shadow_bar.png) no-repeat top right;*/

}
.auctionGuidePrice {
	font-weight: bold;
	font-size: 11px;
}
.auctionFooter, .MoreInfoauctionFooter {
	background-color: #D4E8ED;

}
	.auctionFooter a, .MoreInfoauctionFooter a {
		color: #666;
		font-weight: bolder;	
		text-decoration: none;
		font-size: 11px;
	}
	.auctionFooter a:hover, .MoreInfoauctionFooter a {
		color: #252858;
	}

.auctionNavigation {
	padding: 3px;
}

.MoreInfoauctionRecord {
	border: 1px solid #ccc;
	padding: 0px;
}
.MoreInfoauctionDetails {
	font-weight: bold;
}

.MoreInfoauctionGuidePrice {
	font-size: 11px;
	font-weight: bold;
}

/* BOTTOM SECTION */
.bottomContent {
	font-size: small;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	float: left;
	padding-top: 5px;
}

