a {
	color: White;
	text-decoration: none;
}

a:HOVER {
	color: White;
	text-decoration: underline;
}

.large{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.normwh{
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.largewh{
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.norm{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.normsm{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.legal{
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#NS4fix{
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}

#gearHome{
	position: absolute;
	left: 78px;
	top: -18px;
}

#prodInfo{
	width: 240px;
	text-align: center;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
}

#prodEnlarge,#prodEnlarge2{
	position: absolute;
	left: 15px;
	top: -350px;
	visibility: hidden;
	width: 240px;
}

/*styles for the Checkout, View Cart and Add to Cart buttons (form elements)*/
.checkoutbutton, .viewcartbutton, .addcartbutton
{
	background-color: #f00;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	border-color: black;
	border-width: 2px;
	border-style: solid;
	font-weight: bold;
	padding: 2px;
	cursor: pointer;
	margin: 2px;
}

.addcartbutton:hover
{
	background-color: #fff;
	color: #f00;
}

/*style for the product's price and product unavailable message*/
.price, .unavailable
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

/*style for the section form element in the add to cart form*/
.itemselect
{
	background-color: #fff;
	font-size: 10px;
	margin: 2px;
}
