/******************************************/	
/* CSS powered by clock - www.clock.co.uk */
/******************************************/	

/**
 * tables.css
 */
 
/**
 * table.data-entity
 */ 
table.data-entity {
	width: 97%;
}
table.data-entity caption {
	display: none;
}
table.data-entity tr {
}
table.data-entity th {
	background-color: #aebad3;
}
table.data-entity td {
}
table.data-entity td,
table.data-entity th {
	border: 1px solid #d2d9e8;
	padding: 1px 4px 1px 4px;
}

/* tables columns */
table.data-entity .icon,
table.data-entity .quantity {
	text-align: center;
}
table.data-entity .price,
table.data-entity .total,
table.data-entity .basket-label,
table.data-entity .grandtotal {
	text-align: right;
}
table.data-entity tr.extra-cost {
}
table.data-entity tr.grandtotal {
}
table.data-entity tr.grandtotal td {
	font-weight: bold;
}
table.data-entity .button {
}
table.data-entity .button a {
}
table.data-entity .button a:hover {
}


/**
 * definition list
 */
#main-content dl {
	margin: 0px 0px 10px 0px;
}
#main-content dt {
	width: 190px;
	float: left;
	clear: both;
	margin-bottom: 10px;
}
#main-content dd {
	float: left;
	width: 224px;
	margin-bottom: 10px;
}