/******************************************/	
/* CSS powered by clock - www.clock.co.uk */
/******************************************/	

/**
 * tables.css
 */
 
table {
	width: 100%;
}
table tr {
}
table th {
	font-weight: bold;
	border-bottom: 1px solid #dceac1;
}
table td,
table th {
	padding: 3px 10px 3px 10px;
}
table tr:hover td {
	background-color: #dceac1;
}


/* 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 {
}
 .button a:hover {
}

