body table,tr,td, p{
	color: black;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #512405;
}
a:link {
	color: #2f0afe;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 2f0afe;
}
a:hover {
	text-decoration: none;
	color: 2f0afe;
}
a:active {
	text-decoration: none;
	color: 000000;
}

.style1 {
	color: #000000;
	font-size: 32px;
	font-weight: bold;
}	

.cartHeader { background-color: #CCCCCC; color: #000000; }

.style4 {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
}

.cartx {
	align: center;
}

.artist { font-weight: bold;}
.title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
.price {} 
.description{
	margin: 0px;	
	padding: 0px;
}
.optionString{}

table.cart {
}

TH.g  {
	background-color: yellow;
}

.error {
	background: white;
	color: maroon;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}
.securityNote {
	color: #000000;
	}
	

table.checkoutTable {
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #000000;
	border-collapse: collapse;
	background-color: #F8B544;
	padding-bottom: 5px;
	width: 600px;
}
table.checkoutTable th {
	border-width: 2px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: #000000;
	background-color: #F8B544;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.checkoutTable td {
	border-width: 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: #000000;
	background-color: #F8B544;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.checkoutTable tr.innerTable td {
	border: 0px;
	font-size: 12px;
	padding: 3px;
}

.rowA {
	background-color: #C2863D;
}

.rowB {
	background-color: #CC9900;
}

.smallPic {
	margin: 0px 10px 0px 20px;
}

.cartBuyImage {
	margin: 0px 20px 0px 20px;	
}

.news {
	font-size: 14px;
}

.footer {
	background-color: #CC9900;
	width: 730px;
	padding: 10px;
	text-align: center;
	color: #fefedd;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 30px;
}
