body {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10pt;
}
h1	{
	font-size: 15pt;
	}

h2	{
	font-size: 13pt;
	}
	
.description {
	font-size: 8pt;
	line-height: 9pt;
}
.title {
	font-weight: bold;
}
#checkout th {
	font-size: 16pt;
	background-color: #8E2E68;
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px;
}
#checkout td {
}
#cart th {
	font-size: 11pt;
	background-color: #F6F6F6;
	color: #000000;
	border-bottom: solid 1px #000000;
	font-weight: bold;
}
#cart .product td {
	border-bottom: solid 1px #000000;
}
.product td {
	background-color: #FFFFFF;
}
#cart .product .image  {
	text-align: center;
	padding: 5px;
	background-color: #FFFFFF;
}
#cart th {
	padding: 3px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
#cart .price, #cart .subprice {
	text-align: right;
	padding-right: 5px;
}
#cart .product .quantity {
	text-align: center;
}
#cart .product .text {
	padding: 0 5px 0 5px;
}
#cart .subtotal, #cart .total {
	background-color: #F6F6F6;
}
#checkout .buttons td {
	border-top: solid 1px #000000;
	padding: 5px;
	background-color: #BB9F60;
}
#checkout .buttons td td {
	border: none;
	padding: 0;
}
#checkout {
	border: 1px solid #000000;
}
#cart {
	border: none;
}
#cart .subtotal td {
	border-bottom: 1px solid #000000;
}
#cart #card, #cart #card td  {
	border: none;
	padding-left: 5px;
}
#cart .table th {
	font-size: 10pt;
	font-weight: normal;
	padding-right: 10px;
	text-align: right;
}
#cart .table {
	padding: 10px;
	margin: auto;
	vertical-align: top;
	text-align: center;
}
#cart .table table {
	align: center;
}
#cart .table td, #cart .table th {
	background-color: #FFFFFF;
	border: none;
}
#newcustomer, #recipient {
	border-right: solid 1px #000000;
}
#cart .method {
	text-align: right;
	padding-right: 10px;
}
.table2 th {
	border-top: 1px solid #000000;
}
.smaller, #cart .subtext, #cart .subprice, #cart .product .quantity {
	font-size: 9pt;
}
.checkoutform input, .checkoutform select {
	font-size: xx-small;
	border: 1px solid #666666;
	margin: 2px;
}
.error {
	color: #FF0000;
}

p	{
font-size:12px;
}
