﻿/*
div.floating-cart
{
	background: none repeat scroll 0 0 white;
	border: 1px solid #CCCCCC;
	padding: 1em;
	position: absolute;
	right: 150px;
	top: 100px;
	z-index: 100;
        width:305px;
}
div.floating-cart div.title
{
	width: 305px;
}
div.floating-cart div.title b
{
 float:left;
}
div.floating-cart div.title input[type="submit"], div.floating-cart div.title input[type="submit"]:hover
{
	float: right;
	border: none;
	background-color: White;
}
div.floating-cart div.footer
{
	float: right;
	width: 305px;
}
table.cart
{
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
table.cart tr td, table.cart tr th
{
	line-height: 1.6em;
	text-align: left;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	line-height: 1.4em;
	padding: 6px 8px;
	vertical-align: middle;
}
table.cart tr th
{
	line-height: 1.2em;
	border-top: 1px solid #d5d5d5;
	color: #555555;
	background: url("/Styles/jQ_smoothness/images/tab_background.jpg") repeat-x scroll 50% 50% #fff;
}
table.cart tr td.desc
{
}
table.cart tr td.img, table.cart tr th.img
{
	border-left: 1px solid #E0E0E0;
	text-align: center;
	width: 55px;
}
table.cart tr td.img a, table.cart tr td.img a img
{
	border: none;
}
table.cart tr td.total
{
	border-left: 1px solid #E0E0E0;
}
table.cart tr td.right
{
	text-align: right;
}
table.cart tr td.first, table.cart tr th.first
{
	border-left: 1px solid #E0E0E0;
}
table.cart tr td.first h1, table.cart tr th.first h1
{
	color: #333333;
	font-size: 12pt;
	margin: 0;
	padding: 4px;
}
table.cart tr td.no-border
{
	border: solid 0px #000;
	text-align: right;
	padding: 6px 0px 8px 8px;
}
*/
