@charset "utf-8";
/* CSS Document */

#AuctionsCell {
	width: 300px;
	vertical-align: top;
	padding-bottom: 20px;
}
#AuctionsCell h2 {
	color: #FFF;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	font-weight: bold;
	vertical-align: top;
	margin-bottom: 8px;
}
#AuctionsLinkBox {
	width: 200px;
	border: 1px solid #CCC;
	text-align: center;
	margin: auto;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 6px;
}
#AuctionsLinkBox a{
	color: #69F;
	font-size: 85%;
}
#AuctionsLinkBox h3{
	color: #000;
	background-color: #999;
	width: 100%;
	font-weight: bold;
	font-size: 110%;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 4px;
	margin-top: 0px;
}
#AuctionsLinkBox h4{
	color: #FFF;
	font-size: 95%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
}
#LogoCell {
	text-align: center;
	padding: 15px;
}
#ImageCell {
	padding-top: 20px;
}
#SpecsCell {
	width: 380px;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 40px;
}

#SpecsCell h2{
	text-align:center;
	color: #FFF;
	margin-left: 35px;
	margin-right: 60px;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 8px;
}
#SpecsCell h3{
	font-weight: bold;
	font-size: 80%;
	text-align: left;
	margin-left: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#SpecsCell p{
	color: #FFF;
	font-size: 80%;
	text-align: left;
	margin-right: 50px;
	margin-left: 65px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.Amber{
	color: RGB(250,170,100);
}
.Red{
	color: RGB(236,18,13);
}	
.Green{
	color: RGB(96,242,118);
}
.Blue{
	color: RGB(2,191,185);
}

