/* Main content styles */

*
{
    font-family: 'Varela Round', sans-serif;
}

body
{
	font-size: 12px;	
	padding: 0;
	margin: 0;
	/* Editable */
	color: #333333;
	background:#EEEEEE;
}

h1, h2, h3, h4
{
	margin: 0 0 16px 0;
	font-weight: normal;		
}

table h2
{
	margin-bottom: 0;
	margin-top: 16px;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 16px;
}

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;
}

.Clear
{
    clear:both;
}

/* Main page components */

#Container
{
    background:#fff;
	width: 988px;
	margin: 0 auto 10px;
	padding: 0 0 15px;
	
    -moz-box-shadow:0 4px 20px #888888;
    -webkit-box-shadow:0 4px 20px #888888;
    box-shadow:0 4px 20px #888888;
}

#Header
{
	clear: both;
	position: relative; /* Used to allow positioning of content */
	min-height:100px;
	padding:10px;
}

#Content
{
    clear:both;
    padding:15px;
}


/* Header components */

#Header .Logo

{
    float:left;
    margin-left:30px;
}

#Header .SearchBox
{
    width:400px;
    height:28px;
    position:absolute;
    top:70px;
    left:307px;
    width:374px;
}

#Header .SearchBox input.Text
{
    background:#fff;
    width:268px;
    height:16px;
    padding:5px 10px;
    border:1px solid #B6BABD;
    float:left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#Header .SearchBox input.Button
{    
    
    height:26px;
    width:75px;
    float:left;
    margin-left:8px;
    font-weight:bold;

	padding: 4px 10px;
	vertical-align: middle;
    background:#B4111A;
    border:none;
    color:#fff;
    cursor:pointer;
    text-transform:uppercase;
    font-size:15px;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance:none;
}

#Header .SearchBox input.Button:hover
{
    background:#EF4034;
}

.BasketBoxContainer
{
    float:right;
    margin-right: 30px;
    margin-top:-10px;
    position:relative;
    width:152px;
}

.BasketBox
{
    width: 140px;
    padding:12px 6px 0;
    text-align:center;
    font-size:11px;
    
    -moz-box-shadow:4px 4px 10px #888888;
    -webkit-box-shadow:4px 4px 10px #888888;
    box-shadow:4px 4px 10px #888888;
    
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius:  0 0 6px 6px;
    border-radius:  0 0 6px 6px;
    background:#fff;
    z-index:1000;
}

.BasketBox .Small
{
    
}

.BasketBox a
{
    text-decoration:none;
    display:block;
    color:#B4111A;
}

.BasketBox a .MiniBasketTitle
{
    font-size:15px;
    font-weight:bold;
}

.BasketBox a .MiniBasketTotal
{
    margin:4px 0 10px;
    display:inline-block;
}

.BasketBox a .MiniBasketLink
{
    font-size:14px;
    font-weight:bold;
    background:#B4111A;
    color:#fff;
    padding:2px 6px;
    display:inline-block;
    margin-bottom:16px;
        
    -webkit-border-radius: 4px;
    -moz-border-radius:  4px;
    border-radius:  4px;
}

.AccountLinks
{
    position:absolute;
    top:12px;
    left:0px;
    list-style:none;
    padding:0;
    margin:0;
    width:100%;
    text-align:center;
}

.AccountLinks a
{
    margin-right:10px;    
    text-decoration:none; 
}

.AccountLinks a .Icon
{
    margin-right:4px;
    color:#EF4034;
    text-decoration:none;
}

.AccountLinks a:hover .Icon
{
    color:#B4111A;
}




/* End of Header components */

/* Top Navigation Components */

#TopNav
{
    background-color:#EF4034;
    padding:0;
    
    /* Forces Height to include all floating elements */
    height:31px;
    color:#fff;
    position:relative;
}

#TopNav ul
{
    list-style:none;
    margin:0;
    padding:0;
}

#TopNav ul li
{
    float:left;
    padding:0;
    position:relative;
}

#TopNav ul li a
{
    color:#fff;
    text-decoration:none;
    border-left:1px solid #fff;
    padding:7px 6px;
    display:block;
    font-size:11px;
}
#TopNav ul li:first-child a
{
    border-left:none;
}

#TopNav ul li:hover a
{
    background-color:#fff;
    color:#EF4034;
}


/* End of Top Navigation Components */


.SecondardNav
{
    padding:10px 15px;
}

.SecondardNav ul
{
    list-style:none;
    margin:0;
    padding:0;
}

.SecondardNav ul li
{
    float:left;
    width:310px;
    margin-left:14px;
    text-align:center;
}

.SecondardNav ul li:first-child
{
    margin-left:0;
}

.SecondardNav ul li a
{
    text-decoration:none;
    display:block;
    background:#B4111A;
    color:#fff;
    padding:4px 2px;
}

.SecondardNav ul li a:hover
{
    text-decoration:underline;
}



/* Primary Content Components */

#PrimaryContent
{
	padding: 0;
	margin: 0;
}

/* End of Primary Content Components */

/* Footer Components */

#FooterCollumns
{
    background:#E5E5E5;
    height:100%;
    overflow:auto;
    margin:15px;
}

#FooterCollumns .FooterCollumn
{
    float:left;
    width:150px;
    padding:20px;
}

#FooterCollumns .FooterCollumn a
{
    color:#EF4034;
    text-decoration:none;
}

#FooterCollumns .FooterCollumn a:hover
{
    text-decoration:underline;
}


#FooterCollumns .FooterCollumn h3
{
    font-weight:bold;
    margin-bottom:10px;
    font-size:14px;
}

#FooterCollumns .FooterCollumn h3 a
{
    color:#B4111A;
}

#FooterCollumns .FooterCollumn ul
{
    list-style:none;
    margin:0;
    padding:0;
}

#FooterCollumns .FooterCollumn ul li
{
    margin-top:5px;
}

#FooterCollumns .FooterCollumn ul li:first-child
{
    margin-top:0;
}



#Footer
{
	clear: both;
	padding: 5px 0;
	margin:0 15px;
	font-size: 11px;
    background:#EF4034;
    padding:5px 10px;
    color:#fff;
}

#Footer a
{
    color:#fff;
    text-decoration:none;
}

#Footer a:hover
{
    text-decoration:underline;
}

#Footer p
{
	margin: 0 10px;
}

#Footer p.FooterMobileLinks
{
    text-align:center;
    margin:5px 10px 0;
}

#Footer p.FooterMobileLinks a
{
    font-weight:bold;
}

#Footer .Icon
{
    margin-right:6px;
}



.BannerFooterTop img
{
    margin-bottom:10px;
    clear:both;
}

.BannerFooterBottom img
{
    margin-top:10px;
    clear:both;
}
/* Navigation components */

#Breadcrumbs
{
	font-size: 12px;
	margin-bottom: 16px;
}

#Breadcrumbs a
{
	text-decoration: none;
	padding:0 4px;
}

#Breadcrumbs span:first-child a
{
    padding-left:0;
}

.Repeater
{
	clear: both;
	margin: 0 0 20px 0;
	padding:10px;
	height:100%;
	overflow:auto;
	border:	1px solid #CCCCCC;
	font-size:11px;
}

.Repeater.BottomRepeater
{
    border:none;
}

.Repeater .Position,
.Repeater .Sort,
.Repeater .View
{
	float: left;
	margin: 0 16px 0 0;
}

.Repeater .View
{
    margin:0;
}

.Repeater .View select
{
	margin: 0 4px 0 0;
}

.Repeater .Position,
.Repeater .Pages
{
    padding-top:2px;
}

.Repeater .Pages
{
	float: right;
}

.Repeater .Pages a
{
    display:inline-block;
    padding:0 2px;
    text-decoration:none;
}

.Repeater .Pages a.Active
{
    font-weight:bold;
    text-decoration:underline;
    color:#B4111A;
}

.Repeater .Pages a:hover
{
    text-decoration:underline;
}


.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;
}

.Intro
{
	width: 49%;
	float: right;
}

.Intro img
{
	float: right;
	padding: 0 5px 5px 5px;
}

/*** Home Page Components ***/
.HomeSlider
{
    text-align:center;
    margin-bottom:14px;
    width:100% !important;
    z-index:9;
}

.HomeSlider div
{
    width:100% !important;
}

.HomeBanners
{
    margin-bottom:14px;
}

.HomeBanners .HomeBanner
{
    float:left;
    margin-left:14px;
    width:310px;
    text-align:center;
}

.HomeBanners .HomeBanner:first-child
{
    margin-left:0;
}

.SlideshowWrapper
{
    position:relative;
}

.SlideshowNavigation
{
    position:absolute;
    bottom:10px;
    right:10px;
    margin:0 !important;
    padding:0 !important;
}

.SlideshowNavigation li
{
    padding:0 !important;
    margin:0 0 0 10px !important;
    font-size:0;
    float:left;
}

.SlideshowNavigation li a
{
    display:block;
    font-size:0;
    height:14px;
    width:14px;
    background:#F68720;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.SlideshowNavigation li a.active
{
    background:#EF4034;
}


.BrandsContainer
{
    position:relative;
}

 .FeaturedProductsContainer
{
    width:945px;
    margin:0 auto;
    position:relative;
    padding:10px 0;
}

.FeaturedProductsContainer .ThumbInner
{
    position:absolute;
    left:0;
    top:10;
}

.FeaturedProductsContainer
{
    position:relative;
}

.FeaturedProductsContainer .PrevThumb,
.FeaturedProductsContainer .NextThumb
{
    position:absolute;
    top:50%;
    font-weight:bold;
    height:50px;
    line-height:50px;
    font-size:26px;
    text-align:center;
    width:20px;
    cursor:pointer;
    margin:-25px 0 0 0;
    z-index:10;
}

.FeaturedProductsContainer .PrevThumb
{
    left:-21px;
    display:none;
}


.FeaturedProductsContainer .NextThumb
{
    right:-21px;
}


h2.FeaturedHeader
{
    clear:both;
    padding-top:10px;
}

.FeaturedProducts
{
    clear:both;
    padding-top:5px;
    overflow:hidden;
    position:relative;
    height:270px;
    width:100%;
}

.FeaturedProducts .FeatureProduct
{
    width:232px;
    float:left;
    margin:0 0 10px 10px;
    text-align:center;
}

.FeaturedProducts .NodeThumbnail 
{
    margin:0 6px !important;
    width:177px !important;
}

.FeaturedProducts .FeatureProduct:first-child,
.FeaturedProducts .FeatureProduct.Right
{
    margin-left:0;
}

/*** 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;
}

.CurrencySelect /*The original dropdown*/
{
    width: 182px;
}

#CurrencySelect /*Containing Div*/
{
    padding: 5px 0;
}

/*** Brands Slider ***/

.BrandsContainer
{
    position:relative;
}

 .Brands
{
    width:945px;
    margin:0 auto;
    position:relative;
    height:70px;
    overflow:hidden;
    padding:10px 0;
}

.Brands .ThumbInner
{
    position:absolute;
    left:0;
    top:10;
}

.ThumbImagesContainer
{
    position:relative;
}

.BrandsContainer .PrevThumb,
.BrandsContainer .NextThumb
{
    position:absolute;
    top:5px;
    font-weight:bold;
    height:50px;
    line-height:50px;
    font-size:26px;
    text-align:center;
    width:20px;
    cursor:pointer;
    margin:0;
}

.BrandsContainer .PrevThumb
{
    left:0;
    display:none;
}


.BrandsContainer .NextThumb
{
    right:0;
}


.Brands .Brand
{
	float:left;
	width:98px;
	text-align:center;
	margin:0 5px;
	padding:0 5px;
}


.Brands .Brand img
{
	vertical-align:middle;
}

/*** Cross through header ***/
h2.FeaturedHeader:after,
h2.BrandsTitle:after
{
	content: "";
	display: block;
	border-top: solid 1px black;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}

h2.FeaturedHeader,
h2.BrandsTitle
{
  position:relative;
}

h2.FeaturedHeader span,
h2.BrandsTitle span
{
	background: #fff;
	padding: 0 20px 0 0;
	position: relative;
	z-index: 5;
}

h2.BrandsTitle
{
    margin:0 15px;
}

/*** CSV Upload ***/

.CSVUploadForm 
{
    background:#e5e5e5;
    padding:10px 10px 0 10px !important;
    width:180px !important;
    font-size:11px;
}

.UploadInstructions .UploadSteps
{
    float:left;
    width:230px;
    min-height:274px;
    margin:6px;
    border-bottom:1px solid #e5e5e5;
}

.UploadInstructions h1
{
    font-size:16px;
    margin:10px 0;
}

.UploadSteps h3
{
    margin-top:8px;
    font-weight:bold;
}

#ajax_BasketDDMessage
{
    width:12%;
    text-align:center;
    font-weight:bold;
    position:fixed;
    display:none;
    left:44%;
    top:0px;
    background:#EF4034;
    padding:20px 30px;
    color:#fff;
    z-index:10000;/*important you know*/
}


.SubTotal 
{
  text-align:right;
  padding-right: 10px;
}

.OrderItemStockMsg
{
    margin-bottom: 5px;
    margin-top: 5px;
}