/* CSS Document */
.deliveryLayer  {visibility:hidden;}
h1
{ 
	font-size:16px;
	text-align:center;
}

body
{
	margin:0;
	padding:0;
	font-family:Century Gothic, Arial, sans-serif;
	font-size:12px;
	text-align:left
}

input
{
	font-family:Century Gothic, Arial, sans-serif;
	font-size:11px !important;
	height:20px !important;
}
select, option
{
	font-family:Century Gothic, Arial, sans-serif;
	font-size:11px;
}

div.leftText
{
text-align:left;
}

/* Top layout area styles */

div#topBox
{
	width:100%;
	background-color:#FFFFFF;
}

table#logoBanner
{
	width:100%;
	padding:0;
	margin:0;
}
td#logo
{
	width:220px;
}

td#topSpacer
{
	width:1px;
}

td#offerBanner
{
	width:100%;
	text-align:right;
	vertical-align:middle;
}

div#findBanner
{
	width:100%;
	text-align:right;
	background-color:#EBEBEB;
}

/* -------------------- */

/* Main Area */

table#mainArea
{
	width:100%;
	vertical-align:top;
}

td#leftArea
{
	width:135px;
	vertical-align:top;
}

td#contentArea
{
	width:100%;
	vertical-align:top;
	padding-left:20px;
	padding-top:0px;
	padding-right:0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

td#rightArea
{
	width:160px;
	vertical-align:top;
}

/* --------------------- */

/* Left layout area styles */

div#leftBox
{
	width:125px;
	background-color:#FFFFFF;
	height:400px;
	
}
div#noleftBox
{
	width:180px;
	background-color:#FFFFFF;
	height:150px;	
}

div#deptMenuBox
{}
table.prod_menu
{
	padding:0px;
	text-align:center;
	width:70%;
	margin-left:auto;
	margin-right:auto;
}
a.prodType:link 
	{color:#FF0000;
	text-decoration:none;} 
	
a.prodType:visited
	{color: #999999;
	text-decoration:none;}    
	
a.prodType:hover {color:#3300FF;} 

div#companyLabel
{}

div#contactLabel
{}
div#phoneNumber
{
margin-top:10px;
}


/* --------------------- */

/* Right layout area styles */

div#rightBox
{
	width:161px;
	background-color:#FFFFFF;
	height:500px;
	font:Century Gothic, Arial, sans-serif;
	font-size:12px;
	text-align:center;
}

div#liveHelp
{
	padding-bottom:10px;
	background-color:#EBEBEB;
}

div#myTrolleyBox
{
	padding-bottom:10px;
	background-color:#EBEBEB;

}

div#offersBox
{
	margin-bottom:10px;
}

div.offerItem
{
background-color:#EBEBEB;
border-bottom-color:#FFFFFF;
border-bottom-style:solid;
border-bottom-width:5px;
font-size:12px;
color:#000000;
text-align:left;
padding-left:10px;
padding-bottom:5px;
	
}

a.specials:link 
	{color: #000000;
	text-decoration:none;} 
	
a.specials:visited
	{color: #999999;
	text-decoration:none;}    
	
a.specials:hover {color: #FF0000}  

a.cartLink:link 
	{color:#000000;
	} 
	
a.cartLink:visited
	{color: #000000;
	}    
	
a.cartLink:hover {color: #FF0000}  

a.toplink:link 
	{
	
	color:#000000;
	text-decoration:none;
	} 
	
a.toplink:visited
	{
		color: #000000;
		text-decoration:none;
	}    
	
a.toplink:hover {color: #FF0000;text-decoration:none;}  

a.deptLink:link 
	{color:#000000;
	text-decoration:none;
	} 
	
a.deptLink:visited
	{color: #000000;
	text-decoration:none;
	}    
	
a.deptLink:hover {color: #FF0000}  

/* --------------------- */

/* Content area styles */

.red
{
	color:#FF0000;
}
div.prodmenuLabel
{
	font-weight:bold;
	text-align:left;
	}
	
table.quantitiesBox
{
	width:70%;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}


td.Quantity
{
	background:#FF6600;
	color:#FFFFFF;
	font-size:14px;
}

td.Price
{
background-color:#EBEBEB;
}

.prodDetails {
	font-size: 12px;
	background-color: #EBEBEB;
}

.prodDetailHeader
{
	background-color:#FF6600;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	
}

.prodDetailBox
{
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	margin-left:auto;
	margin-right:auto;
}

.bullets
{ 
text-align:left;
}

div#notes
{
	width:90%;
	text-align:justify;
	padding:3px;
	margin-left:auto;
	margin-right:auto;
}

.vat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.itemPlusVat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.cartHeader {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	background-color: #FF6600;
}
.cartBody {
	font-size: 12px;
	color: #000000;
	background-color: #EBEBEB;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
.cartPrices {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.totalLinePrice {
	font-size: 12px;
	font-weight: bold;
}
.grandTotal {
	font-size: 12px;
	font-weight: bolder;
}
.cartTotal {
	font-size: 12px;
	background-color: #EBEBEB;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

.viewCart
{
	margin-bottom:20px;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	margin-left:auto;
	margin-right:auto;
}
.orderForm {
	font-size: 12px;
	/*background-color: #EBEBEB;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;*/
	text-align:left;
}
.centerBox
{
margin-left:auto;
	margin-right:auto;
}

.searchNav
{
	font-size:12px;
	padding-top:10px;
}

.wizardItem
{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	width:10%;
	border-color:#666666;
	border-style:solid;
	border-width:2px;
	margin-bottom:20px;

}
.wizardItemHover
{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	cursor:hand;
	width:10%;
	border-color:#FF9900;
	border-style:solid;
	border-width:2px;

}

div#footerrow
{
width:100%;
height:1px; 
color:#FFFFFF;
 font-size:1px;
}

a#footerlink:link 
	{
	
	width:100%;height:1px; color:#FFFFFF;font-size:1px;
	} 
	
a#footerlink:visited
	{
		width:100%;height:1px; color:#FFFFFF;font-size:1px;
	}    
	
a#footerlink:hover {width:100%;height:1px; color:#FFFFFF;font-size:1px;}  

.wizardTable
{
	padding:10px;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;

}

div.bottomLinks
{
	text-align:center;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
P.keywords
{
	text-align:center;
	font-size:1px;
	color:#000000;
	text-decoration:none;
}

table.centre
{
 margin-right:auto;
 margin-left:auto;
}.orangeText {
	color: #FF6600;
	font-weight: bold;
}
table#productList td
{
padding-left:10px;
padding-right:10px;
padding-bottom:3px;
padding-top:3px;

}

table#productList
{
 border-color:#666666;
 border-style:solid;
 border-width:1px;
  margin-left:auto;
 margin-right:auto;


}

.productListHeader
{
 text-align:left;
 font-weight:bold;
 background-color:#FF6600;
 color:#FFFFFF;
}

.productListItems
{
 text-align:left;
}
table#exCatTab
{
}
table#exCatTab td
{
 vertical-align:top;
 background-color:#FFF;
  border-color:#666666;
 border-style:solid;
 border-width:1px;

}.bodyblock {
	text-align: justify;
}
.bodytext {
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.curvy {position:relative; width:145px; height:150px; background:#FFFFFF; color:#000000; margin:5em auto;}