
span.small
{
    font-size: 90%;
}

.vcenter
{
    display: inline-block;
    float: none !important;
    vertical-align: middle;
}

/* Main content styles */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

*
{
    font-family: "Open Sans",sans-serif;
}

body
{
    font-size: 14.5px;
    font-weight: 300;
    padding: 0;
    margin: 0; /* Editable */
    color: #333333;
    background-color: #ffffff;
    color: #333;
}

h1, h2, h3, h4
{
    margin: 0 0 16px 0;
    font-weight: bold;
}

table h2
{
    margin-bottom: 0;
    margin-top: 16px;
}

h1
{
    font-size: 38.5px;
    color: #333;
    font-weight: normal;
    text-align: center;
}

h2
{
    font-size: 16px;
    color: #82AA32;
}

p
{
    margin: 0 0 16px 0;
}

p, li
{
    line-height: 140%;
}

img
{
    border: none;
}

a
{
    color: #222222;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

a img
{
    text-decoration: none;
}

p img
{
    vertical-align: middle;
}

/* Main page components */

#Container
{
    width: 1380px;
    margin: 0 auto;
    padding: 0;
}

#Header
{
    clear: both;
    padding: 0 15px;
    margin-bottom: 15px;
}

#Content
{
    clear: both;
    width: 1380px;
    margin: 0 auto;
}

/* Top acc links */

.TopAccLinksBar
{
    background: #F7F7F8;
    box-sizing: border-box;
    padding: 10px 15px;
    height: 41px;
}

.TopAccLinksBar ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.TopAccLinksBar ul li
{
    float: left;
    margin-left: 20px;
    position: relative;
}

.TopAccLinksBar ul li.NotLink {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    padding:4px 0;
}

.TopAccLinksBar a
{
    color: #818181;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
}

.TopAccLinksBar a i
{
    margin-right: 3px;
}

/* Header components */

#Header .HeaderContent
{
    
}

#Header .HeaderContent .Logo
{
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

#Header .HeaderContent .Logo .WhiteLogo
{
    display: none;
}

#Header .HeaderContent .Logo img
{
    vertical-align: middle;
    max-width: 135px;
    height: auto !important;
    width: auto !important;
}


#Header .HeaderContent .Logo .LogoWrapper
{
    font-size: 0;
}


#Header .HeaderContent .HeaderContact
{
    float: right;
    box-sizing: border-box;
    width: 34%;
    text-align: right;
}

#Header .HeaderContent .HeaderContact p
{
    margin: 0 0 10px;
    padding: 0;
}

#Header .HeaderContent .HeaderContact .SearchBox input.Text
{
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
    outline: none;
    height: 36px;
    width: 240px;
    box-sizing: border-box;
    padding: 0 30px 0 10px;
    margin:0;
    position: relative;
    z-index: 1;
}

#Header .HeaderContent .HeaderContact .SearchBox input.Text:focus
{
    border-color: #82AA32;
}

#Header .HeaderContent .HeaderContact .SearchBox
{
    position: relative;
    margin: 0;
    width: 60%;
    box-sizing: border-box;
    margin-right: 0;
}

#Header .HeaderContent .HeaderContact .SearchBox .SearchButton
{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
}


#Header .HeaderContent .HeaderContact .SearchBox .SearchButton .Icon
{
    font-size: 20px;
}

#Header .BannerHeaderTop, #Header .BannerHeaderBottom
{
    clear: both;
    width: 100%;
    text-align: center;
}

#Header .BannerHeaderTop img, #Header .BannerHeaderBottom img
{
    margin-bottom: 10px;
}


/* End of Header components */


/* Left Navigation Components */

#Navigation
{
    width: 202px;
    float: left;
    padding: 0;
    border: 1px solid #edeeeb;
    background: #fff;
    margin: 0 0 20px 0;
}

#Navigation .NavContainer
{
    margin-bottom: 15px;
}

.NavContainer h2
{
    margin: 20px 15px 15px 15px;
}

.NavContainer ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.NavContainer ul li
{
    border-bottom: 1px solid #ccc;
}








#Navigation .CSVUploadFormContainer
{
    margin: 0 15px 15px 15px;
}

#Navigation .CSVUploadFormContainer h2
{
    margin: 20px 0 10px;
}

#Navigation .CSVUploadFormContainer h2 a.CSVHelp
{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 4px;
    right: 5px;
}

#Navigation .CSVUploadForm
{
    padding: 5px;
    border: 1px solid #b7b7b7;
    font-size: 11px;
    background: #e4e4e4;
}

#Navigation .CSVUploadForm p
{
    margin: 0 0 5px;
}


#Navigation .CSVUploadForm .Submit
{
    text-align: right;
    margin: 0;
}

#CSVUploadHelp
{
}

#CSVUploadHelp .UploadSteps
{
    height: 100%;
    overflow: auto;
    clear: both;
    margin-bottom: 10px;
}

#CSVUploadHelp .UploadSteps h4
{
    margin: 0 0 5px;
}

#CSVUploadHelp .UploadSteps img
{
    float: left;
    margin-right: 20px;
}

#Navigation .NavBanner
{
    margin-bottom: 10px;
}

#Navigation .SocialLink
{
    float: left;
    margin: 0 10px 10px 0;
}

/* End of Left Navigation Components */

#DeptSecondaryNav
{
    float: left;
    width: 25%;
    box-sizing: border-box;
    background: #89ab2d;
    color: #fff;
    padding: 36px 0 20px;
}

#DeptSecondaryNav .Heading
{
    font-size: 18px;
    color: #333;
    letter-spacing: 2px;
    padding: 0 40px;
    display: block;
}

#DeptSecondaryNav .Refine
{
    font-size: 24px;
    padding: 0 40px;
    font-weight: 300;
    margin: 15px 0 30px;
    display: block;
}

#DeptSecondaryNav ul 
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#DeptSecondaryNav ul li a
{
    display: block;
    color: #fff;
    padding: 16px 40px;
    font-size: 16px;
    text-decoration: none;
    position: relative;
}

#DeptSecondaryNav ul li a:after
{
    content: " ";
    height: 1px;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 15px;
    right: 15px;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#89ab2d+0,c6d797+35,c6d797+65,89ab2d+100 */
    background: #89ab2d; /* Old browsers */
    background: -moz-linear-gradient(left, #89ab2d 0%, #c6d797 35%, #c6d797 65%, #89ab2d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #89ab2d 0%,#c6d797 35%,#c6d797 65%,#89ab2d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #89ab2d 0%,#c6d797 35%,#c6d797 65%,#89ab2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89ab2d', endColorstr='#89ab2d',GradientType=1 ); /* IE6-9 */
}

#DeptSecondaryNav ul li:first-child a:after
{
    height: 0px;
}

/* Primary Content Components */

#PrimaryContent
{
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

/* End of Primary Content Components */

/* Footer Components */

#Footer
{
    clear: both;
    font-size: 11px;
    position: relative;
    box-sizing: border-box;
    color: #8B8B8B;
    
    width: 1380px;
    margin: 0 auto;
    padding: 0 15px;
}

#Footer:before
{
    content: " ";
    position: absolute;
    top: -5px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: #82AA32;
}

#Footer a
{
    color: #8B8B8B;
}

#Footer .FooterCols
{
    margin: 0 -15px;
    overflow: auto;
}

#Footer .FootCol 
{
    float:left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 15px;
}

#Footer .FootCol h3
{
    color: #82AA32;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 28px;
}

#Footer .FootCol i
{
    color: #999;
    font-size: 32px;
    text-decoration: none;
}

#Footer .FootCol a:hover i
{
    color:#82AA32;
}

#FooterBar
{
    background: #88ab2d;
    width: 1380px;
    margin: 30px auto 0;
    color: #fff;
    line-height: 60px;
    overflow: auto;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    position: relative;
}

#FooterBar a
{
    color: #fff;
    text-decoration: none;
}

#FooterBar .SocialIcons
{
    padding: 0;
    margin: 0 0 0 20px;
    overflow: auto;
}

#FooterBar .SocialIcons ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#FooterBar .SocialIcons li
{
    float:left;
    margin-left: 15px;
}

#FooterBar .SocialIcons li a i
{
    line-height: 60px;
    font-size: 22px;
}

#FooterBar .Copy
{
    float: left;
}

#FooterBar .Copy a,
#FooterBar .Copy a:hover
{
    text-decoration: none;
}

#FooterBar .SocialIcons
{
    float: right;
}

#FooterBar .FooterContent
{
    float: right;
}

#FooterBar .FooterContent a
{
    text-transform: uppercase;
    
}

#Footer .FootCol.Legal
{
    font-size: 13px;
}

#Footer .FootCol.Legal img
{
    float: right;
    max-width: 100%;
    height: auto !important;
}

#Footer .FootCol.Legal ul
{
    margin: 26px 0 0 0;
    padding: 0;
    list-style: none;
}

#Footer .FootCol.Legal ul span.leader
{
    color:#82AA32;
    margin-right: 13px;
}

#Footer .FootCol.Legal .isos
{
    margin-top: 30px;
}

#Footer p.FooterMobileLinks
{
    text-align: center;
    margin: 5px 10px 0;
}

#Footer p.FooterMobileLinks a
{
    font-weight: bold;
}


.BannerFooterTop img
{
    margin-bottom: 10px;
    clear: both;
}

.BannerFooterBottom img
{
    margin-top: 10px;
    clear: both;
}

/* End of Footer Components */

table th
{
    text-align: left;
}

table th, table td
{
    padding-right: 20px;
}


/* Navigation components */

#Breadcrumbs
{
    font-size: 12px;
    margin: 20px 0;
    overflow: auto;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
}

#Breadcrumbs > span
{
    display: inline-block;
    vertical-align: middle;
}

#Breadcrumbs a
{
    text-decoration: none;
    color: #82AA32;
    text-transform: uppercase;
}

#Breadcrumbs .Divider
{
    margin: 0 12px;
    color: #82AA32;
}

.Repeater
{
    clear: both;
    margin: 0;
    padding-bottom: 8px;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.Repeater .Previous
{
    width: 14.9%;
    float: left;
    text-align: left;
    margin: 0;
}

.Repeater .Position
{
    width: 70%;
    float: left;
    text-align: center;
    margin: 0;
}

.Repeater .Next
{
    width: 14.9%;
    float: right;
    text-align: right;
    margin: 0;
    padding-bottom: 8px;
}

.Next
{
    text-align: right;
    margin-top: 5px;
}

.BuyBox fieldset label
{
    width: 90px;
    left: -115px;
}

#MatrixGrid table
{
    border-collapse: collapse;
    width: 100%;
}

#MatrixGrid th, #MatrixGrid td
{
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    padding-top: 5px;
    padding-bottom: 5px;
}

#MatrixGrid img
{
}


.CrossSell, .Alternative
{
    padding-top: 25px;
}

.Delivery select
{
    max-width: 475px;
}

input.Midi
{
    width: 75px;
}

.Login fieldset div
{
    margin-left: 125px;
}

.Intro
{
    width: 49%;
    float: right;
}

.Intro img
{
    float: right;
    padding: 0 5px 5px 5px;
}

/*** Home Page Components ***/
.HomeSlider
{
    text-align: center;
    margin: 30px auto;
    z-index: 9;
}

.HomeSlider div
{
    width: 742px !important;
}

.FeaturedProducts
{
    clear: both;
    padding-top: 5px;
    margin: 0 -15px;
}

.FeaturedProducts h2
{
    margin: 0 15px;
}


/*** End of Home Page Components ***/

/*** Cookie Concent ***/

.CookieConsent
{
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 5px 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #333333;
    z-index: 999999;
    color: #333333;
}

.CookieConsent
{
    color: #333333;
}

.CookieConsent .CookieContent
{
    float: left;
    width: 60%;
    margin: 2px 0 0 10px;
}

.CookieConsent .CookieContent p
{
    margin: 0;
    padding: 0;
}

.CookieConsent input
{
    float: right;
    margin-right: 5px;
    cursor: pointer;
}

.ProductDetails
{
    position: relative;
    box-shadow: inset 0px 15px 20px -23px #333;
    padding: 30px 0;
    float: left;
    width: 100%;
}

.CurrencySelect /*The original dropdown*/
{
    width: 182px;
}

#CurrencySelect /*Containing Div*/
{
    padding: 5px 0;
}

.TokenPayment td
{
    vertical-align: middle;
}

.TokenPayment h2
{
    margin-bottom: 10px;
}

.ajax_BasketMessageBox
{
    display:none;
    position: fixed;
    width: 16%;
    padding: 1% 2%;
    z-index: 50;
    transform: translateY(-50%);
    left: 40%;
    top: 50%;
    box-shadow: 0px 0px 15px -5px #000;
    text-align: center;
    background-color: #edeeeb;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
}

.ajax_BasketMessageBox a
{
    text-decoration:underline;
}

.ajax_BasketMessageBox a:hover
{
    text-decoration:none;
}

/*** Ajax Search ***/

.NoResultsWrap
{
    margin: 10px;
    clear: both;
    float: left;
    width: 100%;
}

.AjaxSearchBoxContainer
{
    position:relative;
}

.AjaxSearchResults
{
    display: none;
    position:absolute;
    top:100%;
    right:0;
    width:100%;
    z-index:11; /* this will sit over slider */
    background:#fff;
    box-shadow: 0px 5px 10px -1px #000;
    border: 1px solid #a7a7a7;
    overflow: auto;
}

.AjaxSearchResults .AjaxSearchProduct,
.AjaxSearchResults .MoreResults
{
    padding:5px;
}

.AjaxSearchResults .MoreResults
{
    padding-top: 0;
}

.AjaxSearchProduct
{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.AjaxSearchProduct .Image 
{
    float: left;
    width: 100px;
}

.AjaxSearchProduct .Name
{
    float: left;
    width: 100px;
    margin-left: 13px;
}

.AjaxSearchProduct .ViewProduct .Button
{
    display: block;
    text-align: center;
}

.AjaxSearchProduct .Name .StockCode
{
    display:block;
    padding: 10px 0;
}

.AjaxSearchResults .MoreResults .Button
{
    display:block;
    text-align:center;
}

/*** End of Ajax Search ***/


/* Mini Basket */

#MiniBasket:before,
#MiniBasket:after
{
    content: " ";
    position: absolute;
    bottom: 100%;
    right: 30px;
    width: 0;
    border: 10px solid transparent;
    border-bottom-color: white;
    visibility: visible;
    z-index: 10;
}

#MiniBasket:after
{
    border-width: 11px;
    border-bottom-color: #dedede;
    z-index: 5;
    right: 29px;
}

.AjaxMiniBasket
{
    background-color: #fff;
    color: #000;
    padding: 15px;
    display: none;
    position: absolute;
    top: 200%;
    right: 0;
    width: 300px;
    z-index: 10;
    margin-top: 5px;
    box-shadow: 0px 0px 15px -5px #333;
}

.AjaxMiniBasket.Show
{
    display:block;
}

.MiniBasketProducts
{
    overflow:auto;
}

.MiniBasketProducts.Scroll
{
    width:330px;
}

.MiniBasket .MiniBasketRow,
.MiniBasket .TotalsRow,
.MiniBasket .Next,
.MiniBasket .SubTotal 
{
    clear:both;
}

.MiniBasket .MiniBasketRow
{
    width:300px;
}

.MiniBasket .ProductImage
{
    float: left;
    padding: 0;
    text-align: center;
    width: 100px;
}

.MiniBasket a
{
    padding:0 !important;
    border:none !important;
    color:#000 !important;
    line-height:24px !important;
}

.MiniBasket .ProductInfo 
{
    padding:0 0 0 15px;
    float:left;
    width:185px;
    line-height:24px;
}

.MiniBasket .ProductInfo .StockCode
{
    display: block;
    font-size: small;
    font-weight: bold;
    line-height: 24px;
}

.MiniBasket .SubTotal 
{
    line-height:30px;
    text-align:right;
}

.MiniBasket .ProductInfo label,
.MiniBasket .ProductInfo .MiniBasketButton
{
    padding:0;
}

.MiniBasket .ProductInfo .Qty .QtyInput,
.MiniBasket .ProductInfo .Qty .MiniBasketButton
{
    width:50%;
    float:left;    
}

.MiniBasket .ProductInfo .Qty label
{
    line-height:34px;
}

.MiniBasket .ProductInfo input.Quantity
{
    text-align:center;
}

.MiniBasket .ProductInfo .MiniBasketButton .Button
{
    float: left;
    margin-left: 4%;
    width: 46%;
    padding:0;
    text-align:center;
}

.MiniBasket .ProductInfo .MiniBasketButton .Button .Icon
{
    line-height:34px;
    margin:0 !important;
    color:#fff;
}

.MiniBasket .TotalsRow .Total,
.MiniBasket .TotalsRow .Price
{
    padding:10px 0;
    text-align:right;
    float:left;
}

.MiniBasket .TotalsRow .Total
{
    width:60%;
}

.MiniBasket .TotalsRow .Price
{
    width:40%;
}


.MiniBasket .TotalsRow.GrandTotalRow
{
    font-weight:bold;
}

.MiniBasket .Next
{
    padding:10px 0 0;
}

.MiniBasket .Next a.Button
{
    text-align:center;
    color:#fff !important;
    display: inline-block;
    padding: 5px 10px !important;
}

/* End of Mini Basket */

/** Cart Promo Prompts **/

.PromoCodeError
{
    display: none;
}

table.Products, table.Invoices
{
    margin-left: 0;
    margin-right: 0;
}

.Promotion
{
    margin: 30px 0 15px;
    padding: 15px;
    background: #f7f7f8;
    float: left;
}

/** Product page back **/

.ProductPageBackButton 
{
    float: right;
}

.ProductPageBackButton a
{
    display: inline-block;
}

.HomePageSlider 
{
    margin-bottom: 30px;
}

#ProductInformation .TabContent h3.CatNameRow
{
    display: block;
    color: #fff;
    padding: 0 5px;
    margin: 0 0 5px;
    background: #88ab2d;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
}

#ProductInformation .TabContent h3.CatNameRow:after
{
    content: "\f078";
    font-family: FontAwesome;
    float: right;
    font-size: 14px;
}

#ProductInformation .TabContent .generatedTable
{
    display: none;
}

#ProductInformation .TabContent .newTables
{
    margin: 0 0 15px;
}

.CannotBePurchasedMsg
{
    color: #f00;
    font-weight: bold;
}

td .CannotBePurchasedMsg
{
    font-size: 85%;
    color: #000;
}

.EmptyOrderMessage
{
    text-align: center;
    font-weight: bold;
    color: #f00;
    font-size: 16px;
}

.ContinueShoppingMessage
{
    text-align: center;
    font-size: 15px;
}

#PopupMessageModal
{
    background: #fff;
    padding: 15px;
}

#PopupMessageModal .simplemodal-close
{
    position: absolute;
    top: -10px;
    right: -10px;
    background: #333;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    font-weight: bold;
    border: 1px solid white;
    cursor: pointer;
}

#PopupMessageModal .simplemodal-close:after {
    content: "X";
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.CheckoutContainer .Statements {
    font-weight: bold;
    color: #4a7cc7;
    font-size: 12px;
}

.CheckoutContainer .CheckBoxContainer.AgreementCheckboxContainer label {
    font-weight:bold;
}

.CheckoutContainer .CheckBoxContainer.AgreementCheckboxContainer span {
    margin-left:15px;
}