/* Basket Sidebar */
.basket .empty { text-align:center; font-weight:bold; color:#FFF; }
.basket td, .basket th { padding:3px; border-bottom: 1px solid #999; }
.basket th { color:#EA8916; }
.basket td.delete 
{	width: 20px; 
	vertical-align:middle;
	text-align:center;
}
.basket td.item { width: 160px; }
.basket td.qty 
{	width:20px; 
	text-align:center;
}

.basket
{
	font-size:9px;
	display:block;
	float:none;
	text-align:center;
	margin:0;
	margin-top:10px;
	float:right;
	padding-right:5px;
}
.basket a { color: Black; }
.basket img 
{
	margin-right:4px;
}

.basket .total
{	margin-top:10px;
}

.basket .totalLabel
{
	font-size:9px;
	font-weight:bold;
}

.smallprint
{	font-size:xx-small;
	margin-top:10px;
	color:#999;
	clear:both;
	padding:0 !important;
}