/*!
 * ----------------------------------------------------------
 * Stylesheet for ...
 *	
 * Copyright:  B.U.T <http://www.but.be>
 * Author:     Koen Veestraeten <koenv@but.be>
 *
 * Based on http://html5boilerplate.com/
 * ----------------------------------------------------------
 */ 
 
 

/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio[controls], canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	background-color: #FFF;
}
body, button, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
}
body, html{ 
	/* Sticky Footer */
	height:100%; 
}

/* apply a natural box layout model to all elements
https://github.com/Schepp/box-sizing-polyfill */
* { -moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}


article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display : block; }

abbr[title] { 
	cursor : help; 
	}
/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection {
	background: #4bbadb;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #4bbadb;
	color: #fff;
	text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */

a {
	color: #336666;
	text-decoration: none;
}
a:visited {
	color: #336666;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: 0;
	text-decoration: underline;
	color: #231f20;
}

/* =============================================================================
   Typography
   ========================================================================== */

   
@font-face {
    font-family: 'ChantillySerialExtraLightRg';
    src: url('fonts/chantilly-serial-extralight-regular-webfont.eot');
    src: url('fonts/chantilly-serial-extralight-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/chantilly-serial-extralight-regular-webfont.woff') format('woff'),
         url('fonts/chantilly-serial-extralight-regular-webfont.ttf') format('truetype'),
         url('fonts/chantilly-serial-extralight-regular-webfont.svg#ChantillySerialExtraLightRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

p {
	margin-top: 0;
	margin-bottom: 18px;
}

.product-segments {
	text-transform: uppercase;
	color: #336666;
	margin-bottom: 40px;
}

h1, h2, h3 {
	font-family: 'ChantillySerialExtraLightRg', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1.1;

	/*text-shadow: 0px 0px 3px rgba(0,0,0,.1);*/
}

h1 {
	margin: 0 0 18px 0;
	font-weight: normal;
	font-size: 24px;
}

h2 {
	margin: 0 0 30px 0;
	font-weight: normal;
	font-size: 42px;
}
h3 {
	margin: 0 0 30px 0;
	font-weight: normal;
	font-size: 30px;

}
.product-name {
	margin: 0;
	text-transform: uppercase;
}

.product-name a {
	color: #666;
}
	
	
/*h3 {
	margin: 0 0 12px 0;
	color: #336666;
	font-size: 18px;
}*/

h4 {
	margin: 0 0 6px 0;
	font-weight: bold;
	font-size: 14px;	
}
h5 {
	margin: 0 0 6px 0;
	font-size: 12px;
	font-weight: bold;
}

/*strong {
	color: #336666;
}*/
.note {
	font-size: 11px;
	color: #999
}
/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}
dt {
	margin: 0;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 12px;
}
dd {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	color: #336666;
	font-weight: bold;
	
}
nav ul, nav ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
	overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */

figure {
	margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */

form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*.form-field {
	display: block;
	clear: both;

	}*/

.form-field.root {
	margin: 10px 0 0 0;
}
.form-field.sub {
	margin: 10px 0 0 10px;
}
.form-field.subsub {
	margin: 10px 0 0 20px;
}

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
	cursor: pointer;
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 6px;
}

label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #eb950e;
	font-style: italic;
	display:block;
	margin-top: 5px;
	/*margin-left: 130px;*/
}
input[type="text"].error,
input[type="email"].error,
input[type="password"].error,
select.error {
	border: 1px solid #eb950e !important;
	/*margin: 10px 0 0 10px;*/
	font-size: 18px;
	width: 100%;
	padding: 10px;

}

.checkbox-label {
	width: 160px;
	float: left;
	margin-left: 5px;
	margin-bottom: 0;
	font-weight: normal;
}
.subsub .checkbox-label {
	width: 140px;
}

/* Form checkbox label position */
fieldset .checkbox-label {
	display: inline;
	float: none;
	margin-left: 5px;
}

textarea[name="terms"] {
	font-size: 12px;	
	height: 180px;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input[type="text"],
input[type="email"],
input[type="password"],
select, textarea {
	padding: 3px;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	border: 1px solid #CCC;
	
	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
 	 border-radius: 3px;
}


aside input[type="text"],
input[type="email"],
aside input[type="search"],
aside select {
	width: 198px;
	
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input {
	line-height: normal;
	*overflow: visible;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	float: left;
	vertical-align: bottom;
}
input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea {
	overflow: auto;
	vertical-align: top;
	resize:vertical;
}

/* Colors for form validity */
input:valid, textarea:valid {
}
input:invalid,
textarea:invalid {
	background-color: #f0dddd;
}



.btn {
  display: inline-block;
  padding: 6px 10px 6px;
  font-size: 13px;
  line-height: 22px;
  color: #336666;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #f7f7f7);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #f7f7f7);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #f7f7f7);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #f7f7f7);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #f7f7f7);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #336666;
  text-decoration: none;
  background-color: #f7f7f7;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn a:hover {
	text-decoration: none;	
}
.btn.is-active,
.btn:active {
  background-image: none;
  background-color: #f7f7f7;
  background-color: #d9d9d9 \9;
  color: rgba(0, 0, 0, 0.5);
  outline: 0;
  
   -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #f7f7f7;
  opacity: 0.65;
  filter: alpha(opacity=65);
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.download-wrap .btn {
	padding: 5px 10px 1px;
	line-height: 24px;
 	display: block;	
	text-align: left;
}


#language-selector-holder {
	margin-bottom: 20px;
}
		
/* =============================================================================
   Login form
   ========================================================================== */

#sign-in-wrapper {
	display: none;
	width: 600px;
	height: 430px;
	overflow: hidden;
	position: relative;
	background-color: #565e61;
	 background-color: rgba(0,0,0,0.25);
	 
	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
 	 border-radius: 10px;
	 font-size: 12px;
	 
	 -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
}

.popup-header {
	height: 110px;
	position: relative;
	
	background: #11100c url(../images/css/popup-header-bg.png) no-repeat;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.popup-header .error-msg {
	display: none;
	position: absolute;
	bottom: 0px;
	z-index: 2;
	height: 24px;
	width: 600px;
	padding: 0 40px;
	background-color: #eb950e;
	color: #a02215;
	line-height: 24px;
	font-weight: bold;
}

.popup-header h2 {
	color: #FFF;
	position:  absolute;
	z-index: 1;
	top: 35px;
	left: 40px;
	
}

.popup-close-btn {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	
}
.popup-close-btn a {
	width: 30px;
	height: 30px;
	text-decoration: none;
	color: #555;	
	display: block;
	background: url(../images/css/sprite.png) no-repeat -86px -195px;
	text-indent: -999em
}
.popup-close-btn a:hover {
	background-position: -119px -195px;
}

.popup-form-wrap {
	padding: 5px;
	background: url(../images/css/login-striped-bg.gif);
	
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#login-loader {
	position: absolute;
	left: 200px;
	bottom: 45px;
	width: 32px;
	height: 32px;
	background-image: url(../images/css/ajax-loader-login.gif);
	
}

.signin-wrap {
	width: 390px;
	height: 310px;
	padding: 30px;
	background-color: #FFF;
	
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;

}
.register-wrap {
	width: 200px;
	height: 310px;
	padding: 30px;
	background-color: #efedeb;
	
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	
}
.register-wrap p {
	font-size: 12px;
}

input[type="text"].input-large,
input[type="email"].input-large,
input[type="password"].input-large,
select.input-large, textarea {
	border: 1px solid #CCC;
	font-size: 18px;
	width: 100%;
	padding: 10px;
	
	-webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	 border-radius: 10px;
}

textarea {
	height: 120px;
	
}


.submit input[type="submit"],
.submit button {
	
	height: 42px;
	padding: 10px 30px;
	
	font-size: 18px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	color: #ffffff;

	border: none;
	background: #336666 url(../images/css/sprite.png) no-repeat 0 -514px;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);

}

input[type="submit"]:hover{
	background-position:0 -559px;
}

input[type="submit"]:active{
	background-position:0 -603px;
}

.submit button {
	background-position:0 -649px;
}
.submit button:hover {
	background-position:0 -694px;
}

.submit button:active {
	background-position:0 -739px;
}

/* form field focus classes and animation */
input[type="text"],
input[type="password"],
select,
textarea {
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

#searchbox #keywords:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
textarea:focus {
	border: 1px solid #9bb3b3; 
	-webkit-box-shadow: 0px 0px 4px rgba(40,182,228,0.3);
	-moz-box-shadow: 0px 0px 4px rgba(40,182,228,0.3);
	box-shadow: 0px 0px 4px rgba(40,182,228,0.3);
}
/* end */

/* ========================================================================== */ 
#infobar {
	height: 65px;
	padding: 20px 40px 20px 20px;
	position: relative;
	z-index: 6;
}
#infobar.fixed {
	height: 75px;
	position: fixed;
	top: 0px;
	z-index: 1002;
	width: 100%;
	background: url(../images/css/infobar-sh-bg.png) left bottom;
}

#infobar.fixed #l-toggle-controls {
	display: none;
}

#ajax-loader{
	width: 100px;
	height: 13px;
	display: none;
	position: absolute;
	top: 22px;
	left: 26px;
}

.view-toggle {
	height: 25px;
	float: right;
	margin-left: 30px;
}

.view-toggle ul {
	float: left;
	display: inline;
	padding: 0;
}

.view-toggle ul li {
	float: left;
	display: inline;
	margin: 0 0 0 5px;
}

	.thumb-view-btn {
		width: 25px;
		height: 25px;
		padding: 0;
	}
	
	.table-view-btn {
		width: 25px;
		height: 25px;
		padding: 0;
	}
	
	.view-image{
		margin: 5px;
		width: 15px;
		height: 15px;
		text-indent: -999em;
		display: block;
		line-height: 27px;
	}
	.thumb-view-image {
		background: url(../images/css/sprite.png) no-repeat -17px -98px;	
	}
	.thumb-view-image.is-active {
		background: url(../images/css/sprite.png) no-repeat 0 -98px;
	}

	.table-view-image {
		background: url(../images/css/sprite.png) no-repeat -17px -112px;
	}
	.table-view-image.is-active{
		background: url(../images/css/sprite.png) no-repeat 0 -112px;
	}

	.options-btn {
			height: 25px;
			padding: 0 10px 0 10px;
			margin-left: 30px;
	}
.ico {
    display: inline-block;
    background: url(../images/css/sprite.png) no-repeat;
    line-height: 0;
    vertical-align: middle;
}

.btn .ico {
	vertical-align: middle;
}

.ico-xls {
   	background-position: -86px -3px;
	width: 19px;
	height: 17px;
	margin-left: 10px;
}

.ico-arrow-down {
   	background-position:  0 -226px;
	width: 10px;
	height: 20px;
	margin-left: 10px;
}
.ico-arrow-up {
   	background-position:  -17px -226px;
	width: 10px;
	height: 20px;
	margin-right: 10px;
}

.is-active >.ico-arrow-down {
	background-position: -17px -226px;
}
.ico-globe {
   	background-position: -118px -2px;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	margin-bottom: 2px;

}

.ico-arrow-down-secondary {
   	background-position: -144px -8px;
	width: 8px;
	height: 9px;
	margin-top: 18px;
	float: right;
}


.ico-phone {
	background: url(../images/css/sprite.png) no-repeat 0 -906px;
	width: 8px;
	height: 24px;
	margin-right: 10px;
}
.ico-mail {
	background: url(../images/css/sprite.png) no-repeat 0 -940px;
	width: 20px;
	height: 12px;
	margin-right: 10px;
	vertical-align: middle
}

.ico-pdf {
	background-position: -89px -451px;
	width: 28px;
	height: 33px;
	margin-right: 3px;
}

.ico-pdf-small {
	background-position: -88px -24px;
	width: 18px;
	height: 16px;
	margin-left: 10px;
}

.ico-image {
	background-position: -122px -453px;
	width: 28px;
	height: 33px;
	margin-right: 3px;
}

.ico-next {
	background-position: -3px -790px;
	width: 29px;
	height: 55px;
}

.ico-prev {
	background-position: -3px -847px;
	width: 29px;
	height: 55px;
}

.ico-close {
	width: 19px;
	height: 19px;
	background: url(../images/css/sprite.png) no-repeat 0 -205px;
}

.ico-up {
	width: 19px;
	height: 12px;
	background-position: 0 0;
	margin-right: 10px;
}

/* Icon on product-holder - bottom left  */
.ico-selected-product {
	background: url(../images/css/sprite.png) no-repeat -1px -49px;
	width: 48px;
	height: 48px;
	position: absolute;
	z-index: 4;
	bottom: 0px;
	left: 0;
	
}

/* Add to selection icon  */
.ico-add-to-selection {
	background-position:  0 -451px;
	width: 19px;
	height: 32px;
	margin-right: 3px;
	vertical-align: middle;
}
.ico-add-to-selection-plus {
	background-position: -20px -451px;
	width: 30px;
	height: 32px;
	margin-right: 3px;
}
.ico-add-to-selection-min {
	background-position: -53px -451px;
	width: 30px;
	height: 32px;
	margin-right: 3px;
}



/* Compare icon  */
.ico-compare {
	background: url(../images/css/sprite.png) no-repeat 0 -405px;
	width: 19px;
	height: 32px;
	margin-right: 3px;
	vertical-align: middle;
}
.ico-compare-plus {
	background: url(../images/css/sprite.png) no-repeat -20px -404px;
	width: 30px;
	height: 32px;
	margin-right: 3px;
}
.ico-compare-min {
	background: url(../images/css/sprite.png) no-repeat -53px -404px;
	width: 30px;
	height: 32px;
	margin-right: 3px;
}

 /* My Comparison and Selection  */

.my-selection,
.my-comparison {
	position: relative;
}


.my-selection .ico-add-to-selection {
	background-position:  0 -451px;
	width: 19px;
	height: 36px;
}

.my-comparison .ico-compare {
	width: 15px;
	height: 36px;
	background: url(../images/css/sprite.png) no-repeat 0 -405px;
	
}


.my-selection .asset-count,
.my-comparison .asset-count {
	background: url(../images/css/sprite.png) no-repeat -1px -152px;
	width: 28px;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	display: block;
	color: #336666;
	line-height: 28px;
	position: absolute;
	top: -10px;
	right: -10px;
}

.btn-remove-from-compare a,
.btn-remove-from-compare a:visited,
.btn-remove-from-selection a,
.btn-remove-from-selection a:visited {
	color: #9c5b22;
}
.btn-remove-from-compare a:hover,
.btn-remove-from-selection a:hover {
	color: #7d4514;
}





/* Search box 
					----------------------------------------------------------------------------------------------------*/
					
					
					#searchbox {
						height: 70px;
						margin-top: 5px;
						position: relative;

					}
					
						#searchbox #keywords {
							position: absolute;
							top: 30px;
							border: 1px solid #CCC; 
							
						}
						
						#searchbox #submit {
							
							width: 14px;
							height: 14px;							
							padding: 0;
							border: none;
							position: absolute;
							
							top: 35px;
							right: 30px;
							z-index: 10;
							background :url(../images/css/sprite.png) no-repeat -1px -182px;

						
						}
						
						#searchbox #submit.is-selected {
							background-position: -15px -182px;
							
						}
						
						#searchbox legend {
							display: none;
						}

/* =============================================================================
   Tabs
   ========================================================================== */

.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav-tabs {
/*	height: 34px;
	padding: 0;*/
	border-bottom: 1px solid #e0e0e0;
}
.nav-tabs{
  *zoom: 1;
}

.nav-tabs:after
{
  display: table;
  content: "";
}
.nav-tabs:after {
  clear: both;
}

.nav-tabs > li {
  float: left;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding: 9px 12px;
  padding-right: 12px;
  margin-right: 2px;
  line-height: 14px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #e0e0e0;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-stacked i {
	float: right;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
  background-color: #fdf6db;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #e8d9b2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #946201;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
	background: #ece3c5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZTNjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWRhYTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ece3c5 0%, #eadaa6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ece3c5), color-stop(100%,#eadaa6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ece3c5 0%,#eadaa6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ece3c5 0%,#eadaa6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ece3c5 0%,#eadaa6 100%); /* IE10+ */
	background: linear-gradient(top, #ece3c5 0%,#eadaa6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece3c5', endColorstr='#eadaa6',GradientType=0 ); /* IE6-8 */
	color: #714b00;
	z-index: 2;
}

.nav-tabs.nav-stacked > li > a:active {

	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
 	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
 	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  
}
.nav-tabs.nav-stacked.related-products {
  border-bottom: 0;
  background-color: #FFF;
}
.nav-tabs.nav-stacked.related-products > li > a {
	border: 1px solid #DDD;
	color: #555;
}
.nav-tabs.nav-stacked.related-products > li > a:hover {
	border: 1px solid #DDD;
	color: #555;
	 background-color: #fafafa;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #f7f7f7);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #f7f7f7);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #f7f7f7);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #f7f7f7);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #f7f7f7);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);

}

/* =============================================================================
   Jquery UI Slider
   ========================================================================== */

.ui-widget-content {
border: 1px solid #CCC/*{borderColorContent}*/ ;
background: white/*{bgColorContent}*/ url(../../images/libs/jquery-ui/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
color: #222/*{fcContent}*/;
border-image: initial;
}

.ui-slider { position: relative; text-align: left; margin: 10px 0;}
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1em; height: 1em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .6em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; outline: none;}
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; background: #336666;}
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
.slider-amount {
	margin-bottom: 0;
	border: none;
	background: transparent;
	color: #336666;
	
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	
}
/* =============================================================================
   Tables
   ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.table-bordered {
	border-bottom: 1px solid #DDD;
	border-collapse: separate;
}

.table th, .table td {
	padding: 8px;
	line-height: 18px;
	text-align: left;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
			
	-moz-box-sizing: content-box ;
	-webkit-box-sizing: content-box ;
	box-sizing: content-box ;
}
.table th {
	white-space: nowrap;
	font-size: 12px;
	height: 47px;
	line-height: 47px;	
	background-image: url(../images/css/sprite.png);
	background-repeat: no-repeat;
	padding: 0 30px 0 8px;
}
.table.compare th {
	height: 233px;
	vertical-align: bottom;
	
}
.table.compare th img {
	margin-bottom: 5px;
}

	.table th.header-sortable {
		background-position: right -348px;
		cursor: pointer;
	}
	.table th.header-sort-up {
		background-position: right -250px;
	}
	.table th.header-sort-down {
		background-position: right -299px;
	}

.table td {
	font-size: 12px;	
}
.table-wrapper {
	margin-top: -1px;
/*	overflow-x: scroll;*/
	overflow: auto;
}

tr.even {
 	background-color: #f9f9f9;	
}

.table-menu-wrapper {
   float: right;
   position: relative;
   display: none;

}
#table-menu {
   position: absolute;
   background-color: #fff;
   padding: 30px 40px 40px 40px;
   border: 1px solid #ccc;
   font-size: 1.2em;
   width: 280px;
   top: 23px;
   right: 0;
   left: auto;
   z-index: 100;
   
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	
	-webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.14);
	-moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 0.14);
	box-shadow:         0px 0px 15px rgba(50, 50, 50, 0.14);
	
}


#table-menu ul {
	list-style: none;
}

#product-table {
	width: 100%
}
#product-table th.is-active {
	background-color: #eaf2f3
}


.is-enhanced th,
.is-enhanced td {
   display: none;
}

.legacy-ie .enhanced th.is-essential, 
.legacy-ie .enhanced td.is-essential {
	display: inline;
}
.is-enhanced th.is-essential, 
.is-enhanced td.is-essential {
   display: table-cell;
}

.is-nowrap {
	white-space: nowrap;	
}
	

/* =============================================================================
   Primary styles
   ========================================================================== */



/* Layout Styles
---------------------------------------------------------- */


/* Columns*/
.col {
/*	width: 300px;*/
	min-width: 300px;
	width: 31.25%;
/*	margin-right: 30px;	*/
	margin-right: 3.125%;	
	float: left;
	display: inline;
	overflow: hidden;
}
.col.absolute {
	position: absolute;
}
.w2 {
	width: 630px;
}
.col.last {
	margin-right: 0;
}

.col-header {
	margin-left: 330px;
}
.product-image {
	margin-top: 110px;
}
.main-col {
/*	margin-left: 330px;*/
	width: 65.625%;
	float: left;
	position: relative;
}

.col.specs-wrap {
	width: 47.61904761904762%;
	max-width: 500px;
	margin-right: 15.87301587301587%;	
}
.col.specs-wrap .msg {
	margin-top: 50px;
}

.col.download-wrap {
	min-width: 200px;
	width: 200px;
}


/* ----------- */


aside {
	
	width: 240px;
	
	float: left;
	display:inline;
	overflow: hidden;
	position: relative;
	background-color: #f9f9f9;
	border-top: 1px solid #e0e0e0;
	
}
aside h2{
	font-size: 18px;
	padding: 20px 20px 10px 20px;
	margin: 0;
}

aside section, section {
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 20px 15px 20px;
	
}
header {
	background: #e3f2f5 url(../images/css/header-bg.gif);
	height: 180px;
	position: relative;
	width: 100%;
	min-width: 960px;

}
#title {
	position: absolute;
	z-index: 1;
	top: 75px;
	left: 20px;
}

#logo {
	width: 80px;
	height: 58px;
	float: right;
	margin-right: 40px;
	margin-top: 20px;
	overflow: hidden
	
}
#logo img { width: 100%;
	height: 100%;
}


nav li {
	float: left;
}
nav li a {
	text-align: center;
}


#secondary-nav  {
	height: 40px;
	color: #366;
	background: #231F20 url(../images/css/secondary-nav-bg.gif) no-repeat;
	font-size: 12px;
	position: relative;
	z-index: 5;
}
#secondary-nav ul {
	
	margin-right: 10px;
	float: right;
	height: 40px;
}

#secondary-nav  li {
	border-left: 1px solid #4f4c4d;
	
	
	line-height: 40px;
	position: relative;
}

#secondary-nav a,
#secondary-nav a:visited {
	color: #aff0f2;
	text-decoration: none;
	padding: 0 20px;
	display: block;
}
#secondary-nav a:hover {
	color: #231f20;
	text-decoration: none;
	background-color: #e86f2a;
}

#secondary-nav .sign-in-trigger {
	/*background-color: #393637;*/

}

/*
	language selection
----------------------------------------------------------------------------------------------------*/
	#secondary-nav #language {
		/* temp hidden  
		visibility:hidden;*/
		width: 160px;
		margin-top: 0;
		border-right: 1px solid #4F4C4D;
	
	}
	#secondary-nav #language:hover {
		/*background-color: #eb950e;*/
	}
	#secondary-nav #language:hover ul {
		display:block;
	}
	#secondary-nav #language li {
		border: none;
		display:block;
		padding: 0;
		
	}
	
	#secondary-nav #language ul {
		display:none;
		position:absolute;
		z-index: 999;
		top: 40px;
		left: 0px;
	}
	#secondary-nav #language a {
		color: #AFF0F2;
		display:block;
		width: 160px;
		padding-left: 20px;
		text-align: left;
		height: 40px;
		line-height: 40px;
	
	}
	
	/* subitems */
	#secondary-nav #language ul li {
		border-top: 1px solid #4F4C4D;	
		height: 40px;
	}
	#secondary-nav #language ul li a {
		text-decoration:none;
		padding-left: 46px;
		background-color:#231f20;
	}
	#secondary-nav #language ul li a:hover {
		color:#231f20;
		text-decoration: none;
		background-color: #e86f2a;
	}


#main-nav  {
	min-width: 980px;
	height: 45px;
	padding-left: 20px;
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
}

#main-nav li {
	margin-right: 15px;	
}

#main-nav li.is-active {	
	margin-right: 15px;
}

#main-nav li a {
	background: #d1e3e9 url(../images/css/tab-bg.gif) left bottom repeat-x;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	line-height: 40px;
	color: #336666;
	padding: 4px 20px 0 20px;
	display: block;
	height: 45px;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#main-nav li a:hover {	
	background: #c6d9e0  url(../images/css/tab-bg-hover.gif) left bottom repeat-x;
	border-top: 1px solid #bed1dc;
	border-right: 1px solid #bed1dc;
	border-left: 1px solid #bed1dc;
}

#main-nav li a.is-active {	
	padding-top: 3px;
	background-color: #FFF;
	background-image: none;
	border-top: 1px solid #bed1dc;
	border-right: 1px solid #bed1dc;
	border-left: 1px solid #bed1dc;
}


#main-nav li.my-selection a,
#main-nav li.my-comparison a {
	text-transform: none;
	font-size: 13px;
	padding-right: 20px;
	padding-left: 10px;
}
/*#main-nav li.my-selection a {
	padding: 3px 0px 10px 30px;
	background :url(../images/css/sprite.png) no-repeat 0 -441px;
}

#main-nav li.my-comparison a {
	padding: 6px 0px 10px 24px;
	background :url(../images/css/sprite.png) no-repeat 0 -404px;
}*/

#main-nav li.home p {
	text-indent: -999em;
	display: inline-block;
	
}

#main-nav .ico-home {
	background-position: -64px 14px;
	width: 15px;
	height: 41px;
	vertical-align: top;
}

/* Introduction articles
--------------------------------*/

article {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	
	/*background-image: url(../images/layout/home-headerimg.png);
	background-position: bottom right;
	background-repeat:no-repeat;*/
	
}

article .inner {
	padding: 50px 0 50px 70px;
}
article .introduction .inner {
	width: auto;
}
article .introduction {
	max-width: 840px;	
	width: 60%;
	float: left;
	display: inline;
}


article .figure {
	text-align:right;
	float: right;
	display: inline;
	width: 40%;
	overflow: hidden;
	line-height: 0;
}
article.news-article {
	background: #fff;
}
.news-article h2 {
	margin: 0 0 5px 0;
}
article.news-article .introduction {
	width: 50%;
}
article.news-article .figure {
	width: 50%;
}

article p {
	max-width: 690px;	
}
article .inner-text {
	padding: 50px 0 30px 70px;
	
	min-width: 500px;
}
article .inner-image {
	padding: 50px 0 30px 70px;
	min-width: 600px;
	height: 300px;
	float: right;
}
article .entry-date {
	font-size: 11px;
	color: #666;
}

#l-toggle-container {
	-webkit-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.05);
	-moz-box-shadow:    0px 3px 3px rgba(50, 50, 50, 0.05);
	box-shadow:         0px 3px 3px rgba(50, 50, 50, 0.05);
}

#l-toggle-container.news-article {
	background-color: #fff;
}


/* Article toggle bar */
#l-toggle-controls {
	height: 40px;
	
	
}

.close-btn .ico-arrow-down {
	margin-left: 0;
	margin-right: 10px;
	
}

.article-toggle.close-btn {
	position: absolute;
	bottom: 0;
	left: 70px;
}
.article-toggle.about-btn {
	margin-top: 10px;
	margin-left: 20px;
}

.article-toggle {
	font-size: 13px;
	padding: 10px 0;
	font-size: 13px;
	
/*	border: 1px solid #CCC;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	
}
.article-toggle a{
	text-decoration: none;	
	display: inline-block;
	height: 19px;
}
.article-toggle span {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;	
}
#home-header-img {
	width: 600px;
	height: 300px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(../images/layout/home-headerimg.png) no-repeat bottom right;
}

.about-btn span {
	width: 19px;
	height: 19px;
	background: url(../images/css/sprite.png) no-repeat -22px -205px;
}
.close-btn span {
	width: 19px;
	height: 19px;
	background: url(../images/css/sprite.png) no-repeat 0 -205px;
}




.faux-col {
	background: url(../images/css/faux-col-bg.gif)	repeat-y;
	
}

#header {
	padding: 30px 40px 10px 70px;
	
}
/*#header h2{
	margin: 0;
	
}*/
#product-container {
	margin-left: 240px;
	padding: 1px; /* 1px padding for products'offset */
	position: relative;
	
}

#content-wrap.fixed {
	margin-top: 65px;
}

/* Comparison */

.comparison #product-container {
	margin-left: -1px;
	padding: 0 0 0 1px;;
}
.comparison .msg-zeroresults {
	margin-left: 70px;
	max-width: 630px;
}

.compare-wrap {
	position: relative;
}

.sheet-wrap {
	margin-left: 300px;
	min-height: 1000px;
	overflow:auto;
}


/* CONTACT */
.contact .g-maps {
	height: 250px;
	border-bottom: 1px solid #e0e0e0;

}
.contact .main-col,
.profile .main-col  {
	border-left: 1px solid #e0e0e0;
	background-color: #f9f9f9;
	width: 68.75%;
	
}


.contact section {
	padding: 30px 20px;
}
.contact section.no-pad {
	padding: 0;
}

#form-wrap,
.contact .content-wrap {
	padding: 30px 40px;
	border: none;
	min-height: 600px;
}
.content-wrap ul{
	margin-bottom: 18px;
	padding-left: 20px;
}
.contact #content,
.profile #content {
	border-bottom: 1px solid #e0e0e0;
}
.contact .info section ul {
	list-style: none;
	margin 0;
	padding: 0;
	
}
.contact .info section li {
	
	padding: 40px 20px;
	border-bottom: 1px solid #e0e0e0;
	color: #336666;
	font-weight: bold;

}
.contact .info section li.last,
.contact .info section #user-menu li.last {
	border-bottom: none;
}

.contact .info .contact-related-links{
	padding-top: 40px;
}
.contact section.contact-related-links li {
	width: 100%;
	border-right: none;
	padding: 5px 0;
	font-weight: normal;
}

/* My selection */

.my-selection section ul {
	list-style: none;
	
}
.my-selection section li {
	
	padding: 40px 20px;
	border-bottom: 1px solid #e0e0e0;
	color: #336666;
	font-weight: bold;

}
.my-selection section li.last, .contact section #user-menu li.last {
	border-bottom: none;
}


aside .gmaps {
	height: 121px;
}


 @media only screen and (min-width: 1455px) {
/* Style adjustments for viewports 1024px and over go here */
.contact .info section li {
	width: 50%;
	padding: 40px 20px;
	float: left;
	border-right: 1px solid #e0e0e0;
	border-bottom: none;
	color: #336666;
	font-weight: bold;
}
.contact .info section li.last {
	border-right: none;
}


}


/* Profile */
.profile section {
	border-bottom: none;
}
.profile section h2 {
	padding: 30px 20px 20px 20px;
	margin: 0;
}
.profile section ul {
	margin-bottom: 60px;
}
.profile section li {
	
	width: auto;
	display: block;
	float: none;
	border-bottom: 1px solid #e0e0e0;
	border-right: none;
}

.profile section li a {
	padding: 10px 20px;
	display: block;
	text-decoration: none;
}

.profile section li a.is-active {
	background-color: #F9F9F9;
	color: #555555;
	font-weight: bold;

}
.profile section  li.first {
	border-top: 1px solid #e0e0e0;
}
.profile section  li.last {
	border-bottom: none;	
}

.contact select {
	width: 100%;
}


/* Product sheets on compare page  */

.product-sheet {
	width: 208px;
	float: left;
	border: 1px solid #e0e0e0;
	margin-left: -1px;
	position: relative;
	background: #FFF;
}
.product-sheet table {
	width: 206px;
}

.table.product-properties-table {
	width: 300px;
	border: none;

	border-right: 1px solid #e0e0e0;	
}



.product-properties {
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;

}

.product-properties th,
.product-properties td {
	border-right: none;
	padding-left: 21px;
	text-transform: uppercase;
	vertical-align: top;
}
.product-properties th {
	height: 233px;
}
.product-properties th.empty {
	border-top: 1px solid #FFF;	
	background-color: #FFF;
}
.product-properties td.last {
	height: 321px;
}
.product-properties tr.last {
	border-bottom: 1px solid #e0e0e0;	
}

.product-properties .table th, .product-sheet .table th {
	background-image: none;
	padding-bottom: 3px;
}

.product-sheet .table th {
	border: none;
	padding: 0 0 3px 0;
}

.product-sheet .table td {
	border-right: none;
	vertical-align: top;
	color: #336666;
	font-weight: bold;
}

/*.product-sheet:active  {
	border: solid 1px #cecaca;
	-webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.14);
	-moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 0.14);
	box-shadow:         0px 0px 15px rgba(50, 50, 50, 0.14);

}*/

.product-sheet img,
.product-properties img {
	display: block;
	margin:0 auto;

}

.product-sheet img.simplified-drawing {
	margin-top: 30px;
}

.product-sheet .ico-close {
	position: absolute;
	top: 5px;
	right: 5px;
	text-indent: -999em;
}


#s-product-holder-over {

	position: absolute;
	background: #F00;
	z-index: 1001;
	float: none;
	left: 50px;
}

.product-holder {
	width: 178px;
	height: 308px;
	float: left;
	border: 1px solid #e0e0e0;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-top: -1px;
	margin-left: -1px;
	cursor: pointer;
	
	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}


.product-holder:hover  {
	z-index: 1000;
	border: solid 1px #cecaca;
	-webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.14);
	-moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 0.14);
	box-shadow:         0px 0px 15px rgba(50, 50, 50, 0.14);

}
.product-img-wrap {
	width: 178px;
	height: 223px;
}

.product-img-wrap  a  {
	display: block;
	width: 178px;
	height: 223px;
	line-height: 223px;
	text-align:center;
	vertical-align: bottom;		
}

.product-img-wrap  a img  {
	vertical-align: bottom;
	display: inline-block;
}

	.product-info {
		position: absolute;
		z-index: 3;
		width:100%;
		height: 70px;
		padding-top: 5px;
		bottom: 0;
		left: 0;
		background: url(../images/css/white60.png);
		background: rgba(255, 255, 255, .5);

	}

	.product-info > h3 {
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		font-size: 11px;
		color: #666;
		font-family: Arial, Helvetica, sans-serif;
		
	}
	
	.product-info h3 a{
		color: #666;
	}
	
	.product-capacity {
		margin: 0;
		padding: 0 3px;
		font-size: 11px;
		font-weight: bold;
		color: #336666;
		line-height: 12px;
		max-height: 24px;
		overflow: hidden;
		white-space:nowrap; 
		text-overflow:ellipsis;
	}
	
	/* Color swatches */
	
	.color-swatches-container {
		margin-top: 3px;
		float: right;
		position: relative;
		left: -50%;
		text-align: left;
	}
	/*  ul color-swatches */
		.color-swatches {
			height: 26px;
			padding: 0;
			list-style: none;
		}
		.color-swatches > li {
			width: 46px;
			height: 10px;
			margin-top: 4px;
			float: left;
			margin-right: 4px;
			border: 1px solid #d1d1d1;	
			text-indent: -999em;
			cursor: pointer;
			
		}
		
		.color-swatches > li.is-selected {
			width: 46px;
			height: 18px;
			margin-top: 0;
			
			
		}
		.color-swatches a{
			margin: 0;
			padding: 0;
			line-height: 20px;
			text-indent: -999em;
			width: 46px;
			height: 26px;
			margin-top: -5px;
			display: block;
		}
		
		.color-swatches a.is-selected {
			background: url(../images/css/selected.png) no-repeat 20px 0;
		}
		
		.color-swatches.small {
			margin: 0 auto;	
			height: 20px;
			position: relative;
			left: 50%;
			cursor: default;	
		}
		
		.color-swatches.small > li {
			width: 15px;
			height: 8px;
		}
		
		.flint {
			background: #ffffff; /* Old browsers */
			background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 48%, #f7f7f8 52%, #e5e8ed 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(48%,#ffffff), color-stop(52%,#f7f7f8), color-stop(100%,#e5e8ed)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 48%,#f7f7f8 52%,#e5e8ed 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #ffffff 0%,#ffffff 48%,#f7f7f8 52%,#e5e8ed 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 48%,#f7f7f8 52%,#e5e8ed 100%); /* IE10+ */
			background: linear-gradient(top, #ffffff 0%,#ffffff 48%,#f7f7f8 52%,#e5e8ed 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e8ed',GradientType=0 ); /* IE6-9 */	
			background-image: url(../images/css/sprite.png) no-repeat 0 -205px;
		}
		
		.half-flint {
			background: #e1e6e5; /* Old browsers */
			background: -moz-linear-gradient(top,  #e1e6e5 0%, #e1e6e5 48%, #d7dddd 52%, #e5ebee 100%, #e5ebee 100%, #cbd2d6 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e6e5), color-stop(48%,#e1e6e5), color-stop(52%,#d7dddd), color-stop(100%,#e5ebee), color-stop(100%,#e5ebee), color-stop(100%,#cbd2d6)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #e1e6e5 0%,#e1e6e5 48%,#d7dddd 52%,#e5ebee 100%,#e5ebee 100%,#cbd2d6 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #e1e6e5 0%,#e1e6e5 48%,#d7dddd 52%,#e5ebee 100%,#e5ebee 100%,#cbd2d6 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #e1e6e5 0%,#e1e6e5 48%,#d7dddd 52%,#e5ebee 100%,#e5ebee 100%,#cbd2d6 100%); /* IE10+ */
			background: linear-gradient(top,  #e1e6e5 0%,#e1e6e5 48%,#d7dddd 52%,#e5ebee 100%,#e5ebee 100%,#cbd2d6 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e6e5', endColorstr='#cbd2d6',GradientType=0 ); /* IE6-9 */

		}
		
		.green {
			background: #549b29; /* Old browsers */
			background: -moz-linear-gradient(top,  #549b29 0%, #3f851c 48%, #357a16 52%, #337915 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#549b29), color-stop(48%,#3f851c), color-stop(52%,#357a16), color-stop(100%,#337915)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #549b29 0%,#3f851c 48%,#357a16 52%,#337915 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #549b29 0%,#3f851c 48%,#357a16 52%,#337915 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #549b29 0%,#3f851c 48%,#357a16 52%,#337915 100%); /* IE10+ */
			background: linear-gradient(top,  #549b29 0%,#3f851c 48%,#357a16 52%,#337915 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#549b29', endColorstr='#337915',GradientType=0 ); /* IE6-9 */
		}
		
		.green-sea {
			background: #eff5f2; /* Old browsers */
			background: -moz-linear-gradient(top,  #eff5f2 0%, #c7ddd2 49%, #bfd8cc 51%, #bfd8cc 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eff5f2), color-stop(49%,#c7ddd2), color-stop(51%,#bfd8cc), color-stop(100%,#bfd8cc)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #eff5f2 0%,#c7ddd2 49%,#bfd8cc 51%,#bfd8cc 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #eff5f2 0%,#c7ddd2 49%,#bfd8cc 51%,#bfd8cc 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #eff5f2 0%,#c7ddd2 49%,#bfd8cc 51%,#bfd8cc 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #eff5f2 0%,#c7ddd2 49%,#bfd8cc 51%,#bfd8cc 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff5f2', endColorstr='#bfd8cc',GradientType=0 ); /* IE6-9 */
		}
		
		.green-antique {
			background: #998d25; /* Old browsers */
			background: -moz-linear-gradient(top,  #998d25 0%, #88801b 49%, #7c7714 50%, #7b7713 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#998d25), color-stop(49%,#88801b), color-stop(50%,#7c7714), color-stop(100%,#7b7713)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #998d25 0%,#88801b 49%,#7c7714 50%,#7b7713 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #998d25 0%,#88801b 49%,#7c7714 50%,#7b7713 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #998d25 0%,#88801b 49%,#7c7714 50%,#7b7713 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #998d25 0%,#88801b 49%,#7c7714 50%,#7b7713 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#998d25', endColorstr='#7b7713',GradientType=0 ); /* IE6-9 */
		}
		
		.green-french {
			background: #f0e300; /* Old browsers */
			background: -moz-linear-gradient(top,  #f0e300 0%, #d6d200 49%, #c3c600 53%, #c0c500 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e300), color-stop(49%,#d6d200), color-stop(53%,#c3c600), color-stop(100%,#c0c500)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #f0e300 0%,#d6d200 49%,#c3c600 53%,#c0c500 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #f0e300 0%,#d6d200 49%,#c3c600 53%,#c0c500 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #f0e300 0%,#d6d200 49%,#c3c600 53%,#c0c500 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #f0e300 0%,#d6d200 49%,#c3c600 53%,#c0c500 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e300', endColorstr='#c0c500',GradientType=0 ); /* IE6-9 */
		}
		
		.green-emerald {
			background: #5dba35; /* Old browsers */
			background: -moz-linear-gradient(top,  #5dba35 0%, #52a52f 49%, #4c992c 52%, #4b972b 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5dba35), color-stop(49%,#52a52f), color-stop(52%,#4c992c), color-stop(100%,#4b972b)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #5dba35 0%,#52a52f 49%,#4c992c 52%,#4b972b 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #5dba35 0%,#52a52f 49%,#4c992c 52%,#4b972b 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #5dba35 0%,#52a52f 49%,#4c992c 52%,#4b972b 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #5dba35 0%,#52a52f 49%,#4c992c 52%,#4b972b 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dba35', endColorstr='#4b972b',GradientType=0 ); /* IE6-9 */
		}
		
		.amber {
			background: #b05818; /* Old browsers */
			background: -moz-linear-gradient(top,  #b05818 0%, #9c4310 48%, #92380c 52%, #91370b 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b05818), color-stop(48%,#9c4310), color-stop(52%,#92380c), color-stop(100%,#91370b)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #b05818 0%,#9c4310 48%,#92380c 52%,#91370b 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #b05818 0%,#9c4310 48%,#92380c 52%,#91370b 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #b05818 0%,#9c4310 48%,#92380c 52%,#91370b 100%); /* IE10+ */
			background: linear-gradient(top,  #b05818 0%,#9c4310 48%,#92380c 52%,#91370b 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b05818', endColorstr='#91370b',GradientType=0 ); /* IE6-9 */
		}
		
		.blue {
			background: #f2f6f8; /* Old browsers */
			background: -moz-linear-gradient(top,  #f2f6f8 0%, #b9d4e5 50%, #aed1e8 51%, #aed1e8 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#b9d4e5), color-stop(51%,#aed1e8), color-stop(100%,#aed1e8)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #f2f6f8 0%,#b9d4e5 50%,#aed1e8 51%,#aed1e8 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #f2f6f8 0%,#b9d4e5 50%,#aed1e8 51%,#aed1e8 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #f2f6f8 0%,#b9d4e5 50%,#aed1e8 51%,#aed1e8 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #f2f6f8 0%,#b9d4e5 50%,#aed1e8 51%,#aed1e8 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#aed1e8',GradientType=0 ); /* IE6-9 */
		}
		.black {
			background: #444444; /* Old browsers */
			background: -moz-linear-gradient(top,  #444444 0%, #3d3d3d 48%, #303030 52%, #000000 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(48%,#3d3d3d), color-stop(52%,#303030), color-stop(100%,#000000)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #444444 0%,#3d3d3d 48%,#303030 52%,#000000 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #444444 0%,#3d3d3d 48%,#303030 52%,#000000 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #444444 0%,#3d3d3d 48%,#303030 52%,#000000 100%); /* IE10+ */
			background: linear-gradient(top,  #444444 0%,#3d3d3d 48%,#303030 52%,#000000 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

		}
		
		/* Color swatches for selector in search panel*/
		.color-swatches-list {
			list-style: none;
		}
		.color-swatches-list li{
			height: 20px;
			line-height: 20px;
			margin-bottom: 4px;
		}
		.color-swatches-list a {
			color: #555555;
			font-size: 12px;
			display: block;
			border: 1px solid #f9f9f9;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			 border-radius: 3px;
			 padding-left: 2px;
			 
			  -webkit-transition: border 0.5s ease;
			  -webkit-transition: background-color 0.5s ease;
			  outline: none;
		}
		
		.color-swatches-list a:hover {
			
			text-decoration: none;
			background-color: transparent;
			border: 1px solid #e0e0e0;
			
		}
		
		.color-swatches-list a.is-selected {
			
			border: 1px solid #e0e0e0;
			background: #f5f5f5 url(../images/css/delete-color.png) no-repeat right center;
			outline: none;
		}
		
		
		.color-swatch {
			width: 32px;
			height: 16px;
			margin-top: 2px;
			float: left;
			margin-right: 10px;
			border: 1px solid #d1d1d1;	
			text-indent: -999em;
			cursor: pointer;
			
		}
		
		.detail .color-swatches-list {
			margin-top: 5px;
		}
		
		.detail .color-swatches-list .color-swatch {
			cursor: default;
			width: 46px;
		}
		
	/* end color swatches */
	
	
	.product-oi-only {
		height: 37px;
		width: 178px;
		padding: 5px 40px 0 5px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		color: #ff8a00;
		background: url(../images/css/sprite.png) no-repeat -324px 0;	
	}
	
	.product-oi-only p {
		margin: 0;
		line-height: 1.1;
		font-size: 11px;
		text-align: left;
		text-transform: uppercase;
		
	}
	
	.product-actions{
		display: none;
		width:100%;
		height: 66px;
		position: absolute;
		z-index: 5;
		bottom: 0;
		left: 0;
		text-align: left;	
	}
		
	.product-actions ul {
		padding: 0;	
	}
	
	.product-actions li {
		height: 33px;
		background-color: #f3fafb;
		border-top: 1px solid #d0e2e9;	
	}
	.product-actions li.is-selected {
		border-top: 1px solid #e8e7cf;
	}
	
	
	.product-actions li a {
		display: block;
		background-color: #f3fafb;
		text-decoration: none;
		padding-left: 5px;
		font-size: 12px;
		height: 33px;
		line-height: 32px;
		text-align: left;
		-webkit-transition: background-color .4s linear;  
		-moz-transition: background-color .4s linear;  
		-o-transition: background-color .4s linear;  
		-ms-transition: background-color .4s linear;  
		transition: background-color .4s linear;  
	}
	
	.product-actions li a:hover {
		background-color: #e3f2f4;
	}
	.product-actions li.is-selected a {
		background-color: #fdf6db;
		color: #9c5b22;
	}
	.product-actions li.is-selected a:hover {
		background-color: #f8e3ba;
		color: #7d4514;
	}

/*  Detail page
---------------------------- */

#back-wrap {
	height: 60px;
	padding: 15px 40px;
}
.back-btn {
	display: inline-block;
	float: right;
	font-size: 13px;
}
.detail .color-swatches, .comparison .color-swatches {
	height: 18px;
	margin: 5px 0;
}

.detail .color-swatches > li, .detail .color-swatches a {
	cursor: default;
}
.detail .simplified-drawing {
	margin-top: 40px;
	margin-bottom: 40px;
}


#prev-product, #next-product {
	width: 270px;
	height: 160px;
	position: fixed;
	padding: 20px;
	background-color: #FFF;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	vertical-align: middle;
	/*display: table-cell;*/
	cursor: pointer;
	
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
	/* For IE 8 */
	
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=120, Color='#CCCCCC')";
	/* For IE 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=120, Color='#CCCCCC');*/
	

}

#prev-product {
	top: 300px;
	left: -220px;
	border-right: 1px solid #cccccc;
	padding-right: 0;
	z-index: 500;
		width: 270px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	
}



#next-product {
	top: 300px;
	right: -220px;
	border-left: 1px solid #cccccc;
	z-index: 501;
	width: 270px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#next-product .ico-next,
#prev-product .ico-prev {

	position:absolute;
	top:50%; 
	height:55px;
	margin-top:-27px;
	
}
#next-product .ico-next {
	left: 10px;
}

#prev-product .ico-prev {
	right: 10px;
}

.nextprev-content {
	height: 120px;	
}

.nextprev-content .product-img-wrap {
	width: 53px;
	height: 120px;
	float: left;
	line-height: 120px;
}
.nextprev-content .product-img-wrap img {
	vertical-align:middle;
}

.nextprev-content.next .product-img-wrap {
	margin-right: 20px; 
	margin-left: 10px; 

}

.nextprev-content.prev .product-img-wrap {
	margin-left: 40px; 
	margin-right: 20px; 

}


.nextprev-content.next  {
	margin-left: 40px;
}
.nextprev-content.prev  {
	margin-left: 0;
}
.nextprev-content .product-name {
	padding-top: 40px;
}

		
/* Notification boxes
---------------------------- */

.msg {
	max-width: 630px;
	padding: 20px 20px 2px 20px;
	margin-bottom: 60px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fdf6db;
	border: 1px solid #e8d9b2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #946201;
}
.msg a,
.msg a:hover,
.msg a:visited {
	color: #946201;
	text-decoration: underline;
}

.msg-heading {
	font-weight: bold;
	margin-bottom: 5px;
}

.msg-zeroresults {
	float: left;
	border: 1px solid #E0E0E0;
	padding: 18px 18px 0 18px;
	width: 80%;
	margin-left: 40px;

	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
}
.msg-zeroresults.noimage {
	width: 140px;
	height: auto;
	padding: 36px 36px 18px 36px;
	margin: 0px auto 0 auto;
	float: none;
	
}

.msg-info {
  background-color: #daeef4;
  border-color: #d2e3e9;
  color: #38606c;
}

.msg-info a, 
.msg-info a:hover,
.msg-info a:visited {
	color: #38606c;
	text-decoration: underline;
}



/* Sticky Footer
---------------------------- */
#l-main {
	overflow:hidden;
	padding-bottom: 350px;
	margin-bottom: 50px;
	min-width: 960px;
	min-height: 400px;
}

#wrap {
	min-height: 100%;
}

footer {
	position: relative;
	margin-top: -350px; /* negative value of footer height */
	height: 350px;
	clear:both;
	overflow: hidden;
	min-width: 960px;
	
}

footer > p {
	margin-left: 20px;
	color: #999;
	font-size: 12px;
}
footer ul {
	margin-left: 20px;
	color: #999;
	font-size: 12px;
	list-style: none;
}

.footer-left li,
.footer-right li {
	float: left;
	line-height: 29px;
	
}

.footer-left li a{
	padding: 0px 10px;
	border-right: 1px solid #CCC;
}

footer a {
	color: #999;
	text-decoration: none;
}

footer a:hover,
footer a:visited {
	color: #999;
}

.footer-image {
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	
}

/* Social Media links */
.footer-right {
	float: right;
	margin-left: 0;
	margin-right: 20px;
}

.footer-right li{
	margin-left: 10px;
	height: 29px;
	line-height: 29px;
}
.twitter {
	background: url(../images/css/sprite.png) no-repeat 0 -987px;
	width: 29px;
	height: 29px;
}

.twitter:hover {
	background-position: -31px -987px;
}

.facebook {
	background: url(../images/css/sprite.png) no-repeat 0 -1019px;
	width: 29px;
	height: 29px;
}

.facebook:hover {
	background-position: -31px -1019px;
}

.glass-is-life {
	background: url(../images/css/sprite.png) no-repeat 0 -1051px;
	width: 253px;
	height: 29px;
}

/* =============================================================================
   Noty classes http://needim.github.com/noty/
   ========================================================================== */
ul.noty_container {
	position: fixed;
	z-index: 9999999;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 400px;
	top: 20px;
}
ul.noty_container li {
	position: relative;
	float: left;
	clear: both;
	list-style: none;
	padding: 0px;
	margin: 10px 0 0 0;
}
ul.noty_container.topLeft {
	left: 20px;
}
ul.noty_container.topRight {
	right: 40px;
}
ul.noty_container.topRight li {
	float: right;
}
/* Fix for: http://bugs.jquery.com/ticket/2278 */
ul.noty_container.topLeft li,
ul.noty_container.topRight li {
	width: 400px;
}
div.noty_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 10000;
	opacity: 0.6;
	display: none;
}
.noty_bar {
	position: fixed;
	display: none;
	z-index: 9999999;
	background: url(../images/css/alert-lines.png) repeat-x scroll left top #fff;
}
.noty_bar.top {
	top: 0;
	left: 0;
	width: 100%;
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	background-color: #000;
/*	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";*/
	zoom: 1;
	/*border-bottom: 3px solid #eee;*/
}

.noty_bar.bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 3px solid #eee;
}
.noty_bar.center {
	top: 40%;
	left: 19.5%;
	width: 60%;
	padding: 4px;
	border: 3px solid #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.noty_bar.topLeft,
.noty_bar.topRight {
	width: 100%;
	clear:both;
	position: relative;
	padding: 4px;
	border: 3px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.noty_bar .noty_message {
	padding: 10px 30px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	width: 96%;
}
.noty_bar .noty_message .noty_buttons {
	float: right;
	font-size: 13px;
	margin-top: -6px;
	margin-left: -25px;
}
.noty_bar.topLeft .noty_message .noty_buttons,
.noty_bar.topRight .noty_message .noty_buttons {
	float: none;
	font-size: 13px;
	border-top: 1px solid #CCCCCC;
  	margin-left: 0;
 	 margin-top: 10px;
  	float: none;
  	padding-top: 10px;
  	text-align: right;
}
.noty_bar .noty_message .noty_buttons button {
	margin-left: 5px;
}
.noty_bar .noty_close {
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url(../images/css/closelabel.png);
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.noty_bar.alert {
	background-color: #fff;
	border-color: #ccc;
}
.noty_bar.error {
	background-color: red;
	color: #fff;
	border-color: darkred;
}
.noty_bar.success {
	background-color: #2C2C2C;
	color: #e3f2f5;
	border-color: #231f20;
}

/* Error messages template */
.error_content ul,
.error_content ol{
    padding: 20px;
}



/* Layout: Top Center */
.noty_bar.topCenter {
	background: none;
	background-color: transparent;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.noty_bar.topCenter.alert {
	background-color: none;
}
.noty_bar.topCenter .noty_message {
	padding: 10px 15px;
	display: inline-block;
	font-size: 13px;
	width: auto;
	margin: 0;
	position: relative;
	top: 8px;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.noty_bar.topCenter .noty_close {
	top: 50%;
	margin-top: -10px;
	border-radius: 10px;
	right: -10px;
}
.noty_bar.topCenter.alert .noty_message {
	background-color: #F9EDBE;
	border: 1px solid #F0C36D;	
}
.noty_bar.topCenter.alert .noty_close {
	border: 1px solid #F0C36D;
}
.noty_bar.topCenter.error .noty_message {
	background-color: #FA5914;
	border: 1px solid #E64906;	
}
.noty_bar.topCenter.error .noty_close {
	border: 1px solid #E64906;
}
.noty_bar.topCenter.success .noty_message {
	background-color: #8FEC8F;
	border: 1px solid #50C24E;	
}
.noty_bar.topCenter.success .noty_close {
	border: 1px solid #50C24E;
}
.noty_bar.topCenter .noty_message .noty_buttons {
	margin-left: 15px;
	margin-top: 0px
}

.noty_bar.topCenter .noty_message .noty_buttons button {
	font: bold 12px/12px HelveticaNeue, Arial;
  padding: 3px 4px;
  color: #555;
  background: none; 
  border: none;
}

/* Custom Theme from Mohieddine Abd-kader (http://forrst.com/people/mitgux) Thanks :) */
.noty_bar.mitgux {
	background: none;
	border: none;
}
.noty_bar.mitgux .noty_message {

	border: 1px solid #D7D7D7 !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 1px 2px 4px #636363;
	color: #6D6D6D;
	line-height: 1.5em;
	text-shadow: 0 1px 0 #FFFFFF;
	width: 100%;      
}
.noty_bar.mitgux.center .noty_message {
	width: 95%;
}
.noty_bar.mitgux.alert .noty_message {
	background: url("../images/css/mitgux/alert.png") no-repeat 13px center,url("../images/css/mitgux/bg.png") repeat scroll 0 0 transparent;           
}
.noty_bar.mitgux.error .noty_message {
	background: url("../images/css/mitgux/error.png") no-repeat 13px center,url("../images/css/mitgux/bg.png") repeat scroll 0 0 transparent;	
}
.noty_bar.mitgux.success .noty_message {
	background: url("../images/css/mitgux/done.png") no-repeat 13px center,url("../images/css/mitgux/bg.png") repeat scroll 0 0 transparent;
}
.noty_bar.mitgux .noty_close{
	width: 20px;
	height: 20px;
	position: absolute;
	background: url("../images/css/mitgux/close.png") no-repeat;
	right: -8px;
	top: 50%;
	margin-top: -10px;
	box-shadow: 0 0 3px #3C3C3C;
	border-radius: 10px;
	border: none !important;
	cursor: pointer
}
/* Custom theme layout extras */
.noty_bar.mitgux.top {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 4px #636363;
}
.noty_bar.mitgux.top .noty_close,
.noty_bar.mitgux.bottom .noty_close {
	right: 8px;
}
.noty_bar.mitgux.topLeft .noty_message,
.noty_bar.mitgux.topRight .noty_message,
.noty_bar.mitgux.topCenter .noty_message {
	padding-left: 60px;
	padding-right: 40px;
	width: auto;
}
.noty_bar.mitgux.topLeft .noty_message .noty_buttons,
.noty_bar.mitgux.topRight .noty_message .noty_buttons {
	border-top: 1px solid #CCCCCC;
	margin-left: 0;
	margin-top: 10px;
	float: none;
	padding-top: 10px;
	text-align: right;
}
.noty_bar.mitgux.top .noty_buttons,
.noty_bar.mitgux.bottom .noty_buttons {
	margin-top: -3px;
	margin-right: 25px;
}
.noty_bar.mitgux.center .noty_buttons {
	margin-top: -3px;
}

#cookie-notification {
	display: none;
	padding: 20px;
	background-color: #231F20;
	color: #FFF;
}

.noty_bar .noty_message .inner {
	padding-top: 10px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
.noty_bar .noty_message .inner  h1{
	font-size: 20px;
	margin-bottom: 5px;
	margin-left: 70px;
}
.noty_bar .noty_message .inner  p{
	margin-left: 70px;
}

.noty_bar .noty_message a,
.noty_bar .noty_message a:visited {
	color: #E3F2F5;
	text-decoration: underline;
}
.noty_bar .noty_message a:hover {
	color: #aff0f2;
	text-decoration: underline;
}


/* =============================================================================
   Non-semantic helper classes
   ========================================================================== */
.inner {
	 width: 960px;
	 margin: 0 auto;
 }
 
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

img.left {
	margin: 0 20px 20px 0;
}

img.right {
	margin: 0 0 20px 20px;
}
/* Remove padding */
.no-pad {
	padding: 0;
}
.is-hidden {
	display:none;
}

/* For image replacement */
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.ir br {
	display: none;
}
/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.is-hidden {
	display: none;
	/*visibility: hidden;*/
}
/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.is-visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.is-visuallyhidden.focusable:active,
.is-visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/* Hide only visually, but have it available for print */
.printable {
	display: none;
	visibility: hidden;
}
/* Hide visually and from screenreaders, but maintain layout */
.is-invisible {
	visibility: hidden;
}
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}

/* =============================================================================
   Editor button for logged in admins
   ========================================================================== */
.editor-button { position:absolute; top:2px; left:-20px; z-index: 999!important;  }
.editor-button a { display:block; width:16px; height:16px; background:url(../images/css/icon_edit.png) no-repeat 0 0; opacity:1.0; text-indent:-9999em; overflow:hidden; }
.editor-button a:hover { opacity:1; }

/* =============================================================================
   TipTip CSS - Version 1.2  - http://code.drewwilson.com/entry/tiptip-jquery-plugin
   ========================================================================== */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}


/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
/* Style adjustments for viewports 480px and over go here */

}
 @media only screen and (min-width: 1150px) {
/* Style adjustments for viewports 1024px and over go here */
#logo {
	width: 132px;
	height: 95px;
	float: right;
	margin-right: 40px;
	margin-top: 20px;
	
}

}
 @media only screen and (max-width: 1020px) {
/* Style adjustments for footer  */
footer ul {
	margin-left: 10px;
	font-size: 11px;
}

}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */


}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */

#wrap, footer {
	width: 1024px;
}
.product-holder {
	width: 195px;
}
.product-img-wrap {
	width: 195px;
}
.product-img-wrap a {
	width: 195px;
}

header, #l-main {

	width: 1024px;

}
 }
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */

#wrap, footer {
	width: 1024px;
}

.product-holder {
	width: 195px;
}

.product-img-wrap {
	width: 195px;
}
.product-img-wrap a {
	width: 195px;
}

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter:none !important;
	-ms-filter: none !important;
} /* Black prints faster: sanbeiji.com/archives/953 */
a, a:visited {
	color: #444 !important;
	text-decoration: underline;
}
/*a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}*/
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}  /* Don't show links for images, or javascript/internal links */
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
} /* css-discuss.incutio.com/wiki/Printing_Tables */
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
margin: 0.7cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}

		

#logo {
	width: 80px !important;
	height: 58px !important;
	float: left !important;
	margin-left: 0px !important;
	
}
		
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	
}
h1 {
	font-size: 14px;
}

header {
	margin-bottom: 20px !important;
	height: 100px !important;
}

#l-main {
	padding-bottom: 20px;
}

/*  ul color-swatches */
		.color-swatches {
			height: auto;
			padding: 0;
			list-style: none;
		}
		.color-swatches > li {
			width: 34px;
			height: auto;
			margin-top: 4px;
			float: none;
			margin-right: 0;
			border: none;	
			text-indent: 0;
			
		}
		
		.color-swatches > li.is-selected {
			width: 34px;
			height: auto;
			margin-top: 5px;
			
			
		}
		.color-swatches a{
			margin: 0;
			padding: 0;
			line-height: 20px;
			text-indent: 0;
			width: 34px;
			height: 26px;
			margin-top: -5px;
			display: block;
		}
		.detail .color-swatches,
		.comparison .color-swatches {
			height: auto;
		}
		.green,
		.flint,
		.amber,
		.blue,
		.black {
			background: none;
		}


}
