table.table {
	border: 0;
	width: 100%;
	margin-top: 10px;
	background-color:;
	}
	
table.table thead {
	background-color: ;
	color: #330000;
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
	}

table.table thead td {
	padding: 5px;
	}
	
table.table tbody td {
	padding: 5px;
	}
	
table.table tbody tr.odd td {
	background-color: #f0f0f0;
	}

.updatecartbtn {
	background-color:#CC9999;
	color:#330000;
	width:80px;
	height:20px;
	border:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin:0 0 0 50px;
	}

.checkoutbtn {
	background-color:#CC9999;
	color:#330000;
	width:120px;
	height:20px;
	border:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin:0 0 0 0;
	}