/* PRODUCT LISTINGS */
.price {
	color: #d2791f;
	font-size: 16px;
}

table.product_list, table.manufacturer_list, table.supplier_list, table.history, table.carrier {
 	width: 100%;
 	border-collapse: collapse;
 	margin-bottom: 10px;
}

table.product_list th, table.manufacturer_list th, table.supplier_list th, table.history th, .cart_tab th, table.carrier th {
 	border-bottom: 1px solid #666;
 	padding-bottom: 4px;
}

tr.product {
 	vertical-align: top;
}

tr.product td, table.history td, table.carrier td {
 	padding-bottom: 4px;
 	vertical-align: middle;
	padding: 5px 0;
	border-bottom: 1px dotted #666;
}

table.product_list td.attr {
	border-bottom: 1px solid #BFBFBF;
}

table.product_list td.price {
 	text-align: center;
 	vertical-align: middle;
}

table.product_list img.add_to_cart {
 	vertical-align: middle;
 	padding-left: 2px;
}

a.product_link {
 	font-weight: bold;
}

th.sort_by {
	font-size: 0.9em;
	font-weight: normal;
	width: 120px;
	padding: 0;
}

td.avail {
	text-align: center;
	width: 80px;
}

td.price {
	width: 100px;
}

td.photo img, td.sort_by img {
	padding-right: 30px;
}

/* CART */
.cart_tab {
	width: 100%;
	border: solid 1px #555;
	font-size: 11px;
	border-collapse: collapse;
	margin-top: 10px;
}

.cart_tab td {
	height: 26px;
	padding: 5px;
}

.cart_tab_td td {
	border-bottom: dashed 1px #999;
}

.cart_tab_discount td {
	background: #EAF9FF;
}

.cart_tab_img {
	padding: 0 15px;
}

.cart_tab_img a{
	text-decoration: none;
}

.cart_tab_img a:hover {
	background: none;
}

.cart_product_link a {
	font-weight: bold;
}

.cart_ref {
 	width: 40px;
 	text-align: center;
}

.cart_picture {
 	width: 16px;
}

.cart_availability {
 	width: 21px;
}

th.cart_product, td.cart_product {
 	text-align: left;
}

th.cart_unit, td.cart_unit {
 	width: 60px;
 	text-align: right;
}

th.cart_quantity, td.cart_quantity {
 	width: 45px;
}

th.cart_total, td.cart_total {
 	width: 60px;
 	text-align: right;
}

tr.summary td {
	text-align: right;
}

.qty_right {
	padding-left: 6px;
	float: right;
}

.qty_left, .qty_middle {
 	float: right;
}

.qty_middle {
 	width: 9px;
 	padding-left: 4px;
 	padding-right: 2px;
 	float: right;
}

tr.cart_entry {
 	border-bottom: 1px dashed #D3D3D3;
}

div.cart_voucher {
	float: right;
	margin-top: 20px;
}

fieldset.voucher {
 	width: 240px;
 	padding: 10px;
}

fieldset.voucher input {
	margin: 10px 0;
}