body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	background-color: #FF6501;
	margin: 0px;
}

#prodList th {
	font-weight: bold;
	color: #CCFF66;
	background-color: #333333;
}

#prodList {
	margin: auto;
	width: 80%;
}



#prodList tr {
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3300;
}

#prodList tr:hover {
	background-color: #FF0A09;
}

#prodList a {
	display: block;
	text-decoration: none;	
}

h1 {
	font-size: 150%;
	font-weight: lighter;
	font-variant: small-caps;
	color:#FCF1EB;
}

.strike  {	
	text-decoration: line-through;
}

.newPrice {
	color: #FFFF33;
	font-size: 120%;
}



#ShoppingCart {
	background-color: #FF8233;
	margin: auto;
	text-align: center;
	margin-top: 20px;
	border: 1px solid #B8F0FF;
	margin-bottom: 20px;
	width: 70%;
}
#ShoppingCart  label  {
}

#ShoppingCart table {
	width: 90%;
	margin: auto;
	margin-top: 15px;
}
#ShoppingCart  legend {
	font-size: 120%;
	line-height: 1.3em;
	color: #FFEBE1;
	text-align: left;
	margin-top: 10px;
}
#ShoppingCart th {
	line-height: 1.2em;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F27F34;
	font-size: 1.1em;
}
#ShoppingCart  td {
	line-height: 1.2em;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-size: 1em;
}

