/*
* 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 */
	

/*	FONTS

		font-family:'Rockwell W01';
		font-family:'Myriad W01 SmBd';
		font-family:'Myriad W01 Regular';
		font-family:'Myriad W01 Bd';
		
*/



/* #Reset & Basics 
================================================== */

html {
	overflow-y: scroll; 
}

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;
}


/* #Basic Styles
================================================== */

body {
	background: #fff;
	font-family: 'Myriad W01 Regular', Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 23px;
	color: #3a3a3a;
	-webkit-text-size-adjust: 100%;
}


/* #Typography
================================================== */
	
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family:'Rockwell W01', Calibri, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	text-decoration: none;
}
h1 {
	font-size: 25px;
	line-height: 26px;
}
h2 {
	font-family: 'Myriad W01 SmBd', Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	/*text-transform: uppercase;*/
	color: #333;
}	
h3 {
	font-family: 'Myriad W01 SmBd', Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
	margin-bottom: 2px;
	color: #333;
}

h4 {
	font-family: 'Myriad W01 SmBd', Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #222;
}


.subheader {
	color: #777;
}
p {
	font-size: 15px;
	line-height: 23px;
	margin: 0 10px 20px 0;
	word-wrap: break-word;
}
p.icon {
		font-size: 17px !important;
		line-height: 32px !important;
}

p.icon span {
		display: block;
		float: left;
		background: url('../images/sprite.png') no-repeat -177px -95px;
		background-size: 500px 500px;
		width: 32px;
		height: 32px;
		margin-right: 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;
		border-radius: 2px; 
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px;
}

	p.icon a:hover span {
		background: url('../images/sprite.png') no-repeat -145px -95px;
		background-size: 500px 500px;
	}
p.lead {
	font-size: 16px;
	line-height: 24px;
}
.price {
	color: #C30;
}

p.price {
	font-family:'Myriad W01 Bd', Calibri, Arial, Helvetica, sans-serif !important;
	font-size: 52px;
	line-height: 42px;
	margin-bottom: 10px;
}

p.price sup {
	font-size: 24px;
}

p.price .vat, h2 .vat {
	font-family: 'Myriad W01 Regular', Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #777;
}

p.success {
	font-weight: bold;
	background: #EEF295;
	color: #690;
	padding: 8px 15px 7px;
	border: 1px solid #690;
	box-sizing: border-box;
	margin-right: 0;
}

p.success span {
	display: block;
	float: left;
	background: url('../images/sprite.png') no-repeat 0 -344px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

p.error {
	font-weight: bold;
	background: #FFCCCC;
	color: #900;
	padding: 8px 15px 7px;
	border: 1px solid #c00;
	box-sizing: border-box;
	margin-right: 0;
}

p.error span {
	display: block;
	float: left;
	background: url('../images/sprite.png') no-repeat 0 -415px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

p.info {
	background: #c1e0ef;
	color: #2d89b7;
	padding: 8px 15px 7px;
	border: 1px solid #39c;
	box-sizing: border-box;
	margin-right: 0;
}

p.deal {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	/*background: #eee;*/
	padding: 10px 0 9px;
	text-transform: uppercase;
	text-align: center;
	clear: both;
	/* border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;*/
}

h2 .vat {
	font-size: 14px;
}


em {
	font-style: italic;
}
strong {
	font-family: 'Myriad W01 SmBd', Calibri, Arial, Helvetica, sans-serif !important;
}
small {
	font-size: 85%;
	line-height: 85%;
}

/*	Blockquotes  */

blockquote, blockquote p {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0;
	color: #333;
}

blockquote {
	margin: 0 0 30px;
	padding: 5px 0 0 0;
	/*border-left: 8px solid #39c;*/
	/*quotes: "\201C""\201D""\2018""\2019";*/
}

blockquote:before {
  color: #39c;
  content: "“";
  font-size: 80px !important;
	font-style: normal;
  line-height: 0;
  margin-right: 8px;
  vertical-align: -30px;
}

blockquote p {
  display: inline;
}


/*	speech bubble Blockquotes  */


blockquote.bubble {
	position:relative;
	padding: 20px 25px;
	margin: 0 0 25px;
	color: #333;
	background: #eee;
	word-wrap: break-word;
	border-left: none;
  border-radius: 9px; 
  -moz-border-radius: 9px; 
  -webkit-border-radius: 9px;
}
	blockquote.bubble:before {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 100px;
		border-width: 10px 10px 0 10px; /* vary these values to change the angle of the vertex */
		border-style: solid;
		border-color: #eee transparent; 
			/* reduce the damage in FF3.0 */
			display: block; 
			width:0;
	}

.footer {
	display: block;
	font-size: 13px !important;
	font-style: normal;
	text-transform: uppercase;
	line-height: 25px;
	color: #39c;
	margin: 10px 0 10px 0;
}

.footer a {
	color: #cc3f0f;
}

/* rules */

hr {
	display: block;
	border: dashed #aaa;
	border-width: 0 0 1px;
	clear: both;
	padding-top: 0;
	margin: 0 10px 24px;
	height: 0;
}

.column hr, .columns hr {
	margin: 0 0 24px;
}

hr.mini {
	border: solid #c7c7c7;
	border-width: 3px 0 0 !important;
	clear: both;
	width: 80px;
	margin: 20px auto 32px !important;
	padding: 0;
}




/* #Links
================================================== */

a {
	color: #39c;
	font-size: inherit;
	text-decoration: none;
	outline: 0;
	-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;
}
a:hover {
	color: #000;
}
p a, p a:visited {
	line-height: inherit;
}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}


/* #Lists
================================================== */

ul, ol {
	margin-bottom: 30px;
}
ul {
	list-style: square outside;
}
ol {
	list-style: decimal;
}
ol, ul {
	margin-left: 40px;
}

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;
	line-height: 27px;
	margin-right: 5px;
	list-style: none;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

ul.pagination li.nobg {
	color: #333;
	margin-right: 20px;
}

ul.pagination li.disabled, ul.pagination li.selected {
	display: inline-block;
	padding: 0 9px;
}

ul.pagination li.selected {
	background: #39c;
	color: #fff;
}

ul.pagination li a, ul.pagination li span.off {
	display: inline-block;
	background: #cde7f3;
	color: #267499;
	padding: 0 9px;
	margin-bottom: 30px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

ul.pagination li span.off {
	font-size: 20px;
    line-height: 27px;
}

ul.pagination li a:hover {
	background: #333;
	color: #fff;
}

/* linklist */

ul.linklist {
	margin: 0 0 30px;
	list-style: none;
}

ul.linklist li {
	line-height: 28px;
}
	ul.linklist li span {
		float: left;
		margin-top: 6px;
		margin-right: 12px;
	}
	ul.linklist li.email span {
		background: url('../images/sprite.png') no-repeat -52px -315px;
		background-size: 500px 500px;
		width: 16px;
		height: 12px;
		margin-top: 8px;
	}
	ul.linklist li.fax span {
		background: url('../images/sprite.png') no-repeat -25px -315px;
		background-size: 500px 500px;
		width: 16px;
		height: 16px;
	}
	ul.linklist li.link span {
		background: url('../images/sprite.png') no-repeat -133px -71px;
		background-size: 375px 375px;
		width: 24px;
		height: 24px;
		margin-top: 0;
	}
	ul.linklist li.news span {
		background: url('../images/sprite.png') no-repeat -52px -186px;
		background-size: 500px 500px;
		width: 24px;
		height: 24px;
	}
	ul.linklist li.pdf {
		margin-bottom: 8px;
	}
	ul.linklist li.pdf span {
		background: url('../images/sprite.png') no-repeat -76px -315px;
		background-size: 500px 500px;
		width: 24px;
		height: 24px;
		margin-top: 0;
		margin-right: 8px;
	}
	ul.linklist li.tel span {
		background: url('../images/sprite.png') no-repeat 0 -315px;
		background-size: 500px 500px;
		width: 16px;
		height: 14px;
	}
	ul.linklist li.tick span {
		background: url('../images/sprite.png') no-repeat -172px -130px;
		background-size: 500px 500px;
		width: 16px;
		height: 16px;
	}



/* tab navigation */

ul.tabNavigation {
  list-style: none;
  margin: 0 0 22px 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: #555;
	border: 1px solid #ddd;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

ul.tabNavigation li a:hover {
  background-color: #aaa;
  border: 1px solid #b3aba6;
  border-bottom: 1px solid #aaa;
  color: #000;
}

ul.tabNavigation li a.selected {
  background-color: #000;
  border: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #fff;
}

ul.tabNavigation li a:focus {
  outline: 0;
}

/* accordion
-------------------------- */

dl.aList {
	margin-bottom: 20px;
}

dl.aList dt {
	font-size: 15px;
	text-transform: uppercase;
	line-height: 39px;
	background: #ddd;
	color: #555;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	-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;
  border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px;
}
	dl.aList dt span {
		display: block;
		float: left;
		background: url('../images/sprite.png') no-repeat -270px -164px;
		background-size: 500px 500px;
		width: 12px;
		height: 12px;
		padding: 10px 10px 8px;
		cursor: pointer;
		margin-right: 6px;
	}
	dl.aList dt:hover {
		background: #f30;
		color: #fff;
	}
	dl.aList dt.active {
		background: #000;
		color: #fff;
		background-size: 500px 500px;
		border-bottom: none;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-bottomright: 0;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
	}
		dl.aList dt.active span {
			background: url('../images/sprite.png') no-repeat -270px -189px;
			background-size: 500px 500px;
			width: 12px;
			height: 4px;
		}

dl.aList dd {
	padding: 15px 25px 15px 36px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-top: none;
	background: #eee;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

dl.aList dd ul {
	margin-left: 22px;
	margin-bottom: 10px;
}



/* #Images and video
================================================== */

img {
	line-height: none;
}

img.scale {
	width: auto;
	max-width: 100%;
	height: auto;
	line-height: none;
}

img.insetL, img.insetR {
	max-width: 46%;
	box-sizing: border-box;
}

img.insetLsm, img.insetRsm {
	max-width: 26%;
	box-sizing: border-box;
}

img.insetL, img.insetLsm {
	float: left;
	margin: 0 30px 30px 0;
}

img.insetR, img.insetRsm {
	float: right;
	margin: 0 0 30px 30px;
}

video {
  width: 100%    !important;
  height: auto   !important;
}


/* #Buttons
================================================== */

.button,  button, input[type="submit"], input[type="reset"], input[type="button"], .button:visited {
	font-family: 'Myriad W01 Regular', Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background: #205f7d;
	border: none;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 20px !important;
	min-height: 16px;
	padding: 12px 16px 11px;
	-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;
  border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.button:hover,  button:hover,  input[type="submit"]:hover,  input[type="reset"]:hover,  input[type="button"]:hover {
	background: #222 !important;
	color: #fff; 
}

.button.full-width,  button.full-width,  input[type="submit"].full-width,  input[type="reset"].full-width,  input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

button,  input[type="submit"],  input[type="reset"],  input[type="button"] {
	line-height: 1px !important;
	min-height: 37px;
}

.matchLabel {
	margin-left: 284px
}

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,  input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

input[type="button"].buy, .button.buy, input[type="submit"].buy {
	font-family: 'Myriad W01 SmBd', Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #c83;
	-webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, .2);
	box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, .2);
}

	input[type="button"].buy:hover, .button.buy:hover, input[type="submit"].buy:hover {
		color: #fff !important;
		background: #804906 !important;
	}

input[type="button"].alt, .button.alt, input[type="submit"].alt {
	background: #f30;
	-webkit-box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow:inset  0px 0px 2px 1px rgba(0, 0, 0, .2);
	box-shadow: inset 0px 0px 2px 1px rgba(0, 0, 0, .2);
	margin-bottom: 3px;
}

input[type="button"].black, .button.black, input[type="submit"].black {
	background-color: #000;
}
input[type="button"].blue, .button.blue, input[type="submit"].blue {
	background-color: #39c;
}
input[type="button"].cyan, .button.cyan, input[type="submit"].cyan {
	background-color: #00cece;
}
input[type="button"].gold, .button.gold, input[type="submit"].gold {
	background-color: #eaa502;
}
input[type="button"].green, .button.green, input[type="submit"].green {
	background-color: #6bba34;
}
input[type="button"].grey, .button.grey, input[type="submit"].grey {
	background-color: #777;
}
input[type="button"].orange, .button.orange, input[type="submit"].orange {
	background-color: #f30;
}
input[type="button"].pink, .button.pink, input[type="submit"].pink {
	background-color: #f39;
}
input[type="button"].purple, .button.purple, input[type="submit"].purple {
	background-color: #939;
}
input[type="button"].red, .button.red, input[type="submit"].red {
	background-color: #c00;
}
input[type="button"].sienna, .button.sienna, input[type="submit"].sienna {
	background-color: #912b09;
}


p .button {
	margin-bottom: 0;
}

/* #Forms
================================================== */

form {
	margin-bottom: 0;
}
form.panel {
	padding: 19px;
	border: 1px solid #cce1f4;
	background: #ecf4fb;
}
.errorBox {
	padding: 10px;
	border: 1px solid #e50004;
	background: #ffe6e6;
	color: #e50004;
	margin: 0 0 20px 0 !important;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"],  input[type="password"],  input[type="email"],  textarea,  select {
	font-family: 'Myriad W01 Regular', Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	border: 1px solid #ccc;
	padding: 0 10px;
	outline: none;
	color: #333;
	margin: 0 0 10px;
	width: 300px;
	max-width: 100%;
	display: block;
	background: #fff;
	height: 37px;
	line-height: normal;
	text-overflow: ellipsis !important;
	border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px;
	-webkit-appearance: none;
	box-sizing: border-box;
}

input[type="text"].disabled {
    background-color: #f2f2f2;
    color: #999;
}

input[type="text"].full-width, input[type="password"].full-width, input[type="email"].full-width, textarea.full-width, select.full-width {
	width: 100%;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
}

input[type="text"].short, input[type="password"].short, input[type="email"].short, textarea.short {
	width: 80px !important
}

input[type="submit"] {
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.7);
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.7);
	box-shadow: inset 0 0 1px rgba(0,0,0,0.7);
}
/*input.datePicker {
	background: #fff url('../images/sprite.png') no-repeat 22px -41px;
	background-size: 500px 500px;
}*/
textarea {
	min-height: 123px;
	padding: 10px;
}
label, legend {
	float: left;
	font-size: 15px;
	display: inline-block;
	margin: 7px 2px;
	color: #000;
	width: 280px;
}

select {
	-webkit-appearance: listbox;
	width: 300px;
	background: #fff url('../images/select-arrow.gif') center right no-repeat;
	padding: 5px 5px 7px;
	height: 37px;
}
select.full-width {
	width: 100% !important;
}
input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	margin-top: 12px;
}
label span,  legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}

input.input-validation-error, select.input-validation-error {
	-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);
	background-color: #ffe6e6
}

.checkgroup {
	margin: 0 0 20px 0;
}

.checkgroup ul, .checkgroup ul li {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.checkgroup ul li {
	float: left;
	width: auto;
	line-height: 10px;
	margin: 0 0 30px 0;
}

.checkgroup ul li label{
	display: inline;
	font-size: 14px !important;
	width: auto;
	margin: 0 30px 0 0;
	padding-left: 0;
}


/* #Tables
================================================== */

/* info grid */

table.infogrid {
	margin-bottom: 30px;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.infogrid th, .infogrid td {
	padding: 10px 8px;
	border-right: 1px solid #bbb;
	font-size: 15px;
	line-height: 20px;
}

.infogrid tr {
	border-top: 1px solid #bbb;
	background: #fcfcfc;
}
	.infogrid tr:hover {
		background: #EBF7FC;
	}
	tr:nth-child(even) {
		background-color: #eee;
	}
	.infogrid tr.empty {
		border-top: 1px solid #bbb;
		background: #fff !important;
	}
	
.infogrid tr.total td {
	border-top: 1px solid #222;
	background: #555;
	color: #fff;
	font-size: 18px;
}

.infogrid #equipRow.struck td {
	text-decoration: line-through;
}
	
.infogrid #discountRow td {
	border-top: 1px solid #222;
    border-right: 1px solid #7ba400;
	background: #9C0;
	color: #fff;
	font-size: 18px;
}

.infogrid th {
	background: #222;
	border-right: 1px solid #555;
	color: #fff;
	text-align: left;
	font-weight: bold;
}
	.infogrid th.right {
		text-align: right;
	}
	.infogrid th.center {
		text-align: center;
	}
	.infogrid.tablesorter th.header {
		background: #222 url(../images/table-noSort.png) right 50% no-repeat;
	}
	.infogrid.tablesorter th.header:hover {
		background-color: #39c !important;
		cursor: pointer;
	}
	.infogrid.tablesorter th.header.headerSortUp {
		background: #222 url(../images/table-asc.png) right 50% no-repeat;
	}
	.infogrid.tablesorter th.header.headerSortDown {
		background: #222 url(../images/table-desc.png) right 50% no-repeat;
	}

.infogrid td {
	border-bottom: 1px solid #bbb;
}
.infogrid td.heading {
	font-family: 'Myriad W01 SmBd', Calibri, Arial, Helvetica, sans-serif;
}

.infogrid a {
	color: #333;
	display: block;
}

.infogrid a.button {
	font-size: 13px;
	margin-bottom: 0;
	color: #fff !important;
	padding: 7px 5px 5px 5px;
}

.infogrid a.button.disabled {
	background: #ccc !important;
	color: #666 !important;
	cursor: default;
}

.infogrid a.button.contact {
	background: #777 !important;
	color: #fff;
}

.infogrid a.button.contact:hover {
	background: #222 !important;
	color: #fff;
}

.infogrid input[type="text"] {
	width: 50px;
}

.infogrid input[type="text"].cost {
	width: 100px !important;
}



/* #Misc
================================================== */

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-12 {
	margin-bottom: 12px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}

.mt-0 {
	margin-top: 0 !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !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;
}
.flo-n {
	float: none !important;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.mob-only, .mob-only-p, .mob-only-all, .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: #888;
}

::selection {
	background: #777; /* Safari */
	color: #fff;
}
::-moz-selection {
	background: #777; /* Firefox */
	color: #fff;
}

.hilight {
	font-size: 16px;
	color: #c30 !important;
	margin-bottom: 28px;
}
.lolight {
	color: #999;
}
.date {
	font-size: 13px !important;
	line-height: 23px !important;
	color: #777;
}

.disclaimer {
	font-size: 11px !important;
	line-height: 21px !important;
	color: #777;
}

/*  Cookie law  */

#cookie-law {
    max-width: 100%;
    background: #39c; 
    margin: 0 auto;
		padding: 20px 0;
		position: relative;
		z-index: 100;
}
 
#cookie-law p { 
    padding: 0; 
    font-size: 14px; 
    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;
}



