/* main styles */

body
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}

a:link {
	text-decoration: none;
	color:#000;
}

a:visited {
	text-decoration: none;
	color:#000;
}

a:hover {
	text-decoration: underline;
	color:#000;
}

a:active {
	text-decoration: none;
	color:#000;
}

.bodyTemplate
{
  background-color: #f1eee8;
  margin-left: 0;
  margin-top: 0;
}

/* containers */

#mainContainer
{
	width: 850px;
	border: 0px;
	padding: 0px;
	background-color: #fff;
}

#bannerContainer
{
	width: 850px;
	border: 0px;
}

#contentContainer
{
	width: 850px;
	border: 0px;
}

#footerContainer
{
	width: 850px;
	height: 40px;
	text-align: center;
	border: 0px;
	padding: 0px;
}

.topNav
{
	width: 850px;
	height: 30px;
	background-color: #000;
}

.bottomNav
{
	width: 850px;
	height: 30px;
	background-color: #000;
	font-size: 14px;
	text-align: center;
}

.withUs
{
	font-size: 16px;
	line-height: 30px;
}

.withUsCentre
{
	margin-left: 250px;
	font-size: 16px;
	line-height: 30px;
}
/* table layout */

.contentBorder
{
	width: 10px;
}

.logo
{
	width: 269px;
	vertical-align:bottom;
}
/* table cells */

.bannerTable
{
  width: 269px;
}

.process
{
	text-align:right;
}

.tableContainer
{
	width: 100%;
}

.tableContainerTerms
{
	width: 100%;
}

.tableBorder
{
	border: solid 1px #999;
	border-collapse:collapse;	
}

.tableBorder
{
  border: solid 1px #999;
}

.tablePromotions
{
	border-collapse:collapse;
}

.tablePromotions td
{
	border: solid 1px #999;
}

.tableDelivery td
{
	padding-left: 15px;
}

.colBorder
{
	border: thin solid #999 1px;
}

.table90
{
	width: 90%;
}

.table40
{
	width: 40%;
	background-color: #7dc044;
	vertical-align: middle;
}

.bgBlack
{
  background-color: #000;
}

.bgWhite
{
  background-color: #FFF;
}

.bgGreen
{
  background-color: #7dc044;
}

.table40Black
{
	width: 40%;
	background-color: #000;
}

.table300
{
	width: 300px;
	background-color: #7dc044;
}

.table300Black
{
	width: 300px;
	background-color: #000;
}

.table350
{
	width: 350px;
	background-color: #7dc044;
}

.table350Black
{
	width: 350px;
	background-color: #000;
}

.col3
{
	width: 3%;
}

.col5
{
	width: 5%;
}

.col10
{
	width: 10%;
}

.col15
{
	width: 10%;
}
.col20
{
	width: 20%;
}

.col25
{
	width: 20%;
}

.col30
{
	width: 30%;
}

.col40
{
	width: 40%;
}

.col50
{
	width: 50%;
}

.col60
{
	width: 60%;
}

.col70
{
	width: 70%;
}

.col80
{
	width: 80%;
}

.tableLeft
{
	text-align: left;
}

.tableCenter
{
	text-align:left;
}
.tableRight
{
	text-align: right;
}

.paymentTLeft
{
	width: 10%;
}

.paymentTCentre
{
	width: 35%;
}

.paymentTRight
{
	width: 55%;
}

.verticalLine
{
	background-image: url(../images/common/greygrad.gif);
	background-repeat: repeat-y;
}

/* padding */
/* body styles */

.picPad
{
	padding: 5px;
}

.logoPad
{
	padding: 15px;
}

.tablePadding
{
	padding: 15px;
}

.tablePaddingLeft
{
	padding-left: 15px;
}

.tablePaddingDelivery
{
  padding-left: 50px;
}
.textPadding
{
	padding: 5px;
}

.backButAlign
{
	padding-left: 685px;
}

.cancelButAlign
{
	padding-right: 220px;
}

.clearButAlign
{
	padding-right: 350px;
}

.continueButAlign
{
	padding-right: 405px;
}

.butPadding 
{
	padding-left: 5px;
	padding-right: 5px;
}

.imageAlign
{
	vertical-align: middle;
}

.smallBreak
{
	line-height: 30px;
}

/* body styles */

.header
{
	font-size:18px;
}

.normal
{
	font-size:12px;

}

.footer
{
	font-size:14px;
}

.right
{
	text-align:right;
  float: none;  
}

.center
{
	text-align:center;
}

.left
{
	float:left;
	text-align:left;
}

.top
{
	vertical-align: top;
}

.middle
{
	vertical-align:middle;
}

.gray
{
	color:#999;
}

.tableGray
{
	background-color: #eaeaea;
}

.green
{
	color: #8bce4d;
}

.cardGreen
{
	background-color: #ddeccb;
}

.black
{
	color: #000;
}

.white
{
	color:#fff;
}

.nav
{
	color: #000;
	text-decoration: underline;
}

.list
{
	margin-top: 0px;
	line-height: 14px;
	margin-left:0px;
	padding-left:12px;
	margin-bottom: 0px;
}

.list li
{
  margin-left:0px;
  padding-left:0px;
}


.stepimg
{
  width:18px;
  height:18px;
  text-align:center;    
}
.nav
{
  color: #000000;
  text-decoration: underline;
}

.greentd
{
  background-color:#7dc044;
  color:#fff;
  width:250px;
  font-size:14px;
  height:15px;
  padding-left:5px;
  border:none !important;  
}

.greyborder
{
  border:solid 1px #999;  
}

.centercell td
{
  text-align:center !important;
}

.bigType
{
  font-size: 16px;
}
  
.lightGreen
{
  background-color: #ddeccb;
}

.errorLabel
{
  font-weight:bold;
  font-size:12px;
  color:#ff0000;  
}

.c_s_copy_green_14
{
  font-family: Arial, Helvetica, sans-serif;
  color: #8bce4d;
  font-size: 14px;
  text-decoration: none;
}

.c_s_copy_16
{
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.errorCell
{
  border: none !important;
}

.steponebasketcounter
{
  width: 370px; 
  height: 20px; 
  padding-top: 5px; 
  padding-right: 10px; 
  margin-right: 42px;
  border-left: 1px solid #999999; 
  border-top: 1px solid #999999; 
  border-right: 1px solid #999999;
  text-align:center;
}

.errorAsterisk
{
  font-size:26px !important;
  
}
.thankyouRed
{
	font-size: 16px;
	color: #ed2629;
	
}

.thankyouBlack
{
	font-size: 16px;
	color: #000;
	
}
