table.browse
{
	margin: 0 30px;
	margin-top: 5px;
	width: auto;
	height: auto;
}

table.browse td.cell
{
	border: 1px solid #D8E8F5;
	vertical-align: top;
	width: 25%;
	height: 100%;
}

table.browse table.productinfo
{
	margin: 10px;
	width: auto;
	height: auto;
}

table.browse table.productinfo td
{
	padding: 3px 0;
}

table.browse span.productname a
{
	font-weight: bold;
	font-size: 14px;
	color: #135CAE;
}

table.browse span.productprice
{
	font-weight: bold;
	font-size: 12px;
	color: #CC0000;
}

/* Product Details Page */
table.productdetails
{
	margin: 0 30px;
	width: auto;
	height: auto;
}

table.productdetails td.productname
{
	font-weight: bold;
	font-size: 14px;
	color: #135CAE;
}

table.productdetails td.productprice
{
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

table.productdetails input
{
	border: 1px solid #CCC;
	font-size: 12px;
	vertical-align: middle;
	height: 16px;
}

/* Shopping Cart Page */
table#cart
{
	margin: 0 30px;
	width: auto;
	height: auto;
}

table#cart th,
table#cart td
{
	padding: 3px 15px;
}

table#cart img
{
	padding: 0 5px;
	cursor: pointer;
}

table#cart input.text
{
	border: 1px solid #CCC;
	width: 45px;
	height: 15px;
	font-size: 12px;
}

/* Shipping Information */
table#shippinginfo
{
	margin: 0 30px;
	width: auto;
	height: auto;
	
	font-size: 11px;
}

table#shippinginfo td
{
	padding: 2px 0;
	padding-right: 30px;
}

table#shippinginfo input
{
	border: 1px solid #CCC;
	font-size: 12px;
	vertical-align: middle;
	height: 16px;
	width: 150px;
}
