/* 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: Verdana, Helvetica, Arial, sans-serif;
}

body
{
    font-size: 12px;
    padding: 0;
    margin: 0; /* Editable */
    color: #333333;
    background: #fff;
}

h1, h2, h3, h4
{
    margin: 0 0 16px 0;
    font-weight: bold;
}

table h2
{
    margin-bottom: 0;
    margin-top: 16px;
}

h1
{
    font-size: 28px;
    color: #006fb1;
    font-weight: normal;
}

h2
{
    font-weight: normal;
    text-align: left;
    display: block;
    font-size: 24px;
    border-bottom: 2px solid #555;
    padding: 0 10px 10px 0;
    margin-bottom: 4px;
    width: 40%;
    white-space:nowrap;
}

.OrderHistoryOrderPage h2
{
    width: 15%;
    font-size: 18px;
    padding-bottom: 6px;     
}

hr
{
    border-width: 1px 0 0 0;
    margin: 20px 0;
}

p
{
    margin: 0 0 16px 0;
}

p, li
{
    line-height: 140%;
}

img
{
    border: none;
}

a
{
    color: #006fb1;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
    color:#d11010;
}

a img
{
    text-decoration: none;
}

p img
{
    vertical-align: middle;
}

/* Main page components */

#Container
{
    border: 10px solid #fff;
    background: #fff;
    width: 968px;
    margin: 0 auto;
    padding: 0;
}

#HeaderWrapper
{
    background:#F3F3F3;
}

#Header
{
    clear: both;
    position: relative;
    min-height: 50px;
    width: 968px;
    margin:0 auto;
}

#Content
{
    clear: both;
}


/* Header components */

#HeaderBar
{
    background:#006FB1;
    overflow:auto;
}

#HeaderBar > div
{
    width:968px;
    margin:0 auto;
}

#HeaderBar > div .SearchBox
{
    float:left;
    position:relative;
}

#HeaderBar > div .SearchBox input.Text
{
    border:none;
    width: 180px;
    outline:none;
    height:36px;
    line-height:36px;
    box-sizing: content-box;
    margin: 7px 0;
    padding: 0 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
;}

#HeaderBar > div .SearchBox a
{
    position:absolute;
    top:0;
    right: 5px;
    text-decoration:none;
    font-size: 20px;
}

#HeaderBar > div .SearchBox a i
{
    line-height: 50px;
}



#HeaderBar ul
{
    margin:0;
    padding:0;
    list-style:none;
    float:right;
}

#HeaderBar ul li
{
    float:left;
}

#HeaderBar ul li a
{
    display:block;
    line-height:50px;
    color:#fff;
    text-decoration:none;
    font-size: 13px;
    padding: 0 8px;
}

#HeaderBar ul li a:hover
{
    color:#ffc000;
}

#HeaderBar ul li a i
{
    margin: 0 4px 0 0;
}

#Header .HeaderContent
{
}

#Header .HeaderContent .Logo, #Header .HeaderContent .BannerHeaderMiddle
{
    float: left;
    margin-right: 10px;
}

#Header .HeaderContent .Logo
{
    line-height: 110px;
    height: 110px;
}

#Header .HeaderContent .Logo img
{
    vertical-align: middle;
}


#Header .HeaderContent .Logo .LogoWrapper
{
    font-size: 0;
}

#Header .HeaderContent .HeaderContentLinks
{
    float:right;
    max-width: 720px;
}

#Header .HeaderContent .HeaderContentLinks ul
{
    padding:0;
    margin: 12px -3px 0 0;
    list-style:none;
    overflow:auto;
    clear:right;
    float:right;
}

#Header .HeaderContent .HeaderContentLinks ul li
{
    float:left;
}

#Header .HeaderContent .HeaderContentLinks ul li a
{
    display:block;
    padding:10px;
    text-decoration:none;
    text-transform:uppercase;
    font-size: 15px;
}

#Header .HeaderContent .HeaderContact
{
    float: left;
    padding: 10px 0 0;
    width: 220px;
    margin: 0 0 0 10px;
}

#Header .HeaderContent .HeaderContact p
{
    margin: 0 0 10px;
    padding: 0;
}

#Header .BannerHeaderTop, #Header .BannerHeaderBottom
{
    clear: both;
    width: 100%;
    text-align: center;
}

#Header .BannerHeaderTop img, #Header .BannerHeaderBottom img
{
    margin-bottom: 10px;
}

.HeaderAccountInfo
{
    text-align: right;
    padding: 8px;
    background: #E4F2F8;
    margin: 16px 8px 0 0;
    color: #006FB1;
    float: right;
    line-height:20px;
}

.HeaderAccountInfo .HeaderLogout
{
    display: block;
    text-decoration: none;
    float: right;
    color: #fff;
    margin: 0 0 0 6px;
    border-radius: 2px;
    background: #006FB1;
    padding: 0 5px;
    font-size: 11px;
}

/* End of Header components */

/* Top Navigation Components */

#TopNav
{
    background-position: 0 bottom;
    background-repeat: repeat-x;
    background-color: #333333;
    padding: 0 10px; /* Forces Height to include all floating elements */
    height: 27px;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
}

#TopNav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#TopNav ul li
{
    float: left;
    height: 15px;
    padding: 6px 0;
    background-position: 0 bottom;
    background-repeat: repeat-x;
    background-color: #333333;
    position: relative;
}

#TopNav ul li a
{
    color: #fff;
    text-decoration: none;
    border-left: 1px solid #fff;
    padding: 0 12px 2px;
    display: block;
    line-height: 100%;
}

#TopNav ul li .Icon
{
    margin-right: 6px;
}

#TopNav ul li:first-child a
{
    border-left: none;
}

#TopNav ul li:hover
{
    background-position: 0 0;
}

#TopNav ul li.Cart
{
    position:relative; /*** For the mini basket absolute position ***/
}

/* End of Top Navigation Components */

/* Left Navigation Components */

#Navigation
{

}

#Navigation .NavContainer
{

}

.NavContainer ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.NavContainer ul li
{
}


.NavContainer ul li .Icon
{
    margin-right: 6px;
}

.NavContainer ul.Sub-Nav
{
    display: none;
    padding: 0 15px 0 0;
    background: #fff;
}

#Navigation ul li ul li
{
    border-top: 2px solid #fff;
    border-bottom: none;
}

#Navigation ul li ul li a
{
    background-position: 0 top;
}

#Navigation ul li ul li a:hover
{
    background-position: 0 bottom;
}






#Navigation .CSVUploadFormContainer
{
    margin-bottom: 15px;
}

#Navigation .CSVUploadFormContainer h2
{
    background-position: 0 bottom;
    background-repeat: repeat-x;
    background-color: #333333;
    color: #fff;
    padding: 5px 10px;
    margin: 0 0 4px;
    font-weight: normal;
    font-size: 12px;
    position: relative;
}

#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 #333333;
    font-size: 11px;
}

#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 */

/* Primary Content Components */

#PrimaryContent
{
    padding: 0;
}

/* End of Primary Content Components */

/* Footer Components */

#Footer
{
    clear: both;
    padding: 5px 0;
    font-size: 11px;
    text-align: left;
    padding: 5px 0;
    color: #333;
    border-top: 1px solid #ccc;
    margin-top: 25px;
    padding-top: 15px;
}

#Footer a
{
    color: #333;
    text-decoration: none;
}

#Footer a:hover
{
    text-decoration: underline;
}

#Footer p
{
    margin: 0 0 10px;
}

#Footer p.FooterMobileLinks
{
    text-align: center;
    margin: 25px 10px 10px;
    clear:both;
}

#Footer p.FooterMobileLinks a
{
    font-weight: bold;
}

#Footer .Icon
{
    margin-right: 6px;
}

.FooterLogo
{
    float:right;
}

.FooterLogo img
{
    width: 150px;
}


.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: 11px;
    margin-bottom: 16px;
    border-bottom: 1px solid #C7C7C7;
    padding: 10px 0 20px;
}

#Breadcrumbs a
{
    text-decoration: none;
    color:#333;
}

#Breadcrumbs .Divider
{
    color: #999;
    font-size: 9px;
    line-height: 11px;
}

.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 ***/
#HomeBanner .HomeBannerLg
{
    margin: 0 0 20px;
}

#HomeBanner .HomeBannerLg .HomeBannerLgSlot img
{
    max-width: 100%;
    height:auto !important;
}

.HomeSlider div
{
    width: 742px !important;
}

.FeaturedProducts
{
    clear: both;
    padding-top: 5px;
}

.FeaturedProducts h2
{
    margin-left: 8px;
}

/* Acc. bits */

.HomeAccountInfo
{
    margin: 0 0 20px 0;
}

.HomeAccountInfo h1
{
    text-align:left;
}

.HomeAccountInfo .DetailsCol
{
    float:left;
    width: 25%;
    padding: 0 10px 0 2px;
    box-sizing: border-box;
    line-height: 22px;
}

.HomeAccountInfo .DetailsCol > div
{
    font-weight: bold;
    font-size: 11px;
}

.HomeAccountInfo .DetailsCol > div > span
{
    font-weight:normal;
}

.HomeAccountInfo .DetailsCol span.Billing
{
    line-height: 14px;
}

.HomeAccountInfo .AccAcctionsCol
{
    float:left;
    width: 75%;
}

.HomeAccountInfo .AccAcctionsCol ul li
{
    float:left;
    margin: 0 0 10px 0;
    width: 129px;
    padding: 0;
    border: 1px solid #006FB1;
    border-radius: 5px;
    margin: 5px;
    font-size: 15px;
    display:table;
}

.HomeAccountInfo .AccAcctionsCol ul li a
{
    text-decoration:none;
    text-align:center;
    display:block;
    padding: 0 2px;
    min-height: 104px;
    display:table-cell;
    vertical-align:middle;
    width: 100%;
    text-align:center;
}

.HomeAccountInfo .AccAcctionsCol ul li a i
{
    font-size: 50px;
    margin: 0 auto 2px auto;
    display:block;
}
    
.HomeAccountInfo .AccAcctionsCol ul li:hover
{
    background: #006FB1;
    -webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}

.HomeAccountInfo .AccAcctionsCol ul li:hover a
{
    color:#fff;
}

/* End Acc. bits */


/*** 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;
}

/*** All elements using gradient image ***/

#Navigation .CSVUploadFormContainer h2, 
.Wizard .Sidebar table a, 
#ProductInformation table tr td span, 
.ajax_BasketMessageBox
{
    background-image: url(images/background-gradient-alt.png);
}

.ProductDetails
{
    /*float: left;*/
}

.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%;
    left:40%;
    top:0px;
    color:#fff;
    text-align:center;
    background-position: 0px bottom;
    background-repeat: repeat-x;
    background-color: #333;
}

.ajax_BasketMessageBox a
{
    color:#fff;
    text-decoration:underline;
}

.ajax_BasketMessageBox a:hover
{
    text-decoration:none;
}

/*** Ajax Search ***/

.AjaxSearchBoxContainer
{
    position:relative;
}

.AjaxSearchResults
{
    position:absolute;
    top:100%;
    right:0;
    width:100%;
    z-index:11; /* this will sit over slider */
    background:#fff;
}

.AjaxSearchResults .AjaxSearchProduct,
.AjaxSearchResults .MoreResults
{
    padding:5px;
}

.AjaxSearchProduct .Image 
{
    float: left;
    width: 100px;
}

.AjaxSearchProduct .Name
{
    margin-left:110px;
}

.AjaxSearchProduct .Name .StockCode
{
    display:block;
    padding: 10px 0;
}

.AjaxSearchResults .MoreResults .Button
{
    display:block;
    text-align:center;
}

/*** End of Ajax Search ***/


/* Mini Basket */

.AjaxMiniBasket
{
    background-color:#fff;
    color:#000;
    padding:15px;
    display:none;
    position:absolute;
    top:100%;
    left:0;
    z-index:10; /* will be in front of home page slider */ 
}

.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;
}


/* End of Mini Basket */