html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 18px;
	font-size: 12px;
	font-family: Helvetica, arial, sans-serif;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Lucida, "Trebuchet MS", sans-serif;
}
ol, ul {
	list-style: none;
}

hr{
	display: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* TYPOGRAFI */

.t-center{
	text-align: center;
}

.t-right{
	text-align: right;
}
.t-left{
	text-align: left;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	margin:10px 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1{font-size: 24px; line-height: 32px;}
h2{font-size: 20px; line-height: 28px;}
h3{font-size: 16px; line-height: 24px;}
h4{font-size: 14px; line-height:20px;}

a{color:#c2142d; text-decoration: none; cursor:pointer;}
a:hover{color:#308dd4; }
p{line-height: 17px; font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Lucida, "Trebuchet MS", sans-serif; margin:10px 0px;}
strong{font-weight: bold;}
em{font-style: italic;}
i{font-style: italic;}
b{font-weight: bold;}

/* CUSTOM */

#retailer-map iframe {
	width: 100% !important;
}

.product-image{
	padding: 0;
}

.balt_footer a {
	display: inline !important;
}

.five-col{
	width:20%;
	float:left;
	padding:0px 15px;
}

.btn-red {
  background-color: #c3142d;
  border-color: #c3142d;
  color:#fff;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
  background-color: #e01936;
  border-color: #e01936;
  color:#fff;
}
.btn-red.disabled:hover,
.btn-red.disabled:focus,
.btn-red.disabled:active,
.btn-red.disabled.active,
.btn-red[disabled]:hover,
.btn-red[disabled]:focus,
.btn-red[disabled]:active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red:hover,
fieldset[disabled] .btn-red:focus,
fieldset[disabled] .btn-red:active,
fieldset[disabled] .btn-red.active {
  background-color: #343d57;
  border-color: #343d57;
}

.btn-grey {
  background-color: #ededed;
  border-color: #ededed;
  color:#333;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active {
  background-color: #ddd;
  border-color: #ddd;
  color:#333;
}
.btn-grey.disabled:hover,
.btn-grey:focus,
.btn-grey.disabled:active,
.btn-grey.disabled.active,
.btn-grey[disabled]:hover,
.btn-grey[disabled]:focus,
.btn-grey[disabled]:active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey:hover,
fieldset[disabled] .btn-grey:focus,
fieldset[disabled] .btn-grey:active,
fieldset[disabled] .btn-grey.active {
  background-color: #343d57;
  border-color: #343d57;
}

/* CUSTOM */

/* ALLMÄNNA */
.padding5{padding:5px;}
.padding10{padding:10px;}
.padding20{padding:20px;}
.padding30{padding:30px;}
input:focus{outline:none;}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

ul,ol{
	margin: 0px;
	padding:0px 0px 10px 40px;
	list-style: decimal;
}

ul{
	list-style: disc;
}


ul.styled-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.styled-list li{
	padding:4px 0px;
}

.page-pagination{
	padding:10px 0px;
	border-top:1px solid #d6d6d6;
	margin: 10px 0 0 0;
}

.page-pagination .prev{
	background: url(/images/common/pagination-prev.png) no-repeat left 2px;
	padding:4px 0px 4px 20px;
}
.page-pagination .next{
	background: url(/images/common/pagination-next.png) no-repeat right 2px;
	padding:4px 20px 4px 0px;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

img.pull-right{
	margin:0px 0px 10px 10px;
}
img.pull-left{
	margin:0px 10px 10px 0px;
}

a.button{
	display: inline-block;
	padding: 10px 20px;
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top, #fbfbfb 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
	color: #333;
	text-decoration: none;
	border: 1px solid #b4b4b4;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

a.button:hover{
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top, #fbfbfb 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbfbfb 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbfbfb 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fbfbfb 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

a.button:active{
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top, #f3f3f3 0%, #fbfbfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#fbfbfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#fbfbfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3f3f3 0%,#fbfbfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3f3f3 0%,#fbfbfb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f3f3f3 0%,#fbfbfb 100%); /* W3C */
}

a.red-button {
	display: inline-block;
	padding: 10px 20px;
	background: #F74C4C;
	background: -moz-linear-gradient(top, #F74C4C 0%, #D61515 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F74C4C), color-stop(100%,#D61515));
	background: -webkit-linear-gradient(top, #F74C4C 0%,#D61515 100%);
	background: -o-linear-gradient(top, #F74C4C 0%,#D61515 100%);
	background: -ms-linear-gradient(top, #F74C4C 0%,#D61515 100%);
	background: linear-gradient(top, #F74C4C 0%,#D61515 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74c4c', endColorstr='#d61515',GradientType=0 );
	color: white;
	text-decoration: none;
	border: 1px solid #8C2832;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: inset 0px 1px 0px 0px #FF7272, 0px 1px 0px 0px rgba(255,255,255,0.6);
	-moz-box-shadow: inset 0px 1px 0px 0px #FF7272, 0px 1px 0px 0px rgba(255,255,255,0.6);
	box-shadow: inset 0px 1px 0px 0px #FF7272, 0px 1px 0px 0px rgba(255,255,255,0.6);
}

a.red-button:hover{
	background: #f74c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #f74c4c 0%, #e51616 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f74c4c), color-stop(100%,#e51616)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f74c4c 0%,#e51616 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f74c4c 0%,#e51616 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f74c4c 0%,#e51616 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f74c4c 0%,#e51616 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74c4c', endColorstr='#e51616',GradientType=0 ); /* IE6-9 */
}

a.red-button:active{
	background: #d61515; /* Old browsers */
	background: -moz-linear-gradient(top,  #d61515 0%, #f74c4c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d61515), color-stop(100%,#f74c4c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d61515 0%,#f74c4c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d61515 0%,#f74c4c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d61515 0%,#f74c4c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d61515 0%,#f74c4c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d61515', endColorstr='#f74c4c',GradientType=0 ); /* IE6-9 */
}

/* Supportformulär (support_form.php) */

.form_error_text {
    color: #c2142d;
}
input.parsley-error, textarea.parsley-error {
    color: #B94A48 !important;
    background-color: #F2DEDE !important;
    border: 1px solid #EED3D7 !important;
}

#send_form_button {
    float: right;
}

/* Search results */

.highlight_word {
	background-color: #FFFFCC;
}

#search-result-list li {
	display: none;
}
#load-more-results {
	margin-bottom: 20px;
}

.head #search-container,
.head #search-container-ipad{
	float: right;
	position: relative;
}
.head .search input {
	display: block;
	float: left;
	margin: 0;
	background: white;
	border: 1px solid #ccc;
}
.head .search .input_text {
	width: 121px;
	height: 32px;
	padding: 0 0 0 15px;
	border-right: 0;
	-moz-border-radius: 15px 0 0 15px;
	-webkit-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	font-style: normal;
	color: black;
}

.head .search .initial {
	font-style: italic;
	color: #999;
}

.head .search .input_text:focus{
	-webkit-box-shadow: inset 0px 0px 4px 0px #ccc, 0px 1px 0px 0px #ffffff;
	-moz-box-shadow: inset 0px 0px 4px 0px #ccc, 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 0px 4px 0px #ccc, 0px 1px 0px 0px #ffffff;
}

.head .search .input_submit {
	width: 35px;
	height: 32px;
	padding: 0;
	-moz-border-radius: 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
	background-color: #f7f7f7;
	background-image: url(../images/magnify.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: inset 0px 0px 4px 0px #ccc, 0px 1px 0px 0px #ffffff;
	-moz-box-shadow: inset 0px 0px 4px 0px #ccc, 0px 1px 0px 0px #ffffff;
	box-shadow: inset 1px 1px 0px 0px #fff, 0px 1px 0px 0px #ffffff;
	outline:none;
}

input#search {
	width: 350px;
	height: 25px;
	padding: 5px;
	margin-bottom: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	border: 1px solid #ababab;
	font-size: 20px;
	line-height: 25px;
	color: #ababab;
}
input#search:hover, input#search:focus {
	color: #3b3b3b;
	border: 1px solid #36a2d2;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
}

ul.results {
	display: none;
	max-width: 300px;
	-webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.15) 0 1px 3px;
	box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	top: 50px;
	left: -50%;
	z-index: 2000;
	background: #fff;
	border: 1px solid #b8b8b8;
	list-style-type: none;
}

ul.results:after, ul.results:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

ul.results:after {
	border-color: rgba(213, 213, 213, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	left: 51%;
	margin-left: -10px;
}

ul.results:before {
	border-color: rgba(184, 184, 184, 0);
	border-bottom-color: #aaa;
	border-width: 11px;
	left: 51%;
	margin-left: -11px;
}

ul.results li.result {
	border-left: 4px solid transparent;
	width: 280px;
	padding: 8px;
	cursor: pointer;
	border-top: 1px solid #cdcdcd;
	overflow: hidden;
}

ul.results li:first-child {
	border-top: none;
}

ul.results li.result img {
	max-height: 40px;
	max-width: 40px;
}

ul.results li .image_container {
	float: left;
	width: 50px;
}

ul.results li .text_container {
	float: left;
	width: 200px;
}

ul.results li .titlestring {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333;
	font-weight: bold;
	max-height: 60px;
}

ul.results li .descstring {
	margin: 3px 0 0 0;
	color: #333;
	max-height: 40px;
	max-height: 60px;
}

ul.results li.result:hover {
	border-left: 4px solid #ddd;
}

ul.results li.result:active {
	-moz-box-shadow:    inset 0 0 10px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.2);
	box-shadow:         inset 0 0 10px rgba(0,0,0,.2);
	border-left: 0;
	padding-left:12px;
}

ul.results li.search_footer {
	background: #4f4747;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmNDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzODM4MzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4f4747 0%, #383838 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4747), color-stop(100%,#383838));
	background: -webkit-linear-gradient(top,  #4f4747 0%,#383838 100%);
	background: -o-linear-gradient(top,  #4f4747 0%,#383838 100%);
	background: -ms-linear-gradient(top,  #4f4747 0%,#383838 100%);
	background: linear-gradient(to bottom,  #4f4747 0%,#383838 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4747', endColorstr='#383838',GradientType=0 );
	color: #eee;
	padding: 10px;
	text-align: center;
	margin: -1px -1px -1px -1px;
	border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border: 0;
	height: 40px;
	min-width: 240px;
}

li input#dropdown_seach_button {
	background:none;
	margin: auto;
  	border:none;
  	font-size:1em;
  	color: #eee;
}

.thumbnail_search {
	display: inline-block;
	display: block;
	height: auto;
	max-width: 100%;
	padding: 4px;
	list-style: none;
	line-height: 1.428571429;
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
}

/* Gemensamma (index.php) */

.head{
	margin-top: 40px;
	padding-bottom: 20px;
	background-image: url(../images/common/menu-shadow.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.footer-wrapper .top-pages{
	display: none;
}
ul.top-pages {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 8px;
	margin-right: 25px;
	font-size: 11px;
	list-style: none;
}

ul.top-pages li{
	float:left;
	display: block;
	margin-left:10px;
	font-family: Helvetica, arial, sans-serif;
}

.head ul.pages li a.open_menu{
	padding:10px 0px 12px 10px;
}

.head .logo {
	float: left;

}
.head ul.pages {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	list-style: none;
	min-width: 640px;
	text-align: right;
}

.head ul.pages li{
	display: inline-block;
	padding: 0;
	margin: 0;
}

.head ul.pages li a {
	background: url(/images/common/menu-stroke.gif) no-repeat left center;
	display: block;
	padding: 14px 11px;
	font-size: 13px;
	font-family: Helvetica, arial, sans-serif;
	line-height: 1;
	color: #666;
	text-decoration: none;
}

.head ul.pages li a.selected{
	color:#c2142d;
}

.head .langmenu{
	float: right;
	position: relative;
	margin:7px 0px 0px 15px;
}

.head .langmenu .menu {
	display: none;
	position: absolute;
	right: -10px;
	top: 40px;
	border: 1px solid #ccc;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	z-index: 9999;
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
}

.head .langmenu ul.menu li{
	display: block;
	border-top: 1px solid #ccc;
	padding: 0;
	position: relative;
}

.head .langmenu ul.menu li a {
	clear: both;
	float:none;
	display: block;
	padding: 8px 10px 5px 10px;
	background: white;
	width: 120px;
	color:#333;
}
.head .langmenu ul.menu li a:hover{
	background: #efefef;
	color:#b33a3c;
}

.head .langmenu ul.menu li.first {
	border:0;
}

.head .langmenu ul.menu li.first a {
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}
.head .langmenu ul.menu li.last a {
	border-radius: 0px 0px 4px 4px;
	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border:0;
}
.head .langmenu .menu img {
	position: absolute;
	top: 6px;
	right: 6px;
}

/* end */

/* COLUMNS */

#wrapper{
	position: relative;
}

#content{}
.content-inner{
	margin-bottom: 20px;
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:20px;
}

/* 404 */

#error-404{
	text-align: center;
	padding:60px 0px 100px 0px;
}

/* HEADER */



/* SLIDER */

#slider{
	position: relative;
	margin-bottom: 20px;
}

#slider .slider-image a.grilldax {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 999;
}

#slider .pagination{
	position: absolute;
	top:320px;
	left:10px;
	z-index:78;
}

#slider ul.pagination li{
	float:left;
	display: block;
	background: #fff;
	color:#fff;
	margin-right:10px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

#slider ul.pagination li a{
	color:#fff;
	text-decoration: none;
	display: block;
	padding:5px 7px;
}

#slider ul.pagination li.current{
	background: #db4141;
}

#slider ul.pagination li.current a{
	color:#db4141;
	text-decoration: none;
}

#slider .slider-text{
	position: absolute;
	top:0px;
	left:0px;
}

#slider .slider-text.text-slider{
	top:0;
	left:0;
	width: 100%;
	bottom: 0;
	color:#fff;
	text-shadow: 0px 1px 6px rgba(0,0,0,0.6);
}

@media (min-width: 480px) {
	#slider .text-slider p {
		position: absolute;
		bottom: 80px;
		left: 20px;
		font-size:20px !important;
		color:white;
		font-weight:bold;
	}

	#slider .text-slider .red-button {
		position:absolute;
		bottom: 20px;
		left:20px;
	}
}

#slider .text-slider a{
	margin-top:10px;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#slider .grillapp .text-slider a{
	margin-top:0px;
}

#slider .grillapp .slider-text.text-slider{
	top:50px;
}

#slider .grillapp .noti{
	margin-top:10px;
	display: block;
}
#slider .grillapp .noti a{
	color:#fff;
	text-decoration: underline;
}

#slider .text-slider p{
	line-height: 32px;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Helvetica,arial,sans-serif;
}

#slider .slider-text p.normal{
	font-size: 16px;
	line-height: 24px;
}

#slider .text-slider h2{
	font-size: 66px;
	line-height: 66px;
}

#slider .slider-text.light-slider{
	color:#333;
}

#slider .slider-text.light-slider h2,#slider .light-slider p{
	text-shadow: 0px 1px 6px rgba(0,0,0,0.2);
}


/* PRODUKTNYHETER */

#product-pagination{
	position: relative;
	margin:0px 0px 10px 0px;
	border:1px solid #d6d6d6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 40px;
	clear: both;
	overflow: hidden;
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top, #fbfbfb 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
	font-family: Helvetica, arial, sans-serif;
	display: none;
}

#product-pagination .first-item{
	position: absolute;
	left: 0;
	top: 0;
	bottom:0px;
	z-index: 999;
	background: url(../images/pagination/first-item.png) no-repeat right center;
}

#product-pagination .first-item a{

	background-color: none;
	height: 12px;
	display: block;
	line-height: 12px;
	color:#555;
	text-shadow:0px 1px #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding: 14px;
	padding-right: 48px;
	padding-left: 50px;
}

#product-pagination .first-item .arrow {
	position: absolute;
	left: 7px;
	top: 0;
	width:30px;
	height:40px;
	background: url(../images/pagination/arrow-right.png);
	cursor: pointer;
}

#product-pagination .first-item .arrow:hover{
	background: url(../images/pagination/arrow-right.png) 0px -40px;
}

#product-pagination .first-item .arrow.disabled{
	background: url(../images/pagination/arrow-right.png) 0px -80px;
	cursor: default;
}

#product-pagination .last-item {
	position: absolute;
	top:0px;
	right:0px;
	z-index: 999;
	background: url(../images/pagination/last-item.png);
	width: 43px;
	height: 40px;
	cursor: pointer;
}

#product-pagination .last-item:hover{
	background: url(../images/pagination/last-item.png) 0px -40px;
}

#product-pagination .last-item.disabled{
	background: url(../images/pagination/last-item.png) 0px -80px;
	cursor: default;
}

ul.new-products{
	height: 40px;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.new-products li{
	display: block;
	float: left;
	padding:0;
	cursor: pointer;
}

ul.new-products li.before-active{
	background: url(../images/pagination/before-active.png) no-repeat right center;
}

ul.new-products li.active{
	background: url(../images/pagination/active.png) no-repeat right center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

ul.new-products li.active:last-child{
	background-position: -20px center;
}

ul.new-products li:first-child {
	padding-left: 20px;
}

ul.new-products li div{
	background: url(../images/pagination/regular-2.png) no-repeat right center;
	display: block;
	padding:14px 38px 14px 10px;
	color:#555;
	text-shadow:0px 1px #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}

ul.new-products li:last-child div{
	background: none;
	padding:14px 10px 14px 10px;
}

ul.new-products li.active div{
	background: none;
}

ul.new-products li div:hover{
	color:#b90835;
}

#new-product {
	position: relative;
}

#product-display {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 355px;
	background: url(../images/common/product-news-bg.png);
	z-index: 79;
	width:100%;
}

#product-display-inner .product-heading {
	width: 40%;
	height: 330px;
	float: left;
	margin-top:80px;
}

#product-display-inner .product-heading h2 {
	color: #c3142d;
	font-size: 36px;
	margin-top:10px;
}

#product-display-inner .product-heading h3 {
	color: #666;
	font-size: 18px;
	margin-top:10px;
}

#product-display-inner .product-heading .btn{
	margin: 10px 0 0 0;
}

#product-display-inner .product-image {
	width: 60% !important;
	height: 330px;
	float: left;
	background: white;
	text-align: center;
	line-height: 355px;

}

#product-display-inner .product-image img{
	max-width: 100%;
	display: inline;
	vertical-align: middle;
}

#product-display-close{
	position: absolute;
	top:10px;
	right:10px;
	width:30px;
	height:30px;
	background: #fff url(../images/common/display-inner-close.png) no-repeat;
	cursor: pointer;
}

/* MAIN */

#main{}

/* BOXES */

#boxes{
	margin-top:30px;
	margin-bottom:30px;
}


/* NEWS-BLOCK */

.news-block {
	border:1px solid #d6d6d6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:15px;
	margin-bottom: 20px;
	min-height: 192px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
}


.news-text {
	float:left;
	margin-top:0px;
}

.no-image {
	width: auto;
}


.news-left .news-image{
	-webkit-box-shadow: 0px 2px 4px 0px #ccc;
	-moz-box-shadow: 0px 2px 4px 0px #ccc;
	box-shadow: 0px 3px 3px 0px #aaa;
}

/* FOOTER */

.footer-wrapper{
	background: #fafafa;
	overflow: hidden;
	border-top:1px solid #f0f0f0;
}

.footer-wrapper .container{
	margin-top:20px;
	margin-bottom:80px;
	padding-top:10px;
}

.footer-wrapper h3{
	font-size: 12px;
	text-transform: uppercase;
	color:#4c4c4c;
}

.footer-wrapper h3 a{
	text-decoration: none;
}

.footer-wrapper .five-col a {
	display: block;
	clear: both;
	margin:5px 0px;
	color: #333;
	text-decoration: none;
	text-decoration: underline;
	line-height:17px;
}
.footer-wrapper a:hover{
	color:#c2142d;
}


/* ---- BREADCRUMB ---- */

.addthis_toolbox{
	padding:5px 0px 0px 0px;
}

#breadcrumb_noscript {
	clear: both;
	margin-bottom: 15px;
}

#breadcrumb_noscript ul li {
	float:left;
	display: block;
}

#breadcrumb_noscript ul li input {
	margin-right: 10px;
}

#breadcrumb_noscript ul li input.submit{
	background: #fafafa url(../images/common/no-script-submit.jpg) center center no-repeat;
	border: none;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width:20px;
	cursor: pointer;
}

#breadcrumb{
	margin:0px 0px 20px 0px;
	font-family: Helvetica, arial, sans-serif;
}

#breadcrumb ul.breads{
	margin: 0;
	padding: 0;
	list-style: none;
}

#breadcrumb ul li{
	float:left;
	padding: 0;
	display: block;
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top, #fbfbfb 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	position: relative;
	line-height: 1;
}

#breadcrumb ul li:first-child{
	border-left:1px solid #d6d6d6;
	border-radius: 2px 0px 0px 2px;
	-moz-border-radius: 2px 0px 0px 2px;
	-webkit-border-radius: 2px 0px 0px 2px;
}

#breadcrumb ul li.last{
	background: url(../images/breadcrumb/bredacrumb-last.png) no-repeat right center;
	border:0px;
	height:40px;
	filter: none;
}

#breadcrumb ul li.last a{
	background: none;
}

#breadcrumb ul li .first-bread a{
	border-radius: 2px 0px 2px 0px;
	-moz-border-radius: 2px 0px 2px 0px;
	-webkit-border-radius: 2px 0px 2px 0px;
}

#breadcrumb ul li a{
	padding:13px 30px 13px 15px;
}

#breadcrumb ul li .chzn-container{
	float:left;
}

#breadcrumb ul li .chzn-container a{
	color:#444;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/breadcrumb/breadcrumb-arrow.png) no-repeat top right;
	text-decoration: none;
	color:#555;
	text-shadow:0px 1px #fff;
	cursor: pointer;
}

#breadcrumb ul li.last .chzn-container a{
	background: none;
}

#breadcrumb ul li .last-bread{
	background: none;
}

#breadcrumb ul li .before-last{
	background: url(../images/breadcrumb/bredacrumb-before-last.png) no-repeat top right;
}

#breadcrumb .chzn-container .chzn-results{
	max-height:400px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#breadcrumb .chzn-container .chzn-results li em{
	font-weight: bold;
}

#breadcrumb .chzn-container .chzn-drop{
	top:45px !important;
	left:0px;
	background: #fff;

}

#breadcrumb .chzn-container .chzn-drop .chzn-results li.active-result{
	display: list-item;
	padding:10px 12px;
	display: block;
	float:none;
	background: none;
	border:0;
	border:1px solid #d6d6d6;
	border-top:1px solid #fff;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 0px 5px 0px #fff;
	-moz-box-shadow: inset 0px 0px 5px 0px #fff;
	box-shadow: inset 0px 0px 1px 1px #fff;
	text-shadow:0px 1px #fff;
}

#breadcrumb .chzn-container .chzn-drop .chzn-results li.active-result.first{
	border-top:0;
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	border-top:1px solid #d6d6d6;
}

#breadcrumb .chzn-container .chzn-drop .chzn-results li.active-result.first:hover{
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
}

#breadcrumb .chzn-container .chzn-drop .chzn-results li.active-result.last{
	height:auto;
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	border-bottom:1px solid #d6d6d6;
}

#breadcrumb .chzn-container .chzn-drop .chzn-results li.active-result.last:hover{
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
}

#breadcrumb .chzn-container .chzn-drop .chzn-results li.active-result:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
	background: #fafafa;
	border:1px solid #444;
	border-radius: 0px;
	color:#fff;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background: #685e5e; /* Old browsers */
	background: -moz-linear-gradient(top, #685e5e 0%, #424242 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#685e5e), color-stop(100%,#424242)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #685e5e 0%,#424242 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #685e5e 0%,#424242 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #685e5e 0%,#424242 100%); /* IE10+ */
	background: linear-gradient(top, #685e5e 0%,#424242 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#685e5e', endColorstr='#424242',GradientType=0 ); /* IE6-9 */
	text-shadow:none;
}

#breadcrumb .chzn-container .chzn-drop .chzn-results li.active-result.result-selected{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
	background: #fafafa;
	border:1px solid #444;
	border-radius: 0px;
	color:#fff;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background: #685e5e; /* Old browsers */
	background: -moz-linear-gradient(top, #685e5e 0%, #424242 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#685e5e), color-stop(100%,#424242)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #685e5e 0%,#424242 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #685e5e 0%,#424242 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #685e5e 0%,#424242 100%); /* IE10+ */
	background: linear-gradient(top, #685e5e 0%,#424242 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#685e5e', endColorstr='#424242',GradientType=0 ); /* IE6-9 */
	text-shadow:none;
}

#breadcrumb .chzn-container .chzn-drop .chzn-results li.active-result.result-selected.first{
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	border-top:1px solid #444;
}

#breadcrumb .chzn-container .chzn-drop .chzn-results li.active-result.result-selected.last{
	height:auto;
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-webkit-border-radius: 0px 0px 2px 2px;
	border-bottom:1px solid #444;
}

.chzn-search{
	display:none;
}

#breadcrumb .chzn-container.last-bread.art .chzn-drop .chzn-results li.active-result.first{
	border-top:0;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

#breadcrumb .chzn-container.last-bread.art .chzn-drop .chzn-results li.active-result.result-selected.first{
	border-top:1px solid #444;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}



#breadcrumb ul li .last-bread.art .chzn-search{
	display:inline;
}

#breadcrumb ul li .last-bread.art .chzn-search input{
	border:1px solid #d6d6d6;

	background: 0;
	padding:8px 2px;
	margin: 0;
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	text-indent: 10px;
	font-size: 14px;
}

.chzn-container .last{
	display:none;
}

#breadcrumb ul li .chzn-results li{
	display: none;
	list-style: none;
}



/* -------- CSS FÖR UNDERSIDOR -------- */

/* ---- CSS FÖR PRODUKTSIDOR ---- */

.cat-description{
	position: absolute;
	top:20px;
	left:20px;
	width:300px;
	margin-right:20px;
	padding-top:30px;
	color:#fff;
}

.cat-description p{
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
}

.cat-description h2{
	font-size: 28px;
}

.cat-description .reservdelar{
	display: inline-block;
	padding: 7px 17px;
	background: #f74c4c; /* Old browsers */
	background: -moz-linear-gradient(top, #f74c4c 0%, #d61515 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f74c4c), color-stop(100%,#d61515)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f74c4c 0%,#d61515 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f74c4c 0%,#d61515 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f74c4c 0%,#d61515 100%); /* IE10+ */
	background: linear-gradient(top, #f74c4c 0%,#d61515 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74c4c', endColorstr='#d61515',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-decoration: none;
	font-style: italic;
	border: 1px solid #8c2832;
	font-size: 16px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: inset 0px 1px 0px 0px #FF7272;
	-moz-box-shadow: inset 0px 1px 0px 0px #FF7272;
	box-shadow: inset 0px 1px 0px 0px #FF727;
	font-weight: bold;
	margin-top:10px;
	font-family: Helvetica, arial, sans-serif;
}

.cat-links{
	position: absolute;
	top:120px;
	right:0px;
	text-align: right;
}

.cat-links a{
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom:10px;
	border-radius: 4px 0px 0px 4px;
	border-right: 0;
	padding-right:20px;
	font-weight: bold;
	font-size: 16px;
	font-family: Helvetica,arial,sans-serif;
}


/* ---- CSS FÖR MAINCAT ---- */

#maincat-description{
	position: relative;
}

#maincat-options{
	margin:20px 0px 0px 0px;
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top, #fbfbfb 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border:1px solid #d6d6d6;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px 0px #fff;
	box-shadow: inset 0px 1px 0px 0px #fff;
	font-family: Helvetica, arial, sans-serif;
	font-weight: bold;
}

#maincat-options .checkbox{
	float:left;
	margin-right:10px;
	border-right:1px solid #d6d6d6;
	padding:10px;
}

#maincat-options .checkbox label{
	color:#333;
	font-weight: bold;
}

#maincat-options .checkbox:first-child{
	margin-right:0px;
}

#maincat-options .outdated-products{
	padding:13px;
	border-left:1px solid #d6d6d6;
	float:right;
	color:#333;
}

#maincat-options .newly-added-products{
	float:left;
	padding:13px;
	border-right:1px solid #d6d6d6;
	color:#333;
}

#maincat-options .outdated-products:hover,#maincat-options .newly-added-products:hover,#maincat-options .checkbox:hover{
	-webkit-box-shadow: inset 0px 0px 5px 0px #e4e4e4;
	-moz-box-shadow: inset 0px 0px 5px 0px #e4e4e4;
	box-shadow: inset 0px 0px 5px 0px #e4e4e4;
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top, #f3f3f3 0%, #fbfbfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#fbfbfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#fbfbfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3f3f3 0%,#fbfbfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3f3f3 0%,#fbfbfb 100%); /* IE10+ */
	background: linear-gradient(top, #f3f3f3 0%,#fbfbfb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */
}

#maincat-options .outdated-products a,#maincat-options .newly-added-products a{
	color:#333;
	font-weight: bold;
	text-decoration: none;
	display:block;
	float:left;
}

#maincat-options .outdated-products{
	border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
}

#products-maincat{
	margin:20px 0px;
}

.product-maincat{
	height:320px;
	border:1px solid #d6d6d6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom:20px;
	position: relative;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

#products-maincat .last {
	margin-right: 0px;
}

.product-maincat:hover{
	-webkit-box-shadow: 0px 0px 8px 0px #ccc;
	-moz-box-shadow: 0px 0px 8px 0px #ccc;
	box-shadow: 0px 0px 8px 0px #ccc;
}

.product-maincat a{
	text-decoration: none;
}

.product-maincat h3{
	background: url(../images/common/maincat-h3.jpg) no-repeat right top;
	padding: 10px 20px 10px 10px;

	font-size: 13px;
	font-weight: bold;
	margin-right: 10px;
	position: absolute;
	top: 0px;
	left: -1px;
	width: 178px;
}

.product-maincat h3 a{
	color:#fff;
	display: block;
}
.product-maincat img{
	padding:9px;
	margin-top:50px;
	border-bottom:1px solid #d6d6d6;
}

.product-maincat p{
	padding:0px 10px 10px 10px;
	font-size: 11px;
}

.older-products{
	margin-top:20px;
	text-align: center;
	font-size: 11px;
	color:#333;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom:10px;
	background: url(../images/common/show-more.png) no-repeat center bottom;
	text-shadow: 0px 1px #fff;

}

/* ---- PAGINERING AV SUBCAT ---- */

.paginations{
	margin:20px 0px;
	text-align: center;
	padding:10px 0px;
}

#image_gallery .paginations{
	border: 0;
}

.paginations.top{
	border-bottom: 1px solid #eee;
}

.paginations.bottom{
	border-top: 1px solid #eee;
	padding-bottom:0px;
	padding-top:20px;
	margin-bottom: 20px;
}

.paginations a{
	display:inline-block;
	padding:6px 9px 6px 10px;
	text-decoration: none;
	color:#4c4c4c;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f9 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f9f9 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(top, #f9f9f9 0%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
	border: 1px solid #d6d6d6;
	margin-left:4px;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	text-shadow: 0px 1px #fff;
}

.paginations a.selected{
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(top, #e8e8e8 0%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e8e8e8 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e8e8e8 0%,#f9f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e8e8e8 0%,#f9f9f9 100%); /* IE10+ */
	background: linear-gradient(top, #e8e8e8 0%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}

.paginations a:hover{
	background: #5e5555; /* Old browsers */
	background: -moz-linear-gradient(top, #5e5555 0%, #3f3f3f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e5555), color-stop(100%,#3f3f3f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5e5555 0%,#3f3f3f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5e5555 0%,#3f3f3f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5e5555 0%,#3f3f3f 100%); /* IE10+ */
	background: linear-gradient(top, #5e5555 0%,#3f3f3f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5555', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-9 */
	border:1px solid #333;
	color:#fff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #666;
	-moz-box-shadow: inset 0px 1px 0px 0px #666;
	box-shadow: inset 0px 1px 0px 0px #666;
	text-shadow: none;
}

/* ---- CSS FÖR SUBCAT ---- */

#products-subcat .product-subcat, #product-news .product-subcat{
	border:1px solid #d6d6d6;
	padding: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height:190px;
	margin-bottom:30px;
	-webkit-box-shadow: 0px 0px 4px 0px #eee;
	-moz-box-shadow: 0px 0px 4px 0px #eee;
	box-shadow: 0px 0px 4px 0px #eee;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	position: relative;
}

#product-news .product-subcat {
	display: none;
}

#product-news .show {
	display: block;
}

#products-subcat .even, #product-news .even {
	margin-right:0px;
}

.product-subcat:hover{
	-webkit-box-shadow: 0px 0px 8px 0px #ccc;
	-moz-box-shadow: 0px 0px 8px 0px #ccc;
	box-shadow: 0px 0px 8px 0px #ccc;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #f8f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffffff 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffffff 0%,#f8f8f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ffffff 0%,#f8f8f8 100%); /* IE10+ */
	background: linear-gradient(left, #ffffff 0%,#f8f8f8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=1 ); /* IE6-9 */
}


.product-subcat h2{
	font-size: 18px;
	line-height: 24px;
}

.product-subcat h2 a{
	color: #ba132b;
	text-decoration: none;
}

.product-subcat .subcat-more{
	display: block;
	float: left;
	padding: 10px 20px;
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top, #fbfbfb 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
	color: #333;
	text-decoration: none;
	font-style: italic;
	border: 1px solid #d6d6d6;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-top:20px;
}

.product-subcat #best-in-test {
	position: absolute;
	width: 100px;
	height: 100px;
	bottom: 0;
	right: -30px;
	z-index: 999;
}

.product-subcat .se {
	background-image: url(/images/best-in-test/se-100.png);
}

.product-subcat .no {
	background-image: url(/images/best-in-test/no-100.png);
}

.product-subcat .dk {
	background-image: url(/images/best-in-test/dk-100.png);
}

.product-subcat .fi {
	background-image: url(/images/best-in-test/fi-100.png);
}

/* CSS FÖR NYA PRODUKTER */

.new_product_switch{
	text-align: center;
	margin:40px 0px;
}

.new_product_switch a{
	display: inline-block;
	margin:0px 10px;
	padding:4px 0px;
	padding-left:24px;
	background: url(../images/common/notactive-product.jpg) no-repeat left center;
}

.new_product_switch a.selected{
	background: url(../images/common/active-product.jpg) no-repeat left center;
}

/* CSS FÖR UTGÅNGA PRODUKTER */

#products-old{
	margin-bottom:20px;
}

#products-old .product-old{
	height:180px;
	position: relative;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	margin-bottom:30px;
	border:1px solid #d6d6d6;
}

#products-old .product-old:hover{
	-webkit-box-shadow: 0px 0px 4px 0px #ccc;
	-moz-box-shadow: 0px 0px 4px 0px #ccc;
	box-shadow: 0px 0px 4px 0px #ccc;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
	background: linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
}

#products-old .last {
	margin-right: 0px;
}

.product-old .image{
	height:150px;
	margin: 20px 0px 10px 0px;
	display: block;
}

.product-old img{
	margin:0px auto 0px auto;
	display: block;
}

.product-old h2 a{
	color: #ba132b;
	text-decoration: none;
	font-size: 16px;
}

.product-old .old-more{
	position: absolute;
	top:210px;
	left:35px;
	padding: 10px 20px;
	background: #fbfbfb;
	background: -moz-linear-gradient(top, #fbfbfb 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f3f3f3));
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%);
	background: -o-linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%);
	background: -ms-linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%);
	background: linear-gradient(top, #fbfbfb 0%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f3f3f3',GradientType=0 );
	color: #333;
	text-decoration: none;
	font-style: italic;
	border: 1px solid #d6d6d6;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-top:20px;
}

/* CSS FÖR INPUTS */

/* CSS FÖR COLUMNS */

/* Artikelsidan */

.images {

}

.images .bigimage {

	position: relative;
	background: url(../images/ajax-loader.gif) no-repeat center center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top:0px;
	margin-bottom: 40px;
}

.bigimage .img{
	text-align: center;
}

.images .bigimage #best-in-test {
	position: absolute;
	width: 100px;
	height: 100px;
}

.images .bigimage .se {
	background-image: url(/images/best-in-test/se-100.png);
}

.images .bigimage .no {
	background-image: url(/images/best-in-test/no-100.png);
}

.images .bigimage .dk {
	background-image: url(/images/best-in-test/dk-100.png);
}

.images .bigimage .fi {
	background-image: url(/images/best-in-test/fi-100.png);
}

#logos{
	position: absolute;
	max-width: 170px;
	top:0px;
	right:0px;
	padding:3px 0px;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #d6d6d6;
	-webkit-box-shadow: 0px 2px 3px 0px #eee;
	-moz-box-shadow: 0px 2px 3px 0px #eee;
	box-shadow: 0px 2px 3px 0px #eee;
	text-align: center;
}

#logos img{
	padding:0px 3px;
}

#logos .margintop{
	margin-top:10px;
	padding-top:10px;
}

.images .bigimage .bigimage-hq{
	position: absolute;
	top:0px;
	left:0px;
	border:1px solid #222;
	background: #2e2e2e;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width:38px;
	height:34px;
	line-height: 32px;
	display: none;
	cursor: pointer;
	font-style: italic;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.images .bigimage .disabled{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
}

.youtube-wrap {
	display:none;
	float:right;
}

.images .bigimage .bigimage-movie{
	position: absolute;
	top:50px;
	left:0px;
	border:1px solid #222;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:0px 5px;
	width:38px;
	height:38px;
	background: #2e2e2e url(/images/common/play.png) no-repeat center center;
	cursor: pointer;
}

.images .bigimage .close{
	background: #2e2e2e url(/images/common/close.png) no-repeat center center;
}

.images .bigimage .hidden {
	display: none;
}

.images .bigimage .caption{
	position: absolute;
	background: #fff;
	bottom:-40px;
	left:100px;
	font-weight: bold;
	text-align: center;
	width:400px;
	padding:10px;
	z-index: 1;
	opacity: 0.9;
	font-size: 11px;
	line-height: 17px;
}

.images .bigimage img {
	display: inline;
}

.images .thumbs{

	margin-bottom:20px;
}

.images .thumbs a{
	margin-right:16px;
	margin-bottom:16px;
	display: block;
	width: 80px;
	height: 60px;
	float: left;
	border:1px solid #d6d6d6;
	padding:4px;
	background: #fff;
	-webkit-box-shadow: 0px 2px 3px 0px #eee;
	-moz-box-shadow: 0px 2px 3px 0px #eee;
	box-shadow: 0px 2px 3px 0px #eee;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.images .thumbs h3{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin:15px 0px;
}

.images .ex_gas_reg{
	background: #cae4f5;
	border: 1px solid #a1cfed;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:8px 12px;
	display: block;
	float: left;
	-webkit-box-shadow: 0px 0px 1px 1px #afcde1;
	-moz-box-shadow: 0px 0px 1px 1px #afcde1;
	box-shadow: 0px 0px 1px 1px #afcde1;
	-webkit-box-shadow: inset 0px 0px 1px 1px #d7efff;
	-moz-box-shadow: inset 0px 0px 1px 1px #d7efff;
	box-shadow: inset 0px 0px 1px 1px #d7efff;
	text-shadow: 0px 1px #ddeaf3;
	margin-bottom: 10px;
}

.images .ex_gas_reg p{
	margin: 0;
}


/* ----- accordion ----- */

#accordion{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 3px 6px 0px #eee;
	-moz-box-shadow: 0px 3px 6px 0px #eee;
	box-shadow: 0px 3px 6px 0px #eee;
}

.prodinfo {

	position: relative;
	margin-bottom: 20px;
}

.utgangen{
	background: #fafafa;
	border: 1px solid #ae1616;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:5px 10px;
	margin-bottom:10px;
	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(left, #ff3019 0%, #f20404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff3019), color-stop(100%,#f20404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ff3019 0%,#f20404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ff3019 0%,#f20404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ff3019 0%,#f20404 100%); /* IE10+ */
	background: linear-gradient(left, #ff3019 0%,#f20404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#f20404',GradientType=1 ); /* IE6-9 */
	color:#fff;
	-webkit-box-shadow: inset 0px 0px 0px 1px #fe7070;
	-moz-box-shadow: inset 0px 0px 0px 1px #fe7070;
	box-shadow: inset 0px 0px 0px 1px #fe7070;
}

.utgangen h3{
	font-size: 14px;
}

#important-notes{
	position: absolute;
	top:-58px;
	right:0px;
	background: red;
	padding:13px 0px 20px 0px;
	width:167px;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color:#fff;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/common/important-notes.png) no-repeat;
}

.prodinfo .extra{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ffffff 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(left, #ffffff 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	margin:10px 0px 10px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:8px 12px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	-moz-box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	text-shadow: 0px 1px #fff;
}

.prodinfo .extra p{
	margin: 0;
}

.prodinfo .extra a.brannare_special {
	display: block;
	height: 20px;
	margin-top: 10px;
	padding-left: 25px;
	background-image: url(/images/icons/pdf.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.prodinfo .show-more{
	padding:20px 0px 10px 0px;
	display:none;
	text-align: center;
	font-size: 11px;
	color:#333;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url(../images/common/show-more.png) no-repeat center bottom;
	text-shadow: 0px 1px #fff;
	z-index: 888;
}


.prodinfo .maininfo a{
	color: #333;
	text-decoration: none;
}

.prodinfo .product-icons{
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.prodinfo .maininfo .info_icon {
	width: 46px;
	float: left;
	font-size: 9px;
	text-align: center;
}

.info_icon div{
	width:46px;
	height:30px;
}

.prodinfo .maininfo .info_icon .type1.width, .prodinfo .maininfo .info_icon .type4.width, .prodinfo .maininfo .info_icon .type5.width {
	background: url(../images/icons/icons-sprite.png) no-repeat 7px -60px;
}
.prodinfo .maininfo .info_icon .type1.height, .prodinfo .maininfo .info_icon .type4.height, .prodinfo .maininfo .info_icon .type5.height {
	background: url(../images/icons/icons-sprite.png) no-repeat 7px -120px;
}
.prodinfo .maininfo .info_icon .type1.depth, .prodinfo .maininfo .info_icon .type4.depth, .prodinfo .maininfo .info_icon .type5.depth {
	background: url(../images/icons/icons-sprite.png) no-repeat 7px 0px;
}
.prodinfo .maininfo .info_icon .type1.grill_surf, .prodinfo .maininfo .info_icon .type4.grill_surf, .prodinfo .maininfo .info_icon .type5.grill_surf {
	background: url(../images/icons/icons-sprite.png) no-repeat 7px -240px;
}
.prodinfo .maininfo .info_icon .type1.num_people, .prodinfo .maininfo .info_icon .type4.num_people, .prodinfo .maininfo .info_icon .type5.num_people {
	background: url(../images/icons/icons-sprite.png) no-repeat 7px -180px;
}
.prodinfo .maininfo .info_icon .type1.weight, .prodinfo .maininfo .info_icon .type4.weight, .prodinfo .maininfo .info_icon .type5.weight {
	background: url(../images/icons/icons-sprite.png) no-repeat 7px -300px;
}
.prodinfo .maininfo .info_icon .type1.power, .prodinfo .maininfo .info_icon .type4.power, .prodinfo .maininfo .info_icon .type5.power {
	background: url(../images/icons/icons-sprite.png) no-repeat 7px -360px;
}

.prodinfo .maininfo .info_icon .type2.width{
	background: url(../images/icons/icons-sprite.png) no-repeat -52px -60px;
}
.prodinfo .maininfo .info_icon .type2.height{
	background: url(../images/icons/icons-sprite.png) no-repeat -52px -120px;
}
.prodinfo .maininfo .info_icon .type2.depth{
	background: url(../images/icons/icons-sprite.png) no-repeat -52px 0px;
}
.prodinfo .maininfo .info_icon .type2.grill_surf{
	background: url(../images/icons/icons-sprite.png) no-repeat -52px -240px;
}
.prodinfo .maininfo .info_icon .type2.num_people{
	background: url(../images/icons/icons-sprite.png) no-repeat -52px -180px;
}
.prodinfo .maininfo .info_icon .type2.weight{
	background: url(../images/icons/icons-sprite.png) no-repeat -52px -300px;
}
.prodinfo .maininfo .info_icon .type2.power{
	background: url(../images/icons/icons-sprite.png) no-repeat -52px -360px;
}

.prodinfo .maininfo .info_icon .type3.width{
	background: url(../images/icons/icons-sprite.png) no-repeat -112px -60px;
}
.prodinfo .maininfo .info_icon .type3.height{
	background: url(../images/icons/icons-sprite.png) no-repeat -112px -120px;
}
.prodinfo .maininfo .info_icon .type3.depth{
	background: url(../images/icons/icons-sprite.png) no-repeat -112px 0px;
}
.prodinfo .maininfo .info_icon .type3.grill_surf{
	background: url(../images/icons/icons-sprite.png) no-repeat -112px -240px;
}
.prodinfo .maininfo .info_icon .type3.num_people{
	background: url(../images/icons/icons-sprite.png) no-repeat -112px -180px;
}
.prodinfo .maininfo .info_icon .type3.weight{
	background: url(../images/icons/icons-sprite.png) no-repeat -112px -300px;
}
.prodinfo .maininfo .info_icon .type3.power{
	background: url(../images/icons/icons-sprite.png) no-repeat -112px -360px;
}

.prodinfo .maininfo .info_icon .type4.width{
	background: url(../images/icons/icons-sprite.png) no-repeat -232px -60px;
}
.prodinfo .maininfo .info_icon .type4.height{
	background: url(../images/icons/icons-sprite.png) no-repeat -232px -120px;
}
.prodinfo .maininfo .info_icon .type4.depth{
	background: url(../images/icons/icons-sprite.png) no-repeat -232px 0px;
}
.prodinfo .maininfo .info_icon .type4.grill_surf{
	background: url(../images/icons/icons-sprite.png) no-repeat -232px -240px;
}
.prodinfo .maininfo .info_icon .type4.num_people{
	background: url(../images/icons/icons-sprite.png) no-repeat -232px -180px;
}
.prodinfo .maininfo .info_icon .type4.weight{
	background: url(../images/icons/icons-sprite.png) no-repeat -232px -300px;
}
.prodinfo .maininfo .info_icon .type4.power{
	background: url(../images/icons/icons-sprite.png) no-repeat -232px -360px;
}

.prodinfo .maininfo .dimensions,.prodinfo .maininfo .other{
	float:left;
}

#accordion h3.gradient{
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	border:1px solid #d6d6d6;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: 0px 1px #fff;
	padding:10px;
	margin:0;
	cursor: pointer;
}

#accordion h3.top {
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
}

#accordion h3.closed {
	border-bottom: 0;
}

#accordion .last h3.closed, #accordion .last .accordion-content {
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-bottom: 1px solid #d6d6d6;
}

.accordion-content{
	border-right:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	padding:10px;
}

.accordion-content h2{
	margin:5px 0px;
	color:#c2142d;
	padding:10px 0px 10px 0px;
	padding-left:40px;
}

.accordion-content h4{
	margin-top: 0px;
}

.accordion-content h2.type1{
	background: url(../images/common/h2icons.jpg) no-repeat 5px -120px;
}

.accordion-content h2.type2{
	background: url(../images/common/h2icons.jpg) no-repeat 5px -360px;
}

.accordion-content h2.type3{
	background: url(../images/common/h2icons.jpg) no-repeat 5px -280px;
}

.accordion-content h2.type4{
	background: url(../images/common/h2icons.jpg) no-repeat 5px -200px;
}

.accordion-content h2.type5{
	background: url(../images/common/h2icons.jpg) no-repeat 5px -200px;
}

.accordion-content h2.type6{
	background: url(../images/common/h2icons.jpg) no-repeat 5px -40px;
}

.accordion-content ul{
	margin-left:20px;
	padding: 0;
}

.accordion-content ul li{
	margin:7px 0px;
	list-style: circle;
}

.accordion-content ul li a{
	font-weight: bold;
	color:#333;
	text-decoration: none;
}

.maininfo.accordion-content{
	padding-bottom:5px;
	position: relative;
}

.parts.accordion-content ul{
	margin: 0;
}

.parts.accordion-content ul li{
	list-style: none;
}

.parts.accordion-content ul li a{
	padding:2px 0px;
	padding-left:20px;
	display: block;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	background: url(../images/common/arrow-parts.png) no-repeat -14px center;
}

.parts.accordion-content ul li a:hover{
	background: url(../images/common/arrow-parts.png) no-repeat 3px center;
}

.accordion-content ul li a:hover{
	color:#c2142d;
}

.pdf.accordion-content ul{
	margin:0;
	padding: 0;
	list-style: none;
}

.pdf.accordion-content ul li{
	padding: 0;
	margin: 0;
	list-style: none;
}

.pdf.accordion-content ul li a {
	color:#4c4c4c;
	font-weight: bold;
	text-decoration: none;
	padding:5px 0px;
	padding-left:25px;
	display: block;
}

.pdf.accordion-content ul li a:hover{
	color:#c2142d;
}

.pdf.accordion-content ul li.sprangskiss a{
	background: url(../images/icons/view-document.png) no-repeat left center;
}

.pdf.accordion-content ul li.produktblad a{
	background: url(../images/icons/pdf.png) no-repeat left center;
}

.pdf.accordion-content ul li.ex_wood a{
	background: url(../images/icons/document-link.png) no-repeat left center;
}

.pdf.accordion-content ul li.montering a{
	background: url(../images/icons/montering.png) no-repeat left center;
}

.ex_gas.accordion-content img{
	float:right;
	margin:10px 0px 10px 10px;
}


.in-store{
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	border:1px solid #d6d6d6;
	position: relative;
}

.in-store img{
	float:left;
}

.in-store .status{
	display: none;
	position: absolute;
	width:24px;
	height:24px;
	right:15px;
	top:15px;
}

.in-store h3{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin:21px 0px 2px 0px;
}

.in-store .is-instore{
	float:left;
	padding-left:10px;
}

.in-store .is-instore p{
	font-style: italic;
	color:#4c4c4c;
	margin-bottom:10px;
}

/* ----- accordion ----- */

.acc_slider, .ret_slider {
	clear: both;
	position: relative;
	padding: 0px 38px 0px 38px;
	overflow: hidden;
	height: 148px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	-webkit-box-shadow: inset 0px 0px 4px 0px #cccccc;
	-moz-box-shadow: inset 0px 0px 4px 0px #cccccc;
	box-shadow: inset 0px 0px 4px 0px #cccccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin:0 0px 20px 0px;
}

.acc_slider .acc_wrap, .ret_slider .ret_wrap {
	height: 148px;
	width: 864px;
	position: absolute;
	left: 38px;
	top: 0;
}

.acc-pagination .next, .ret-pagination .next {
	position: absolute;
	top:-1px;
	right:0px;
	height:150px;
	width:60px;
	background: url(../images/common/acc-next.png) no-repeat 0 0;
}

.acc-pagination .prev, .ret-pagination .prev {
	position: absolute;
	top:-1px;
	left:0px;
	height:150px;
	width:60px;
	background: url(../images/common/acc-prev.png) no-repeat 0 0;
}

.acc-pagination .prev.disabled, .ret-pagination .prev.disabled {
	background: url(../images/common/acc-prev.png) no-repeat 0px -150px;
	cursor: default;
}

.acc-pagination .next.disabled, .ret-pagination .next.disabled {
	background: url(../images/common/acc-next.png) no-repeat 0px -150px;
	cursor: default;
}

.acc-pagination .invisible, .ret-pagination .invisible {
	background: none;
	cursor: default;
}

.acc_slider .acc, .ret_slider .ret {
	float: left;
	height: 100px;
	width: 152px;
	margin: 18px 10px 30px 10px;
	text-align: center;
}

.acc_slider .acc a, .ret_slider .ret a {
	color:#4c4c4c;
	text-transform: uppercase;
	font-weight: bold;
	margin-top:0px;
	display: block;
	font-family: Helvetica, arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.acc_slider .acc p, .ret_slider .ret p{
	margin:0;
}

.acc_slider .acc a.img_wrap, .ret_slider .ret a.img_wrap {
	display: block;
	width: 80px;
	height: 60px;
	margin-left: 36px;
}

.acc_slider .acc a.img_wrap{
	margin: 4px 36px 4px 36px;
}

.acc_slider .acc a.art-number{
	font-size: 12px;
}

.ret_slider .ret a img {
	margin:0 auto;
	display: block;
	margin-bottom:5px;
	margin-top:30px;
}

.acc_picker{
	width: auto;
	text-align: center;
	margin-top: 20px;
}

.acc_picker a{
	text-align: center;
	display: inline-block;
	padding:9px 10px;
	border: 1px solid #d6d6d6;
	border-bottom:none;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	vertical-align: bottom;
	position: relative;
	color:#333;
	font-family: Helvetica, arial, sans-serif;
}

.acc_picker .related {
	margin-left: -5px;
}

.acc_picker a.not-active{
	background: #fafafa;
	font-size: 10px;
	line-height: 10px;
	z-index: 888;
	-webkit-box-shadow: inset 0px 0px 4px 0px #ccc;
	-moz-box-shadow: inset 0px 0px 4px 0px #ccc;
	box-shadow: inset 0px 0px 0px 1px #fff;
}

.acc_picker a.active{
	background: #fafafa;
	font-size: 11px;
	line-height: 15px;
	z-index: 999;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f7f7 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f7f7 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #f7f7f7 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
}

.exclusive{
	margin-top:45px;
	margin-left:20px;
	float: left;
}

/* End */

/* ----- Företagsinformation ----- */

#cRight50 .fsc {
	float: left;
	margin-right: 20px;
}

#pages{
	margin-bottom:20px;
}

#pages.landmann img{
	padding:5px;
	border:1px solid #d6d6d6;
	background: #f3f3f3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	-moz-box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
}

#pages h1{
	padding-bottom:10px;
	border-bottom:1px solid #eee;
}

/* ----- #Pages ----- */

#pages .ingress{
	font-style: italic;
}

#pages ul li,#pages ol li{
	padding: 10px 0px;
	line-height: 17px;
}

#pages ol li{
	list-style: decimal;
	margin-left:20px;
}


#pages iframe{
	padding:10px;
	background: #fff;
	border: 1px solid #d6d6d6;
	-webkit-box-shadow: 0px 0px 4px 0px #cccccc;
	-moz-box-shadow: 0px 0px 4px 0px #cccccc;
	box-shadow: 0px 2px 4px 0px #e4e4e4;
}

#cRight50,
#cLeft50{
	float: left;
}

#cRight50{
	width:50% !important;
	padding-left: 10px;
}

#cLeft50{
	width:50% !important;
	margin: 0 !important;
	padding-right: 10px;
}

/* ----- nyheter ----- */

.curr_news{
	padding: 20px;
	overflow: hidden;
	margin-bottom:20px;
	border:1px solid #e4e4e4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.curr_news .pic{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

.curr_news .pdf a{
	background: #f7f7f7 url(../images/icons/pdf.png) 5px center no-repeat;
	border: 1px solid #d6d6d6;
	margin:10px 0px 10px 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:8px 12px 8px 26px;
	display: inline-block;
	-webkit-box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	-moz-box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	text-shadow: 0px 1px #fff;
}

.curr_news .link a{
	background: #f7f7f7;
	border: 1px solid #d6d6d6;
	margin:10px 0px 10px 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:8px 12px 8px 12px;
	display: inline-block;
	-webkit-box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	-moz-box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	text-shadow: 0px 1px #fff;
}

.news_list{
	margin-bottom:20px;
}

.news_list .year h4{
	border:1px solid #d6d6d6;
	border-bottom:none;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: 0px 1px #fff;
	padding:10px;
	margin:0;
	cursor: pointer;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px 0px #fff;
	box-shadow: inset 0px 1px 0px 0px #fff;
}

.news_list .year h4.first{
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
}

.news_list .year h4.last{
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-bottom:1px solid #d6d6d6;
}



.news_list .year h4.last{
	border-bottom:1px solid #d6d6d6;
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
}

.news_list .year h4.open{
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.news_list .year ul{
	border-top:1px solid #d6d6d6;
	margin: 0;
	padding: 0;
	list-style: none;
}

.news_list ul li{
	display: block;
	padding:10px 0px;
	padding-left:20px;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	border-top:1px solid #d6d6d6;
}

.news_list ul li.selected{
	background: #f7f7f7;
}

.news_list ul li:first-child{
	border-top:none;
}

.news_list .last ul{
	border-bottom:1px solid #d6d6d6;
	border-top:none;
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
}

.news_list ul li a{

	text-decoration: none;
}

.curr_news h2.regarding{
	font-size:14px;
	margin-bottom:8px;
}

.curr_news ul.regarding{
	margin:5px 0px;
	padding: 0;
	display: block;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
}

.curr_news ul.regarding li{
	display: inline;
}

/* ----- grilldax ----- */

img.medal{
	position: absolute;
	top:-3px;
	right:10px;
}


.grilldax-heading{
	font-size: 36px;
	margin:40px 20px 20px 20px;
	color: #ac0f0f;
}

.grilldax .grilldax-desc{
	margin:10px 110px 10px 20px;
}

.grilldax-section{
	padding:10px 20px;
}

.download{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background: #ccc;
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 0%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(top, #fafafa 0%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	border:1px solid #d6d6d6;
	margin:0px 0px 10px 0px;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
}

a.download-button{
	background: url(../images/icons/pdf.png) no-repeat 10px center;
	padding:10px;
	padding-left:35px !important;
	color:#333;
	text-shadow: 0px 1px #fff;
	display: block;
}

a.no_icon{
	background: none;
	padding-left:10px;
	text-align: center;
}

img.pris{display: block; margin:20px auto 10px auto;}

.pris-caption{
	margin:20px 0px;
}

.pris-caption a{
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	padding:10px;
	display: block;
	width:240px;
	margin: 0 auto;
	text-align: center;
	color:#333;
	background: url(/images/common/show-more.png) bottom center;
}

.woofuu{
	margin: 10px 0px 0px 0px;
	padding:10px 20px 20px 20px;
	border-top:1px solid #d6d6d6;
}

.woofuu h2{
	text-align: center;
	margin:10px 0px 20px 0px;
}

.woofuu input{
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	display: block;
	padding:10px;
	width:578px;
	margin: 0px 0px 10px 0px;

}

.wufoo .info h2{font-weight: bold;}


/* ----- press ----- */

.press-left{

	margin-bottom:20px;
	border:1px solid #d6d6d6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}

.press-left .press-long{
	padding:20px;
	position: relative;
}

.press-left .press-long .right img{
	margin:10px 0px 10px 0px;
}

.press-left .press-long h1{
	padding:10px 0px;
}
.press-left .press-long .recept{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ffffff 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(left, #ffffff 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	margin:10px 0px 10px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:8px 12px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	-moz-box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	text-shadow: 0px 1px #fff;
	float:right;
	margin-left:20px;
}

.press-left .press-long .ingress{
	margin:10px 0px;
	font-style: italic;
}

.press-left .press-long .fakta{
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:8px 12px;
	display: block;
	margin:20px 0px;
	text-shadow: 0px 1px #ddeaf3;
}

.press-left .press-long .fakta ul li{
	margin: 8px 0px;
	padding: 0;
}

.press-left .press-long .produkt{
	overflow: hidden;
	border-top:1px solid #eee;
	margin:10px 0px;
	padding:10px 0px 0px 0px;
}

.press-left .press-long .produkt img{
	float:right;
	margin-top:10px;
}

.press-left .press-long .produkt .inner{
	float:left;
	width:330px;
	margin-top:20px;
}
.press-left .press-long .links{
	font-weight: bold;
}

.press-left .press-long .links a{
	background: #f7f7f7;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	margin:10px 0px 10px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:8px 12px 8px 12px;
	display: inline-block;
	-webkit-box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	-moz-box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	text-shadow: 0px 1px #fff;
	font-weight: normal;
}

.press-left h1{
	margin-bottom:0;
	padding:10px 20px 20px 20px;
}

.filmer .press-left h1,
.logotyper .press-left h1,
.pressbilder .press-left h1{
	padding: 0;
}

.press-left .press_box{
	overflow: hidden;
	padding:20px;
	border-top: 1px solid #d6d6d6;
}

.press-left .press_box:hover{
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(left, #f7f7f7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #f7f7f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #f7f7f7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #f7f7f7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(left, #f7f7f7 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.press-left .press_box a img{
	float:right;
	width:25%;
}


.press-left .press_box a img{
	padding:5px;
	max-width:100%;
	height: auto;
	border:1px solid #d6d6d6;
	background: #f3f3f3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	-moz-box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
}


.press-left .press_box div{
	float:left;
	width:75%;
	padding-right:20px;
}

.press-left .press_box div a{
	float: none;
}

.press-left .press_box p a{
	background: #f7f7f7;
	border: 1px solid #d6d6d6;
	margin:10px 0px 0px 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:8px 12px 8px 12px;
	display: inline-block;
	-webkit-box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	-moz-box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	text-shadow: 0px 1px #fff;
}

a.button-gray {
	background: #f7f7f7;
	border: 1px solid #d6d6d6;
	margin:10px 0px 0px 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:8px 12px 8px 12px;
	display: inline-block;
	-webkit-box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	-moz-box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	box-shadow: inset 0px 0px 0px 1px #fff, 2px 2px 4px 0px #eee;
	text-shadow: 0px 1px #fff;
}

.press-right{
	margin-bottom:20px;
	font-size: 13px;
	line-height: 20px;
}

.high-quality {
	border:1px solid #D6D6D6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:10px 20px;
	margin:20px 0px 20px 0px;
	position: relative;
	cursor: pointer;
}

.high-quality .high-quality-icon{
	border: 1px solid #222;
	background: #2E2E2E;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 5px 10px 5px;
	width: 36px;
	height: 30px;
	float:left;
	cursor: pointer;
	font-style: italic;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin:20px 20px 20px 0px;
}

.high-quality .view-example{
	padding:10px;
	position: absolute;
	top:-200px;
	left:-661px;
	z-index: 999;
	background: #333;
	display: none;
	border:1px solid #111;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.view-example img{
	display: block;
}

.high-quality:hover .view-example{
	display: block;
}

.news-on-press a{
	display: block;
}

.press-right ul{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
}

.press-right .download{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background: #ccc;
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 0%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(top, #fafafa 0%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	border:1px solid #d6d6d6;
	margin:0px 0px 10px 0px;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
}

.press-right .download a{
	color:#333;
	text-shadow: 0px 1px #fff;
	display: block;
	padding:10px;
}

.press-right .press_bigimage{
	border:1px solid #d6d6d6;
	border-radius: 3px;
	padding:5px;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom:10px;
}

.press-right .press_bigimage img{
	width:268px;
}

.press-right .press_thumbs{
	border:1px solid #d6d6d6;
	padding:5px;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:10px;
}

.press-right .press_thumbs a img{
	margin-right:5px;
}

.press-right .press_bigimage .org{
	background: url(../images/icons/download.png) 5px center no-repeat;
	margin:0px;
	padding-left:30px;
	padding-top:0px;
	display: inline-block;
}

/* ----- Pressmaterial ----- */

#material .press-left{
	border: none;
}

#image_gallery{
	padding:20px 0px;
}

#image_gallery .gallery-image{
	margin-bottom: 20px;
	overflow: hidden;
}

#image_gallery .last{
	margin-right:0px;
}

#image_gallery .gallery-image div{
	overflow:hidden;
}

#image_gallery .gallery-image-container{
	overflow: hidden;
	height:110px;
	width:128px;
}

#material #press-logos{
	padding:20px;
}

#material #press-logos .logo{
	border-bottom:1px solid #d6d6d6;
	overflow: hidden;
	display: block;
	position: relative;
	padding-bottom:20px;
}

.logo-download{
	float: right;
	margin-top:50px;
}

#material #press-logos .logo h2{
	margin-top:39px;
}

#material #press-logos .logo:nth-child(2n+2){
	margin-right:0px;
}

#material #press-logos .logo a{
	display: inline-block;
	padding: 5px 17px;
	background: #f74c4c; /* Old browsers */
	background: -moz-linear-gradient(top, #f74c4c 0%, #d61515 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f74c4c), color-stop(100%,#d61515)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f74c4c 0%,#d61515 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f74c4c 0%,#d61515 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f74c4c 0%,#d61515 100%); /* IE10+ */
	background: linear-gradient(top, #f74c4c 0%,#d61515 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74c4c', endColorstr='#d61515',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-decoration: none;
	font-style: italic;
	border: 1px solid #8c2832;
	font-size: 16px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: inset 0px 1px 0px 0px #FF7272;
	-moz-box-shadow: inset 0px 1px 0px 0px #FF7272;
	box-shadow: inset 0px 1px 0px 0px #FF727;
	font-weight: bold;
	margin-top:10px;
	font-family: Helvetica, arial, sans-serif;
	margin-left:5px;
}

#material #press-logos .logo p{
	margin: 0;
	font-weight: bold;
	text-align: center;
	margin-bottom:10px;
}

#material .press-right ul.material-nav{
	margin-top:10px;
}

#material .logo .logo-img{
	margin-right:10px;
	padding:5px;
	float:left;
}

#material .video{
	margin-top:20px;
}

#material .video h2{
	border: 0;
	font-size: 24px;
	line-height: 30px;
}

.material-nav{
	border:1px solid #d6d6d6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.material-nav li{
	padding: 0;
	margin: 0;
}

.material-nav li a{
	padding:10px 20px;
	display: block;
	border-top:1px solid #d6d6d6;
}

.material-nav li a.selected{
	background: #f8f8f8;
}

.material-nav li:first-child apress-left

/* ----- Pressmeddelande 2012 mars ----- */

.press-column{
	float:left;
	width:289px;
	margin-right:20px;
}

.grillfest .last{
	margin-right:0px;
}

ul.real-list{
	list-style: disc;
	padding-left:30px;
}

ol.real-list{
	padding-left:30px;
	list-style: decimal;
}


/* ----- Pressmeddelande 2012 ----- */

.grillfest{position: relative;}

.press-left .press-long .grillfest p.ingress{
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #d6d6d6;
	margin-bottom:20px;
	float: none;
}

.grillfest_recept{
	padding:0px 0px 20px 0px;
	border-bottom:1px solid #d6d6d6;
	margin-bottom:20px;
}

.grillfest_recept h3{
	margin-top:10px;
	margin-bottom:4px;
}

.grillfest .press-download{
	position: absolute;
	left:270px;
	top:-5px;
	padding:3px 0px;
	padding-left:23px;
	background: url(../images/icons/pdf.png) left center no-repeat;
}

.grillfest .press-word{
	position: absolute;
	left:400px;
	top:-5px;
	padding:3px 0px;
	padding-left:23px;
	background: url(../images/icons/word-icon.png) left center no-repeat;
}

.grillfest-ingredients-wrapper{
	background: url(../images/common/grillfest-recept.jpg);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-bottom:0px;
	padding:10px 10px 5px 25px;
	-webkit-box-shadow: 0px 2px 4px 0px #eeeeee;
	-moz-box-shadow: 0px 2px 4px 0px #eeeeee;
	box-shadow: 0px 2px 4px 0px #eeeeee;
	position: relative;
	border-bottom: 1px solid #d6d6d6;
}

.grillfest-ingredients-wrapper p{
	font-weight: bold;
	margin:0;
	line-height:29px;
	margin-top:32px;
	margin-
}

.grillfest-ingredients-wrapper p.intropress-left

ul.grillfest_ingredients{
	margin-left:30px;
	margin-top:0px;
	margin-bottom:30px;
	display: block;

}

ol.grillfest_instructions{
	margin-bottom:20px;
	min-width:278px;
}

.grillfest .caption{
	position: relative;
}

.grillfest .caption p{
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	margin-top: 4px;
}

.press-left .press-long ul.grillfest_ingredients li{
	list-style: disc;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-family: 'Salsa';
	font-size: 13px;
	line-height: 29px;
	color: #9f1c1c;
}

.press-left .press-long ul.grillfest_snacks li{
	list-style: none;
	margin:3px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size: 13px;
	line-height: 25px;
}

.press-left .press-long ul.grillfest_ingredients li.heading{
	list-style: none;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-family: 'Salsa';
	font-size: 18px;
	margin-left:-15px;
	line-height: 30px;
	color:#333;
}

.press-left .press-long ol.grillfest_instructions{
	list-style: decimal;
	margin-left:30px;
}

.press-left .press-long ol.grillfest_instructions li{
	list-style: decimal;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-size: 13px;
	line-height: 29px;
}

.grillfest_snacks{
	font-style: italic;
}

.image-holder{
	-moz-transform: scale(1) rotate(2deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1) rotate(2deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1) rotate(2deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1) rotate(2deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1) rotate(2deg) translate(0px, 0px) skew(0deg, 0deg);
	position: absolute;
	top:3px;
	right:10px;
	padding:5px;
	background: #fff;
	border: 1px solid #d6d6d6;
	width:240px;
	-webkit-box-shadow: 0px 2px 4px 0px #ccc;
	-moz-box-shadow: 0px 2px 4px 0px #ccc;
	box-shadow: 0px 2px 6px 0px #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.note{
	background: url(/images/common/tape.png);
	width:100px;
	height:35px;
	position: absolute;
	top:-15px;
	right:80px;
}

.press-left .press-long .image-small-right,.press-left .press-long .image-small-right{
	margin:0;
}

.grillfest_gasgrillar,.grillfest_kolgrillar{
	width:240px;
	float:left;
	padding-left:30px;
}

.grillfest_gasgrillar ol, .grillfest_kolgrillar ol{
	list-style: decimal;
}

.grillfest_kolgrillar{
	margin-right:28px;
}

#direct_grill, #indirect_grill{
	margin-top:20px;
}

.press-left .press-long img.between_ingress{margin:0; margin-top:10px;}

.press-left .press-long .grillfest  p.featured{
	position: absolute;
	top:246px;
	right:0px;
	background: #a0162a;
	color:#fff;
	opacity: 0.9;
	padding:10px;
	border: 0;
}

/* ----- söksida ----- */

.search-heading{
	text-align: center;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #eee;
}

.no-hits{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin:10px 0px;
	padding:100px;
}

/* ----- support ----- */

.support .col-md-8{
	padding-right:0;
}

#support-documents h2{
	margin-bottom: 20px;
}

#support-documents{
	border:1px solid #d6d6d6;
	padding:20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom:20px;
}

ul.support-pagination{
	margin: 0px 0px 10px 0px;
	padding: 0;
	overflow: hidden;
	display: none;
	list-style: none;
}

/*
ul.support-pagination li{
	float:left;
	display: block;
	padding: 0;
	margin: 0;
}

ul.support-pagination li a.first{
	border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	border-right:none;
	width:152px;
}

ul.support-pagination li a.last{
	border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	border-right:1px solid #d6d6d6;
}

ul.support-pagination li a{
	padding:14px 18px;
	display: block;
	text-align: center;
	width:152px;
	color:#333;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Helvetica,arial,sans-serif;
	font-size: 11px;
	border:1px solid #d6d6d6;
	border-right:none;
	overflow: hidden;
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%);
	background: linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 );
}

ul.support-pagination li a:hover{
	background: #fcfcfc;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#eaeaea 100%);
	background: -o-linear-gradient(top, #fcfcfc 0%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #fcfcfc 0%,#eaeaea 100%);
	background: linear-gradient(top, #fcfcfc 0%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eaeaea',GradientType=0 );
}

ul.support-pagination li a.selected{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: inset 0px 0px 4px #d6d6d6;
	border-right:none;
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#f9f9f9));
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#f9f9f9 100%);
	background: -o-linear-gradient(top, #f2f2f2 0%,#f9f9f9 100%);
	background: -ms-linear-gradient(top, #f2f2f2 0%,#f9f9f9 100%);
	background: linear-gradient(top, #f2f2f2 0%,#f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f9f9f9',GradientType=0 );
	text-shadow:none;
}

*/

.support-question{
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

ol.question-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.question-list li{
	display: block;
	font-weight: bold;

}

ol.question-list li.first{
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
}

ol.question-list li.last{
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
}
ol.question-list li.last .question{
	border-bottom:none;
}

ol.question-list li:nth-child(even) .question{
	background: #fafafa;
}

ol.question-list li ul.question-answer{
	border-left:4px solid #90cd4f;
	padding: 0 0 15px 15px;
	margin: 0 0 0 15px;
}

ol.question-list li ul.question-answer li{
	list-style: none;
	padding:0;
	font-weight: normal;
	border:0;
	background: none;
}

ol.question-list li.open{
	border-bottom: 1px solid #d6d6d6;
}

ol.question-list li .question {
	cursor: pointer;
	padding: 10px;
	border-bottom: 1px solid #d6d6d6;
}

ol.question-list li h3{
	font-size: 12px;
}

ol.question-list li.open .question{
	border-bottom: 1px solid #d6d6d6;
}
ol.question-list li.open h3{
	color: #c2142d;
	margin-bottom:20px;
	font-size: 16px;
}

ol.question-list li.open h6{
	margin-top:0px;
	padding-top:15px;
}

#support-documents .support-info{
	text-align: center;
	margin-top:30px;
	border-top:1px solid #d6d6d6;
	padding:20px 0px 10px 0px;
}

#support-documents .support-info img{
	margin: 0 auto;
}

#support-documents .support-info h2{
	border: none;
	padding:0;
	margin: 0 0 8px 0px;
	color:#fe5f57;
}
#support-documents .support-info h5{
	margin:4px 0px;
}

#support-documents .support-info p{
	margin: 4px 0px;
}

#support-aside {
	padding:20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px solid #d6d6d6;
	margin-bottom:20px;
}

#support-aside .support-info{
	text-align: center;
}

#support-aside .support-info h2{
	border: none;
	padding:0;
	margin: 8px 0px;
	color:#fe5f57;
	font-size: 28px;
}
#support-aside .support-info h5{
	margin:8px 0px;
	font-size: 20px;
	line-height: 28px;
}

#support-aside .support-info p{
	margin: 4px 0px;
	font-size: 12px;
	font-weight: bold;
	margin-top:10px;
}

/* ----- Återförsäljare ----- */

h3.resellers-link{
	margin-top:20px;
	text-align: center;
	font-size: 11px;
	color:#333;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom:10px;
	padding-top:15px;
	background: url(../images/common/show-more.png) no-repeat center bottom;
	text-shadow: 0px 1px #fff;
}

#bisMapsContainer div.Tmap_locations_tree_search input.textbox.disabled, #Tmap_container div.Tmap_locations_tree_search input.textbox.disabled,#bisMapsContainer div.Tmap_locations_tree_search input.textbox{
	width: 149px !important;
	height: 30px !important;
	padding: 0 0 0 15px !important;
	border:1px solid #d6d6d6 !important;
	border-right: 0 !important;
	-moz-border-radius: 15px 0 0 15px !important;
	-webkit-border-radius: 15px 0 0 15px !important;
	border-radius: 15px 0 0 15px !important;
	-webkit-box-shadow: inset 0px 0px 4px 0px #eee, 0px 1px 0px 0px #ffffff;
	-moz-box-shadow: inset 0px 0px 4px 0px #eee, 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 0px 4px 0px #eee, 0px 1px 0px 0px #ffffff;
}

#bisMapsContainer div.Tmap_locations_tree_search input.textbox{
		-webkit-box-shadow: inset 0px 0px 4px 0px #e2e2e2, 0px 1px 0px 0px #ffffff;
	-moz-box-shadow: inset 0px 0px 4px 0px #e2e2e2, 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 0px 4px 0px #e2e2e2, 0px 1px 0px 0px #ffffff;
}

.Tmap_locations_tree_reset{
	margin: 10px 0px;
	text-align: center;
	display: block;
}

.Tmap_locations_tree_search div{
	height:40px !important;
}

.Tmap_locations_tree_search .button {
	width: 35px;
	height: 32px;
	padding: 0;
	border:1px solid #d6d6d6 !important;
	margin:0 !important;
	-moz-border-radius: 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
	background-color: #f7f7f7 !important;
	background-image: url(../images/magnify.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	-webkit-box-shadow: inset 0px 0px 4px 0px #ccc, 0px 1px 0px 0px #ffffff;
	-moz-box-shadow: inset 0px 0px 4px 0px #ccc, 0px 1px 0px 0px #ffffff;
	box-shadow: inset 1px 1px 0px 0px #fff, 0px 1px 0px 0px #ffffff;
}

.bisSearchCounty{
	display: block;
	padding:0px 0px;
	border:1px solid #d6d6d6;
	border-top:0;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px 0px #fff;
	box-shadow: inset 0px 1px 0px 0px #fff;
}

.TtreeView{
	border-top:1px solid #d6d6d6;
	border-radius:3px;
	height: auto !important;
	max-height: 1000px;
}

#loader{
	display: none;
	position: absolute;
	width:100%;
	top:20px;
	height:500px;
	background: url(../images/ajax-loader.gif) center center no-repeat;
}

.bisSearchCounty div{
	padding:6px 6px;
}

.bisSearchCounty .bisSearchCity{
	padding: 0px 0px;
	font-weight: bold;
}

.bisSearchCounty .bisSearchCity .bisSearchCompany{
	padding:0;
	font-weight: normal;
}

.bisSearchCounty .Ttreeview_container{
	background: #fff;
	margin:0 !important;
	padding:0;
	border-top:1px solid #d6d6d6;
}

#bisMapsContainer{
	height:1100px !important;
	width: 940px !important;
}

#Tmap_viewport{
	width:720px !important;
	height:760px !important;
}

#Tmap_locations_tree{
	left:740px !important;
	height: 760px !important;
}

.TloaderDialogue{
	background: #000 !important;
	border:1px solid #000 !important;
	color:#fff;
}

#wrapper .af-box{
	padding: 10px;
	margin-bottom:30px;
	border:1px solid #d6d6d6;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	position: relative;
}

#wrapper .af-right{
	margin-bottom:30px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	height:122px;
}

#wrapper .gasgrillmannen{
	border:1px solid #d6d6d6;
	padding: 10px;
	width: 438px;
	height: 120px;
}

.af-right img{
	float:right !important;
}

.af-box img{
	display: block;
	padding:20px 0px 50px 0px;
}

.af-box-inner a{
	padding:0px;
	margin: 0;
}

.af-box-inner h5{
	text-align: center;
	position: absolute;
	left:0px;
	top:95px;
	width:100%;
}

.af-box a img{
	display: block;
	margin:0 auto;
}

.kontaktinfo {
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	color: #666;
	border-top: 1px solid #e8e8e8;
	padding: 10px 0 0 0;
}

.kontaktinfo a, .kontaktinfo a:hover, .kontaktinfo a:visited, .kontaktinfo a:active {
	color: #666;
	display: inline;
}


/* NOSCRIPT */

.you-need-javascript{
	background: #fafafa;
	border: 1px solid #d6d6d6;
	margin: 0px 20px 10px 0px;
	padding:10px;
	background: #d90000; /* Old browsers */
	border:1px solid #b10707;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	font-family: Helvetica, arial,sans-serif;
}

.you-need-javascript-reseller{
	background: #fafafa;
	border: 1px solid #d6d6d6;
	margin: 10px 0px 20px 0px;
	padding:10px;
	background: #d90000; /* Old browsers */
	border:1px solid #b10707;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	font-family: Helvetica, arial,sans-serif;
	margin:20px 0px;
	padding:200px 0px;
	-webkit-box-shadow: 0px 2px 3px 0px #eee;
	-moz-box-shadow: 0px 2px 3px 0px #eee;
	box-shadow: 0px 2px 3px 0px #eee;
	font-weight: bold;
}

.ret_slider_noscript .ret{
	background: #fff;
	border:1px solid #d6d6d6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:8px;
}

.acc_slider_noscript .acc{
	width:200px;
	background: #fff;
	border:1px solid #d6d6d6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:6px;
	text-align: center;
}

.acc_picker_noscript a {
	display: none;
}

.ret_slider_noscript, .acc_slider_noscript {
	clear: both;
	margin-bottom: 20px;
}

.ret_slider_noscript .next, .ret_slider_noscript .prev, .acc_slider_noscript .next, .acc_slider_noscript .prev {
	display: none;
}

.ret_slider_noscript .ret, .acc_slider_noscript .acc {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.ret_slider_noscript .ret a.img_wrap, .acc_slider_noscript .acc a.img_wrap {
	display: block;
	width: 80px;
	height: 60px;
	margin:0 auto;
}

/* INSPIRATION */

.inspiration #slider,
.inspirasjon #slider{
	margin-bottom:20px;
}

#inspiration-single,{
	margin-bottom:20px;
}

#inspiration-single .content-inner ul,#inspiration-single .content-inner ol{
	margin: 0px;
	padding:10px 0px 10px 40px;
	list-style: decimal;
}

#inspiration-single .content-inner ul{
	list-style: disc;
}

#inspiration-single .content-inner ul li,#inspiration-single .content-inner ol li{
	padding:5px 0px;
}

/* chosen */

/* @group Base */
.widget .chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-bottom:10px;
  color:#333;
}
.widget .chzn-container *,.widget .chzn-container *:before,.widget .chzn-container *:after {
-webkit-box-sizing:content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

.widget .chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
}
/* @end */

/* @group Single Chosen */
.widget .chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #5f0809;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 5px 5px 5px 13px;
  color: #444444;
  text-decoration: none;
}
.widget .chzn-container-single .chzn-default {
  color: #999;
}
.widget .chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.widget .chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('/images/common/chosen-sprite.png') right top no-repeat;
}
.widget .chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.widget .chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: right top;
}
.widget .chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.widget .chzn-container-single .chzn-single div b {
  background: url('/images/common/chosen-sprite.png') no-repeat -5px 5px;
  display: block;
  width: 100%;
  height: 100%;
}
.widget .chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.widget .chzn-container-single .chzn-search input {
  background: #fff url('/images/common/chosen-sprite.png') no-repeat 100% -22px;
  background: url('/images/common/chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/images/common/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/common/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/common/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/common/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.widget .chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  border:1px solid #5f0809;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}

.widget .chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.widget .chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.widget .chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.widget .chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.widget .chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.widget .chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.widget .chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}

.widget .chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.widget .chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.widget .chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.widget .chzn-container .chzn-results-scroll-down span {
  background: url('/images/common/chosen-sprite.png') no-repeat -4px -3px;
}
.widget .chzn-container .chzn-results-scroll-up span {
  background: url('/images/common/chosen-sprite.png') no-repeat -22px -3px;
}

.widget .chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5f0809;
}
.widget .chzn-container-active .chzn-single-with-drop {
  border: 1px solid #5f0809;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.widget .chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.widget .chzn-container-active .chzn-single-with-drop div b {
  background-position: -23px 6px;
}
.widget .chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5f0809;
}
.widget .chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}

/* chosen */

.inspiration .chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

.inspiration #wrapper,
.inspirasjon #wrapper{
	margin:0;
	padding: 0;
	width:auto;
	max-width: none;
}

#slider-pagination a{
	display: block;
	float: left;
	padding:7px 10px;
	background: #000;
	color:#fff;
}

.inspiration #slider-pagination a.selected{
	background: #CC1616;
}

.inspiration #slider-pagination a:hover{
	background: #CC1616;
}

.inspiration #slider-pagination a.last {
	background: url(/images/inspiration/sliderpagination.png) no-repeat right 0px;
	padding-right:30px;
}

.inspiration #slider-pagination a.last.selected,
.inspiration #slider-pagination a.last:hover {
	background: url(/images/inspiration/sliderpagination.png) no-repeat right -32px;
}

.inspiration #slider-pagination a.last:active {
	background: url(/images/inspiration/sliderpagination.png) no-repeat right -64px;
}

.inspiration .instruktionsfilmer .ulrik,
.inspiration .grilla-med-ulrik .instruktionsfilmer {
	display: none;
}

.inspiration .slider.ulrik,.inspiration .slider.instruktionsfilmer{
	background: url(/images/inspiration/inspiration.jpg) no-repeat center top;
}

.inspiration .slider .contents{
	background: #111;
	background: rgba(0,0,0,0.7);
	height:370px;
	color:#fff;
	position: relative;
	overflow: hidden;
}

.slider .contents .video-info-heading{
	cursor: pointer;
}

.close-video-info{
	cursor: pointer;
}

.slider .contents .video-info{
	display: none;
}

.inspiration .slider .video{
	margin-top:20px;
	margin-bottom:20px;
}

.inspiration .slider .video .video-frame{
	padding: 10px;
	background: #000;
}

.inspiration .slider .video .video-frame iframe{
	height: 310px;
}

.inspiration .slider .contents .contents-inner{
	padding:10px 20px 0px 20px;
}

ul.avsnitt{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.avsnitt li{
	display: inline-block;
	margin:0 5px 5px 0;
	padding: 0;
}

ul.avsnitt li a{
	padding:5px 8px;
	background: #CC1616 url(/images/inspiration/avsnitt-knapp.jpg);
	color:#333;
	font-weight: bold;
	font-size: 11px;
	text-shadow: 0px 1px 0px #fde0b0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	box-shadow: inset 0px 1px 0px 0px #fde0b0,0 2px 2px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0px 1px 0px 0px #fde0b0,0 2px 2px 0px rgba(0,0,0,0.4);
	border: 1px solid #000;
	max-width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.avsnitt li a:active{
	box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.4),0 2px 2px 0px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.4),0 2px 2px 0px rgba(0,0,0,0.4);
}

ul.avsnitt li a:hover{
	color:#555;
}

ul.avsnitt li a.selected{
	background: #CC1616 url(/images/inspiration/avsnitt-knapp-hover.jpg);
	color:#000;
}

ul.tips-vid-grillning{
	overflow: hidden;
	padding: 0;
	list-style: none;
}

ul.tips-vid-grillning li{
	display: block;
	margin-bottom: 10px;
}

ul.tips-vid-grillning li.last{
	margin:0px 10px 0px 0px;
}

ul.tips-vid-grillning li a.button{
	display: block;
}

.grilltillbehor .col-sm-4{
	padding: 0;
}

.grilltillbehor h3{
	margin:10px 0px 5px 0px;
	font-size: 18px;
}

.inspiration section{
	margin-bottom:20px;
}

.recepten .recept{
	margin-bottom:20px;
	overflow: hidden;
	min-height: 160px;
}

.recepten .recept .col-sm-4{
	padding: 0;
}


.recepten .button{
	float: right;
}

.special-heading{
	border-bottom:1px solid #d6d6d6;
	margin-bottom: 10px;
}

h2.red-heading{
	/* background: url(/images/common/red-heading.png) right center no-repeat;
	display: inline-block;
	/*padding:7px 40px 7px 10px;
	margin: 0;
	/* color:#fff; */
}

.download-video-highres{
	position: absolute;
	bottom: 0px;
	left:20px;
	width:260px;
	padding:10px 0px;
	display:block;
	margin: 10px 0 0 0;
	text-align: center;
	background: #000;
	color:#fff;
	border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
}

.download-video-highres a{
	color:#fff;
}

/* WIDGET */

#grillwidget,
.widget-default {
	display: none;
}

.widgets .termometer {
	display: block;
}

.ulrik.widget h2{
	position: absolute;
	bottom:5px;
	left:10px;
	color:#fff;
	font-size: 32px;
	text-shadow: 0px 1px 2px #333;
}

.ulrik.widget img{
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.widgets .widget{
	margin:0 0 10px 0;
	position: relative;
}
.widgets .widget-select{

}
.widgets .grill{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1);
	border:1px solid #5f0809;
	background: #cc1616; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #cc1616 0%, #aa1919 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#cc1616), color-stop(100%,#aa1919)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #cc1616 0%,#aa1919 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #cc1616 0%,#aa1919 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #cc1616 0%,#aa1919 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #cc1616 0%,#aa1919 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1616', endColorstr='#aa1919',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
}

.widgets .grill-inner{
	padding:10px 20px 10px 20px;
	background: url(/images/inspiration/grillwidget.png) no-repeat right bottom;
}

.widgets .grill-results{
	text-align: center;
	display: none;
}

.grill-results .time,.grill-results .celsius{
	font-family: Helvetica,arial,sans-serif;
}

.grill-results .celsius{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:27px 0px 10px 0px;
	width:80px;
	color:#fff;
	font-weight: bold;
	font-size: 32px;
	display: inline-block;
	background: url(/images/inspiration/counter.png) no-repeat;
	margin:10px 0 10px 0;
	line-height: 17px;
	position: relative;
}

.grill-results .time,
.grill-results .celsius{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:27px 0px 10px 0px;
	width:113px;
	color:#fff;
	font-weight: bold;
	font-size: 32px;
	display: inline-block;
	background: url(/images/inspiration/counter-large.png) no-repeat;
	margin:10px 0 10px 0;
	line-height: 17px;
	position: relative;
}

.grill-results .celsius span.celsius-icon{
	position: absolute;
	top:10px;
	right:10px;
	font-size: 16px;
	font-weight: bold;
}

.grill-results .time .stripe,.grill-results .celsius .stripe{
	position: absolute;
	top:35px;
	left: 0;
	width:100%;
	height:1px;
	background: #000;
}

.grill-results .time span,.grill-results .celsius span{
	font-size: 11px;
	font-weight: normal;
}

.grill-results .minutes{
	margin:0 10px 0 0;
}

/* WIDGET */

span.observera{
	float: left;
	margin:0 10px 20px 0;
	display: block;
	border: 1px solid #222;
	background: #2E2E2E;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 5px;
	cursor: pointer;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom:70px;
}

/* termometer ad */

.widget-default{
	border: 1px solid #D6D6D6;
	padding:10px 20px;
	overflow: hidden;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 4px 0px #EEE;
	-moz-box-shadow: 0px 0px 4px 0px #eee;
	box-shadow: 0px 0px 4px 0px #EEE;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

.widget-default img{
	margin:0px 10px 0px 0px;
}


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li { padding:0; position: relative; display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 0px; position: relative; zoom: 1;}
.flex-viewport {height:355px; max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(/images/slider/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: -35px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: -35px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}


.wufoo .info h2 {
	font-size: 200% !important;
	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.question-images {
	margin-top: 10px;
}

.question-image {
	display: inline-block;
	width: 31%;
	vertical-align: top;
}
