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

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

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

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: 1.5em;
	color: #ea320e;
}

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

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

nav.List a{
	padding-left: 1.25em;
	color: #ea320e;
	background-image: url('../images/elem/arrow.png');
	background-repeat:  no-repeat;
	background-position: left 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 center;
}

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

nav.Tags a{
	color: #ea320e;
}

nav.Tags a.Tag-Smallest{ font-size: 0.75em; }
nav.Tags a.Tag-Smaller{ font-size: 0.8em; }
nav.Tags a.Tag-Small{ font-size: 0.9em; }
nav.Tags a.Tag-Medium{ font-size: 1.0em; }
nav.Tags a.Tag-Large{ font-size: 1.1em; }
nav.Tags a.Tag-Larger{ font-size: 1.3em; }
nav.Tags a.Tag-Largest{ font-size: 1.4em; }

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

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

nav.Item-List a:hover,
nav.Item-List a.Selected{
	text-decoration: none;
	background-position: 0 -20px;
}

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

nav.Colour-List a{
	color: #ea320e;
	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 #b1c6d7;
	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; }

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

.Return.Left{
	float: left;
}

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


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

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

.Reviews a{
	text-decoration: underline;
	font-size: 0.75em;
	color: #6c6c6c;
}

.Reviews.Big a{
	font-size: 0.8em;
}

.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: "Heading";
	font-size: 1.0em;
	text-align: center;
	width: 100px;
	height: 32px;
}

/*** step icons look crap on narrow screens ***/
@media only screen and (max-width: 605px) {
	.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;
}

.Step.Error{
	border: 1px solid red;
	display: inline-block;
	margin: 0 0 10px;
}

.Step:first-child{ border: 0; }
.Step div{ display: inline-block; }

.Step .Icon{
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -20px;
	width: 39px;
	height: 39px;
	
	background: url('../images/icons/ring-small.png');
	
	color: #6c6c6c;
	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;
}
      

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

.Totals {
	float: right;
	margin: 0 0 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 *********************/
/*********************************************************/

.Payment-Method{
	border: 1px solid #ceddea;
	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(44, 90, 130, 0.4);
	-moz-box-shadow: 0px 2px 2px 0px rgba(44, 90, 130, 0.4);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(44, 90, 130, 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 #72AED4;
	padding: 0;
}


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

#Contact-Us{
	position: fixed;
	top: 120px;
	width: 606px;
	background-color: #95c4e2;
	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.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0,0, 0.2);
}

#Contact-Us *{
	color: #ffffff;
}

@media print
{
    #Contact-Us{
        display:none;
    }
}

#Contact-Us-Tab{
	position: absolute;
	left: -40px;
	top: 0px;
	width: 40px;
	height: 125px;
	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: 605px) {
	#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: 807px) {
	.Banner{
		display: none;
	}
}

/*********************************************************/
/******************** CYCLE ******************************/
/*********************************************************/

.Cycle{
    float: left;
    width: 100%;
	margin: 0 0 15px;
    position: relative;
}

.Cycle .Elements{
    float: left;
    width: 100%;
	height: 349px;
    overflow: hidden;
}

.Cycle .Elements a{
	float: left;
}

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

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

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

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

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

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

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

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

/*** Buttons ***/

.Carousel .Prev,
.Carousel .Next{
	position: absolute;
	height: 18px;
	width: 12px;
	top: 50%;
	margin-top: -9px;
	cursor: pointer;
}

.Carousel .Prev{
	left: -0px;
	background-image: url('../images/elem/arrow-left.png');
}

.Carousel .Next{
	right: -0px;
	background-image: url('../images/elem/arrow-right.png');
}

/*** Brands ***/

.Carousel.Brands a {
    display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 50px;
	width: 196px;
}

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


/*********************************************************/
/******************** SPECIAL OFFER **********************/
/*********************************************************/

.Special .Heading{
	color: #466c96;
	font-family: "Heading";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 3.0em;
	margin-bottom: 0.25em;
}

.Special .Subheading{
	color: #e1761c;
	font-family: "Heading";
	text-transform: uppercase;
	font-size: 1.25em;
	margin-bottom: 1em;
}

.Special .Prices{
	position: relative;
	left: -55px;
	padding: 12px 0 0 55px;
	width: 315px;
	height: 112px;
	background-image: url('../images/elem/prices.png');
	margin-bottom: 30px;
}

.Special .Price-RRP{
	color: #9dcbe0;
	text-decoration: line-through;
	font-family: "Heading";
	line-height: 1.25;
	font-size: 1.3em;
}

.Special .Price{
	color: #ffffff;
	font-weight: bold;
	font-size: 1.7em;
	font-family: "Heading";
	line-height: 1.25;
}

.Special .Price-Save{
	color: #e1761c;
	font-weight: bold;
	font-family: "Heading";
	line-height: 1.25;
	font-size: 1.4em;
}

.Special .Clock{
	height: 52px;
	padding-top: 5px;
	padding-left: 60px;
	background-image: url('../images/elem/clock.png');
	background-repeat: no-repeat;
	background-position: left; 
}

/*********************************************************/
/******************** SUGGESTIONS ************************/
/*********************************************************/

/*** AUTOCOMPLETE ***/

.ui-autocomplete {
	position: absolute;
	background-color: white;
	overflow: hidden;
	list-style: none;
	border-left: 1px solid #95acc1;
	border-right: 1px solid #95acc1;
	border-bottom: 0;
	padding: 3px;
	margin: 0;
	z-index: 1000000;
	box-shadow: 0 5px 6px 1px rgba(44,90,131,0.5);
	-moz-box-shadow: 0 5px 6px 1px rgba(44,90,131,0.5);
	-webkit-box-shadow: 0 5px 6px 1px rgba(44,90,131,0.5);
}

.ui-autocomplete li {
	line-height: 2;
	text-indent: 6px;
	font-size: 0.9em;
	border-bottom: 1px solid #e7edf2;
	cursor: pointer;
}

.ui-autocomplete li:hover {
	background: #e7edf2;
}

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

.ui-autocomplete li a span {
	color: #e0741a;
	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-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(174,229,87,0.8);
	-moz-box-shadow: 0 5px 6px 1px rgba(174,229,87,0.8);
	-webkit-box-shadow: 0 5px 6px 1px rgba(174,229,87,0.8);
	
	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 #e7edf2;
}

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

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


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

.addthis_toolbox{
	float: left;
	width: 100%;
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
}

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

.Responsive-Iframe{
	overflow: hidden;
	position: relative;
	width: 100%;
	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: 10%;
	
	cursor: pointer;
	
	background-image: url('../images/elem/arrow-up-white.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #72aed4;
	
	opacity: 0.8;
	
	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.2);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

#Top:hover{
	opacity: 1.0;
}

/*********************************************************/
/******************** COOKIE CONSENT *********************/
/*********************************************************/

#Cookie-Consent{
	border-top: 2px solid #85bbd5;
	background-color: #b2d4e7;
	z-index: 1000;
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding-top: 9px;
}

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

/*********************************************************/
/******************** POPUP ******************************/
/*********************************************************/

.Pop{
	position: relative;
}

.Pop span{
	color: #e4ac20;
}

.Pop-Up{
	position: absolute;
	width: 300px;
	padding: 7px 7px 5px;
	border: 1px solid #6c6c6c;
	font-weight: normal;
	background-color: #ffffff;
	color: #e4ac20;
	font-size: 0.8em;
	text-transform: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 10000;
}

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