﻿/***** Shopping basket *****/
.CheckoutLinks
{
	padding:20px 20px;
}

#OrderLine
{
	float:left;
	padding-top:20px;
	font-family:Verdana;
	font-size:0.7em;
	color:#888;
}

.LeftCheckoutLink
{
	float:left;
	width:350px;
	color:#FF0086;
	font-family:Verdana;
	font-size:0.7em;
}

.RightCheckoutLink
{
	text-align:right;
}


.CheckoutLinkUpper
{
	margin:0;
	padding:3px ;
	font-family:Verdana;
	font-size:0.7em;
	text-decoration:none;
	color:#FF0066;
}

.CheckoutLinkLower
{
	margin:0;
	padding:3px;
	font-family:Verdana;
	font-size:0.7em;
	text-decoration:uynderline;
	color:#FF0066;
}

.CheckoutLinkUpper:hover, .CheckoutLinkUpper:active
{
	color:#000;
}

.Basket
{
	font-family:Verdana;
	font-size:0.65em;
	float:left;
	background-color:#EEE;
	margin-top:4px;
	width:697px;
}

.BasketHeaders
{
	color:#999;
	height:18px;
}

.BasketHeaders .BasketDescription, 
.BasketHeaders .BasketColor,
.BasketHeaders .BasketSize,
.BasketHeaders .BasketQuantity, 
.BasketHeaders .BasketUnitPrice,
.BasketHeaders .BasketTotalPrice,
.BasketHeaders .BasketAction
{
	height:18px;
	padding-top:6px;
	padding-bottom:3px;
}

.BasketContent .BasketDescription, 
.BasketContent .BasketColor, 
.BasketContent .BasketSize, 
.BasketContent .BasketQuantity, 
.BasketContent .BasketUnitPrice,
.BasketContent .BasketTotalPrice
{
	padding-top:30px;
}

.BasketContent .BasketAction
{
	padding-top:20px;
}

.BasketContent .BasketQuantity
{
	padding-top:28px;
}

.BasketContent
{
	font-size:1.2em;
}

.BasketHR
{
	padding:2px 0;
	border-bottom:1px solid #CCC;
	background-color:#FFF;
	clear:left;
}

.BasketPicture
{
	float:left; 
	width:50px;
	padding-top:3px;
	padding-bottom:3px;
	margin:0 15px 0 5px;
}

.BasketColor
{
	float:left; 
	width:65px;
	text-align:center;

}

.BasketDescription
{
	float:left; 
	width:150px;
	margin-right:20px;
}

.BasketSize
{
	float:left; 
	width:100px;
	text-align:center;
}

.BasketQuantity
{
	float:left;
	width:70px;
	text-align:center;
}

.BasketUnitPrice
{
	width:80px;
	float:left;
	text-align:center;
}

.BasketTotalPrice
{	
	width:80px;
	float:left;
	text-align:right;
}

.BasketContent .BasketUnitPrice
{
}

.BasketTotalPrice
{
	width:80px;
	float:left;
	text-align:right;
}

.BasketContent .BasketTotalPrice
{
	text-align:right;
}

.BasketAction
{
	font-size:1.1em;
	height:10px;
	text-align:right;
}

.BasketButton
{
	color:#999;
	background-color:#EEE;
	border:0px solid #999;
	font-size:0.65em;
	width:55px;
	margin-top:11px;
	padding-right:3px;
	cursor:pointer;
	font-family:verdana;
}

.BasketInput
{
	width:20px;
	border:1px solid #999;
	font-size:0.9em;
	text-align:center;
}

.BasketSumContainer
{
	margin-top:3px;
	padding:3px 0;
	width:697px;
	font-family:Verdana;
	font-size:0.8em;
	background-color:#EEE;
	height:18px;
}

.BasketTotalSum
{
	width:620px;
	text-align:right;
}

.BasketSubTotal
{
	width:620px;
	text-align:right;
	font-size:0.8em;
	color:#999;
}

.BasketSubTotalPrice
{
	margin-left:25px;
	font-size:1.2em;
	color:#000;
}

.BasketTotalSumPrice
{
	margin-left:25px;
}

.BasketPromoContainer
{
	text-align:left;
	font-family:Verdana;
	padding:4px 0 0px 0;
	font-size:0.6em;
	color:#999;
}

.BasketPromoButton
{
	border:0px solid #CCC;
	background-color:#FFF;
	color:#000;
	text-decoration:underline;
	font-size:1em;
	font-family:Verdana;
	margin-right:5px;
	cursor:pointer;
}

.BasketPromoBox
{
	border:1px solid #CCC;
	width:80px;
	float:left;
}

.PromoDescription
{
	float:left;
	padding-top:3px;
	letter-spacing:1px;
}

.UpdateBasketButton
{
	border:0;
	color:#FF0086;
	background-color:#FFF;
	font-size:0.7em;
	width:55px;
	cursor:pointer;
	font-family:verdana;
	text-decoration:underline;
}

#PromoDeductionPrice
{
	color:#FF0086;
	text-align:right;
	padding-right:72px;
	padding-top:4px;
}

#ShoppingBagHeader
{
	color:#999; 
	font-family:Verdana; 
	font-size:1.2em;
	text-align:center;
}

/***** EO Shopping basket *****/