/*********************************************************/
/******************** NAV ********************************/
/*********************************************************/

nav.Arrow,
nav.List,
nav.Tags,
nav.Item-List,
nav.Colour-List{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

nav.Arrow a,
nav.List a,
nav.Tags a,
nav.Item-List a,
nav.Colour-List a{
	display: inline-block;
	width: 100%;
	font-size: 0.9em;
	line-height: 1.5;
	margin-bottom: 5px;
}

nav.Arrow.Half a,
nav.List.Half a,
nav.Tags.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.Tags 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: 15px;
	color: #252161;
}

nav.Arrow a:hover,
nav.Arrow a.Selected{
	color: #ec7516;
	text-decoration: none;
	background-image: url('../images/elem/nav.png');
	background-repeat:  no-repeat;
	background-position: left center;
}

/**********************/
/*** LIST *************/
/**********************/

nav.List a{
	padding-left: 15px;
	color: #252161;
	background-image: url('../images/elem/arrow.png');
	background-repeat:  no-repeat;
	background-position: left center;
}
    

nav.List a.Sub{
    padding-left: 25px; 
    background-position: 10px center;
}

.Primary nav.List a,
.Secondary nav.List a,
.Tertiary nav.List a{
	padding-left: 1.25em;
	color: #ffffff;
	background-image: url('../images/elem/arrow-white.png');
	background-repeat:  no-repeat;
	background-position: left 4px;
}

/**********************/
/*** TAGS *************/
/**********************/

nav.Tags a{
	color: #252161;
}

/**********************/
/*** ITEM-LIST ********/
/**********************/

.Reset-Filters{
	color: #ee7b1f;
	font-family: "Nunito";
	font-size: 0.75em;
	background-image: url('../images/buttons/reset.png');
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.Reset-Filters:hover{
	text-decoration: none;
	color: #252161;
}
       

nav.Item-List{
    max-height: 175px;
    overflow: hidden;
}

nav.Item-List a{
    padding-left: 26px;
	line-height: 18px;
	height: 20px;
	color: #252161;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 0.8em;
	background-image: url('../images/buttons/checkbox.png');
	background-repeat: no-repeat;
}

nav.Item-List a.Inactive{
	opacity: 0.5;
	background-position: 0 -20px;
	 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 -20px;
}

/**********************/
/*** COLOUR-LIST ******/
/**********************/

nav.Colour-List a{
	color: #252161;
	font-weight: bold;
	line-height: 20px;
}

nav.Colour-List a.Selected,
nav.Colour-List a:hover{
	text-decoration: none;
}

nav.Colour-List a span{
	float: left;
	height: 18px;
	width: 18px;
	margin-right: 8px;
	
	border: 1px solid #dedede;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	opacity: 0.5;
}

nav.Colour-List a.Selected span,
nav.Colour-List a:hover span{
	opacity: 1.0;
}
	
nav.Colour-List a[title="Yellow"] span{ background: url('../images/colours/yellow.gif') no-repeat; }
nav.Colour-List a[title="Blue"] span{ background: url('../images/colours/blue.gif') no-repeat; }
nav.Colour-List a[title="Red"] span{ background: url('../images/colours/red.gif') no-repeat; }

/*********************************************************/
/******************** RETURN LINK ************************/
/*********************************************************/


.Return{
	float: right;
	margin: 0.75em 0;
	
	line-height: 21px;
	padding-left: 30px;
	background-image: url('../images/buttons/return.png');
	background-repeat: no-repeat;
	
	font-size: 0.95em;
	color: #252161;
}

.Return.Left{
	float: left;
}

.Return:hover{
	text-decoration: none;
	color: #252161;
}


/*********************************************************/
/******************** REVIEWS ****************************/
/*********************************************************/

.Reviews{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.Reviews a{
	font-size: 0.7em;
	color: #252161;
	position: relative;
}

.Rating{
	float: left;
	width: 66px;
	height: 16px;
	margin-right: 7px;
	text-indent: -999em;
	overflow: hidden;
}

.Reviews.Big .Rating{
	height: 17px;
	width: 93px;
}

.Rating.Right{
	float: right;
}

.Rating.Stars-0{ background: url('../images/rating/stars-0.png') no-repeat left center; }
.Rating.Stars-1{ background: url('../images/rating/stars-1.png') no-repeat left center; }
.Rating.Stars-2{ background: url('../images/rating/stars-2.png') no-repeat left center; }
.Rating.Stars-3{ background: url('../images/rating/stars-3.png') no-repeat left center; }
.Rating.Stars-4{ background: url('../images/rating/stars-4.png') no-repeat left center; }
.Rating.Stars-5{ background: url('../images/rating/stars-5.png') no-repeat left center; }

.Big .Rating.Stars-0{ background: url('../images/rating/stars-big-0.png') no-repeat left center; }
.Big .Rating.Stars-1{ background: url('../images/rating/stars-big-1.png') no-repeat left center; }
.Big .Rating.Stars-2{ background: url('../images/rating/stars-big-2.png') no-repeat left center; }
.Big .Rating.Stars-3{ background: url('../images/rating/stars-big-3.png') no-repeat left center; }
.Big .Rating.Stars-4{ background: url('../images/rating/stars-big-4.png') no-repeat left center; }
.Big .Rating.Stars-5{ background: url('../images/rating/stars-big-5.png') no-repeat left center; }


/*********************************************************/
/******************** HEADING STEPS **********************/
/*********************************************************/

.Heading-Steps{
	float: left;
	width: 100%;
	height: 74px;
	margin-bottom: 74px;
	background-image: url('../images/obj/steps.png');
	background-repeat: repeat-x;
	background-position: 0 16px;	
}

.Heading-Steps .Icon{
	position: relative;
	float: right;
	background-image: url('../images/icons/ring-big.png');	
	margin: 0 20px;
}

.Heading-Steps .Icon.Inactive{
	background-image: url('../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: "Nunito";
	font-size: 1.0em;
	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 25px 5px 75px;
	left: -20px;
	border: 1px solid white;
	border-radius: 20px;
	-o-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px; 
	margin: 0 0 10px;
}

.Step.Error{
	border: 1px solid red;
	margin: 0 0 10px;
}

.Step div{ display: inline-block; }

.Step .Icon{
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -19px;
	width: 39px;
	height: 39px;
	
	background: url('../images/icons/ring-small.png');
	
	color: #252161;
	text-align: center;
	line-height: 39px;
	font-weight: bold;
	font-size: 1.05em;
}

.Step.Error .Icon{
	background: url('../images/icons/ring-small-error.png');
}

.Step.Selected .Icon{
	background: url('../images/icons/ring-small-inactive.png');
	color: #ffffff;
}
 

/*** step icons look crap on narrow screens ***/
@media only screen and (max-width: 587px) {
    .Step{
        padding: 0;
        left: 0px;
    }
    .Step .Icon{
        display: none;
    }	
    .Step .customSelect{
        font-size: 12px;
    }
}

/*********************************************************/
/******************** TOTALS *****************************/
/*********************************************************/

.Totals {
	float: right;
	margin: 0 15px 10px;
}

.Totals > *{
	display: table-cell;
	padding-left: 15px;
	vertical-align: baseline;
}

#Basket .Header.Primary{
	display: table;
}

#Basket .Header.Primary > *{
	display: table-cell;
	vertical-align: baseline;
}

#Basket .Header.Primary > p{
	text-align: right;
}

#Basket .Header.Primary a{
	text-decoration: underline;
}

/*********************************************************/
/******************** PAYMENT METHOD *********************/
/*********************************************************/

#Country-Choose .Step-1 .Icon { background: url('../images/icons/ring-small-inactive.png'); color: #ffffff; }
#Country-Choose .Step-2 .Icon { background: url('../images/icons/ring-small-inactive.png'); color: #ffffff; }         

#Country-Choose.Not .Step-1 .Icon { background: url('../images/icons/ring-small.png'); color: #252161; }
#Country-Choose.Not .Step-2 label { color: #a9a9a9; }
#Country-Choose.Not .Step-2 .Icon { background: url('../images/icons/ring-small.png'); color: #252161; }
#Country-Choose.Not .Step-2 .customSelect { opacity: 0.5; }
       
#Country-Choose.Not .Payment-Method { opacity: 0.25; cursor: not-allowed; }

#Country-Choose.Not-2 .Step-1 .Icon { background: url('../images/icons/ring-small-inactive.png'); color: #ffffff; }
#Country-Choose.Not-2 .Step-2 label { color: #a9a9a9; }
#Country-Choose.Not-2 .Step-2 .Icon { background: url('../images/icons/ring-small.png'); color: #252161; }

#Country-Choose.Not-2 .Payment-Method { opacity: 0.25; cursor: not-allowed; } 

#Country-Choose.Not .Payment-Method,
#Country-Choose.Not-2 .Payment-Method {
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */	
}

.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 */
}

.Payment-Method.Selected{
	border: 5px solid #ec7516;
	padding: 0;
}

/*********************************************************/
/******************** CONTACT TAB ************************/
/*********************************************************/

body #Contact-Us{
	position: fixed;
	top: 120px;
	width: 606px;
	background-color: #e8eef4;
	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/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/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%;
	margin: 0 0 15px;
    position: relative;
	overflow: hidden;
}

.Cycle .Elements{
    float: left;
    width: 100%;
	overflow: hidden;
	position: relative;
	max-height: 300px;
}

@media only screen and (min-width: 1176px) {
	.Cycle .Elements{
		max-height: 362px; 
	}
}

@media only screen and (min-width: 784px) and (max-width: 979px) {
	.Cycle .Elements{
		max-height: 238px; 
	}
}

@media only screen and (min-width: 588px) and (max-width: 783px) {
	.Cycle .Elements{
		max-height: 176px; 
	}
}

.Cycle .Elements a{
	float: left;
	width: 100%;
}

.Cycle .Elements a img{
	max-width: 100%;
	width: auto;
	height: auto;
	float: left;
}

/*** NAV ***/

.Cycle .Nav{
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 99999;
}

.Cycle .Nav a{
    float: left;
    height: 9px;
    width: 9px;
	margin-right: 4px;
	background-image: url('../images/obj/nav.png');
}

.Cycle .Nav a.cycle-pager-active{
    background-image: url('../images/obj/nav-active.png');
}

/*** banners would be  unreadable on low widths, so we disable it ***/
@media only screen and (max-width: 587px) {
	.Cycle{
		display: none;
	}
}

/*********************************************************/
/******************** CAROUSEL ***************************/
/*********************************************************/

.Carousel-Container{
	width: 100%;
	position: relative;
}

.Carousel {
    position: relative;
	overflow: hidden;
    height: 50px;
	clear: both;
}

#Thumbnails .Carousel{
	height: 164px; 
	margin: 0 45px;
}

.Carousel-List {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
}

.Carousel-Item {
    float: left;
	margin: 0 0 0 0;
}

/*** Buttons ***/

.Carousel-Container#Brands .Prev,
.Carousel-Container#Brands .Next{
	position: absolute;
	height: 134px;
	width: 34px;
	top: 0px;
	cursor: pointer;
}

.Carousel-Container#Brands .Prev{
	left: 0px;
	background-image: url('../images/elem/scroll-left.jpg');
}

.Carousel-Container#Brands .Next{
	right: 0px;
	background-image: url('../images/elem/scroll-right.jpg');
}

.Carousel-Container#Brands .Prev.Inactive,
.Carousel-Container#Brands .Next.Inactive{
	display: none;
}

.Carousel-Container#Thumbnails .Prev,
.Carousel-Container#Thumbnails .Next{
	position: absolute;
	height: 132px;
	width: 45px;
	top: 15px;
	cursor: pointer;
}

.Carousel-Container#Thumbnails .Prev{
	left: 0px;
	background-image: url('../images/elem/arrow-left.png');
	background-repeat: no-repeat;
	background-position: center;
}

.Carousel-Container#Thumbnails .Next{
	right: 0px;
	background-image: url('../images/elem/arrow-right.png');
	background-repeat: no-repeat;
	background-position: center;
}

.Carousel-Container#Thumbnails .Prev.Inactive,
.Carousel-Container#Thumbnails .Next.Inactive{
	display: none;
}

/*** Brands ***/

.Carousel.Brands{
	height: 133px;
	margin: 0 38px 30px;
}

@media only screen and (min-width: 1176px) {
	.Carousel.Brands{
		margin: 0 62px 30px;
	}
}

.Carousel.Brands a {
	float: left; 
	height: 133px;
	width: 133px;
	margin-right: 15px;
}

.Carousel.Brands a img {
	vertical-align: middle;
	width: 133px;
}

.Carousel.Brands a img:hover {
	opacity: 0.9;
}

/*********************************************************/
/******************** 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: #E7ECF3;
}

.ui-autocomplete li a {
	color: #252161;
	text-decoration: none;
}

.ui-autocomplete li a span {
	color: #ec7516;
	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: 3px;
    background-color: white;
  
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
	
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	
	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);
	
	z-index: 99999999;
}

.Product-Suggestions a.Item{
	float: left;
	position: relative;
	width: 100%;
	min-height: 55px;
    padding: 5px 5px 5px 60px;
	font-size: 0.75em;
	line-height: 1.25;
	border-bottom: 1px solid #dedede;
}

.Product-Suggestions a.Item:hover{
    background: #E7ECF3;
	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: #252161;
}

.Product-Suggestions a.Item span.Price{
    font-weight: bold;
	color: #ec7516;
}


/*********************************************************/
/******************** ADD THIS ***************************/
/*********************************************************/

.addthis_toolbox{
	margin-bottom: 1em;
}

/*********************************************************/
/******************** RESPONSIVE IFRAME ******************/
/*********************************************************/

.Responsive-Iframe{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 240px;
	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/elem/arrow-up-white.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #252161;
	
	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/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 #dedede;
	background-color: #a6d0e3;
	z-index: 1000;
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding-top: 9px;
}

#Cookie-Consent p{
	font-size: 0.75em;
}

/*********************************************************/
/******************** 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/elem/processing.gif');
	background-repeat: no-repeat;
	background-position: center top;
	color: #252161;
	font-size: 0.9em;
	line-height: 1.4;
	text-align: center;
}

/*********************************************************/
/****************** POP UP *******************************/
/*********************************************************/

.Pop{
	cursor: default;
}

.Basis .Label.Pop span{
	color: #252161;
}

.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: 60px;
	overflow: hidden;
}

.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;
}

/*********************************************************/
/******************* mCustomScrollbar theme **************/
/*********************************************************/

.mCS-volo.mCSB_scrollTools .mCSB_draggerRail{
	width: 6px;
	background-color: #000;
	background-color: rgba(37,33,97,0.2);
}

.mCS-volo.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 6px;
}

.mCS-volo.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
.mCS-volo.mCSB_scrollTools_horizontal .mCSB_draggerRail{
	width: 100%;
	height: 6px;
	margin: 5px 0;
}

.mCS-volo.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
.mCS-volo.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
	width: 12px;
}

.mCS-volo.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
.mCS-volo.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
	height: 12px;
	margin: 2px 0;
}

/* theme "dark-3" */

.mCS-volo.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #000;
	background-color: rgba(37,33,97,0.75);
}
.mCS-volo.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background-color: #000;
	background-color: rgba(37,33,97,0.85);
}
.mCS-volo.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-volo.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background-color: #000;
	background-color: rgba(37,33,97,0.9);
}

.mCS-volo.mCSB_scrollTools .mCSB_draggerRail{
	background-color: #000;
	background-color: rgba(37,33,97,0.1);
}

.mCS-volo.mCSB_scrollTools .mCSB_buttonUp{
	background-position: -112px -72px;
}
.mCS-volo.mCSB_scrollTools .mCSB_buttonDown{
	background-position: -112px -92px;
}
.mCS-volo.mCSB_scrollTools .mCSB_buttonLeft{
	background-position: -120px -112px;
}
.mCS-volo.mCSB_scrollTools .mCSB_buttonRight{
	background-position: -120px -128px;
}