@charset "utf-8";
/* CSS Document */

.cartContainer
{
	width: 170px;
	height: 473px;
	padding: 7px;
	background: url(../images/cart-bg.jpg) no-repeat;
}

.currentItems
{
	height: 300px;
	margin-bottom: 8px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

table.itemsTable 
{
	width: 100%; 
	border-collapse: collapse; 
	font-size: 10px; 
	color: #ffffff; 
	margin-top: 10px; 
}
td.cartImage {padding: 5px 5px 5px 5px;}
td.cartDesc {padding-right: 5px;} 

tr#cartSubTotal td 
{
	padding: 3px 0px 3px 0px; 
}


a.checkoutLink 
{
	display: block;
	margin: 3px 10px 5px 10px;
	text-align: center;
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	background-color: #414142;
	border: solid 1px #999999;
}

a.checkoutLink:hover {text-decoration: none; background-color: #666666;}