body {
	margin: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.white {
	background-color: #FFFFFF;
	background-image: url(images/ring.gif);
	background-repeat: no-repeat;
}
.splash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-left: 25px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 65px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 40px;
}
.right {
	background-color: #EEEEEE;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c0c0c0;
	font-size: 12px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-left: 25px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 25px;
	padding-left: 40px;
	margin-right: 15px;

}
ul {
	line-height: 18px;
	list-style-image: url(images/arrow.gif);
	vertical-align: super;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444444;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
.product {
	border: 1px solid #000000;
}
.footer {
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
}
.submenu {
	font-size: 10px;
	color: #404040;
	text-align: right;
	background-color: #C0C0C0;
	margin-top: 5px;
	margin-right: 8px;
}
a.sub {
	color: #666666;
	text-decoration: none;

}
a.sub:hover {
	color: #ff0000;
	text-decoration: underline;

}
p {
	font-size: 12px;
}
.items {
	font-size: 11px;
	width: 215px;
}
.quantity {
	font-size: 11px;
	width: 25px;
	text-align: right;
}
.button {
	width: 75px;
}
a {
	color: #0000CC;
}
div.option {
	margin: 0 0 20px 0;
}
a.add {
	background-image: url("images/add.gif");
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	display: block;
	width: 75px;
	margin: 0 auto 0 auto;
}

/*** CART STYLES ***/
#item_number { width: 100%; margin: 0 0 10px 0; }
.prodhead {
	background-color: #404040;
	padding: 2px 3px 2px 3px;
	color: #ffffff;
}
.prodrow1 {
	background-color: #E5E5E5;
	padding: 0px 3px 0px 3px;
}
.prodrow2 {
	background-color: #FFFFFF;
	padding: 0px 3px 0px 3px;
}
input.focus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #66869D;
	width: 175px;
	padding-left: 3px;
}
#nono { position: absolute; left: -1000px; width: 100px; overflow: hidden; }