/**
 * @package Klimatsmart
 * @author Mattias Wirf, mattias@xoda.se
 *
 * Main CSS
 *
 * IMPORT: RESET
 * MAIN DOCUMENT
 * STRUCTURE
 * HEADER AND LOGO
 * BANNER TOP
 * HEADERS AND BOLDS
 * FOOTER MENU
 * MISC
 * GLOBAL SEARCH
 * LISTS
 */

/* Import reseter */
@import url("reset.css");

/******************
 * MAIN DOCUMENT
 *****************/

@font-face
{
	font-family: helveticaRounded;
	src: url('/fonts/helveticaRounded/helvetica_rounded_lt_bold.ttf')
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #c4bea1 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #c4bea1 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #c4bea1 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #c4bea1 !important;
}



::-webkit-input-placeholder {
   color: #aaa;
}
:-moz-placeholder { /* Firefox 18- */
   color: #999;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #999;
}
:-ms-input-placeholder {  
   color: #999;
}



html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;	
	color: #545454;
}
body {
	margin: 0 auto;
	padding-top: 0;
	text-align: center;
	background: #31342D;
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


/**********************
 * Devices
 *********************/
.visible-android {
  display:none;
}
.visible-ios {
  display:none;
}
.on-device .visible-android, .on-device .visible-android {
  display:inherit;
}
.device-ios .visible-android {
  display:none !important;
}
.device-ios .hidden-ios {
  display:none !important;
}
.device-android .hidden-android {
  display:none !important;
}
.device-android * {
  display:none !important;
}
.device-android .visible-ios {
  display:none !important;
}

ul {padding-left:20px}
p {
	margin:1em 0;
}
input, textarea, select {
	border-radius: 2px;
	border: 1px solid #C4BEA1;
	/*border: 1px solid #545454;*/
	padding: 5px;	
	width: 100%;
	margin-bottom: 10px;
}
input[type="text"], textarea, select {
	
	/*background: rgb(237,239,224);
	 background: rgba(237,239,224,0.8); */
	 background: #fff;
}
input[type="file"] {
	background: #fff;
	border: 0;
}
select {
	border-radius: 2px;
	/*border: 1px solid #545454;*/	
	border: 1px solid #C4BEA1;
	padding: 5px;
}
input[type=submit], button{
	border-radius: 2px;
	border: 1px solid #C4BEA1;
	padding: 5px;	
	width: auto;
	cursor:pointer;
}
input[type=submit]:hover, button:hover{
	border-color:#908E82;
}
input[type=radio] {
	border-radius: 2px;
	border: 1px solid #C4BEA1;
	padding: 5px;	
	width: auto;
}
form p {text-align: right; margin: 0 0 10px 0;}
form div>p {text-align:left;}
form tr {line-height: 24px;}
form td {vertical-align: top;}

/*****************
 * STRUCTURE
 *****************/
#wrapper { /* fills the document */
	margin: 0 auto;
	width: 100%;
	min-width: 1140px;
	min-height: 80%;
	background: rgb(237,239,224) url(../images/bg/bgcolor.png) repeat !important;
	background-color: #edefe0;
	position: relative;
}
#wrapInner {
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 5px 0 0 0;
}
#page { /* main width of all content and placeholder */
	width: 100%;
	max-width: 1140px;
	margin: 0 auto 0 auto;
	padding: 100px 0 50px 0;
	position: relative;
	/*overflow-x: hidden;*/
}
#content { 
	margin: 0 auto 0 auto;
	padding: 56px 0 0 0;
	background: transparent;
}
#mainContent {
	//width: 1024px;
	padding: 0;
	margin: 0 auto;
}
#footer { /* footer of the page */
	background: #31342D url(../images/bg/footer-background.png) repeat-x 55px 0;
	width: 100%;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
}

#footer img {
    bottom: 27px;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}

.socialFooter{
    bottom: -250px;
    position: absolute;
    right: 120px;
}

/******************
 * HEADER AND LOGO
 ******************/
#logotype {
	margin: 0 auto;
}

/**************
 * BANNER TOP
 **************/
#bannertop {
	position: absolute;
	width: 100%;
	height: 100px;
	z-index: 500;
	top: 0;
	text-align: center;
	margin: 7px 0 0 0;
}
#banner {
	margin: 0 auto;
	width: 1140px;
	background: #fff;
	height: 85px;
	box-shadow: 5px 5px 0 #C8BFA1;
	-moz-box-shadow: 5px 5px 0 #C8BFA1;
	-webkit-box-shadow: 5px 5px 0 #C8BFA1;
}
#bannerLogos {
}
#bannerLogos a{
	display:block;
}
#bannerLogos img{
	max-height:60px;
	max-width:160px;
}
table#bannerLogos {
	width: 100%;
	height: 88px;
	border-collapse: collapse;
}
table#bannerLogos td {
	width: 20%;
	overflow-x: hidden;
	text-align: center;
	vertical-align: middle;
	padding: 0;
}
#bannerLogos a {
	margin: 0;
	float: none;
}

.adRowTop{   
	background-color: transparent;
    position: absolute;
    top: 1px;
}

.adRowTop .arrowDown{
	display: block !important;
	padding-left: 14px !important;
	background: #FFF url(../images/icons/arrow-down.png) no-repeat 1px 0px !important;
	border: 1px solid #FFF; 
}


/*****************
 * HEADERS AND BOLDS
 *****************/
h1, h2, h4, strong {
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2 {
   	color: #545454;/*#81BC3D;*/
}
h1 {
	clear: both;
	line-height: 24px;
	font-size: 24px;
	margin-bottom: 4px;
}
.pageMenu h1 {	
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-family: "helveticaRounded", Arial;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #49b61b;
}
h1.pageTitle {
	width: 720px;
	text-align: center;
}
h2 {
	line-height: 20px;
	font-size: 20px;
	margin-top: 2px;
	margin-bottom: 4px;
}
h2.videoTitle {
	line-height: 23px;
	margin-top: 0 !important;
}
h2.newsTitle {
	margin-top: 0 !important;
}
h3 {
	line-height: 16px;
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 4px;
}
h3.newsTitle, h3.videoTitle {
	line-height: 20px;
	font-size: 20px;
	margin-top: 2px;
	margin-bottom: 4px;
	font-family: 'helveticaRounded', 'Helvetica', 'Arial', 'sans-serif'
}
h4 {
	margin-bottom: 8px;
	line-height: 13px;
	font-size: 13px;
	margin-top: 4px;
}

/*******************
 * FOOTER MENU
 *******************/
#footerMenu {
    font-size: 11px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 105px;
    width: 100%;
}

#footerMenu img{
	bottom: 0;
	margin: 0 5px;
}
#footerMenu span{
	color: white;
	margin: 0 10px;
	line-height: 18px;
}
#footerMenu a{
	color: white;
	margin: 0 10px;
	line-height: 40px;
}
#footerMenu a:hover {
	color: #99CCFC;
}

#footerMenu .noll a{
	margin: 0;
	padding: 0;
}

/*******************
 * EDITOR TEXT
 ******************/
.catHeader {	
	clear: both;
	line-height: 24px;
	font-size: 24px;
	margin-bottom: 4px;
}
.catEditorText {
	width: 756px;
	clear: both;
}
.catEditorText a:hover {
	color: #DC5943;
}
.catEditorText td:first-child {
	overflow-x: hidden;
	float: left;
}
.catEditorText td:last-child {
	overflow-x: hidden;
	float: right;
}
.catEditorText img {
	border: 1px solid #ccc !important;
}

/*****************
 * CATEGORIES
 *****************/
ul#productCategories li ul {
	display: none;	
}
ul#productCategories li.category-active>a {
	color: #DC5943;
}
ul#productCategories li.category-active ul {
	display: block;
}
#productCategories a.ui-state-active {
	/*background-color: #DC5943;*/
	color: #DC5943;
}
#productCategories li ul li a.active {
	color: #DC5943;
	background: url("../images/sublink_bg_red.gif") no-repeat 0 center transparent;
}

/*****************
 * MISC
 *****************/
.left {
   	float: left;
}
.right {
	float: right;
}
.clear, .clr {
	clear: both;
}
.noBullets {
	list-style-type: none;
}
p {
}
a {
	text-decoration:none;
	color: #545454;
	/*color: #2a7991;*/
}
*:focus {
	outline: none;
}
a:hover {
	color: #DC5943;
}
.columnWrapper a:hover {
	color: #545454 !important:
}

.small {
 	font-size: 10px;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center !important;
	width: 100%;
}
.boxSize {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

/*******************
 * GLOBAL SEARCH
 ******************/
#searchButton {
background: #A84539 url('../images/forms/searchSubmit.png') repeat;
color:white !important;
	border: 0;
	cursor: pointer;
        text-indent: -9999em;
        line-height: 80;
	width: 66px;
	height: 42px;
	
box-shadow: 5px 5px 1px #A84539;
-moz-box-shadow: 5px 5px 1px #A84539;
-webkit-box-shadow: 5px 5px 1px #A84539;
}
#typeRow { /* radiobuttons with type of search */
	/*display: block;*/
	height: 34px;
	width: 233px;
}
.no-padding-bottom {
	padding-bottom: 0;
}
.no-margin-bottom {
	margin-bottom: 0;
}

h3.related {
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 14px;
}

/***************
 * MISC
 **************/
.fullwidth {
	width: 100%;	
}
.noBorder {
	border: 0 !important;
}
.arrowRight {
	display: block !important;
	padding-left: 14px !important;
	background: transparent url(../images/icons/arrow-right.png) no-repeat left 8px !important;
}

.arrowDown {
	display: block !important;
	padding-left: 20px !important;
	/*background: #c8e9ce url(../images/icons/arrow-down.png) no-repeat 0 5px !important; ORIGINAL*/
	background: #c8e9ce url(../images/icons/arrow-down.png) no-repeat 5px center !important;
	border: 1px solid #b6e6b6;
}

.rounded{
	border-radius: 2px;
}

.searchPageContent {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
/* Upper case grey text*/
.fontUpper {
    color: #777777;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Upper case grey text small for shoring Ad*/
.fontUpperAd {
    color: #777777;
    font-family: Arial;
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
}

h2.thankYouGoatHeadPop{
    margin-left: 20px;
    margin-top: 20px;
}
div.thankYouGoatHeadPop{
	background:url('../images/thanks/thanks02.png') no-repeat;
	width:190px;
	height:100px;
	margin-left:925px;
	margin-top:18px;
	position:absolute;
	display: none;
}
#thanks02 {
	display: none;
}

#geoSelect option {
	background: #7AB3E0;
}



/* Focus on the terms searched for */
.searchFocus {
	background: #FFFFCF;
	color: red;
	font-weight: bold;
	padding: 2px;
}

/* snabbtips */

.suggest{
	width: 458px;
}

.suggestTop{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #C7E4F0;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #545454;
    font-family: "helveticaRounded", Arial, sans-serif;
    font-size: 11px;
    height: 30px;
    line-height: 35px;
    margin: 13px 0 13px 0;
    padding: 0 0 0 10px;
    text-transform: uppercase;
	width: 100%;
}

.suggestButtonPosition{
	margin-top: 6px;
}
.fastTip {
	border: 1px solid #7AB3E0;
	width: 290px;
}
.fastTip .suggestTop {
	margin: 0;
}
.fastTip form {
	padding: 10px 10px 10px 20px;
}
.fastTip form p {
	text-align: left;
}
.fastTip form input[type="text"], .fastTip form textarea {
	width: 230px;
	/*background: rgb(237,239,224);
	background: rgba(237,239,224,0.8);*/
	background: #fff;
	/*border: 1px solid #8F9292;
	border-top-color: #545454;
	border-left-color: #545454;*/
	border: 1px solid #c4bea1;
}
.error {
	border: 1px solid red;
	color: red;
	width: 100%;
	background: #FFEFEF;
	padding: 3px 5px;
	margin: 0 0 13px 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.typeButtons {
	margin-bottom: 13px;
}
.required {
	color: red;
}
.thinLine {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #eee;
	margin-bottom: 13px;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

  
#alcoWarning {
	position: absolute;
	width: 400px;
	color: #8F0000;
	font-weight: bold;
	background: #FFF2EF;
	padding: 10px 20px;
	margin: 20px auto 20px 20px;
}

table.companies {
	border-collapse: collapse;
	margin-left: 20px;
	margin-bottom: 40px;
	width: 760px;
}
table.companies td {
	margin: 0;
	padding: 3px 8px;
}
table.companies td:first-child {
	width: 50%;
}
.even td {
	background: #EDEFE0;
}
#suggestFastSend {
	float: right;
	margin-right: 17px;
	width: auto;
	max-width: 100px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	cursor: pointer;
	box-shadow: 1px 2px 1px 0 rgba(0,0,0,0.1);
}
form td {
	position: relative;
}
form td .note {
	/*position: absolute;
	bottom: -20px;
	right: 0;*/
	text-align: right;
	margin-bottom: 3px;
	color: #999;
	width: 100px;
	float: right;
	margin-bottom: -10px;
}

.feedLink {
	display: inline-block;
	height: 18px;
	padding-right: 22px;
	background: transparent url(../images/feed-icon-16.png) no-repeat;
	background-position: 100% 2px ;
}
#customers tr.product-item:last-child,
#extsearchcustomers tr.product-item:last-child,
#extsearchnoncustomers tr.product-item:last-child,
#extsearch tr.product-item:last-child,
#nonCustomers tr.product-item:last-child
{	
	border-bottom: 1px dashed #C4BEA1 !important;
	
}

.product-contactInfo {
	word-wrap: break-word;
	max-width: 125px;
}
.offer-link {
background:#00a8a8 !important;;color:white;
}




.newsletterBox  {
	
	height: 112px;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin: 20px 0 5px 0px;
	position: relative;
	
}

.newsletterBoxForm  {
	
	height: 110px;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin: 5px 0 10px 0px;
	padding:5px;
	position: relative;
	
}
.newsletterBox .txtField  {
    width: 190px;
    
    font-family: "helveticaRounded", Arial;
    color:	#666666;
    font-weight: normal;
}

.newsletterBox .txtField::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999999 !important;
}
.newsletterBox .txtField:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999999 !important;
}
.newsletterBox .txtField::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999999 !important;
}
.newsletterBox .txtField:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999999 !important;
}
/*
#puffBackgroundNewsletterBox{
 	width: 328px;
 	background: #c4bea1 url('../images/Mail-icon.png') no-repeat;
	background-position: 8px;
 	height: 30px !important;
}
*/

#puffBackgroundNewsletterBox h2{
 	width: 328px;
 	background: #c4bea1 url('../images/Mail-icon.png') no-repeat;
	background-position: 8px;
 	height: 30px !important;
}


div.leftMenu {
	width: 220px;
/*	margin: 92px 0 20px 0px;
	margin: 20px 0 20px 0px; 
	padding: 0 0 10px 0 !important; */
	float: left;
	overflow-x: hidden;
	padding-bottom: 20px;
	height: auto;
	overflow: hidden;
	/*background-color: #fff;*/
}

.newsletterBox h2{
 	border-radius: 2px 2px 0 0;
	color: #fff;
	height: 28px;
	font-size: 13px;
	font-family: "helveticaRounded", Arial;
	font-weight: normal;
	line-height: 24px;
	padding: 3px 0 0 40px;
	margin: 0;
	text-transform: uppercase;
	/*
	background: #00a89e url(../images/folder.png) no-repeat 10px center;
	*/
	background: #c4bea1 url(../images/nlmail-icon3.png) no-repeat 10px 0px;
}

#puffBackgroundNewsletterBox{
 	width: 328px;
 	background: #ffffff;
	background-position: 8px;
 	height: 30px !important;
}