﻿.ShoppingBasket
{
	font-family:Arial;
	font-size:12px;
}

.ShoppingBasket .UpdateBasket
{
	float:left;
	width:120px;
}

.ShoppingBasket .Items
{
	margin-bottom:5px;
	margin-top:5px;
	padding:5px;
	border:solid 1px #908D00;
	background-color:#000000;
}

.ShoppingBasket .Items table
{
	width:100%;
}

.ShoppingBasket .Items .TableItems
{
	
	margin:0px;
	border-collapse : collapse; 
	
}
.ShoppingBasket .Items .TableItems th
{
	border-bottom:dashed 1px #555555;	
}

.ShoppingBasket .Items .TableItems td
{
	padding:3px;
	 border-bottom:dashed 1px #555555;	
	 padding-top:15px;
	
}


.ShoppingBasket .Items th
{
	text-align:left;
	color:#908D00;
}

.ShoppingBasket .Discount
{
	float:right;
	width:300px;
	text-align:right;
}


.ShoppingBasket .Totals
{
	
	text-align:right;
	float:right;
	clear:left;
	padding-top:20px;
	margin-top:20px;
	margin-right:5px;
	margin-left:5px;
}

.ShoppingBasket .Totals .Title
{
	color:#908D00;
	font-weight:bold;
}

.ShoppingBasket .Buttons
{
	clear:both;
}

.Totals Table
{
	background-color:#222222;
}

.Totals td
{
 border-bottom:dashed 1px #555555;	
 padding:5px;
}