body table,tr,td, p{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: white;
}
a:link {
	color: #4444a1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 4444a1;
}
a:hover {
	text-decoration: underline;
	color: 4444a1;
}
a:active {
	text-decoration: none;
	color: 4444a1;
}

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

.cartHeader { background-color: #ffffcc; color: #330000; }

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

.cartx {
	align: center;
}

.artist { font-weight: bold; padding-top:0px; margin-top: 0px; margin-bottom: 2px; font-size: 120%;}
.title { font-weight:bold; padding-top: 0px; margin-top: 0px; font-size: 105%; color: #575757;}
.price {} 
.optionString{}

table.cart {
}

TH.g  {
	background-color: yellow;
}

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

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

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

