/*
	The default colours for the shopping cart display table
*/
.shoppingCartTable
{
	background-color:#FFFFFF;
	color:#FFFFFF;
}

/*
	The text style on the shopping cart display page
*/
.shoppingCartInformation
{
	color:#FFFFFF;
}
 
 .shoppingCartContents
 {
 	font-size:12px;
 	color:#FFFFFF;
 }
/*
	The style for the cart header information
*/
.shoppingCartHeader
{
	font-size:12px;
	color:#0099FF;
}

/*
	The style for the cart header links
*/
.shoppingCartHeaderLink, .shoppingCartHeaderLink:active, .shoppingCartHeaderLink:visited, .shoppingCartHeaderLink:link
{
	color: #00CC99;
}

/*
	The default colours for the menu items (NOT SELECTED)
*/
.shoppingCartMenu
{
	font-size:12px;
	text-decoration: underline;
	cursor:pointer;
	padding: 5 5 5 5;
}

/*
	The font color and style for the shopping cart menu items
*/
.shoppingCartMenu, .shoppingCartMenuSelected
{
	font-size:12px;
	color:#330066;
}

/*
	The background colour of the current menu item selected
*/
.shoppingCartMenuSelected
{
	background-color:#330066;
	color:#FFFFFF;
}

/*
	The color of the links to the categories and the page numbers
*/
.pageList, .categoryList
{
	color:#0000CC;
}

/*
	The colour of the background and text of the add button
*/
.shoppingCartAddItem
{
	border-style:solid;
	border-color:#333333;
	background-color:#663399;
	color:#FFFFFF;
}

/*
	The style for a product picture link
*/
.shoppingCartProductPictureLink
{
	border:none;
}

/*
	The products that are displayed on the page
*/
.shoppingCartProducts
{
	background-color:#FFFFFF;
}

/*
	The input box for the qty of items of the product
*/
.shoppingCartItemQty
{
	border-color:#333333;
	border-style:solid;
}

/*
	The style for the text "qty" for each item and the input box for the qty of items of the product
*/
.shoppingCartItemText, .shoppingCartItemQty
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#660033;
}

/*
	Style for the header text of the customer details section
*/
.customerDetailsHeader
{
	color:#006600;
	font-size:14px;
	font-weight:bold;
}

/*
	Style for the customer information
*/
.customerDetailsTable
{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:left;
}

/*
	Style for the text displayed when there is no product
*/
.noProducts
{
	font-size:14px;
	color:#9966FF;
}

.redirectionDialog
{
	background-color:#FFFFFF;
}

.redirectionTable
{
	background-color:#FFFFFF;
}

.redirectionHeader
{
	font-size:18px;
	font-weight:bold;
	padding-top:10px;
}

.submitProcessTable
{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
}

.border
{
	background-color:#000066;
}