body {
	background-color: #F0F0F0;

	font-family: arial, "san serif";
}
h1 {
	margin-top: 0px;
}

h3 {
	margin-top: 0px;
	text-align: center;
	color: #000000;
}

.small {
	font-size: 70%;
}

.sidebar {
	background-color: #000000;
}
.main {
	background-color: #ffffff;
}
.titleBar {
	color: #ffffff;
	font-family: arial, "san serif";
}

.menu {
	/*padding-top: 20px; */
	background-color: #000000;
	padding-left: 10px;
}
.menu a {
	font-family: arial, "san serif";
	color: #FFFFFF;
	background-color: #000000;
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
}

.browseLink a {
	font-family: arial, "san serif";
	color: #000000;
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
}

.sidePrompt {
	font-size: 12;
	color: #CC0000;
	font-weight: bold;
}

.mainPrompt {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.leftPrompt {
	font-weight: bold;
	font-size: 100%;
	margin-top: 30px;
	text-align: left;
}

.mainHeading {
	font-weight: bold;
	font-size: 120%;
	color: #CC0000;
	text-align: center;
}

.buyNow {
	border: 1px solid #666666;
	font-family: arial, "sans serif";
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;
}

.checkoutNow {
	border: 1px solid #666666;
	font-family: arial, "sans serif";
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
}

.emailForm {
	border: 1px solid #666666;
	font-family: arial, "sans serif";
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;
}

.warning {
	background-color: #ffffff;
	font-size: 80%;
	border-top: 1px solid #666666;
	margin: 5px;
}

.mailListBox {
	background-color: #ffffff;
 
	font-weight: bold;
	padding: 5px;
}

.merchantTitle {
	font-weight: bold;
}

.hours {
	text-align: center;
}

.soldOut {
	color: #990000;
	font-weight: bold;
}

.rules {
	border: 1px solid #999999;
	padding: 5px;
	margin-top: 5px;
}

.owned {
	color: #990000;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	border-top: 1px solid #999999;
	margin-top: 10px;
}

.browseTitle {
	font-weight: bold;
	font-size: 120%;
}

.email {
	font-family: courier;
	padding: 10px;
	margin-left: 30px;
	margin-right: 30px;
	border: 1px solid #999999;
}

.boxedBanner {
	border: 5px solid #336600;
	font-weight: bold;
	color: #990000;
	font-size: 150%;
	margin-top: 20px;
	text-align: center;
	padding: 5px;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.boxedBanner a {
	text-decoration: none;
	color: #990000;
}

.smallBlack {
	font-size: 50%;
	color: #000000;
	font-weight: normal;
}
