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

body {
	background-image: url(/images/2012bg.jpg);
	background-repeat: no-repeat;
	background-position: center 50px;
	margin: 0px;
	background-color: #000000;
}
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	color: #FF7202;
}
a:hover {
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tblborder {
	border: 1px solid #186A6F;
}



.soldout {
	position: absolute;
	z-index: 10;
	display: block;
	width: 400px;
	text-align: right;
}
.listing {}
.listing td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4D0C8;
	padding-bottom: 10px;
	padding-top: 10px;
}
.img {
	border: 3px solid #dededf;
	padding: 2px;
}

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#footer, #footer a, #footer a:hover {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	display: none;
}

