/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */
	
	
/*	
		font-family:'DIN Next W01';
*/


/* #Reset & Basics 
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
select::-ms-expand {
    display: none;
}


/* #Basic Styles
================================================== */

body {
	font-family: 'DIN Next W01', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	background: #f5f5f5 url(../images/bg-white.png) 0 0 repeat-x;
}

body.noScroll {
	overflow: hidden;
}


/* #Typography
================================================== */
	
h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-weight: 500;
	margin-bottom: 20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	text-decoration: none;
}
h1 {
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
}
h2 {
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
	color: #333;
}
h3 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #444;
}
h4 {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 10px;
}
h5 {
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: 300;
}
h6 {
	font-size: 14px;
	line-height: 21px;
}

p {
	margin: 0 0 22px 0;
}

p.discountBanner {
	display: block;
	font-size: 15px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	padding: 12px 10px 8px;
	box-sizing: border-box;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 0 30px !important;
}

p.discountBanner::before {
	content: "";
	width: 24px;
	height: 22px;
	display: inline-block;
	background: url('../images/sprite.png') no-repeat -310px -285px;
	background-size: 500px 500px;
	margin-right: 10px;
	vertical-align: middle;
}

p.question::before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url('../images/sprite.png') no-repeat -350px -285px;
	background-size: 500px 500px;
	margin-right: 10px;
	vertical-align: middle;
}
.feature a .txt .box p.icon,
p.icon a {
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
}

.feature a .txt .box p.icon::after,
p.icon.left a::before,
p.icon a::after {
	content:'';
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 12px;
	margin-top: 7px;
	margin-left: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

	p.icon a {
		text-decoration: none !important;
	}
	
	p.icon.left a::after {
		display: none;
	}
	.feature a .txt .box p.icon::after,
	p.icon a::after,
	p.icon.left a::before {
		background: url('../images/sprite.png') no-repeat -15px -75px;
		background-size: 500px 500px;
	}
	.feature a:hover .txt .box p.icon::after,
	p.icon a:hover::after,
	p.icon.left a:hover::before {
		background: url('../images/sprite.png') no-repeat 0 -75px;
		background-size: 500px 500px;
	}
	
	p.icon.left a::before {
		margin-right: 10px;
		margin-left: 0;
		transform: rotate(180deg)
	}
	
p.lead {
	font-size: 20px;
	line-height: 28px;
}

p.success {
	background: #e6ffcc;
	color: #4b9700;
	padding: 10px 15px 8px;
	border: 1px solid #6c0;
	box-sizing: border-box;
	margin-right: 0;
	border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px;
}

p.success::before {
	content: "";
	display: block;
	float: left;
	background: url('../images/sprite.png') no-repeat -130px -470px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

p.error {
	background: #FFCCCC;
	color: #900;
	padding: 10px 15px 8px;
	border: 1px solid #c00;
	box-sizing: border-box;
	margin-right: 0;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

p.error::before {
	content: "";
	display: block;
	float: left;
	background: url('../images/sprite.png') no-repeat -175px -470px;
	background-size: 500px 500px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

em {
	font-style: italic;
}
strong {
	font-weight: 700
}
small {
	font-size: 85%;
	line-height: 85% !important;
}

/*	Blockquotes  */
blockquote, blockquote p {
	font-style: italic;
	font-size: 19px;
	font-weight: 200;
	line-height: 27px;
	margin-bottom: 0;
	color: #000;
}
blockquote,blockquote p {
	margin: 0 0 20px;
}
blockquote .footer {
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	line-height: 23px;
	color: #555;
	margin-bottom: 10px;
}

hr {
	display: block;
	border: solid rgba(0,0,0,0.1);
	border-width: 0 0 1px;
	clear: both;
	padding-top: 40px;
	margin: 0 10px 60px;
	height: 0;
}

.column hr, .columns hr {
	margin: 0 0 60px;
}

	hr.narrow {
    	padding-top: 10px;
		margin: 18px 10px 32px;
	}
	.column hr.narrow , .columns hr.narrow  {
		margin: 18px 0 32px;
	}




/* #Links
================================================== */

a, a:active, a:focus {
	color: #000;
	text-decoration: none;
	outline: 0;
	font-weight: 500;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;
}
a:hover {
	color: #000;
	text-decoration: none;
}
h4 a, p a, li a {
	line-height: inherit;
	text-decoration: underline;
}
a[href^=tel]{
  color:inherit;
  text-decoration:none;
}


/* #Lists
================================================== */

ul, ol {
	margin-bottom: 20px;
	margin-left: 40px;
}
ul {
	list-style: square outside;
}
ol {
	list-style: decimal inside;
	margin-left: 0 !important;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}

ul ul, ul ol,  ol ol, ol ul {
	margin: 4px 0 5px 18px;
	/*font-size: 90%;*/
}
ul ul li, ul ol li,  ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	line-height: 22px;
	margin-bottom: 3px;
}


/* pagination */

ul.pagination {
	margin: 0;
	list-style: none;
}

ul.pagination li {
	display: inline;
	margin-right: 5px;
	list-style: none;
	border-radius: 2px;
}

ul.pagination li.nobg {
	color: #333;
	margin-right: 20px;
}

ul.pagination li.disabled {
	display: inline-block;
	padding: 0 11px;
}

ul.pagination li.selected a {
	background: #000;
	color: #fff;
}

ul.pagination li a, ul.pagination li span.off {
	display: inline-block;
	background: #777;
	color: #fff;
	font-size: 18px;
	padding: 10px 15px 8px 15px;
	margin-bottom: 20px;
	border-radius: 2px;
	text-decoration:none;
}

ul.pagination li span.off {
	background: #bbb;
}

ul.pagination li a:hover {
	background: #111;
	color: #fff;
}


/* linklist */

ul.linklist, ul.linklist li, ul.doclist, ul.doclist li, ul.ticklist, ul.ticklist li {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

ul.linklist, ul.doclist, ul.ticklist {
	margin: 0 0 25px;
}

ul.linklist li, ul.ticklist li {
	font-size: 16px;
}

ul.linklist li {
	margin-bottom: 5px;
	padding: 5px 0;
}

ul.linklist li::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	margin-top: -3px;
	margin-right: 10px;
	background-size: 500px 500px !important;
}

	ul.linklist li.tel::before {
		background: url('../images/sprite.png') no-repeat 0 -110px;
	}
	ul.linklist li.email::before {
		background: url('../images/sprite.png') no-repeat 0 -138px;
		margin-top: 0px;
	}
	
ul.ticklist li {
	background: url('../images/sprite.png') no-repeat -175px -634px;
	background-size: 500px 500px;
	width: auto;
	height: 32px;
	padding: 0 0 0 38px;
	margin-bottom: 20px;
}

/* tab navigation */

.tabHolder {
	margin-top: 40px;
}
.tabInfo {
	margin-bottom: 40px;
}
ul.tabNavigation {
  list-style: none;
  margin: 0;
  padding: 0;
  /*border-bottom: 1px solid #ddd;*/
}

ul.tabNavigation li {
  float: left;
  margin: 0 5px -1px 0;
  padding: 0;
	list-style: none;
}

ul.tabNavigation li a {
	display: block;
	padding: 10px 14px 9px;
	background-color: #ddd;
	color: #656565;
	/*border: 1px solid #ddd;*/
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
}

ul.tabNavigation li a:hover {
  background-color: #000;
  /*border: 1px solid #000;*/
  /*border-bottom: 1px solid #efeeed;*/
  color: #fff;
}

ul.tabNavigation li a.selected {
  background-color: #fff;
  /*border: 1px solid #ccc;*/
  /*border-bottom: 1px solid #fff;*/
  color: #333;
}

ul.tabNavigation li a:focus {
  outline: 0;
}

.docGroup div {
	/*border: 1px solid #ddd;
	border-top: none;*/
	padding: 22px 25px 1px;
	background: #fff;
}

/* doclist */
	
ul.doclist li a {
	display: inline-block;
	line-height: 32px;
}

ul.doclist li a::before {
	content: "";
	display: block;
	width: 24px;
	height: 32px;
	float: left;
	margin-right: 15px;
	transition: all 0.15s ease-out;
}
	ul.doclist li.ies a::before {
		background: url('../images/sprite.png') no-repeat -230px -286px;
		background-size: 500px 500px !important;
	}
	ul.doclist li.ldt a::before {
		background: url('../images/sprite.png') no-repeat -270px -286px;
		background-size: 500px 500px !important;
	}
	ul.doclist li.pdf a::before {
		background: url('../images/sprite.png') no-repeat -190px -286px;
		background-size: 500px 500px !important;
	}
	
ul.doclist li a:hover {
	color: #000;
}

/* sitemap */


ul.sitemap, ul.sitemap ul {
	margin: 0px 0px 0px 30px;
	list-style: none;
	padding: 0;
}
ul.sitemap li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
}
	ul.sitemap li:before {
		position: absolute;
		left: -25px;
		top: 0px;
		content: '';
		display: block;
		border-left: 1px solid #ccc;
		height: 15px;
		border-bottom: 1px solid #ccc;
		width: 20px;
	}
	ul.sitemap li:after {
		position: absolute;
		left: -25px;
		bottom: -7px;
		content: '';
		display: block;
		border-left: 1px solid #ccc;
		height: 100%;
	}
ul.sitemap li.root {
	margin: 0px 0px 0px -30px;
}
	ul.sitemap li.root:before {
		display: none;
	}
	ul.sitemap li.root:after {
		display: none;
	}
	ul.sitemap li:last-child:after {
		display: none;
	}
	
/* blog tags */
	
ul.tags {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

ul.tags li {
	margin: 0;
	padding: 0;
}

ul.tags li a {
	display: block;
	float: left;
	font-size: 14px;
	margin: 0 5px 5px 0;
	padding: 6px 10px 4px;
	background: #111;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
	ul.tags li a:hover {
		background: #444;
	}
	
/* checkout progress */

/* progress bar */

#progressbar {
	margin: 0 0 20px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	font-size: 13px;
    line-height: 20px;
	width: 25%;
	float: left;
	position: relative;
    text-align: center;
}
#progressbar li:before {
    position: relative;
	content: counter(step);
	counter-increment: step;
	width: 33px;
	height: 13px;
	display: block;
	font-size: 16px;
    font-weight: 700;
	color: #333;
	background: #ccc;
	border-radius: 50%;
	margin: 0 auto 5px auto;
	padding: 8px 0 12px;
    text-align: center;
    z-index: 5;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #ddd;
	position: absolute;
	left: -50%;
	top: 16px;
	z-index: 1;
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #000;
	color: #fff;
}
/* active failed */
#progressbar li.active.failed:before,  #progressbar li.active.failed:after{
	background: #c00;
	color: #fff;
}


/* accordion
-------------------------- */

dl.aList {
	margin-bottom: 20px;
}

dl.aList dt {
	font-size: 17px;
	line-height: 25px;
	background: #fff;
	color: #555;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	padding: 10px 0 6px;
}
	dl.aList dt::before {
		content: "";
		display: block;
		float: left;
		background: url('../images/sprite.png') no-repeat 3px -75px;
		background-size: 500px 500px;
		width: 12px;
		height: 12px;
		cursor: pointer;
		margin: 4px 8px 0 10px;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	dl.aList dt:hover {
		background: #ddd;
		color: #000;
	}
	dl.aList dt.active {
		background: #777;
		color: #fff;
		background-size: 500px 500px;
		border-bottom: none;
	}
		dl.aList dt:hover::before, dl.aList dt.active::before {
			transform: rotate(90deg);
			transform-origin: 50% 50%;
		}

dl.aList dd {
	font-size: 15px;
	line-height: 23px;
	padding: 25px 32px 7px 32px;
	border: none;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

dl.aList dd ul {
	margin-left: 22px;
	margin-bottom: 10px;
}



/* #Images
================================================== */

figure {
	padding-top: 10px;
	margin-bottom: 30px;
}
	figcaption {
		padding: 16px 18px 15px;
		background: #e4e4e4;
		font-size: 14px;
		line-height: 21px;
	}
		figcaption p {
			margin-bottom: 0;
		}

img.scale {
	max-width: 100%;
	height: auto;
	display:block;
}

img.insetL {
	float: left;
	margin: 0 30px 20px 0;
}

img.insetR {
	float: right;
	margin: 0 0 20px 30px;
}

img.insetL.small, img.insetR.small {
	max-width: 50%
}

img.searchImg {
	width: 70px;
	height: auto;
	margin: 0 20px 20px 0;
	float: left;
}

img.centerImg {
	margin: 0 auto 20px;
}

/* #Buttons
================================================== */

.button, input[type="submit"], input[type="button"], .ms-options-wrap button {
	font-family: 'DIN Next W01', Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	background: #444;
	border: 1px solid rgba(0,0,0,0.1);
	color: #fff !important;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin: 0;
	margin-bottom: 20px;
	line-height: 15px;
	padding: 12px 10px 10px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-appearance: none;
	box-sizing: border-box;
}
.remove, .close {
	font-family: 'DIN Next W01', Arial, Helvetica, sans-serif;
	font-size: 25px;
	background-color: #ccc;
	transform: translateY(2px)
}
	.infogrid .remove, .close {
		padding: 6px 5px 3px;
		float: right
	}
.button.dull, input[type="submit"].dull, input[type="button"].dull {
	background: #999;
}
.button.full-width, input[type="submit"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
input[type="button"].disabled {
	background: #999;
    cursor: default;
}
.button.paypal, input[type="submit"].paypal, input[type="button"].paypal {
	padding: 7px 10px 4px;
	background: #ccc;
	color: #333 !important;
}
.button.paypal::before, input[type="submit"].paypal::before, input[type="button"].paypal::before {
	position: relative;
	top: -1px;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	content: "";
	background: url('../images/sprite.png') no-repeat -270px -345px;
	background-size: 500px 500px;
	margin-right: 8px;
}
.button.checkout::before, input[type="submit"].checkout::before, input[type="button"].checkout::before,
.button.creditcard::before, input[type="submit"].creditcard::before, input[type="button"].creditcard::before,
.button.crypto::before, input[type="submit"].crypto::before, input[type="button"].crypto::before {
	position: relative;
	top: -1px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	content: "";
	background: url('../images/sprite.png') no-repeat -310px -350px;
	background-size: 500px 500px;
	margin-right: 8px;
}

.button.creditcard::before, input[type="submit"].creditcard::before, input[type="button"].creditcard::before {
	width: 21px;
	background: url('../images/sprite.png') no-repeat -345px -350px;
	background-size: 500px 500px;
}
.button.crypto::before, input[type="submit"].crypto::before, input[type="button"].crypto::before {
	background: url('../images/sprite.png') no-repeat -385px -350px;
	background-size: 500px 500px;
}

.button:hover, input[type="submit"]:hover, input[type="button"]:hover {
	color: #fff !important;
	background-color: #000;
}

.button.paypal:hover, input[type="submit"].paypal:hover, input[type="button"].paypal:hover {
	background: #b7eaff;
	color: #012169 !important;
}

/* Fix for odd Mozilla border & padding issues */
input::-moz-focus-inner {
 border: 0;
 padding: 0;
}

.matchLabel {
	margin-left: 240px !important;
}


/* #Forms
================================================== */

form {
	margin-bottom: 10px;
}
.options form {
    margin-bottom: 0;
}

fieldset {
	margin-bottom: 20px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="search"], textarea, select {
	font-family: 'DIN Next W01', Arial, Helvetica, sans-serif;
	font-size: 15px;
	border: 1px solid #ddd;
	padding: 10px 8px 9px;
	outline: none;
	color: #555;
	margin: 0;
	width: 440px;
	line-height: 15px;
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
	background: #fff;
	-webkit-appearance: none;
	float: left;
	box-sizing: border-box;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, input:-moz-placeholder {
	line-height: 40px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="search"]:focus, textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
textarea {
	min-height: 200px;
	line-height: 20px;
	padding: 11px 8px 10px;
}
label,  legend {
	clear: both;
	display: block;
	font-size: 15px;
	padding-top: 8px;
	padding-right: 8px;
	float: left;
	width: 240px;
	margin-bottom: 6px;
	color: #000;
	box-sizing: border-box;
}

input.full-width, textarea.full-width, select.full-width, label.full-width {
	width: 100%
}

input.short, textarea.short, select.short, label.short {
	width: 215px;
}
input.mid, textarea.mid, select.mid, label.mid {
	width: 46%;
}
input.qty {
	width: 60px !important;
}

select {
	background: #fff url('../images/select-arrow.gif') center right no-repeat;
	padding: 12px 8px 9px;
	webkit
}
input[type="checkbox"], input[type="radio"] {
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -1px;
}

input.input-validation-error, select.input-validation-error, textarea.input-validation-error {
	border: 1px solid #e50004;
	background: #ffe6e6 !important;
	color: #e50004;
	margin: 0 0 20px 0 !important;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(229, 0, 4, 1);
	-moz-box-shadow:    inset 0px 0px 1px 0px rgba(229, 0, 4, 1);
	box-shadow:         inset 0px 0px 1px 0px rgba(229, 0, 4, 1);
}
select.input-validation-error{
	background: #ffe6e6 url('../images/select-arrow.gif') center right no-repeat !important;
}

/*#filterHolder {
	margin-bottom: 0;
}

#filterHolder div {
	margin-bottom: 20px;
}

#filterHolder label, #filterHolder input[type="checkbox"] {
	margin: 0 6px 0 0;
	padding: 0;
}
	#filterHolder label {
		font-size: 13px;
	}*/
	

/* #Tables
================================================== */

/* info grid */

table.infogrid {
	margin-bottom: 30px;
}
table.infogrid input, table.infogrid .button {
	margin-bottom: 0;
	transform: translateY(-2px)
}

	#benefits table.infogrid {
		margin: 10px 0 40px;
	}

.infogrid th, .infogrid td {
	padding: 8px 8px 4px;
	font-size: 14px
}

.infogrid th {
	background: #999;
	color: #fff;
	text-align: left;
	border-bottom: 3px solid #f5f5f5;
}
	.infogrid th.right {
		text-align: right;
	}
	.infogrid th.center {
		text-align: center;
	}
.infogrid td {
	background: #fff;
	border-bottom: 3px solid #f5f5f5;
}
	.infogrid td.empty {
		border: none !important;
		background: none !important;
	}
	.infogrid td.warning {
		border-top: 1px solid #c00 !important;
		border-bottom: 1px solid #c00 !important;
		background: none !important;
		padding-top: 15px;
		padding-bottom: 13px;
		text-align: center !important;
		color: #c00;
	}
    .infogrid td p{
        margin-bottom: 0;
    }
	.infogrid td.total {
		font-weight: 700;
		background: #fff !important;
	}
	.infogrid td.subtotal {
		background: #fff !important;
		border-bottom: 3px solid transparent;
	}
	.infogrid td.discount {
		color: #690;
		background: #fff !important;
	}
.infogrid img {
	width: 72px;
	float: left;
}



/* #Misc
================================================== */

.bgBlack {
	background: #000;
}

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}

.mt-0 {
	margin-top: 0 !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}

.mr-10 {
	margin-right: 10px !important;
}
.mr-20 {
	margin-right: 20px !important;
}

.m-0 {
	margin: 0 !important;
}

.flo-l {
	float: left !important;
}
.flo-r {
	float: right !important;
}

.center {
	text-align: center;
}
div.left {
	text-align: left;
}
div.right, div.sortLabel {
    text-align: right;
}
.strike {
	text-decoration: line-through;
}

.mob-only, .mob-only-p, .mob-only-all, .tab-only, .hidden {
	display: none;
}

.loader {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(255,255,255, 0.5) url('/images/preload.gif') 50% 50% no-repeat;
}

.divider {
	margin: 0 10px;
	color: #999;
}

::selection {
	background: #ddd; /* Safari */
	color: #000;
}
::-moz-selection {
	background: #ddd; /* Firefox */
	color: #000;
}

.hilight {
	color: #c00 !important;
}
.lolight {
	color: #746a65;
	font-size: 13px;
}
.date {
	font-size: 14px !important;
	line-height: 21px !important;
	color: #777;
	text-transform: uppercase;
}

.disclaimer {
	font-size: 14px;
	line-height: 21px;
	color: #777;
}

/*  Cookie law  */

#cookie-law {
    max-width: 100%;
    background: #000; 
    margin: 0 auto;
	padding: 20px 0;
	position: relative;
	z-index: 100;
}
 
#cookie-law p { 
    padding: 0 30px 0 0; 
    font-size: 15px; 
    color: #fff; 
    margin: 0;
}

#cookie-law a { 
  color: #fff;
	text-decoration: underline; 
}

#cookie-law a.close-cookie-banner { 
    position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -10px;
}

/* autocomplete */

.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,0.1);
    /* core styles should not be changed */
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 281px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.autocomplete-suggestion {
    position: relative;
    padding: 2px 8px 1px 2px;
    font-size: 0.95em;
    font-weight: 600;
    line-height: 33px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    border-bottom: 1px solid #eee;
}
    .autocomplete-suggestion:last-child {
        border-bottom: none;
    }
    .autocomplete-suggestion b {
        color: #888;
        font-weight: 400;
    }
    .autocomplete-suggestion img {
        width: 32px;
        float: left;
        margin-right: 10px;
    }
    .autocomplete-suggestion.selected {
        background: #f0f0f0;
    }

/* new autocomplete */
#suggestions {
	text-align: left;
	cursor: default;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
	box-shadow: -1px 1px 3px rgba(0,0,0,0.1);
	/* core styles should not be changed */
	position: absolute;
	/*display:none;*/
	z-index: 9999;
	max-height: 281px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}

.suggestion {
	position: relative;
	padding: 2px 8px 1px 2px;
	font-size: 0.95em;
	font-weight: 600;
	line-height: 33px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	border-bottom: 1px solid #eee;
}

	.suggestion:last-child {
		border-bottom: none;
	}

	.suggestion b {
		color: #888;
		font-weight: 400;
	}

	.suggestion img {
		width: 32px;
		float: left;
		margin-right: 10px;
	}

	.suggestion.selected {
		background: #f0f0f0;
	}