/******************************************/	
/* CSS powered by clock - www.clock.co.uk */
/******************************************/	

/**
 * tables.css
 */
 
table {
	width: 100%;
}
table tr {
}
table th {
}
table td,
table th {
	border: 1px solid #000000;
}

/* tables columns */
table .icon,
table .quantity {
	text-align: center;
}
table .price,
table .total,
table .basket-label,
table .grandtotal {
	text-align: right;
}
table tr.extra-cost {
}
table tr.grandtotal {
}
table tr.grandtotal td {
	font-weight: bold;
}
table .button {
}
table .button a {
}
table .button a:hover {
}