﻿body {
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #221e1f;  
    background: #e5e5e5
}

a, a:visited
{
    color: #221e1f;
}

.clear
{
    clear: both;    
}

a.greyButtonStraight
{
    display: block;
    float: left;
    height: 15px;
    background:url(../images/bgbutgrey.jpg) repeat-x 0% 100%;     
    text-decoration: none;
    text-align: center;
    color: #fff; 
    font-size: 0.8em;
    font-weight: bold;
    padding: 1px 0 0 0;
}

h2, h1
{
    color: #3f3f40;
    font-size: 1.8em;   
    margin: 0;
    padding: 0;
}

h1
{
    padding-bottom: 10px;    
    font-weight: normal;
}

h2
{
    font-size: 1.4em;    
}

a.redButtonStraight
{
    display: block;
    float: left;
    height: 15px;
    background:url(../images/bgbutred.jpg) repeat-x 0% 100%;      
    text-decoration: none; 
    text-align: center;
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    padding: 1px 0 0 0;
}

a.link
{
	color: #4F4F4F;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
}
a.link:hover
{
    text-decoration: underline;
}

#mainWrapper {
    width: 909px;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: auto;
    background: #fff;
}

#mainWrapper .greyButton_center
{
    background: url(../images/bgbutgreyleft.gif) no-repeat 0px 0px;
    height: 20px;     
    padding: 0 0 0 4px;
    color: #fff;   
    margin:0 27px 0 27px;    
}

#mainWrapper .greyButton_center a
{
    background: url(../images/bgbutgreyright.gif) no-repeat top right;
    height: 17px;
    padding: 3px 10px 0 6px;
    color: #fff;
    display: block;
    text-decoration: none;    
    font-weight: bold;
    font-size: 11px;    
}

#mainWrapper .greyButton
{
    background: url(../images/bgbutgreyleft.gif) no-repeat 0px 0px;
    height: 20px; 
    float: left;   
    padding: 0 0 0 4px;
    color: #fff;
}

#mainWrapper .greyButton a
{
    background: url(../images/bgbutgreyright.gif) no-repeat top right;
    height: 17px;
    padding: 3px 10px 0 6px;
    color: #fff;
    display: block;
    text-decoration: none;    
    font-weight: bold;
    font-size: 11px;
    float: left;
}

#mainWrapper .blueButton
{
    background: url(../images/bgbutblueleft.gif) no-repeat 0px 0px;
    height: 20px; 
    float: left;   
    padding: 0 0 0 4px;
    color: #fff;
}

#mainWrapper .blueButton a
{
    background: url(../images/bgbutblueright.gif) no-repeat top right;
    height: 17px;
    padding: 3px 10px 0 6px;
    color: #fff;
    display: block;
    text-decoration: none;    
    font-weight: bold;
    font-size: 11px;
    float: left;
}

.textbox
{
    border: solid 1px #939598;     
    font-family: Arial;
    font-size: 12px;
    padding:3px;
}

/* ------------------------- Start Header ---------------------------- */
/* ------------------------------------------------------------------- */

#header {
    height: auto;
}

#header #banner {
    position: relative;
    height: 136px;
    background: #f3f3f4 url(../images/bgbanner.jpg) no-repeat 0 0px;
} 

#header #banner img#imgLogo {
    position: absolute;
    top: 23px;
    left: 25px;
}

#header #banner a.contact {
    position: absolute;
    top: 70px;
    padding: 3px 0 0 0;
    right: 220px;
    display: block;
    width: 190px;
    text-decoration: none;
}

#header #banner img.dealerLogo {
    position: absolute;
    top: 15px;
    left: 300px;
}


#header #banner div#basket 
{
    position: absolute;
    bottom: 18px;
    right: 15px;
    background: url(../images/bgshoppingbasket.jpg) no-repeat 0px 0px;
    width: 136px;
    height: 82px;
    text-align: right;
    padding: 10px 10px 0 0;
    cursor: pointer;
}

#header #banner div#basket h2
{
    margin: 0;    
    padding: 0 0 5px 0;
    font-size: 18px;
    font-weight: normal;
}

#header #banner div#basket a
{
    text-decoration: none;    
}

#header #banner div#basket a:hover
{
    text-decoration: underline;
}

/*---------------------- */

#header #topMenu
{
    background: url(../images/bggreybar.jpg) repeat-x 0px 0px;
    height: 30px;    
}

#header #topMenu ul.sf-menu, #header #topMenu ul.sf-menu * 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#header #topMenu ul.sf-menu 
{
	line-height: 1.0;
}

#header #topMenu ul.sf-menu li:hover 
{
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}

#header #topMenu ul.sf-menu li 
{
	float: left;
	position: relative;	
    width: 150px;
    text-align: center;
    border-right: solid 1px #fff;
    list-style: none; 
}

#header #topMenu ul.sf-menu ul {
	position: absolute;
	width: 150px; /* left offset of submenus need to match (see below) */	
	display: none;
}

#header #topMenu ul.sf-menu ul li 
{
	width: 100%;
    width: 150px;
    border-right: none;
}

#header #topMenu ul.sf-menu a 
{
	display: block;
	position: relative;
	height: 22px;
	padding: 7px 0 0 0;
}

#header #topMenu ul.sf-menu li:hover ul.hover, #header #topMenu ul.sf-menu li.sfHover ul.hover 
{
	left: 0;
	top: 29px; /* match top ul list item height */
	z-index: 99;
}

#header #topMenu ul.sf-menu li li:hover ul, #header #topMenu ul.sf-menu li li.sfHover ul 
{
	left: 181px; /* match ul width */
	top: 0;
}

#header #topMenu ul.sf-menu li li li:hover ul, #header #topMenu ul.sf-menu li li li.sfHover ul 
{
	left: 181px; /* match ul width */
	top: 0;
}

#header #topMenu ul.sf-menu a 
{
    color: #fff;
    text-decoration: none;
	text-align: center;	
	font-weight: bold;	
}

#header #topMenu ul.sf-menu a, #header #topMenu ul.sf-menu a:visited  
{ /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
}

#header #topMenu ul.sf-menu li ul.hover li 
{
    height: auto;
    overflow: hidden;
	background: #7a7b7f;
	text-align: left;
	padding: 0;
}

#header #topMenu ul.sf-menu li ul.image li 
{
    height: auto !important;
    overflow: hidden;
    padding: 0;
}

#header #topMenu ul.sf-menu li ul.hover li a
{
    text-align: left;
    color: #fff !important;
    padding: 5px;
    height: auto;
}

#header #topMenu ul.sf-menu li ul.hover li a:hover
{
    color: #fff !important;    
}

#header #topMenu ul.sf-menu li li li 
{
	background: #fff;
}

#header #topMenu ul.sf-menu li li.sfHover,
#header #topMenu ul.sf-menu li a:focus, 
#header #topMenu ul.sf-menu li ul a:hover, 
#header #topMenu ul.sf-menu li a:active 
{
    background: #5075ac;   
	outline: 0;	
}

/*---------------------- */

#header #topMenu ul li.last
{
    border: none;
}


/* ------------------------------------------------------------------- */
/* ------------------------- End Header ---------------------------- */


/* ------------------------- Start Body ---------------------------- */
/* ------------------------------------------------------------------- */


#body
{
    height: auto;
    overflow: hidden;  
    padding: 10px 0 10px 0;  
}

#body #bodyCol1
{
    float: left;
    width: 168px;    
}

#body #bodyCol2
{
    float: left;
    width: 574px;
}

#body #bodyCol3
{
    float: right;
    width: 159px;
}

#body #bodyCol1 #myAccount
{
    border: solid 1px #bebfc0;
    height: auto;
    overflow: hidden; 
    padding: 0px 0 10px 0;   
    background: #f3f3f4 url(../images/bgmyaccount.jpg) repeat-x 0% 100%;
}

#body #bodyCol1 #myAccount .field
{
    padding: 10px 10px 0 10px;    
}

#body #bodyCol1 #myAccount .field .roundedInput
{
    padding: 1px 0 0 0;
    background: url(../images/bgmyaccounttxtbox.gif) no-repeat 0% 100%;
    height: 20px;
    width: 144px;
    text-align: center;
}

#body #bodyCol1 #myAccount .field .roundedInput .textbox
{
    border: none;    
    height: 14px;
    width: 130px;
}

#body #bodyCol1 #myAccount .field a.greyButtonStraight
{
    float: none;
    text-align: left;
    padding-left: 10px;
}

#body #bodyCol1 #myAccount h2
{
    margin: 0;
    padding: 5px 0 5px 0;
    color: #221e1f;  
    font-size: 1.4em;
    text-align: center;    
}

#body #bodyCol1 div.menu ul
{
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#body #bodyCol1 div.menu ul li
{
    list-style: none;        
    padding: 5px 0 0 10px;
}

#body #bodyCol1 div.menu ul li a
{
    text-decoration: none;    
}

#body #bodyCol1 div.menu ul li a:hover
{
    text-decoration: underline;    
}

#body #bodyCol1 #productFinder
{
    margin-top: 5px;
    height: 155px;
    overflow: hidden;
    background: url(../images/bgsearchbox.jpg) repeat-x 0 100%;    
    padding: 0 7px 0 7px;
}

#body #bodyCol1 #productFinder h2
{
    padding:10px 0 0 10px; 
    color: #fff;
    font-size: 1.5em;
    text-decoration: normal;
    font-weight: normal;
    margin: 0;
}

#body #bodyCol1 #productFinder h2 span
{
    color: #d2222a;   
}

#body #bodyCol1 #productFinder fieldset
{
    margin: 0;
    padding: 5px 0 0 0; 
    border: none;       
}

#body #bodyCol1 #productFinder fieldset div.item
{
    padding: 5px 0 0 0;
    clear: both;    
    height: auto;
    overflow: hidden;
}

#body #bodyCol1 #productFinder fieldset div.item label
{
    color: #fff;    
    display: block;
    padding: 0 0 2px 5px;
}

#body #bodyCol1 #productFinder fieldset div.item div.input
{
    height: auto;
    overflow: hidden;
    clear: both;   
}

#body #bodyCol1 #productFinder fieldset div.item div.input div.roundedInput
{
    height: 22px;
    padding: 3px 0 0 0;
    width: 122px;
    float: left;
    text-align: center;
    background: url(../images/bgsearchboxtxtbox.gif) no-repeat 0% 100%;
}

#body #bodyCol1 #productFinder fieldset div.item div.input .textbox
{
    border: none;
    width: 110px;
    /*IE Fix*/
    border-color: #fff;
}

#body #bodyCol1 #productFinder fieldset div.item div.input div.button
{
    float: left;    
    padding: 0 0 0 3px;
}

#body #bodyCol1 #menuCategories
{
    height: auto;
    overflow: hidden;
    padding: 15px 0 0 0;    
}

#body #bodyCol1 #menuCategories .category
{
    height: auto;
    overflow: hidden;    
    padding-bottom: 10px;
}

#body #bodyCol1 #menuCategories .category h2
{
    background: url(../images/bggreybar.jpg) repeat-x 0px 0px;
    height: 23px;
    padding: 7px 0 0 0;
    margin: 0;
    color: #fff;
    font-size: 1em;
    text-align: center;
}

#body #bodyCol2 #mainContent
{
    padding: 0 6px 0 6px;
}

#body #bodyCol2 .textContent
{
    padding: 0 10px 0 10px !important;
    text-align: justify;    
    line-height: 18px;
}

#body #bodyCol2 #mainContent #mainImage
{
    border: solid 1px #6d6e71;
}

#body #bodyCol2 #mainContent .lightGreyBar
{
    background: url(../images/bglightgreybar.jpg) repeat-x 0px 0px;
    height: 30px;
}

#body #bodyCol2 #mainContent #homeSupplierProm
{
    position: relative;    
}

#body #bodyCol2 #mainContent #homeSupplierProm strong
{
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 1.2em;
}

#body #bodyCol2 #mainContent #homeSupplierProm h3
{
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: normal;
    right: 47px;    
    top: 6px;
}

#body #bodyCol2 #mainContent #homeSupplierProm img
{
    position: absolute;
    right: 10px;    
    top: 3px;
    border: none;
}

#body #bodyCol2 #mainContent .redBar
{
    background: url(../images/bgredbar.jpg) repeat-x 0px 0px;
    height: 35px;   
    padding-bottom: 20px;
}

#body #bodyCol2 #mainContent .redBar h2
{
    color: #fff;
    margin: 0;
    font-size: 1.4em;    
    padding: 6px 0 0 20px;
}


#body #bodyCol2 #mainContent #homeOfferBoxes
{
   height: auto;
   overflow: hidden; 
   padding: 0px 10px 0px 10px;    
}

#body #bodyCol2 #mainContent #homeOfferBoxes .box
{
    float: left;
    width: 255px;
    border: solid 1px #6d6e71;    
    height: 245px;
    position: relative;        
}

#body #bodyCol2 #mainContent #homeOfferBoxes .row1
{
    height: auto;
    overflow: hidden;    
}

#body #bodyCol2 #mainContent #homeOfferBoxes .row2
{
    height: auto;
    overflow: hidden;    
    clear: both;
}

#body #bodyCol2 #mainContent #homeOfferBoxes .row2 .box
{
    margin-top: 20px;    
}

#body #bodyCol2 #mainContent #homeOfferBoxes .offer1
{
    background: url(../images/bgspecialonlineoffer.jpg) no-repeat 50% 5%;  
}

#body #bodyCol2 #mainContent #homeOfferBoxes .offer2
{
    background: url(../images/bgourbestseller.jpg) no-repeat 50% 5%;  
    float: right;        
}

#body #bodyCol2 #mainContent #homeOfferBoxes .offer3
{
    background: url(../images/bgfantasticoffer.jpg) no-repeat 50% 5%;  
}

#body #bodyCol2 #mainContent #homeOfferBoxes .offer4
{
    background: url(../images/bglimitedtime.jpg) no-repeat 50% 5%;      
    float: right;    
}

#body #bodyCol2 #mainContent #homeOfferBoxes .box img
{
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: none;
}

#body #bodyCol2 #mainContent #homeOfferBoxes .box .price
{
    position: absolute;
    bottom: 5px;
    left: 10px;
    background: #d2222a;
    width: 73px;
    height: 40px;
    padding-top: 6px;
    font-weight: bold;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
}

#body #bodyCol2 #mainContent #homeOfferBoxes .box .name
{
    position: absolute;
    bottom: 58px;
    left: 10px;
    width: 85px;
    overflow: hidden;
}

#body #bodyCol2 #mainContent #homeOfferBoxes .box .name a
{
    color: #221e1f;
    text-decoration: none;    
}

#body #bodyCol2 #mainContent #homeOfferBoxes .offer1 img
{
    left: 5px !important;  
    right: auto;  
}

#body #bodyCol2 #mainContent #homeOfferBoxes .offer1 .name
{
    left: auto;
    right: 5px;
}

#body #bodyCol2 #mainContent #homeOfferBoxes .offer1 .price
{
    right: 10px !important;    
    left: auto;
}


#body #bodyCol2 #mainContent #CategoriesWrapper
{
    padding: 0 0 0 0px;    
}

#body #bodyCol2 #mainContent #CategoriesTop
{
    width: 553px;
    background: url(../images/bgcategoriestop.gif) no-repeat 1px 11px;    
    height: 23px;
    overflow: hidden;
}
#body #bodyCol2 #mainContent #CategoriesBody
{
    width: 553px;
    background: url(../images/bgcategoriesbody.gif) repeat-y 0px 0px;    
    height: auto;
    overflow: hidden;
}

#body #bodyCol2 #mainContent #CategoriesBottom
{
    width: 553px;
    background: url(../images/bgcategoriesbottom.gif) no-repeat 0px 0px;    
    height: 23px;
    overflow: hidden;
}

#body #bodyCol2 #mainContent #CategoriesBody ul
{
    margin: 0;
    padding: 5px 10px 0 10px;
    height: auto;
    overflow: hidden;
}

#body #bodyCol2 #mainContent #CategoriesBody ul li
{
    list-style: none;
    width: 245px; 
    float: right;   
    padding: 5px 0 5px 10px;
    margin: 0;
    background: url(../images/bgcategoriesdotted.jpg) repeat-x 0px 22px; 
}

#body #bodyCol2 #mainContent #CategoriesBody ul li.left
{ 
    float: left;
    clear: left;
    width: 245px;
}

#body #bodyCol2 #mainContent #CategoriesBody ul li a
{
    text-decoration: none;    
}


#body #bodyCol2 #mainContent #levelCategories ul
{
    margin: 0;
    padding: 0;
}

#body #bodyCol2 #mainContent #levelCategories ul li
{
    margin: 0 0 0 10px;
    padding: 5px 0 5px 0;    
    list-style-position: inside;
}

#body #bodyCol2 #mainContent #levelCategories ul li.main
{
    list-style: none;
    font-size: 1.2em; 
    margin: 0;   
}

#body #bodyCol2 #mainContent #levelCategories ul li.main a
{
    text-decoration: none;    
}

#body #bodyCol2 #mainContent #homeSpecialOffers
{
    height: auto;
    overflow: hidden;  
    padding-bottom: 40px;  
}

#body #bodyCol2 #mainContent #homeSpecialOffers .header
{
    background: #d9533f;
    padding: 8px 0 8px 0;    
    height: 18px;
}

#body #bodyCol2 #mainContent #homeSpecialOffers .header ul
{
    color: #fff;
    margin: 0;
    padding: 0 0 0 30px;
}

#body #bodyCol2 #mainContent #homeSpecialOffers .header ul li
{
    margin: 0;
    padding: 0;
    list-style-position: inside;
    float: left;
    width: 24%;
    font-size: 14px;
    font-weight: bold;
}

#body #bodyCol2 #mainContent #homeSpecialOffers .header ul li.first
{
    list-style: none;    
}

#body #bodyCol2 #mainContent #homeSpecialOffers .body
{
    border: solid 1px #9e9ea0;
    border-top: none;  
    height: 190px;
    overflow: visible;
}

#body #bodyCol2 #mainContent #homeSpecialOffers .body .col
{
    width: 184px;
    float: left; 
    height: 190px;
    position: relative;
}

#body #bodyCol2 #mainContent #homeSpecialOffers .body .col img.product
{
    position: absolute;
    left: 5px;
    bottom: 35px;        
}

#body #bodyCol2 #mainContent #homeSpecialOffers .body .col .name
{
    position: absolute;
    width: 70px;
    top: 5px;
    right: 10px;  
    z-index: 100;     
    text-align: right;
}

#body #bodyCol2 #mainContent #homeSpecialOffers .body .col .details
{
    position: absolute;
    bottom: 5px;
    right: 10px;    
}

#body #bodyCol2 #mainContent #homeSpecialOffers .body .col .rightBorder
{
    border-right: dotted 1px #221e1f;
    width: 3px;
    height: 185px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 1px;
}

#body #bodyCol2 #mainContent #homeSpecialOffers .body .col .details img
{
    border: none;    
}

#body #bodyCol2 #mainContent #homeSpecialOffers .body .col .name a
{
    color: #d2222a; 
    text-decoration: none;
}

#body #bodyCol2 #mainContent #homeSpecialOffers .body .col .price
{
    background: url(../images/bgyellowtag.gif) no-repeat 0px 0px;
    position: absolute;
    bottom: -50px;    
    left: 10px;
    width: 80px;
    height: 64px;
    padding: 20px 0 0 5px;
    font-size: 1.2em;
    text-align: center;
    z-index: 100;
}

#bodyCol2 #mainContent .twoColoredHeader
{
    padding: 0px 0 10px 5px;    
}
#bodyCol2 #mainContent .twoColoredHeader h2, #bodyCol2 #mainContent .twoColoredHeader h1
{
    display: inline;
    margin: 0;
    padding: 0;
    color: #3f3f40;
}

#bodyCol2 #mainContent .chooseFrom h3
{
    color:  #3f3f40;
    font-weight: normal;
    margin: 0;
    padding: 10px 0 0 2px;
    font-size: 1.3em;
}

#bodyCol2 #mainContent .twoColoredHeader h1
{
    font-size: 2em;   
    text-transform: uppercase;
}

#bodyCol2 #mainContent .twoColoredHeader h2
{
    font-size: 1.6;
}

#bodyCol2 #mainContent .products
{
    height: auto;
    overflow: hidden;    
}   

#bodyCol2 #mainContent .products h4
{
    margin: 0;
    font-size: 1em;    
    padding: 0 0 5px 0;
}
 
#bodyCol2 #mainContent .products .topWrapper
{
    border: solid 1px #939598; 
    border-bottom: none;
}

#bodyCol2 #mainContent .products .row1
{
    border-bottom: dotted 1px #000;    
    padding: 5px 0 5px 0;
    height: auto;
    overflow: hidden;
    background: #ecedee;
}

#bodyCol2 #mainContent .products .row1 .col1
{
    float: left;
    width: 215px;    
    padding-left: 10px;
}

#bodyCol2 #mainContent .products .row1 .col2
{
    float: left;
    width: 160px;    
}

#bodyCol2 #mainContent .products .row1 .col3
{
    float: right;
    padding: 3px 10px 0 0;    
}


#bodyCol2 #mainContent .products .row2
{
    height: auto;
    overflow: hidden;    
    padding: 5px 0 5px 10px;
    background: #ecedee;
}

#bodyCol2 #mainContent .products .row2 .left
{
    float: left;    
}

#bodyCol2 #mainContent .products .row2 a
{
    text-decoration: none;    
}

#bodyCol2 #mainContent .products .row2 .right
{    
    float: right;    
    padding-right: 10px;
}

#bodyCol2 #mainContent .products .row2 .right a:hover, #bodyCol2 #mainContent .products .row2 .right a.current
{
    text-decoration: underline;
    color: #000;    
}

#bodyCol2 #mainContent .products .items
{
    clear: both;
}

#bodyCol2 #mainContent .products .items table
{
    border: solid 1px #939598;    
}

#bodyCol2 #mainContent .products .items table td
{
    padding: 10px 0 10px 0px;    
}
#bodyCol2 #mainContent .products .items table td.checkbox
{
    width: 5%;    
    vertical-align: middle;
    text-align: center;
}

#bodyCol2 #mainContent .products .items table td.img
{
    width: 16%;    
    vertical-align: middle;
    text-align: right;
    border-right: dashed 1px #939598;
    padding: 0 10px 0 0;
}

#bodyCol2 #mainContent .products .items table td.desc
{
    width: 57%;    
    text-align: left;
    vertical-align: top;
    padding: 0 0 0 10px;
    border-right: dashed 1px #939598;
}

#bodyCol2 #mainContent .products .items table td.desc h2
{
    font-size: 1.2em;    
    margin: 0;
    padding: 0;
    font-weight: normal;
}

#bodyCol2 #mainContent .products .items table td.desc h2 a
{
    text-decoration: none;    
}

#bodyCol2 #mainContent .products .items table td.desc .code
{
    padding: 3px 0 0 0;    
}

#bodyCol2 #mainContent .products .items table td.desc .code span
{
    color: #d2222a;    
}

#bodyCol2 #mainContent .products .items table td.desc .price
{
    float: left;  
    font-size: 1.2em; 
    font-weight: bold;
    padding: 2px 0 0 0;
}

#bodyCol2 #mainContent .products .items table td.desc .qty
{
    float: right;    
    padding: 0 10px 0 0;
}

#bodyCol2 #mainContent .products .items table td.desc .textbox
{
    width: 25px;   
    border: solid 1px #939598; 
}

#bodyCol2 #mainContent .products .items table td.desc .details
{
    padding: 10px 0 0 0;    
}

#bodyCol2 #mainContent .products .items table td.desc .details img
{
    border: none;    
}

#bodyCol2 #mainContent .products .items table td.buy
{
    width: 22%;
    text-align: center;  
    vertical-align: top;
}

#bodyCol2 #mainContent .products .items table td.separator
{
    padding: 0 10px 0 10px;
    margin: 0;
    height: 10px;
    vertical-align: middle;
    font-size: 2px;   
}

#bodyCol2 #mainContent .products .items table td.separator hr
{
    border: none;
    border-color: #939598;
    color: #939598;
    background: #939598;
    height: 1px;
}

#bodyCol2 #mainContent .products .items table td.buy .textbox
{
    width: 25px;   
    border: solid 1px #939598; 
}

#bodyCol2 #mainContent .products .items table td.buy .price
{
    font-size: 1.2em;
    color: #d2222a;    
    font-weight: bold;
}

#bodyCol2 #mainContent .products .items table td.buy .qty, #bodyCol2 #mainContent .products .items table td.buy .button
{
    padding-top: 8px;  
}

#bodyCol2 #mainContent .categoryThumbnail
{
    height: auto;
    overflow: hidden;    
    padding: 10px 0 0 2px;
}

#bodyCol2 #mainContent .categoryThumbnail .thumbnail
{
    float: left;
    padding: 0px 19px 10px 0;    
    width: 125px;
	height: 150px;
}

#bodyCol2 #mainContent .categoryThumbnail .thumbnail a
{
    text-decoration: none;    
}

#bodyCol2 #mainContent .categoryThumbnail .thumbnail .image
{
    text-align: center;
    width: 126px;
    height: 105px;
    border: solid 1px #939598;
    position: relative;
    padding: 10px 0 0 0;
    margin: 0 0 3px 0;
}

#bodyCol2 #mainContent .categoryThumbnail .thumbnail .image img
{
    border: none;  
}

#bodyCol2 #mainContent .products .items table td.buy .button
{
    position: relative;
    margin: auto;
    height: auto;
    overflow: hidden;
    width: 95px;
}

#productDetails
{
    height: auto;
    overflow: hidden;    
    padding: 10px;
    border: solid 1px #939598; 
    position: relative;
    margin: auto;
}

#productDetails td
{
    padding: 10px 0 10px 0;    
}
#productDetails .img
{
    width: 22%;    
    border-right: dashed 1px #939598;
    vertical-align: middle;
    text-align: right;
    padding: 0 10px 0 0;
}

#productDetails .details
{
    width: 50%;    
    border-right: dashed 1px #939598;
    padding: 0 0 0 10px;
    vertical-align: top;
}

#productDetails .details h3
{
    margin: 0;
    padding: 10px 0 5px 0;    
    font-size: 1.2em;
    font-weight: normal;
}

#productDetails .details .code span
{
    color: #d2222a;    
}

#productDetails .details .desc
{
    padding-top: 10px;    
}

#productDetails .buy
{
    width: 28%;
    text-align: left;
    vertical-align: top;
    padding: 10px 0 0 10px;
}

#productDetails .buy .textbox
{
    border: solid 1px #939598;
    width: 25px;   
}

#productDetails .buy .quantity
{
    height: auto;
    overflow: hidden;
}

#productDetails .buy .quantity label
{
    display: block;
    float: left;    
}

#productDetails .buy .quantity div
{
    float: right;    
}

#productDetails .buy .field
{
    height: auto;
    overflow: hidden;
    padding: 5px 0 0 0;    
}

#productDetails .buy .price
{
    color: #d2222a;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    padding: 5px 0 10px 0;    
}

#productDetails .buy .add
{
    width: 95px;
    position: relative;
    margin: auto;  
}

.form h2
{
    color: #22121f;    
    margin: 0;
    padding: 0 0 0 5px;
    font-size: 14px;
}

#body #bodyCol3
{
    height: auto;
    overflow: hidden;
    width: 166px;
}

#body #bodyCol3 #basket
{
    background: url(../images/bgbasket.jpg) repeat-x 0% 100%;    
    height: 118px;
    border: solid 1px #a7a8aa;
}

#body #bodyCol3 #basket a.greyButtonStraight, #body #bodyCol3 #basket a.redButtonStraight
{
    width: 66px;    
    margin-left: 10px;
}

#body #bodyCol3 #basket h2
{
    margin: 0;
    padding: 5px 0 10px 0;
    color: #221e1f;    
    font-size: 1.4em;
    text-align: center;    
}

#body #bodyCol3 #basket .field
{
    height: auto;
    overflow: hidden;
    clear: both;    
    padding: 5px 0 5px 0;
}

#body #bodyCol3 #basket .field label
{
    display: block;
    float: left;
    width: 100px;
    padding: 0 5px 0 0;    
    text-align: right;
}

#body #bodyCol3 #consumableSearch
{
    margin-top: 5px;
    height: 200px;
    padding: 16px 0 0 18px;
    background: url(../images/bgcartridgefinder.jpg) repeat-x 0% 100%;
    text-align: left;    
}
#body #bodyCol3 .companyLogo
{
    margin: 0px 0 10px 0;
    text-align: center;    
}
#body #bodyCol3 #supplierPromotion
{
    margin-top: 5px;
    background: url(../images/bgsupplierpromotion.jpg) repeat-x 0% 100%;    
    height: 53px;
    border: solid 1px #a7a8aa;
    position: relative;
}

#body #bodyCol3 #requestCatalogue
{
    margin-top: 5px;
    background: url(../images/bgrequestcatalogue.jpg) repeat-x 0% 100%;    
    height: 53px;
    border: solid 1px #a7a8aa;
    position: relative;
}

#body #bodyCol3 #supplierPromotion h2, #body #bodyCol3 #requestCatalogue h2
{
    position: absolute;    
    width: 120px;
    font-weight: normal;
    font-size: 1.4em;
    left: 15px;
    top: 5px;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

#body #bodyCol3 #supplierPromotion img, #body #bodyCol3 #requestCatalogue img
{
    position: absolute;    
    right: 15px;
    top: 15px;
    border: none;
}

#body #bodyCol3 .advert
{
    padding: 10px 0 0 0;
}

#body #bodyCol3 #consumableSearch h2, #body #bodyCol3 #consumableSearch h3
{
    display: inline;
    margin: 0;
    padding: 0;    
    font-size: 2em;
    font-weight: normal;
}

#body #bodyCol3 #consumableSearch h2
{
    color:#d2222a;    
}

#body #bodyCol3 #consumableSearch h3
{
    color:#fff;    
}


#body #bodyCol3 #consumableSearch div
{
    padding: 5px 0 0 0;    
}

.breadCrumb
{
    padding: 5px 0 5px 5px;     
}


#basketAction
{
    height: auto;
    overflow: hidden;  
    padding: 20px 10px 0 10px; 
}

#basketAction .left
{
    height: auto;
    overflow: hidden;    
    float: left;
}

#basketAction .right
{
    height: auto;
    overflow: hidden;    
    float: right;
    width: 200px;
}

#basketAction .right td
{
    text-align: right;
    padding: 3px 0 3px 0;    
}
#basketAction .right td.caption
{
    width: 80px;
}
#basketAction .right tr.total td
{
    border-top: solid 1px #d2222a;
    font-weight: bold;
}

/* ------------------------------------------------------------------- */
/* ------------------------- End Body ---------------------------- */


/* ------------------------- Start Footer ---------------------------- */
/* ------------------------------------------------------------------- */

#footer
{
    border-top: solid 1px #6d6e71;  
    text-align: center;
    padding: 10px 0 10px 0;
    color: #6d6e71;
    clear: both;
}

#footer a
{
    color: #6d6e71;
    text-decoration: none;    
}


/* ------------------------------------------------------------------- */
/* ------------------------- End Footer ---------------------------- */



/* ------------------------- Forms ---------------------------- */
/* ------------------------------------------------------------------- */

.form
{
    height: auto;
    overflow: hidden;
    padding: 10px 0 20px 0;    
    border-bottom: dotted 1px #221e1f;
}

.form .redHeader
{
    padding-bottom: 5px;   
}

.form fieldset
{
    border: none;
    padding: 0 0 0 10px;
    margin: 0;
    height: auto;
    overflow: hidden;
}

.form fieldset label
{
    width: 190px;    
    display: block;
    float: left;
}

.form .basket_breakdown fieldset .textbox
{
    width: auto;    
}

.form fieldset label span
{
    color: #ff0000;
}

.form fieldset .textbox
{
    width: 250px;
    font-family: Verdana;
    font-size: 10px;
}

.form fieldset .watermark
{
    width: 250px;
    font-family: Verdana;
    font-size: 10px;
    color: #999;
    border: solid 1px #808285;
}

.form fieldset div
{
    height: auto;
    overflow: hidden;
    padding-top: 5px;
}

.form fieldset div.calendar
{
    padding-top: 7px;
    height: 20px;
    overflow: visible;
    position: relative;
}

.form fieldset div.calendar label
{
    padding-top: 2px;    
}


.form fieldset div.calendar .popup
{
    position: absolute; 
    display: none; 
    background-color: White; 
    border: Outset 2px black;    
    left: 320px;
    z-index: 100;
    top: 0;
}

.form fieldset div.calendar .select
{
    left: 310px;
    top: 2px;
    position: absolute;
}

.form fieldset div.calendar .clear
{
    left: 340px;
    top: 2px;
    position: absolute;
}


/* ------------------------------------------------------------------- */
/* ------------------------- End Forms ---------------------------- */



/* ------------------------- Tables/Grids ---------------------------- */
/* ------------------------------------------------------------------- */

.report
{
    border-collapse: separate;    
    background: #939598;
    width: 100%;
}

.report .dgheader 
{
    background-color: #6D769F;
    color: #fff;
    padding: 3px 5px 3px 5px;
}

.report .dgheader a
{
    color: #fff;
    text-decoration: none;
}

.report td
{
    background: #fff;    
    padding: 2px 5px 2px 5px;
    color: #221e1f;  
}

.report td a, a.grey_link
{
    color: #221e1f;  
}
.report tr.alt td
{
    background: #DFE5FF;   
}

/* ------------------------------------------------------------------- */
/* ------------------------- End Tables/Grids ---------------------------- */

/* <modal_popup> */
.modalBackground {
	background-color:#fff;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	background-color:#fff;
	width:250px;
}
.modalPopup_header 
{   
    width: 240px;   
	background-color:#0854a2;
    font-weight: bold;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.modalPopup_body
{
    width:100%; 
    text-align:center; 
   	color: #000000;
   	text-align: center;
   	padding: 10px 0px 10px 0px;
}
.modalPopupBody_inner
{
    padding:5px; 
}

/* </modal_popup> */

.paging_sel
{
    font-weight:bold;    
}

.CategoryDescription 
{
	padding: 10px 0 10px 0;
}