﻿
table#cart_table
{
	margin-top:25px;
	margin:25px auto auto auto;
	border-collapse:collapse;
	width:90%;
}

table#cart_table td
{
	padding:10px 2px 10px 2px;
}

div.product_name
{
	font-weight:bold;
	color:#666;
	font-size:8pt !important;
	text-align:left !important;
	margin-bottom:3px;
	
}

div.product_details
{
	color:#999;
	padding-left:5px;	
	text-align:left !important;
}

div.product_details div
{
	font-weight:bold;	
	color:#aaa;
	text-align:right;
	width:50px;
	margin-right:3px;
	float:left;	
}

input.txtQty
{
	border:1px solid #999;
}

th
{
	text-align:left;
	border-bottom:2px solid #e83394;
}

td.image, th.image
{
	width:75px;
	text-align:center;
	vertical-align:top;
	height:75px;
}

td.image img
{
	border: 1px dotted #e7e7e7;
}
td.description
{
	width:250px;
}

th.description
{
	width:325px;
}

td.quantity, th.quantity
{
	width:50px;
	text-align:center;
}

td.unit_price, th.unit_price
{
	width:75px;
	text-align:right;
}

td.unit_subtotal, th.unit_subtotal
{
	width:75px;
	text-align:right;
}

td.update_cart
{
	text-align:right;
}

td.subtotal
{
	font-weight:bold;
	text-align:right;
}

td.checkout
{
	padding-top:40px !important;
	text-align:right;
}

tr.cart_row td
{
	border-bottom:1px solid #ccc;
}

td.remove
{
	width:20px;
	text-align:right;
}

ul#cart_fine_print
{
	width:400px;
}

ul#cart_fine_print li
{
	padding:3px 0px 3px 0px;
	text-align:justify;
}

p#status
{
font-size:12pt !important;
font-weight:bold !important;
text-align:center;
}
