﻿

/*Shopping Cart */
.ShopCartTable
{
	width: 100%; 
	background-color: White; 
	color: #404040; 
}

.ShopCartTable tbody tr td
{
	font-size:12px;	
}

.ShopCartBreak
{
	text-align: left; 
	color: White; 
	background-color: #6AA600;
	vertical-align: middle; 
	line-height: 30px;
	padding-left: 25px;
	font-weight:bold;	
}

.ShopCartHeader
{
	padding-left: 20px; 
	padding-top: 2px;	
}

.ShopCartText
{
	text-align:right;
	padding-right:20px;
}

.ShopCartButton
{
	padding-top: 5px; 
	padding-bottom: 10px; 
	text-align: center;
}



/*Gam Order Form*/
.orderTitle
{
	font-family: Arial;
	font-size: 8.95pt;
	font-weight: bold;
	color: #333333;
}

.orderTable
{
	width:100%;
	font-family:Arial;
	font-size:8.95pt;	
}

.orderText
{
	font-size:8.95pt;	
}

.SubHeading
{
	text-align: left;
	background-color: rgb(153,153,153);
    vertical-align: middle;
    line-height: 30px;
    font-weight: bold;
    padding-left: 25px;
    
	font-size: 8.95pt;
	color: White;
	font-family: Arial;
}

/* WIZARD */
.stepNotCompleted
{
	background-color: rgb(153,153,153);
	width: 16px;
	height:16px;
	border-left:solid 3px white;
	border-right:solid 3px white;	
	vertical-align:middle;
	color: White;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

.stepCompleted
{
	background-color: #333333;
	width: 16px;
	height:16px;
	border-left:solid 3px white;
	border-right:solid 3px white;	
	vertical-align:middle;
	color: White;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

.stepCurrent
{
	background-color: rgb(255,91,42);
	width: 16px;
	height:16px;
	border-left:solid 3px white;
	border-right:solid 3px white;	
	vertical-align:middle;
	color: White;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}
.stepBreak
{
	width: 5px;
}

.wizardProgress
{
	padding-right: 10px;
	font-family: Arial;
	color: #333333;
}

.wizardTitle
{
	font-family: Arial;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
}


.btnWizard
{
	font-size: 8pt;
	font-family: Arial;
	text-decoration: none;
	color: #333333;
	width: 85px;
}

.redColour
{
	color:Red;
}


div.clearfloats
{
	clear: both;
}

/****Header Setting ******/
.SearchHead
{
	/*border-left: solid 1px #0078C2; 
	border-bottom: dashed 1px #0078C2; */
	padding-bottom: 5px;
    padding-left: 15px;
    width: 225px;
}

.SearchHead input
{
	
}

.ShopHead
{
	/*border-left: solid 1px #0078C2; */
	padding-top: 5px; 
	padding-left: 15px;
	text-align: left;
}


.ShopBasket
{
	color:Black;
	background-color:White;
	vertical-align:middle;
	padding-left:10px;
	text-align:left;
	text-decoration: none;
}

A.ShopBasketLink:link
{
	color:#555555;
	text-decoration:none;
}

A.ShopBasketLink:visited
{
	color:#555555;
	text-decoration:none;
}

A.ShopBasketLink:hover
{
	color:#555555;	
	text-decoration:underline;	
}

A.ShopBasketLink:active
{
	color:#555555;	
}


.ShopText
{
	color:#555555;
	background-color:White;
	vertical-align:middle;
	text-align:left;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	white-space:nowrap;
}

A.ShopText:link
{
	color:#555555;
	text-decoration:none;
}

A.ShopText:visited
{
	color:#555555;
	text-decoration:none;
}

A.ShopText:hover
{
	color:#555555;	
	text-decoration:underline;	
}

A.ShopText:active
{
	color:#555555;	
}



legend
{
	color: #094F82; 
	font-size: 12px;	
}