table {
  	border-collapse: collapse;
  	margin-bottom: 10px;
  	padding: 0px;
  	background: #fff;
	border: 0px;
	text-align: left;
  	color: #333333;
  	}
  	
table caption {
	text-align: left;
  	font-weight: bold;
  	color: maroon;
  	margin: 0;
  	padding: 5px;
 	background: white;
  	}
  	
table th {
  	background-color: #cccccc;
  	text-align: left;
  	padding: 5px;
  	vertical-align: top;
  	white-space: nowrap;
  	}

table td {
	border-collapse: collapse;
	border-color: #e6e6e6;
	border-style: solid;
	border-width: 1px;
	text-align: left;
  	margin: 0;
  	padding: 5px;
  	vertical-align: top;
  	}
  	
table .centre {
  	text-align: center;
  	}

table .right {
  	text-align: right;
  	}

table .in_cart {
  		text-align: right;
  		color: maroon;
  	}

table .out_of_cart {
  	text-align: right;
  	color: #999999;
  	}

table .total {
  	color: maroon;
  	text-align: right;
  	font-weight: bold;
  	}
  	
table .footer {
  	background-color: #e6e6e6;
  	color: #333333;
  	border-style: none;
  	text-align: left;
  	padding: 5px;
  	vertical-align: top;
  	white-space: normal;
  	}
  	
table .summary {
  	border-color: #e6e6e6;
  	border-width: 1px;
  	background-color: white;
  	color: #999999;
  	border-style: solid;
  	text-align: left;
  	padding: 5px;
  	vertical-align: top;
  	white-space: normal;
  	}
  	
table .plain {
  	color: #333333;
  	border-style: none;
  	text-align: left;
  	padding: 5px;
  	vertical-align: top;
  	white-space: normal;
  	}