.basket
{
	font-family: 'trebuchet ms',verdana,tahoma,sans-serif;
	font-size:10pt;
}
.basket-empty
{
	font-family: 'trebuchet ms',verdana,tahoma,sans-serif;
	font-size:10pt;
}

.basket-header
{
	background:#999;
	color:#FFF;
	font-size:8pt;
}
.basket-header-item
{
	float:left;
	padding:10px 5px;
}
.basket-header-item.basket-header-item-qty { width:110px }
.basket-header-item.basket-header-item-description { width:421px }
.basket-header-item.basket-header-item-each { width:90px }
.basket-header-item.basket-header-item-total { width:90px }

.basket-item { }
.basket-item-field
{
	float:left;
	padding:0 5px;
	font-size:11pt;
}

.basket-item-field.basket-item-field-qty { width:110px }
.basket-item-field.basket-item-field-description { width:421px }
.basket-item-field.basket-item-field-price { width:90px }
.basket-item-field.basket-item-field-total { width:90px }

.basket-item-qty
{
	width:40px;
	height:20px;
	border:0px;
	color:#999;
	font-size:11pt;
	padding:5px;
}
.basket-item-qty-border-1, .basket-item-qty-border-2, .basket-item-qty-border-3
{
	border-style:solid;
	border-width:1px 1px 0 0;	
}
.basket-item-qty-border-1
{
	border-color:#BCBCBC;
	border-width:1px;
	width:53px;
	margin-bottom:5px;
}
.basket-item-qty-border-2 { border-color:#DEDEDE; }
.basket-item-qty-border-3 { border-color:#F4F4F4; }

.basket-item-discount
{
	color:#AE0B76;	
}
.basket-item-update, .basket-item-delete
{
	font-size:8pt;	
}



._Total
{
	display:block;
	font-family: 'trebuchet ms',verdana,tahoma,sans-serif;
}
._Total
{
	text-align:right;
	font-size:8pt;
}
