﻿div#CartControl_Wrapper
{
	width : 150px;
	height : 170px;		
	background-image : url(../images/new/new_cart_border.png);
}

.ShoppingCartTable
{	
	margin-top : 24px;
	text-align : left;
}

.ShoppingCartTableTitleLabel
{
	text-align : right;
}

.ShoppingCartTableDataLabel
{
	font-weight : bold;
	color : Black;
	font-size : 10pt;
}

.ShoppingCartTableViewCartCell
{
	padding-top : 16px;	
	text-align : center;	
}

.ShoppingCartTableCheckoutCell
{
	padding-top : 16px;	
	text-align : center;	
}

div#CartControl_Items
{	
	width : 86px;
	height : 16px;	
	color : Blue;
	position : relative;
	top : 24px;
	left : 6px;			
	text-align : center;	
}

div#CartControl_EditCart
{
	width : 86px;
	height : 24px;
	position : relative;
	top : 21px;
	left : 0px;
}

div#CartControl_Checkout
{
	width : 145px;
	height : 24px;
	position : relative;
	top : -3px;
	left : 100px;
	font-size : 10pt;
	font-weight : bold;
	
}

.EditCartHeaderRow
{
	background-color : #006B9D;
	font-weight : bold;
	height : 32px;
	color : White;
}

.EditCartNormalRow
{
}

.EditCartAlternateRow
{
	background-color : #EEEEEE;
}

.EditCartBadRow
{
	background-color : #C60000;
	color : White;
}



.EditCart_VATRow
{
	background-color : #006B9D;	
	color : White;
}

.EditCart_GrandTotalRow
{
	background-color : #006B9D;
	font-weight : bold;
	color : White;
	height : 16px;
}

.Cart_QuantityBox
{
	border : 1px solid black;
	background-color : #DDF4FF;		
}


.CheckoutLogin_Email
{
	width : 146px;
	border : 1px solid black;
}

.CheckoutLogin_Password
{
	width : 100px;
	border : 1px solid black;
}

.CheckoutLogin_LoginButton
{
	border : 1px solid black;
}

.CheckoutSignup_Title
{
	width : 80px;
}

.CheckoutSignup_FirstName
{
	width : 120px;
	border : 1px solid black;
}

.CheckoutSignup_Surname
{
	width : 120px;
	border : 1px solid black;
}


.CheckoutSignup_Email
{
	width : 146px;
	border : 1px solid black;
}

.CheckoutSignup_ConfirmEmail
{
	width : 146px;
	border : 1px solid black;
}

.CheckoutSignup_Password
{
	width : 100px;
	border : 1px solid black;
}

.CheckoutSignup_Code
{
	width : 80px;
	border : 1px solid black;
}

.CheckoutSignup_Signup
{	
	border : 1px solid black;
}
