/*********************************************************/
/******************** Checkout Menu Fade *****************/
/*********************************************************/

#Checkout.Items-In-Cart header,
#PayPal-Checkout header,
#Credit-Card-Payment header,
#Amazon-Checkout header,
#Checkout.Items-In-Cart footer,
#PayPal-Checkout footer,
#Credit-Card-Payment footer,
#Amazon-Checkout footer{
	opacity: 0.3;
	transition:all .1s linear;  
    -o-transition:all .1s linear;  
    -moz-transition:all .1s linear;  
    -webkit-transition:all .1s linear;
}

#Checkout.Items-In-Cart #Main,
#PayPal-Checkout #Main,
#Credit-Card-Payment #Main,
#Amazon-Checkout #Main{
	border-top: 3px solid #202020;
	border-bottom: 3px solid #202020;
}

#Checkout.Items-In-Cart header:hover,
#PayPal-Checkout header:hover,
#Credit-Card-Payment header:hover,
#Amazon-Checkout header:hover,
#Checkout.Items-In-Cart footer:hover,
#PayPal-Checkout footer:hover,
#Credit-Card-Payment footer:hover,
#Amazon-Checkout footer:hover{
	opacity: 1.0;
}

/*********************************************************/
/******************** NAV ********************************/
/*********************************************************/

nav.Arrow,
nav.List,
nav.Item-List,
nav.Colour-List{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

nav.Arrow a,
nav.List a,
nav.Item-List a,
nav.Colour-List a{
	display: inline-block;
	width: 100%;
	font-size: 0.9em;
	font-family: "Roboto", Arial, sans-serif;
	line-height: 1.5;
	margin-bottom: 5px;
}

nav.Arrow.Half a,
nav.List.Half a,
nav.Item-List.Half a,
nav.Colour-List.Half a{
	float: left;
	width: 50%;
}

nav.Arrow a.Heading,
nav.List a.Heading,
nav.Item-List a.Heading,
nav.Colour-List a.Heading{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2;
}

/**********************/
/*** ARROW ************/
/**********************/

nav.Arrow a{
	padding-left: 1.5em;
	color: #202020;
}

nav.Arrow a:hover,
nav.Arrow a.Selected{
	color: #e2791f;
	text-decoration: none;
	background-image: url('//images.esellerpro.com/2189/198797/images/elem/nav.png');
	background-repeat:  no-repeat;
	background-position: left center;
}

/**********************/
/*** LIST *************/
/**********************/

nav.List a{
	padding-left: 1.25em;
	color: #202020;
	background-image: url('//images.esellerpro.com/2189/198797/images/elem/arrow.png');
	background-repeat:  no-repeat;
	background-position: left 5px;
}

.Primary nav.List a,
.Secondary nav.List a,
.Tertiary nav.List a{
	padding-left: 1.25em;
	color: #ffffff;
	background-image: url('//images.esellerpro.com/2189/198797/images/elem/arrow-white.png');
	background-repeat:  no-repeat;
	background-position: left 5px;
}

/**********************/
/*** ITEM-LIST ********/
/**********************/

nav.Item-List a{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 13px;
	color: #202020;
	margin-bottom: 7px;
	font-size: 0.75em;
	
	background-image: url('//images.esellerpro.com/2189/198797/images/buttons/checkbox2.png');
	background-repeat: no-repeat;
}

nav.Item-List a.Inactive{
	opacity: 0.5;
	background-position: 0 -100px;
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	cursor: default;
}

nav.Item-List a:hover,
nav.Item-List a.Selected{
	text-decoration: none;
	background-position: 0 -100px;
}

/**********************/
/*** COLOUR-LIST ******/
/**********************/

nav.Colour-List a{
	float: left;
	height: 30px;
	width: 30px;
	margin: 0 2px 2px 0;
	
	border: 1px solid #dedede;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	opacity: 0.6;
}

nav.Colour-List a.Selected,
nav.Colour-List a:hover{
	text-decoration: none;
	opacity: 1.0;
}

/*********************************************************/
/******************** RETURN LINK ************************/
/*********************************************************/


.Return{
	float: right;
	margin: 0.75em 0;
	
	line-height: 21px;
	padding-left: 30px;
	background-image: url('//images.esellerpro.com/2189/198797/images/buttons/return.png');
	background-repeat: no-repeat;
	
	font-size: 0.95em;
	color: #202020;
}

.Return.Left{
	float: left;
}

.Return:hover{
	text-decoration: none;
	color: #202020;
}


/*********************************************************/
/******************** REVIEWS ****************************/
/*********************************************************/

.Reviews{
	margin-bottom: 10px;
	position: relative;
}

.Reviews.Small{
	text-align: center;
}

.Reviews a,
.Reviews span.a{
	position: relative;
	top: -3px;
	font-size: 0.7em;
	color: #8d8d8d;
	font-family: "Roboto";
	text-transform: uppercase;
}

.Rating{
	display: inline-block;
	width: 89px;
	height: 16px;
	margin-right: 7px;
	text-indent: -999em;
	overflow: hidden;
}

.Reviews.Small .Rating{
	height: 12px;
	width: 69px;
	margin: 0;
}

.Rating.Stars-0{ background: url('//images.esellerpro.com/2189/198797/images/rating/stars-big-0.png') no-repeat left center; }
.Rating.Stars-1{ background: url('//images.esellerpro.com/2189/198797/images/rating/stars-big-1.png') no-repeat left center; }
.Rating.Stars-2{ background: url('//images.esellerpro.com/2189/198797/images/rating/stars-big-2.png') no-repeat left center; }
.Rating.Stars-3{ background: url('//images.esellerpro.com/2189/198797/images/rating/stars-big-3.png') no-repeat left center; }
.Rating.Stars-4{ background: url('//images.esellerpro.com/2189/198797/images/rating/stars-big-4.png') no-repeat left center; }
.Rating.Stars-5{ background: url('//images.esellerpro.com/2189/198797/images/rating/stars-big-5.png') no-repeat left center; }
        

.Rating.Stars-0-5{ background: url('//images.esellerpro.com/2189/I/213/stars-big-0-5.png') no-repeat left center; }
.Rating.Stars-1-5{ background: url('//images.esellerpro.com/2189/I/213/stars-big-1-5.png') no-repeat left center; }
.Rating.Stars-2-5{ background: url('//images.esellerpro.com/2189/I/213/stars-big-2-5.png') no-repeat left center; }
.Rating.Stars-3-5{ background: url('//images.esellerpro.com/2189/I/213/stars-big-3-5.png') no-repeat left center; }
.Rating.Stars-4-5{ background: url('//images.esellerpro.com/2189/I/213/stars-big-4-5.png') no-repeat left center; }


.Reviews.Small .Rating.Stars-0{ background: url('//images.esellerpro.com/2189/198797/images/rating/stars-0.png') no-repeat left center; }
.Reviews.Small .Rating.Stars-1{ background: url('//images.esellerpro.com/2189/198797/images/rating/stars-1.png') no-repeat left center; }
.Reviews.Small .Rating.Stars-2{ background: url('//images.esellerpro.com/2189/198797/images/rating/stars-2.png') no-repeat left center; }
.Reviews.Small .Rating.Stars-3{ background: url('//images.esellerpro.com/2189/198797/images/rating/stars-3.png') no-repeat left center; }
.Reviews.Small .Rating.Stars-4{ background: url('//images.esellerpro.com/2189/198797/images/rating/stars-4.png') no-repeat left center; }
.Reviews.Small .Rating.Stars-5{ background: url('//images.esellerpro.com/2189/198797/images/rating/stars-5.png') no-repeat left center; }

.Reviews.Small .Rating.Stars-0-5{ background: url('//images.esellerpro.com/2189/I/213/stars-0-5.png') no-repeat left center; }
.Reviews.Small .Rating.Stars-1-5{ background: url('//images.esellerpro.com/2189/I/213/stars-1-5.png') no-repeat left center; }
.Reviews.Small .Rating.Stars-2-5{ background: url('//images.esellerpro.com/2189/I/213/stars-2-5.png') no-repeat left center; }
.Reviews.Small .Rating.Stars-3-5{ background: url('//images.esellerpro.com/2189/I/213/stars-3-5.png') no-repeat left center; }
.Reviews.Small .Rating.Stars-4-5{ background: url('//images.esellerpro.com/2189/I/213/stars-4-5.png') no-repeat left center; }   


/*********************************************************/
/******************** HEADING STEPS **********************/
/*********************************************************/

.Heading-Steps{
	float: left;
	width: 100%;
	height: 74px;
	margin-bottom: 74px;
	background-image: url('//images.esellerpro.com/2189/198797/images/obj/steps.png');
	background-repeat: repeat-x;
	background-position: 0 16px;	
}

.Heading-Steps .Icon{
	position: relative;
	float: right;
	background-image: url('//images.esellerpro.com/2189/198797/images/icons/ring-big.png');	
	margin: 0 20px;
}

.Heading-Steps .Icon.Inactive{
	background-image: url('//images.esellerpro.com/2189/198797/images/icons/ring-big-inactive.png');
	opacity: 0.75;
	margin: 0 13px;
}

.Heading-Steps .Icon .Center{
	display: table-cell;
	vertical-align: middle;
	width: 74px;
	height: 74px;
	text-align: center; 
}

/*** Label ***/

.Heading-Steps .Icon .Label{
	position: absolute;
	bottom: -36px;
	left: 50%;
	margin-left: -50px;
	font-family: "Roboto";
	font-size: 0.9em;
	text-align: center;
	width: 100px;
	height: 32px;
}

/*** step icons look crap on narrow screens ***/
@media only screen and (max-width: 587px) {
	.Heading-Steps{
		margin: 0;
		height: auto;
	}
	.Heading-Steps .Icon{
		display: none;
	}
}

/*********************************************************/
/******************** NUMBERED STEP **********************/
/*********************************************************/

.Step{
	position: relative;
	padding: 15px 20px 5px 70px;
	left: -15px;
	border: 1px solid white;
	margin: 0 0 10px;
}

.Step.Error{
	border: 1px solid red;
}

.Step div{ display: inline-block; }

.Step .Icon{
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -19px;
	width: 39px;
	height: 39px;
	
	background: url('//images.esellerpro.com/2189/198797/images/icons/ring-small.png');
	
	color: #202020;
	text-align: center;
	line-height: 39px;
	font-weight: bold;
	font-size: 1.05em;
}

.Step.Error .Icon{
	background: url('//images.esellerpro.com/2189/198797/images/icons/ring-small-error.png');
}

.Step.Selected .Icon{
	background: url('//images.esellerpro.com/2189/198797/images/icons/ring-small-inactive.png');
	color: #ffffff;
}

/*********************************************************/
/******************** TOTALS *****************************/
/*********************************************************/

.Totals {
	float: right;
	margin: 0 0 10px;
}

.Totals > *{
	display: table-cell;
	padding-left: 15px;
	vertical-align: baseline;
}

#Basket-Box .Header.Primary{
	display: table;
}

#Basket-Box .Header.Primary > *{
	display: table-cell;
}

#Basket-Box .Header.Primary > p{
	text-align: right;
}

#Basket-Box .Header.Primary a{
	text-decoration: underline;
}

/*********************************************************/
/******************** PAYMENT METHOD *********************/
/*********************************************************/

.Payment-Method{
    float: left;
	border: 1px solid #dedede;
	padding: 4px;
	margin: 0 10px 15px 0;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
	
	cursor: pointer;
}

.Payment-Method.Disabled-Gateway{
	opacity: 0.8;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

@media only screen and (max-width: 1023px) {
	.Payment-Method.Amazon{
		display: none;
	}
}

/*********************************************************/
/******************** CONTACT TAB ************************/
/*********************************************************/

body #Contact-Us{
	position: fixed;
	top: 120px;
	width: 606px;
	background-color: #ebebeb;
	z-index: 1000;
	
	padding-top: 1em;
	
	border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
	
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
}

body #Contact-Us .Box {
     display:none;
}

@media print{
    body #Contact-Us{
        display:none;
    }
}

#Contact-Us-Tab{
	position: absolute;
	left: -40px;
	top: 0px;
	width: 40px;
	height: 122px;
	background-image: url('//images.esellerpro.com/2189/198797/images/elem/contact-us-tab.png');
	cursor: pointer;
}

/*** contact tab is disabled for smaller screens than big tablets because of absolute positioning issues ***/
@media only screen and (max-width: 1023px) {
	body #Contact-Us{
		display: none;
	}
}

/*********************************************************/
/******************** PAGE BANNER ************************/
/*********************************************************/


.Banner{
	position: relative;
	margin-bottom: 15px;
	width: 100%;
}

.Banner img{
	max-width: 100%;
}

.Banner .Sash{
	position: absolute;
	display: block;
	height: 105px;
	width: 232px;
	top: 0px;
	right: 0px;
}

.Banner .Sash.Sale{
	background: url('//images.esellerpro.com/2189/198797/images/obj/sale-banner.png') no-repeat;
}

/*** banners are disabled on small tablets and below because would be unreadable ***/
@media only screen and (max-width: 783px) {
	.Banner{
		display: none;
	}
}

/*********************************************************/
/******************** CYCLE ******************************/
/*********************************************************/

.Cycle{
    float: left;
    width: 100%;
    position: relative;
	overflow: hidden;
	border-top: 1px solid #ffffff;
}

.Cycle .Elements{
    float: left;
    width: 100%;
	overflow: hidden;
	position: relative;
}

.Cycle#Cycle-1 .Elements{
    height: 412px;
}

.Cycle#Cycle-1 .Elements a{
	position: relative !important;
}

.Cycle#Cycle-1 .Elements a img{
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.Cycle#Cycle-2 .Elements a img{
	width: 100%;
}

.Cycle#Cycle-2{
    margin-bottom: 15px;
}
        



/*** flickering fix ***/
.Cycle .Elements a { display: none; }
.Cycle .Elements a.cycle-sentinel + a { display: block; }

/*** BUTTONS ***/

.Cycle .Prev,
.Cycle .Next{
	position: absolute;
	top: 186px;
	width: 41px;
	height: 41px;
	z-index: 999;
	cursor: pointer;
}

.Cycle .Prev{
	background-image: url('//images.esellerpro.com/2189/198797/images/obj/nav-left.png');
	left: 15px;
}

.Cycle .Next{
	background-image: url('//images.esellerpro.com/2189/198797/images/obj/nav-right.png');
	right: 15px;
}

@media only screen and (min-width: 1176px) {
	.Cycle .Prev{ left: -56px; }
	.Cycle .Next{ right: -56px; }
}

/*** NAV ***/

.Cycle .Nav{
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 900;
    height: 27px;
    background-image: url('//images.esellerpro.com/2189/198797/images/obj/nav-bg.png');
    text-align: center;
}

.Cycle .Nav a{
    display: inline-block;
    height: 9px;
    width: 24px;
	margin: 8px 3px 0 3px;
	background-image: url('//images.esellerpro.com/2189/198797/images/obj/nav.png');
}

.Cycle .Nav a.cycle-pager-active{
    background-image: url('//images.esellerpro.com/2189/198797/images/obj/nav-active.png');
}

@media only screen and (min-width: 784px) {
	.Cycle#Cycle-2{
		display: none;
	}
}
@media only screen and (max-width: 783px) {
	.Cycle#Cycle-1{
		display: none;
	}
	#Homepage-Banner{
	    margin: 0;
	}
}

/*********************************************************/
/******************** CAROUSEL ***************************/
/*********************************************************/

        

.Carousel-Container{
	float: left;
	width: 100%;
	position: relative;
}

.Carousel {
    position: relative;
	overflow: hidden;
	clear: both;
}

.Carousel-List {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
}

.Carousel-Item {
    float: left;
	margin: 0 0 0 0;
}

/*** Buttons ***/

.Carousel-Container .Prev,
.Carousel-Container .Next{
	position: absolute;
	height: 41px;
	width: 41px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	z-index: 1000;
}

.Carousel-Container .Prev{
	left: 15px;
	background-image: url('//images.esellerpro.com/2189/198797/images/buttons/scroll-left.png');
}

.Carousel-Container .Next{
	right: 15px;
	background-image: url('//images.esellerpro.com/2189/198797/images/buttons/scroll-right.png');
}

.Carousel-Container .Prev.Inactive,
.Carousel-Container .Next.Inactive{
	display: none;
}


@media only screen and (min-width: 1176px) {
	.Carousel-Container .Prev { left: -56px; }
	.Carousel-Container .Next { right: -56px; }
}

/*** Products ***/

.Carousel-Container.Products .Carousel{
	height: 428px;
}

/*** Brands ***/

.Carousel-Container.Brands{
	margin: 30px 0;
}

.Carousel-Container.Brands .Carousel{
	 height: 40px;
}

.Carousel-Container.Brands .Carousel a {
    display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 40px;
	width: 196px;
}

.Carousel-Container.Brands .Carousel a img {
	vertical-align: middle;
	max-width: 176px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
   	opacity: 0.5;
}

.Carousel-Container.Brands .Carousel a img:hover {
	filter: none;
    -webkit-filter: grayscale(0%);
    opacity: 1.0;
}

.Carousel-Container.Brands .Prev,
.Carousel-Container.Brands .Next{
	position: absolute;
	height: 22px;
	width: 22px;
	top: 50%;
	margin-top: -11px;
	cursor: pointer;
	z-index: 1000;
}

.Carousel-Container.Brands .Prev{
	left: 15px;
	background-image: url('//images.esellerpro.com/2189/198797/images/buttons/brands-left.png');
}

.Carousel-Container.Brands .Next{
	right: 15px;
	background-image: url('//images.esellerpro.com/2189/198797/images/buttons/brands-right.png');
}

@media only screen and (min-width: 1176px) {
	.Carousel-Container.Brands .Prev{ left: -37px; }
	.Carousel-Container.Brands .Next{ right: -37px; }
}

/*********************************************************/
/******************** SUGGESTIONS ************************/
/*********************************************************/

/*** AUTOCOMPLETE ***/

.ui-autocomplete {
	position: absolute;
	background-color: white;
	overflow: hidden;
	list-style: none;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 0;
	padding: 3px;
	margin: 0;
	z-index: 1000000;
	box-shadow: 0 5px 6px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 5px 6px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 5px 6px 1px rgba(0, 0, 0, 0.4);
}

.ui-autocomplete li {
	line-height: 2;
	text-indent: 6px;
	font-size: 0.9em;
	border-bottom: 1px solid #dedede;
	cursor: pointer;
}

.ui-autocomplete li:hover {
	background: #dedede;
}

.ui-autocomplete li a {
	color: #202020;
	text-decoration: none;
}

.ui-autocomplete li a span {
	color: #e2791f;
	font-weight: bold;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*** SUGGESTIONS ***/

.Product-Suggestions{
	overflow: hidden;
	padding: 5px 5px;
    background-color: white;
  
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
	
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.27);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.27);
	
	z-index: 99999999;
}

.Product-Suggestions a.Item{
	float: left;
	position: relative;
	width: 100%;
	min-height: 56px;
    padding: 5px 10px 5px 60px;
	font-size: 0.7em;
	font-family: "Roboto";
	border-top: 1px solid #e8e8e8;
}

.Product-Suggestions a.Item:first-child{
	border: 0;
}


.Product-Suggestions a.Item:hover{
    background: #e8e8e8;
	text-decoration: none;
}

.Product-Suggestions a.Item img{
    max-height: 45px;
	max-width: 45px;
    position: absolute;
	left: 5px;
}

.Product-Suggestions a.Item span.Title{
	color: #454545;
}

.Product-Suggestions a.Item span.Spacer{
	height: 5px;
}

.Product-Suggestions a.Item span.Price{
    font-weight: bold;
	color: #454545;
}


/*********************************************************/
/******************** ADD THIS ***************************/
/*********************************************************/

.addthis_toolbox{
	margin-bottom: 1em;
	position: relative;
	left: -2px;
}

/*********************************************************/
/******************** RESPONSIVE IFRAME ******************/
/*********************************************************/

.Responsive-Iframe{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 400px;
	float: left;
	margin-bottom: 1em;
}

.Responsive-Iframe iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*********************************************************/
/******************** TOP ********************************/
/*********************************************************/

#Top{
	position: fixed;
	z-index: 100;
	width: 40px;
	height: 40px;
	right: 0px;
	bottom: 15%;
	
	cursor: pointer;
	
	background-image: url('//images.esellerpro.com/2189/198797/images/elem/arrow-up-white.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #202020;
	
	opacity: 0.9;
	
	border-radius: 5px 0 0 5px;
	-moz-border-top-left-radius: 5px 0 0 5px;
	-webkit-border-top-left-radius: 5px 0 0 5px;
	
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}

#Top:hover{
	opacity: 1.0;
}

/*********************************************************/
/******************** TOOLBAR ****************************/
/*********************************************************/

#Toolbar,
#Toolbar-Compare{
	position: fixed;
	z-index: 100;
	width: 100%;
	left: 0px;
	bottom: 0px;
	
	background-image: url('//images.esellerpro.com/2189/198797/images/obj/overlay.png');
}

#Toolbar .Wrapper *,
#Toolbar-Compare .Wrapper *{
	margin-top: 10px;
}

#Toolbar .Wrapper p,
#Toolbar-Compare .Wrapper p{
	color: #ffffff !important;
}

/*********************************************************/
/******************** COOKIE CONSENT *********************/
/*********************************************************/

#Cookie-Consent{
	border-top: 2px solid #fff;
	background-color: #000;
	z-index: 1000;
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding-top: 9px;
}

#Cookie-Consent p{
	font-size: 0.75em;
	color: #fff;
}

/*********************************************************/
/******************** PROCESSING PAYMENT *****************/
/*********************************************************/

#Processing-Payment{
	z-index: 10;
	position: absolute;
	top: 400px;
	left: 50%;
	margin-left: -140px;
	width: 280px;
	padding: 90px 0 0 0;
	background-image: url('//images.esellerpro.com/2189/198797/images/elem/processing.gif');
	background-repeat: no-repeat;
	background-position: center top;
	color: #202020;
	font-size: 0.9em;
	line-height: 1.4;
	text-align: center;
}

/*********************************************************/
/****************** POP UP *******************************/
/*********************************************************/

.Pop{
	cursor: default;
}

.Basis .Label.Pop span{
	color: #202020;
}

.Pop-Up {
	position: absolute;
	width: 360px;
	padding: 10px 20px;
	border: 1px solid #dedede;
	background-color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 10000;
}

/*********************************************************/
/****************** COMPARE ******************************/
/*********************************************************/

#Compare-Products{
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

@media only screen and (max-width: 587px) {
	#Compare-Products{
		display: none;
	}
	.Compare{
		display: none;
	}
	#Toolbar-Compare{
		display: none;
	}
}

#Compare-Products-Container{
	float:left; 
}

.Compare-Item{
	
}

.Compare-Item .Remove{
	position: absolute;
	bottom: 0.5em;
	right: 15px;
	height: 11px;
	width: 11px;
	padding: 0;
}

.Compare-Item.Header .Image{
	display: table;
}

.Compare-Item.Header .Image .Cell{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.Compare-Item .Image{
	float: left;
	width: 100%;
	height: 166px;
	margin-bottom: 10px;
}

.Compare-Item .Image img{
	max-width: 166px;
	max-height: 166px;
}

.Compare-Item h4.Title{
	float: left;
	width: 100%;
	height: 66px;
}

.Compare-Item .Features{
	float: left;
	width: 100%;
	border-top: 1px solid #dedede;
}

.Compare-Item .Features .Value{
	float: left;
	width: 100%;
	padding-top: 0.75em;
	border-bottom: 1px solid #dedede;
}

.Compare-Item .Features .Value p{
	text-transform: capitalize;
}

.Compare-Item .Buttons{
	float: left;
	width: 100%;
	padding-top: 0.75em;
	padding-bottom: 1.75em;
}

.Compare-Item .Buttons > *{
	margin: 0 !important;
}

.Paging-Current-Page{
    text-decoration: underline;
}


/*********************************************************/
/****************** PASSWORD METER ***********************/
/*********************************************************/

#passwordmeter { font-weight: bold; }

#passwordmeter.Too-Short{
	background: #fd0100; /* Old browsers */
	background: -moz-linear-gradient(left, #fd0100 0%, #ffffff 20%, #ffffff 40%, #ffffff 60%, #ffffff 80%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fd0100), color-stop(20%,#ffffff), color-stop(40%,#ffffff), color-stop(60%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #fd0100 0%,#ffffff 20%,#ffffff 40%,#ffffff 60%,#ffffff 80%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #fd0100 0%,#ffffff 20%,#ffffff 40%,#ffffff 60%,#ffffff 80%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #fd0100 0%,#ffffff 20%,#ffffff 40%,#ffffff 60%,#ffffff 80%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right, #fd0100 0%,#ffffff 20%,#ffffff 40%,#ffffff 60%,#ffffff 80%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd0100', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	color: #ffffff !important;
}

#passwordmeter.Very-Weak{
	background: #ff7e00; /* Old browsers */
	background: -moz-linear-gradient(left, #fd0100 0%, #ff7e00 20%, #ffffff 40%, #ffffff 60%, #ffffff 80%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fd0100), color-stop(20%,#ff7e00), color-stop(40%,#ffffff), color-stop(60%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #fd0100 0%,#ff7e00 20%,#ffffff 40%,#ffffff 60%,#ffffff 80%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #fd0100 0%,#ff7e00 20%,#ffffff 40%,#ffffff 60%,#ffffff 80%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #fd0100 0%,#ff7e00 20%,#ffffff 40%,#ffffff 60%,#ffffff 80%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right, #fd0100 0%,#ff7e00 20%,#ffffff 40%,#ffffff 60%,#ffffff 80%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd0100', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	color: #ffffff !important;
}

#passwordmeter.Weak{
	background: #fdd901; /* Old browsers */
	background: -moz-linear-gradient(left, #fd0100 0%, #ff7e00 20%, #fdd901 40%, #ffffff 60%, #ffffff 80%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fd0100), color-stop(20%,#ff7e00), color-stop(40%,#fdd901), color-stop(60%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #fd0100 0%,#ff7e00 20%,#fdd901 40%,#ffffff 60%,#ffffff 80%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #fd0100 0%,#ff7e00 20%,#fdd901 40%,#ffffff 60%,#ffffff 80%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #fd0100 0%,#ff7e00 20%,#fdd901 40%,#ffffff 60%,#ffffff 80%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right, #fd0100 0%,#ff7e00 20%,#fdd901 40%,#ffffff 60%,#ffffff 80%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd0100', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	color: #ffffff !important;
}

#passwordmeter.Good{
	background: #80bb2d; /* Old browsers */
	background: -moz-linear-gradient(left, #fd0100 0%, #ff7e00 20%, #fdd901 40%, #d8eb13 60%, #ffffff 80%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fd0100), color-stop(20%,#ff7e00), color-stop(40%,#fdd901), color-stop(60%,#d8eb13), color-stop(80%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #fd0100 0%,#ff7e00 20%,#fdd901 40%,#d8eb13 60%,#ffffff 80%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #fd0100 0%,#ff7e00 20%,#fdd901 40%,#d8eb13 60%,#ffffff 80%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #fd0100 0%,#ff7e00 20%,#fdd901 40%,#d8eb13 60%,#ffffff 80%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right, #fd0100 0%,#ff7e00 20%,#fdd901 40%,#d8eb13 60%,#ffffff 80%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd0100', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	color: #ffffff !important;
}

#passwordmeter.Strong{
	background: #80bb2d; /* Old browsers */
	background: -moz-linear-gradient(left, #fd0100 0%, #ff7e00 20%, #fdd901 40%, #d8eb13 60%, #80bb2d 80%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fd0100), color-stop(20%,#ff7e00), color-stop(40%,#fdd901), color-stop(60%,#d8eb13), color-stop(80%,#80bb2d), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #fd0100 0%,#ff7e00 20%,#fdd901 40%,#d8eb13 60%,#80bb2d 80%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #fd0100 0%,#ff7e00 20%,#fdd901 40%,#d8eb13 60%,#80bb2d 80%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #fd0100 0%,#ff7e00 20%,#fdd901 40%,#d8eb13 60%,#80bb2d 80%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right, #fd0100 0%,#ff7e00 20%,#fdd901 40%,#d8eb13 60%,#80bb2d 80%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd0100', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	color: #ffffff !important;
}

#passwordmeter.Very-Strong{
	background: #016701; /* Old browsers */
	background: -moz-linear-gradient(left, #fd0100 0%, #ff7e00 20%, #fdd901 40%, #d8eb13 60%, #80bb2d 80%, #016701 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fd0100), color-stop(20%,#ff7e00), color-stop(40%,#fdd901), color-stop(60%,#d8eb13), color-stop(80%,#80bb2d), color-stop(100%,#016701)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #fd0100 0%,#ff7e00 20%,#fdd901 40%,#d8eb13 60%,#80bb2d 80%,#016701 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #fd0100 0%,#ff7e00 20%,#fdd901 40%,#d8eb13 60%,#80bb2d 80%,#016701 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #fd0100 0%,#ff7e00 20%,#fdd901 40%,#d8eb13 60%,#80bb2d 80%,#016701 100%); /* IE10+ */
	background: linear-gradient(to right, #fd0100 0%,#ff7e00 20%,#fdd901 40%,#d8eb13 60%,#80bb2d 80%,#016701 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd0100', endColorstr='#016701',GradientType=1 ); /* IE6-9 */
	color: #ffffff !important;
}

.FAILED{
	color: red;
}

.OK{
	color: green;
}

/*** AIM ***/

#Our-Aim{
	border: 1px solid #dadada;
	background-color: #ffffff;
	background-image: url('https://images.ghostbikes.com/our-aim/our-aim-2020-4.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	padding: 35px 250px 35px 35px;
	min-height: 328px;
}

@media only screen and (max-width: 587px) {
	#Our-Aim{
		display: none;
	}
}

/*** MXAIM ***/

#MXOur-Aim{
	border: 1px solid #dadada;
	background-color: #ffffff;
	background-image: url('//images.esellerpro.com/2189/I/213/mxour-aim.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	padding: 35px 250px 35px 35px;
	min-height: 328px;
}

@media only screen and (max-width: 587px) {
	#Our-Aim{
		display: none;
	}
}

/*** KIDSAIM ***/       

#kidsmx-Our-Aim{
	border: 1px solid #dadada;
	background-color: #ffffff;
	background-image: url('//images.esellerpro.com/2189/I/213/kidsmx-our-aim.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	padding: 35px 250px 35px 35px;
	min-height: 328px;
}

@media only screen and (max-width: 587px) {
	#Our-Aim{
		display: none;
	}
}

/*** LadiesAIM ***/

#Ladies-Our-Aim{
	border: 1px solid #dadada;
	background-color: #ffffff;
	background-image: url('//images.esellerpro.com/2189/I/213/ladies-our-aim.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	padding: 35px 250px 35px 35px;
	min-height: 328px;
}

@media only screen and (max-width: 587px) {
	#Our-Aim{
		display: none;
	}
}

#News-Header{
	float: left;
	width: 100%;
	background-color: #2f2f2f;
	background-image: url('//images.esellerpro.com/2189/198797/images/obj/logo-small.png');
	background-repeat: no-repeat;
	background-position: 15px 8px;
}

#News-Header a{
	float: right;
	line-height: 46px;
	font-family: "Roboto";
	font-weight: 300;
	color: #ffffff;
	margin-right: 12px;
	padding-left: 20px;
	background-image: url('//images.esellerpro.com/2189/198797/images/obj/blog.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#News-Header a:hover{
	text-decoration: none;
	color: #229fe7;
}

#News-Header h2{
	font-family: "BebasNeue";
	color: #ffffff;
	font-size: 1.3em;
	line-height: 46px;
	margin: 0;
	padding-left: 47px;
}

#News-Header h2 span{
	color: #229fe7;
}

#News-Content{
	float: left;
	width: 100%;
	background-color: #bcbcbc;
	height: 282px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 12px 18px 12px 12px;
}

#News-Content article{
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 8px;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 14px;
}

#News-Content article h3{
	color: #dc2c1d;
	font-size: 0.75em;
}

#News-Content article h3 span{
	font-size: 0.9em;
	color: #202020;
}

#News-Content article p{
	font-weight: bold;
	font-size: 0.75em;
}

#News-Content article .Link{
	float: right;
	height: 16px;
	width: 16px;
	background-image: url('//images.esellerpro.com/2189/198797/images/elem/link.png');
}


/*** HOMEPAGE EBAY CAT ***/
 

#Cats-Large-UK .Cats.Large .Cat {
    float: left;
    position: relative;
    margin: 0 0 13px 13px;
}

#Cats-Large-UK .Cats.Large .Cat h2 {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.025em;
    font-family: 'bebas_neueregular', arial, tahoma, verdana;
}

/*** HOMEPAGE CATEGORIES ***/

#Homepage-Categories .Quarter.Column{
	padding-left: 0;
}

#Homepage-Categories .Fifth.Column{
	padding-left: 0;
}

#Homepage-Categories .Category{
	position: relative;
	float: left;
	max-width: 100%;
	margin: 0 0 15px 0;
}

#Homepage-Categories .Category .Image{
	float: left;
	width: 100%;
}

#Homepage-Categories .Category .Title{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	line-height: 50px;
	font-family: "BebasNeue";
	font-size: 1.35em;
	color: #ffffff;
	text-align: center;
	background-image: url('//images.esellerpro.com/2189/198797/images/bg/category.png');
}

#Homepage-Categories .Fifth.Column .Category .Title{
	line-height: 44px;
}

#Homepage-Categories .Category:hover .Title{
	color: #229FE7;
	background: #000;
}

#Homepage-Categories .Category .Arrow{
	margin-left: 2px;
}

@media only screen and (max-width: 587px) {
    #Homepage-Categories .Category .Title{
        font-size: 1.125em;
    }  
}  

@media only screen and (min-width: 360px) and (max-width: 499px) {
    #Homepage-Categories .Category .Title{
        font-size: 0.875em;
    }  
}      

@media only screen and (max-width: 587px) {
    #Homepage-Categories .Category .Arrow{
        display: none;
    }
}

/*** SMALL ***/

#Homepage-Categories .Category-Small{
	position: relative;
	float: left;
	width: 186px;
	margin: 0 0 0 5px;
}

@media only screen and (min-width: 1176px) {
	#Homepage-Categories .Category-Small{
		margin: 0 0 0 45px;
		width: auto;
	}
}

#Homepage-Categories .Category-Small.NoMargin{ margin-left: 0px; }

#Homepage-Categories .Category-Small .Image{
	float: left;
	width: 100%;
}

#Homepage-Categories .Category-Small .Title{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	line-height: 28px;
	font-family: "BebasNeue";
	font-size: 1.1em;
	color: #ffffff;
	text-align: center;
	background-image: url('//images.esellerpro.com/2189/198797/images/bg/category.png');
}

#Homepage-Categories .Category-Small:hover .Title{
	color: #229FE7;
	background: #000;
}

#Homepage-Categories .Category-Small .Arrow{
	margin-left: 2px;
}

#Homepage-Categories .Category .Info-Container{
	position: absolute;
	right: 5px;
	bottom: 5px;
	margin: 0px;
}

@media only screen and (min-width: 784px) and (max-width: 1023px) {
	#Homepage-Categories .Quarter.Column{
		width: 25%;
	}
	#Homepage-Categories .Less-Important{
		display: none;
	}
}

@media only screen and (min-width: 588px) and (max-width: 783px) {
	#Homepage-Categories .Fifth.Column{
		width: 50%;
	}
	#Homepage-Categories .Less-Important{
		display: none;
	}
}

@media only screen and (max-width: 587px) {
	#Homepage-Categories .Fifth.Column{
		width: 50%;
	}
	#Homepage-Categories .Less-Important{
		display: none;
	}
}

/*** SASH ***/

.Sash {
	position: absolute;
	display: block;
	top: 20px;
	left: 10px;
	transform: rotate(-6deg) translateZ(0px);
	-o-transform: rotate(-6deg) translateZ(0px);
	-ms-transform: rotate(-6deg) translateZ(0px);
	-moz-transform: rotate(-6deg) translateZ(0px);
    -webkit-transform: rotate(-6deg) translateZ(0px);
}

.Sash .Text{
	z-index: 100;
	font-family: "BebasNeue";
	font-size: 1.6em;
	line-height: 28px;
	padding: 0 12px;
	color: #ffffff;
	position: relative;
}

.Sash:before{
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	display: block;
	width: 8px;
	height: 36px;
	z-index: 90;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.Sash:after{
	position: absolute;
	right: 0px;
	bottom: 0px;
	content: '';
	display: block;
	width: 8px;
	height: 36px;
	z-index: 90;
    background-repeat: no-repeat;
    background-position: right top;
}

.Sash.riderecommended .Text{ background-color: #2e9c39; }
.Sash.riderecommended:before { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-green.png'); }
.Sash.riderecommended:after { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-green.png'); }

.Sash.ridebestbuy .Text{ background-color: #2e9c39; }
.Sash.ridebestbuy:before { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-green.png'); }
.Sash.ridebestbuy:after { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-green.png'); }

.Sash.sharp4 .Text { background-color: #dbc000; }
.Sash.sharp4:before { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-orange.png'); }
.Sash.sharp4:after { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-orange.png'); }

.Sash.sharp5 .Text { background-color: #dbc000; }
.Sash.sharp5:before { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-orange.png'); }
.Sash.sharp5:after { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-orange.png'); }

.Sash.junior .Text{ background-color: #ba2e49; }
.Sash.junior:before { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-junior.png'); }
.Sash.junior:after { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-junior.png'); }

.Sash.ladies .Text{ background-color: #ba2e49; }
.Sash.ladies:before { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-junior.png'); }
.Sash.ladies:after { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-junior.png'); }

.Sash.hotoffer .Text{ background-color: #ba2e8a; }
.Sash.hotoffer:before { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-purple.png'); }
.Sash.hotoffer:after { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-purple.png'); }

.Sash.new .Text{ background-color: #229FE7; }
.Sash.new:before { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-blue.png'); }
.Sash.new:after { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-blue.png'); }

.Sash.last .Text{ background-color: #f79d00; }
.Sash.last:before { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-orange.png'); }
.Sash.last:after { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-orange.png'); }

.Sash.onsale .Text{ background-color: #dc2c1d; }
.Sash.onsale:before { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-red.png'); }
.Sash.onsale:after { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-red.png'); }

.Sash.soldout .Text{ background-color: #202020; }
.Sash.soldout:before { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-black.png'); }
.Sash.soldout:after { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-black.png'); }

.Sash.preorder .Text { background-color: #dbc000; }
.Sash.preorder:before { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-orange.png'); }
.Sash.preorder:after { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-orange.png'); }

/* Sash2 */

.Sash2 {
	display: inline-block;
	position: relative;
}
    

#Main-Image-Box .Sash2{
    position: absolute;
    right: 15px;
    bottom: 70px;
}

.Sash2 .Text{
	z-index: 100;
	font-family: "BebasNeue";
	font-size: 1.6em;
	line-height: 28px;
	padding: 1px 8px 0;
	color: #ffffff;
	position: relative;
}

.Sash2:before{
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	display: block;
	width: 8px;
	height: 36px;
	z-index: 90;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.Sash2:after{
	position: absolute;
	right: 0px;
	bottom: 0px;
	content: '';
	display: block;
	width: 8px;
	height: 36px;
	z-index: 90;
    background-repeat: no-repeat;
    background-position: right top;
}

.Sash2 .Text{ background-color: #15894c; }
.Sash2:before { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-green2.png'); }
.Sash2:after { background-image: url('//images.esellerpro.com/2189/198797/images/elem/sash-green2.png'); }

/* (i)s */

.Includes-Heading{
	text-transform: uppercase;
	font-family: "Roboto";
	color: #229FE7;
	font-size: 0.8em;
	font-weight: bold;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 6px;
}

.Includes{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.Include img.Include-Thumbnail{
	float: left;
	height: 34px;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #d8d8d8;
}

.Include{
	float: left;
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.Include div.Text{
	float: left;
	font-size: 0.75em;
	font-family: "Roboto";
	line-height: 34px;
}

.Info-Container{
	float: right;
	position: relative;
	margin: 15px 0 16px 8px;
}

.Info-Container > img{
	float: left;
}

.Includes .Info-Container{
	float: left;
	margin: 12px 0 11px 8px;
}

.Info-Pop-Up {
	position: absolute;
	right: 22px;
	top: -12px;
	z-index: 1001;
	width: 240px;
	border-radius: 2px;
	border: 0;
	box-shadow: 0 0 3px #AAA;
	-moz-box-shadow: 0 0 3px #AAA;
	-webkit-box-shadow: 0 0 3px #AAA;
	background-color: #FFF;
	opacity: 0.98;
	filter: alpha(opacity=98);
	padding: 10px 15px 5px;
	display: none;
}

.Info-Pop-Up p{
	font-size: 0.7em;
	font-weight: normal;
}

.Info-Pop-Up img.Include-Img{
	width: 100%;
	margin-bottom: 8px;
}

.Info-Pop-Up .Pop-Up-Arrow {
	float: right;
	margin: 5px -25px 0 0;
}

.Cart-Stock{
	margin-top: 10px !important;
	font-weight: bold;
	font-family: "Roboto";
	color: #7ab41e;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 25px;
	padding-left: 18px;
	background-image: url('//images.esellerpro.com/2189/198797/images/elem/tick-green.png');
	background-repeat: no-repeat;
	background-position: left;
	line-height: 13px;
}

.Cart-Availability{
	margin-top: 10px !important;
	font-weight: bold;
	font-family: "Roboto";
	color: #f79d00;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 25px;
	padding-left: 18px;
	background-image: url('//images.esellerpro.com/2189/198797/images/elem/info.png');
	background-repeat: no-repeat;
	background-position: left;
	line-height: 13px;
}

.Checkout-Login{
	position: absolute;
	left: 30%;
	top: 14px;
}

.Checkout-Login p{
	color: #282828;
	margin-bottom: 12px;
}

.Checkout-Login a{
	float: left;
	font-family: "BebasNeue";
	color: #282828;
	padding-left: 32px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 28px;
	height: 28px;
	margin-right: 15px;
}

.Checkout-Login a:hover{
	text-decoration: none;
	color: #229FE7;
}

.Checkout-Login a.Create-Account{
	background-image: url('//images.esellerpro.com/2189/198797/images/elem/account.png');
}

.Checkout-Login a.Sign-In{
	background-image: url('//images.esellerpro.com/2189/198797/images/elem/sign.png');
}

.Checkout-Login-Tablet{
	display: none !important;
}

@media only screen and (max-width: 1023px) {
	.Checkout-Login{
		display: none;
	}
	.Checkout-Login-Tablet{
        display: inline !important;
    }
}

/*********************************************************/
/****************** CUSTOMER CARE ************************/
/*********************************************************/

#Customer-Care{
    float: left;
    width: 100%;
    border: 1px solid #e4e3e2;
}

           
#Customer-Care .Heading{
    float: left;
    width: 100%;
    height: 45px;
    background-image: url('//images.esellerpro.com/2189/198797/images/obj/customer-care.png');
     
    background-repeat: no-repeat;
    background-color: #e4e3e2;
    overflow: hidden;
    text-indent: -999em;
}
                        

#Customer-Care .Section{
    float: left;
    width: 100%;
    color: #559ddb;
    font-family: "BebasNeue";
    font-size: 1.25em;
    line-height: 44px;
    border-top: 1px solid #559ddb;
    padding-left: 10px;
}

#Customer-Care a{
    float: left;
    width: 100%;
    color: #202020;
    line-height: 32px;
    background-image: url('//images.esellerpro.com/2189/198797/images/obj/link.png');
    background-repeat: no-repeat;
    background-position: 146px center;
    padding-left: 10px;
    font-size: 0.75em;
    border-top: 1px solid #e4e3e2;
}
 

#Customer-Care a.Selected{
    background-image: url('//images.esellerpro.com/2189/198797/images/obj/link-selected.png');
    background-position: 144px center;
    color: #559ddb;
}

#Customer-Care a.Sub{
    float: left;
    width: 100%;
    color: #9b9b9b;
    line-height: 32px;
    background-image: url('//images.esellerpro.com/2189/198797/images/obj/sublink.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 20px;
    font-size: 0.75em;
    border-top: 1px solid #e4e3e2;
}

#Go-Back a {
    color: #282828;
    font-style: italic;
}

#g-recaptcha-1,
#g-recaptcha-2 {
    margin-bottom: 10px;
}













