﻿#lay_header {
    background-color: #000000;
	height: 165px;
	position: relative;
	width: 1200px;
	z-index: 1;
}

#lay_nav .lay_nav {
    padding: 0;
}

#lay_nav {
    border-radius: 0px;
    border: 1px solid #000000;
    background: none;
    background-color: #000000;
    height: 20px;
    left: 310px;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 17px;
    padding-top: 5px;
    position: relative;
    top: 0;
    width: 1200px;
    z-index: 10;
}

.lay_header .loginDisplay {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
    top: 80px;
}

.lay_nav > ul > li {
    border-right: 2px solid #FFCB00;
    color: #FFCB00;
    float: left;
    font-size: 13px;
	font-weight: bold;
    margin: 0;
    padding: 0 5px;
    position: relative;
}

.lay_nav > ul > li:last-child {
	border-right: 0;
}

.lay_nav a {
    color: #FFCB00 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold !important;
    text-decoration: none;
}

.lay_nav a:hover {
    color: #FFFFFF !important;
}


.lay_tree1 li {
    border-bottom: 1px dotted #D3D3D3;
    color: #000000;
    display: block;
    height: auto;
    margin: 0;
    padding: 0.7em 0 0.8em 1.5em;
}

.lay_tree1 li:last-child {
    border: none;
}

.lay_tree1 li a .current{
    border-bottom: none;
}

.lay_search input[type="text"] {
    background-color: #FFCB00;
    border: 1px dotted #000000;
    border-radius: 0 0 0 0;
    color: #666666;
    font-size: 1em;
    height: 20px;
    padding: 0 0 0 0.4em;
    width: 160px;
}

#lay_basket {
    height: 60px;
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 700;
}

.jstree-TradKomprimerat .jstree-no-dots .jstree-leaf > ins {
    background-image: url("/Images/site/node.png");
    background-position: 0 1px;
}

.jstree-TradKomprimerat .jstree-no-dots li, .jstree-TradKomprimerat .jstree-no-dots .jstree-leaf > ins {
    background: none repeat scroll 0 0 transparent;
}

.listview_extended .prod_outer_1 {
    border-radius: 0 0 0 0;
    box-shadow: none;
	border-bottom: 1px solid #D4D4D4;
    float: left;
    margin-bottom: 0.7em;
    min-height: 130px;
    padding-bottom: 0.7em;
    position: relative;
    width: 100%;
}

.cart_header {
    background-image: url("/Images/site/carticon.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    color: #000000;
    padding: 10px;
    position: relative;
}

.lay_search input[type="image"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: none;
    border-color: #D3D3D3 #D3D3D3 #D3D3D3 -moz-use-text-color;
    border-image: none;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 1px 1px 1px 0;
    float: left;
    height: 18px;
    margin-left: -1px;
    padding: 1px 1px 1px 7px;
}


.lay_search input[type='image'] {
    position: relative;
}

<!-- Nya värden -->
.jstree-TradKomprimerat .jstree-no-dots .jstree-open > ins {
    background-image: url("open.png");
}

.jstree-TradKomprimerat li, .jstree-TradKomprimerat ins {
    background-color: transparent;
    background-position: 0 5px;
    background-repeat: no-repeat;
}

.lay_tree1 li a:hover {
    font-weight: 700;
}

.lay_tree1 li a.current {
    font-weight: 700;
}

#lay_tree1 a {
    color: #000000;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 1px 2px;
    text-decoration: none;
    white-space: nowrap;
}

#lay_tree1 a:hover {
    border: none;
	background-color: transparent;
}

.lay_header .flags {
    background-color: #000000;
    border-radius: 0 0 0 0;
    float: right;
    height: 25px;
    margin-top: -25px;
	padding-right: 30px;
}
/*
.listview_window .price_inner .button.buy {
	background: #FFCB00 none no-repeat scroll 0 0;
}

#SmallCart_toCheckout, #SmallCart_toCart {
	background: #FFCB00 none no-repeat scroll 0 0;
}

#SmallCart_toCheckout:hover, #SmallCart_toCart:hover {
	background: #FFCB00 none no-repeat scroll 0 0;
}
*/
.listview_window .prod_inner {
    border-radius: 0 0 0 0;
    box-shadow: none;
    height: 300px;
    position: relative;
    text-align: center;
	border-bottom: 1px solid #d4d4d4;
}

.smallcart_outer {
    background-color: #EFEFEF;
    border: 1px solid #CCCCCC;
    border-radius: 0 0 0 0;
    padding: 3px 7px 0;
}

.buy, .button.checkout, .buyColumn input {
	background: #FFCB00 none no-repeat scroll 0 0;/* old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc53', endColorstr='#f9c700'); /* IE9 */
	background: webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdc53), color-stop(50%,#FFCB00), color-stop(100%,#f9c700)) repeat scroll 0 0 transparent; /* Chrome,Safari4+ */
	background: -o-linear-gradient(top,  #ffdc53 0%,#FFCB00 50%,#f9c700 100%) repeat scroll 0 0 transparent; /* Opera 11.10+ */
    background: -webkit-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent; /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent; /* FF3.6+ */
    background: -ms-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent; /* IE10+ */
	background: linear-gradient(top,  #ffdc53 0%,#FFCB00 50%,#f9c700 100%) repeat scroll 0 0 transparent; /* W3C */
    border-radius: 0.25em 0.25em 0.25em 0.25em;
    border: 0 solid #000000;
    color: #000000;
}

.button.grey, .button.grey:hover { /*Added by KRO 180503 */
	background: #5B5B5B none no-repeat scroll 0 0;/* old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc53', endColorstr='#f9c700'); /* IE9 */
	background: webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdc53), color-stop(50%,#FFCB00), color-stop(100%,#f9c700)) repeat scroll 0 0 transparent; /* Chrome,Safari4+ */
	background: -o-linear-gradient(top,  #ffdc53 0%,#FFCB00 50%,#f9c700 100%) repeat scroll 0 0 transparent; /* Opera 11.10+ */
    background: -webkit-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent; /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent; /* FF3.6+ */
    background: -ms-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent; /* IE10+ */
	background: linear-gradient(top,  #ffdc53 0%,#FFCB00 50%,#f9c700 100%) repeat scroll 0 0 transparent; /* W3C */
    border-radius: 0.25em 0.25em 0.25em 0.25em;
    border: 0 solid #000000;
    color: #FFFFFF;
}

.buy:hover, .button.checkout:hover, .buyColumn input:hover {
	background: #FFCB00 none no-repeat scroll 0 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc53', endColorstr='#f9c700'); /* IE9 */
	background: webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdc53), color-stop(50%,#FFCB00), color-stop(100%,#f9c700)) repeat scroll 0 0 transparent; /* Chrome,Safari4+ */
	background: -o-linear-gradient(top,  #ffdc53 0%,#FFCB00 50%,#f9c700 100%) repeat scroll 0 0 transparent; /* Opera 11.10+ */
    background: -webkit-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent; /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent; /* FF3.6+ */
    background: -ms-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent; /* IE10+ */
	background: linear-gradient(top,  #ffdc53 0%,#FFCB00 50%,#f9c700 100%) repeat scroll 0 0 transparent; /* W3C */
    border-radius: 0.25em 0.25em 0.25em 0.25em;
    border: 0 solid #000000;
    color: #FFFFFF; /*Changed by KRO 180503 */
}

#checkoutWrapper .btnCheckout, #checkoutWrapper .button {
	background: #FFCB00 none no-repeat scroll 0 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc53', endColorstr='#f9c700'); /* IE9 */
	background: webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdc53), color-stop(50%,#FFCB00), color-stop(100%,#f9c700)) repeat scroll 0 0 transparent; /* Chrome,Safari4+ */
	background: -o-linear-gradient(top,  #ffdc53 0%,#FFCB00 50%,#f9c700 100%) repeat scroll 0 0 transparent; /* Opera 11.10+ */
    background: -webkit-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent; /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent; /* FF3.6+ */
    background: -ms-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent; /* IE10+ */
	background: linear-gradient(top,  #ffdc53 0%,#FFCB00 50%,#f9c700 100%) repeat scroll 0 0 transparent; /* W3C */
    border: 0 solid #000000;
    border-radius: 0.25em 0.25em 0.25em 0.25em;
    box-shadow: 1px 1px 1px #AAAAAA;
	-moz-box-shadow: 1px 1px 1px #AAAAAA;
	-webkit-box-shadow: 1px 1px 1px #AAAAAA;
    color: #000000;
    cursor: pointer;
    display: inline;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0.25em;
    padding: 0.2em 0.5em;
    text-decoration: none;
    text-shadow: none;
}

#checkoutWrapper .btnSendOrder, #checkoutWrapper .btnPayAndSendOrder {
	background: #FFCB00 none no-repeat scroll 0 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc53', endColorstr='#f9c700'); /* IE9 */
	background: webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdc53), color-stop(50%,#FFCB00), color-stop(100%,#f9c700)) repeat scroll 0 0 transparent; /* Chrome,Safari4+ */
	background: -o-linear-gradient(top,  #ffdc53 0%,#FFCB00 50%,#f9c700 100%) repeat scroll 0 0 transparent; /* Opera 11.10+ */
    background: -webkit-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent; /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent; /* FF3.6+ */
    background: -ms-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent; /* IE10+ */
	background: linear-gradient(top,  #ffdc53 0%,#FFCB00 50%,#f9c700 100%) repeat scroll 0 0 transparent; /* W3C */
    border: none;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    box-shadow: 1px 1px 1px #AAAAAA;
    color: #000000;
    cursor: pointer;
    display: inline;
    font-size: 15px;
    font-weight: 700;
    padding: 0.2em 0.7em;
    text-decoration: none;
    text-shadow: none;
}

#checkoutWrapper .btnCheckout:hover, #checkoutWrapper .button:hover {
	background: #FFCB00 none no-repeat scroll 0 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc53', endColorstr='#f9c700'); /* IE9 */
	background: webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdc53), color-stop(50%,#FFCB00), color-stop(100%,#f9c700)) repeat scroll 0 0 transparent; /* Chrome,Safari4+ */
	background: -o-linear-gradient(top,  #ffdc53 0%,#FFCB00 50%,#f9c700 100%) repeat scroll 0 0 transparent; /* Opera 11.10+ */
    background: -webkit-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent; /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent; /* FF3.6+ */
    background: -ms-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent; /* IE10+ */
	background: linear-gradient(top,  #ffdc53 0%,#FFCB00 50%,#f9c700 100%) repeat scroll 0 0 transparent; /* W3C */
    border: 0 solid #000000;
    border-radius: 0.25em 0.25em 0.25em 0.25em;
    box-shadow: 1px 1px 1px #AAAAAA;
	-moz-box-shadow: 1px 1px 1px #AAAAAA;
	-webkit-box-shadow: 1px 1px 1px #AAAAAA;
    color: #FFFFFF;
    cursor: pointer;
    display: inline;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0.25em;
    padding: 0.2em 0.5em;
    text-decoration: none;
    text-shadow: none;
}

#checkoutWrapper .btnSendOrder:hover, #checkoutWrapper .btnPayAndSendOrder:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc53', endColorstr='#f9c700');
    background: -webkit-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent;
    border: none;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    box-shadow: 1px 1px 1px #AAAAAA;
    color: #FFFFFF;
    cursor: pointer;
    display: inline;
    font-size: 15px;
    font-weight: 700;
    padding: 0.2em 0.7em;
    text-decoration: none;
    text-shadow: none;
}

div[id*="pnlSectionWrapperExtra"], div[id*="pnlSectionWrapperCompleteOrder"] {
    background-size: 70px auto;
}

.button, .buyColumn input {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc53', endColorstr='#f9c700');
    background: -webkit-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent;
    border-radius: 0.25em 0.25em 0.25em 0.25em;
    border: 0 solid #000000;
    box-shadow: 1px 1px 1px #AAAAAA;
	-moz-box-shadow: 1px 1px 1px #AAAAAA;
	-webkit-box-shadow: 1px 1px 1px #AAAAAA;
    color: #000000;
    cursor: pointer;
    display: inline;
    font-size: 10px;
    font-weight: 700;
    margin: 0.25em;
    padding: 0.2em 0.5em;
    text-decoration: none;
    white-space: nowrap;
}

.button:hover {
	background: #FFCB00 none no-repeat scroll 0 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc53', endColorstr='#f9c700'); /* IE9 */
	background: webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdc53), color-stop(50%,#FFCB00), color-stop(100%,#f9c700)) repeat scroll 0 0 transparent; /* Chrome,Safari4+ */
	background: -o-linear-gradient(top,  #ffdc53 0%,#FFCB00 50%,#f9c700 100%) repeat scroll 0 0 transparent; /* Opera 11.10+ */
    background: -webkit-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent; /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent; /* FF3.6+ */
    background: -ms-linear-gradient(center top , #ffdc53 0px, #FFCB00 50%, #f9c700 100%) repeat scroll 0 0 transparent; /* IE10+ */
	background: linear-gradient(top,  #ffdc53 0%,#FFCB00 50%,#f9c700 100%) repeat scroll 0 0 transparent; /* W3C */
    border: 0 solid #000000;
	color: #ffffff;	
}

html, body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}

.lay_basket {
    background-color: #FFFFFF;
    float: left;
    margin-right: 30px;
    border-color: #FFFFFF;
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 0px;
    box-shadow: none;
	width: 250px;
}

.tocheckout {
    background-image: url("/Images/site/down.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
    margin-top: 12px;
    padding-left: 10px;
    padding-bottom: 0px;
    vertical-align: middle;
}

.lay_langmenu {
    padding-top: 0px;
}

.lay_langmenu a img {
    border-style: none;
    padding: 0px 0px 0px 10px;
}

.lay_breadcrumb, .lay_nav, .lay_search, .lay_tree1, .lay_basket {
    padding: 0px 0px 0px 0px;
}

.lay_tree1:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.lay_search {
	padding-right: 0px;
	bottom: 0px;
}

#lay_search {
    height: 28px;
    right: 0;
    left: 1305px;
    position: relative;
    top: 3px;
    z-index: 700;
	padding: 0.5em 0.1em;
}

.table {
    background-color: #ECECEC;
    border: 0px solid #666666;
    border-radius: 0 0 0 0;
    display: table;
    float: none;
    margin: 10px 0 0;
}

.table .header > .cell:first-child {
    border-radius: 0 0 0 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.table .header > .cell {
    border-bottom: 1px solid #000000;
    border-left: none;
    font-weight: bold;
    padding-bottom: 1em;
    padding-top: 1em;
    vertical-align: middle;
}
.table .cell {
    color: #000000;
    display: table-cell;
    font-size: 11px;
    padding: 0.3em 0.4em 0.3em 0.7em;
    vertical-align: middle;
}

.table .cell input[type="text"] { /* Added by KRO 180129 */
    background-color: lightgray;
}

.listview_normal .table {
    background-color: #ECECEC;
    border: 0px solid #666666;
    border-radius: 0 0 0 0;
    display: table;
    width: 100%;
}

.listview_normal .headrow > .cell:first-child {
    border-radius: 0 0 0 0;
}

.listview_normal .headrow > .cell {
    border-bottom: 0px solid #666666;
}

.table .row:nth-child(2n+1) {
    background: none repeat scroll 0 0 #F5F2E6;
}

.listview_normal .odd {
    background-color: #F5F2E6;
}

input[type="text"], input[type="password"] {
    border: 1px dotted #D3D3D3;
}


.listview_normal .row:last-child > .cell:last-child {
    border-radius: 0 0 0 0;
}

.list_info a {
	color: #000000;
}

.list_settings {
    background-color: #FFFFFF;
    border: 1px solid #666666;
    border-radius: 0 0 0 0;
    clear: both;
    float: left;
    font-size: 10px;
    margin-bottom: 0.5em;
    width: 100%;
}

.filterbox .sortasc, .filterbox .sortdesc {
    font-weight: 700;
    text-decoration: none;
}

.filterbox input[type="text"] {
    background-color: #FEFEFE;
    border: 1px dotted #D3D3D3;
    border-radius: 0 0 0 0;
    font-size: 1em;
    height: 16px;
    padding: 0 0 0 0.4em;
    vertical-align: middle;
    width: 160px;
}

input[type="text"], input[type="password"] {
    border: 1px dotted #D3D3D3;
}

.filterbox .searchbutton {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FEFEFE;
    border-color: #D3D3D3;
    border-image: none;
    border-radius: 0 0 0 0;
    border-style: dotted dotted dotted none;
    border-width: 1px 1px 1px 0;
    height: 12px;
    margin-left: -1px;
    padding: 2px 2px 2px 5px;
    vertical-align: middle;
}

#lay_columnwrapper {
    background-color: #FFFFFF;
    border: 0 solid #000000;
    border-radius: 0 0 0 0;
    color: black;
    display: inline;
    float: left;
    margin-bottom: 0;
    margin-left: -1060px;
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
    right: 0;
    width: 300px;
}

#lay_contentwrapper {
    float: none;
    position: relative;
    width: 100%;
    z-index: 1;
	clear: both;
}

#lay_mainwrapper {
    background-color: #FFFFFF;
    border: 0px solid #000000;
    border-radius: 0 0 0 0;
    color: black;
	margin-bottom: 0px;
    padding-bottom: 0px;
	position: relative;
	float: left;
    width: 739px;
	padding-left: 320px;
}

#lay_center_1 {
    clear: both;
	float: none;
    width: 100%;
	height: auto;
	position: relative;
}

#lay_center_3 {
	float: none;
}

#lay_footer {
	display: none;
}

#lay_megawrapper {
    background-color: #FFFFFF;
    max-width: 1200px;
    min-width: 1200px;
    padding: 30px;
    -moz-box-shadow: 0px 0px 10px #AAA;
    -webkit-box-shadow: 0px 0px 10px #AAA;
    box-shadow: 0px 0px 10px #AAA;
    height: auto !important;
    margin: 30px auto;
    min-height: 100%;
}

body {
    background-attachment: fixed;
    background-image: url("http://configurator.engcon.com/images/background.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

#lay_tree1 {
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 0 0 0;
	border: 0;
    border-right: 1px dotted #D4D4D4;
    color: #000000;
    float: left;
    height: auto;
    left: 320px;
    margin-top: 5px;
    padding-right: 20px;
    position: relative;
    top: 0;
    width: 280px;
    z-index: 1;
}

.lay_main {
	width: 880px;		/*Tillagt av KRO 190603*/
    	margin-left: 0px;
	margin-top: 0px;
    	padding: 0px;
	width: 750px;
	margin-bottom: 40px;  /*Tillagt av KRO 190603*/
}

.lay_main:after {
    clear: none;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.form .tableHolder	{ /*Tillagt av KRO 170320*/
	width: 90%;
}

.form.myAccount .outerPart { /*Tillagt av KRO 170320*/
    width: 95%;
}

.orderWrapper .orderTotals .rightPart { /*Tillagt av KRO 170320*/
    margin: 30px 80px 20px 0;
}

#lay_main {
    margin-top: 60px;
	margin-left: 0px;
    z-index: 1;
	position: relative;
	float: left;
	/* width: 880px; */
}

#lay_cross_selling {
    float: left;
    margin-left: 0px;
	margin-right: -151px;
    margin-top: 340px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	width: 151px;
	z-index: 200;
left: 250px;
}

#cross {
	position: relative;
}

.jstree ins {
    display: inline-block;
    height: 26px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 18px;
}

#lay_breadcrumb {
	background-color: #EBEBEB;
    clear: none;
    float: none;
    height: 33px;
    left: 0;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 1200px;
    z-index: 1;
}

.lay_breadcrumb a {
    color: #000000;
    text-decoration: none;
	font-size: 9px;
}

.breadtrail {
	font-weight: bold;
}

.lay_breadcrumb {
    padding-left: 20px;;
    padding-right: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.info {
	background: #FFCB00 none no-repeat scroll 0 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000'); /* IE9 */
	background: webkit-gradient(linear, left top, left bottom, color-stop(0%,#AAAAAA), color-stop(50%,#000000), color-stop(100%,#333333)) repeat scroll 0 0 transparent; /* Chrome,Safari4+ */
	background: -o-linear-gradient(top,  #AAAAAA 0%,#000000 50%,#333333 100%) repeat scroll 0 0 transparent; /* Opera 11.10+ */
    background: -webkit-linear-gradient(center top , #AAAAAA 0px, #000000 50%, #333333 100%) repeat scroll 0 0 transparent; /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(center top , #AAAAAA 0px, #000000 50%, #333333 100%) repeat scroll 0 0 transparent; /* FF3.6+ */
    background: -ms-linear-gradient(center top , #AAAAAA 0px, #000000 50%, #333333 100%) repeat scroll 0 0 transparent; /* IE10+ */
	background: linear-gradient(top,  #AAAAAA 0%,#000000 50%,#333333 100%) repeat scroll 0 0 transparent; /* W3C */
    border: none;
    border-radius: 0.25em 0.25em 0.25em 0.25em;
    box-shadow: 1px 1px 1px #AAAAAA;
	-moz-box-shadow: 1px 1px 1px #AAAAAA;
	-webkit-box-shadow: 1px 1px 1px #AAAAAA;
    cursor: pointer;
    display: inline;
    height: 15px;
    padding: 4px;
    color: #000000;
}

.info:hover {
	background: #FFCB00 none no-repeat scroll 0 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000'); /* IE9 */
	background: webkit-gradient(linear, left top, left bottom, color-stop(0%,#AAAAAA), color-stop(50%,#000000), color-stop(100%,#333333)) repeat scroll 0 0 transparent; /* Chrome,Safari4+ */
	background: -o-linear-gradient(top,  #AAAAAA 0%,#000000 50%,#333333 100%) repeat scroll 0 0 transparent; /* Opera 11.10+ */
    background: -webkit-linear-gradient(center top , #AAAAAA 0px, #000000 50%, #333333 100%) repeat scroll 0 0 transparent; /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(center top , #AAAAAA 0px, #000000 50%, #333333 100%) repeat scroll 0 0 transparent; /* FF3.6+ */
    background: -ms-linear-gradient(center top , #AAAAAA 0px, #000000 50%, #333333 100%) repeat scroll 0 0 transparent; /* IE10+ */
	background: linear-gradient(top,  #AAAAAA 0%,#000000 50%,#333333 100%) repeat scroll 0 0 transparent; /* W3C */
    border: none;
    border-radius: 0.25em 0.25em 0.25em 0.25em;
    box-shadow: 1px 1px 1px #AAAAAA;
	-moz-box-shadow: 1px 1px 1px #AAAAAA;
	-webkit-box-shadow: 1px 1px 1px #AAAAAA;
    cursor: pointer;
    display: inline;
    height: 15px;
    padding: 1px;
	color: #FFCB00
}

.listview_window .info, .listview_extended .info, .cross_item .info {
	background: #FFCB00 none no-repeat scroll 0 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000'); /* IE9 */
	background: webkit-gradient(linear, left top, left bottom, color-stop(0%,#AAAAAA), color-stop(50%,#000000), color-stop(100%,#333333)) repeat scroll 0 0 transparent; /* Chrome,Safari4+ */
	background: -o-linear-gradient(top,  #AAAAAA 0%,#000000 50%,#333333 100%) repeat scroll 0 0 transparent; /* Opera 11.10+ */
    background: -webkit-linear-gradient(center top , #AAAAAA 0px, #000000 50%, #333333 100%) repeat scroll 0 0 transparent; /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(center top , #AAAAAA 0px, #000000 50%, #333333 100%) repeat scroll 0 0 transparent; /* FF3.6+ */
    background: -ms-linear-gradient(center top , #AAAAAA 0px, #000000 50%, #333333 100%) repeat scroll 0 0 transparent; /* IE10+ */
	background: linear-gradient(top,  #AAAAAA 0%,#000000 50%,#333333 100%) repeat scroll 0 0 transparent; /* W3C */
    border: none;
    border-radius: 0.25em 0.25em 0.25em 0.25em;
    box-shadow: 1px 1px 1px #AAAAAA;
	-moz-box-shadow: 1px 1px 1px #AAAAAA;
	-webkit-box-shadow: 1px 1px 1px #AAAAAA;
    cursor: pointer;
    display: inline;
    height: 15px;
    padding: 0.2em 0.5em;
	color: #ffffff;
}

.listview_window .info:hover, .listview_extended .info:hover, .cross_item .info:hover {
	background: #666666 none no-repeat scroll 0 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#444444'); /* IE9 */
	background: webkit-gradient(linear, left top, left bottom, color-stop(0%,#AAAAAA), color-stop(50%,#888888), color-stop(100%,#444444)) repeat scroll 0 0 transparent; /* Chrome,Safari4+ */
	background: -o-linear-gradient(top,  #AAAAAA 0%,#888888 50%,#444444 100%) repeat scroll 0 0 transparent; /* Opera 11.10+ */
    background: -webkit-linear-gradient(center top , #AAAAAA 0px, #888888 50%, #444444 100%) repeat scroll 0 0 transparent; /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(center top , #AAAAAA 0px, #888888 50%, #444444 100%) repeat scroll 0 0 transparent; /* FF3.6+ */
    background: -ms-linear-gradient(center top , #AAAAAA 0px, #888888 50%, #444444 100%) repeat scroll 0 0 transparent; /* IE10+ */
	background: linear-gradient(top,  #AAAAAA 0%,#888888 50%,#444444 100%) repeat scroll 0 0 transparent; /* W3C */
	color: #ffffff
}

#lay_banner {
    display: none;
}

#NavMenu_Träd_Komprimerat > ul {
    margin: 0 0;
    padding: 0;
}

.lay_tree1 .level1, .lay_tree1 .level2, .lay_tree1 .level3, .lay_tree1 .level4, .lay_tree1 .level5, .lay_tree1 .level6, .lay_tree1 .level7, .lay_tree1 .level8, .lay_tree1 .level9, .lay_tree1 .level10 {
    font-size: 100%;
}

.lay_tree1 .level2, .lay_tree1 .level3, .lay_tree1 .level4, .lay_tree1 .level5, .lay_tree1 .level6, .lay_tree1 .level7, .lay_tree1 .level8, .lay_tree1 .level9, .lay_tree1 .level10 {
	padding: 0 0 0 18px;
}

.lay_tree1 .jstree-open:hover > ul {
    display: block;
}
/*
.lay_tree1 .level2 > ul {
    display: none;
}

*/
.lay_tree1 .jstree-open > ul {
    display: block;
}

.lay_tree1 .level1 {
    font-size: 1em;
    text-transform: none;
}

#checkoutWrapper {
    margin-top: 0px;
    width: 100%;
}

#pnlListSetting {
    display: none;
}

#servicepage .info { 		/*Tillagt av KRO 190603*/
	margin-left: 0px;
	color: #000000;
}

#servicepage .constructionimg { /*Tillagt av KRO 190603*/
 	margin: 0px 250px;
}

#list_settings {
    display: none;
}

/* 
#lay_main {
    width: 830px;
} 
*/

.pm-closed {
    font-weight: normal;
}

.pm-open ul {
    font-weight: bold;
}

.pm-leaf a {
    font-weight: normal;
}

.pm-TradKomprimerat li {
    margin-left: 0px;
}

.pm-TradKomprimerat li, .pm-TradKomprimerat ins { /* Added by KRO 180202 */
background-position: 0 2px;
}

.lay_tree1 .level2, .lay_tree1 .level3, .lay_tree1 .level4, .lay_tree1 .level5, .lay_tree1 .level6, .lay_tree1 .level7, .lay_tree1 .level8, .lay_tree1 .level9, .lay_tree1 .level10 {
	padding: 0 0 0 1px;
}

.engconFullscreenPicView {
    width: 880px; 
    height: 450px; 
    overflow: scroll;
}
/*Positionera ovanpå engconFullscreenPicView-bilden */
.engconPdfIcon {
  position: relative;
  top: -450px;
}
/* Dölj vanliga skyltbilden */
.image_link {
    display: none;
}

#pnlListViewHolder {
    width: 880px;
}

.list_header {
  padding-bottom: 0px;
}

.list_info {
    height: 450px;
}

.listview_normal {
  padding-top: 0px;
}

#NavMenu_Träd_Komprimerat ul li ul {
    margin: 0 10px;
    padding: 0;
}

#MainContent_pnlSocial {
	display: none;
}

.prod_item .itemname {
	font-size: 10px;
}


.infobox-container { /*added by KRO 170330 */
    position: relative;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    padding: 0;
    width: auto;
    float: left;
}

.infobox-container-red { /*added by KRO 170330 */
    position: absolute;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
    float: left;
}

.infobox { /*added by KRO 170330 */
    width: 250px;
    background: #424242;
    padding: 10px 5px 5px 5px;
    margin:10px;
    color: #fff;
    font-size: 110%;
	position: relative;
    z-index: 90;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6a6b6b), to(#424242));
    background-image: -moz-linear-gradient(top,#6a6a6a,#424242);
}

.infobox-red { /*added by KRO 170330 */
    width: 250px;
    background: #424242;
    padding: 10px 5px 5px 5px;
    margin:10px;
    color: #fff;
    font-size: 110%;
	position: relative;
    z-index: 90;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6a6b6b), to(#424242));
    background-image: -moz-linear-gradient(top,#6a6a6a,#424242);
}

.infobox h3 { /*added by KRO 170330 */
    background: #ffcd00;
    width: 270px;
    color: #fff;
    padding: 10px 5px;
    margin: 0px 0px 10px 0px;
    font-size: 160%;
    text-align: center;
    font-weight: bold;
    position: relative;
    left: -15px;
	position: relative;
    z-index: 100;
	 -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e6b800), to(#ffcd00));
    background-image: -moz-linear-gradient(top,#e6b800,#ffcd00);
    text-shadow: #2187c8 0 -1px 1px;
}

.infobox-red h3 { /*added by KRO 170330 */
    background: #ff0e00;
    width: 270px;
    color: #fff;
    padding: 10px 5px;
    margin: 0px 0px 10px 0px;
    font-size: 160%;
    text-align: center;
    font-weight: bold;
    position: relative;
    left: -15px;
	position: relative;
    z-index: 100;
	 -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e61200), to(#f98979));
    background-image: -moz-linear-gradient(top,#e61200,#f98979);
    text-shadow: #2187c8 0 -1px 1px;
}

.infobox-container .triangle-l { /*added by KRO 170330 */
    border-color: transparent #ffcd00 transparent transparent;
    border-style:solid;
    border-width:13px;
    height:0;
    width:0;
	position: absolute;
    left: -12px;
    top: 48px;
	z-index: 0; /* displayed under the infobox */
}

.infobox-container .triangle-r { /*added by KRO 170330 */
    border-color: transparent transparent transparent #ffcd00;
    border-style:solid;
    border-width:13px;
    height:0;
    width:0;
	position: absolute;
    left: 266px;
    top: 48px;
	z-index: 0; /* displayed under the infobox */
}

.infobox-container-red .triangle-red-l { /*added by KRO 170330 */
    border-color: transparent #ff1e00 transparent transparent;
    border-style:solid;
    border-width:13px;
    height:0;
    width:0;
	position: absolute;
    left: -12px;
    top: 48px;
	z-index: 0; /* displayed under the infobox */
}

.infobox-container-red .triangle-red-r { /*added by KRO 170330 */
    border-color: transparent transparent transparent #ff1e00;
    border-style:solid;
    border-width:13px;
    height:0;
    width:0;
	position: absolute;
    left: 266px;
    top: 48px;
	z-index: 0; /* displayed under the infobox */
}

.infobox a { /*added by KRO 170330 */
    color: #ffcd00;
    text-decoration: none;
    border-bottom: 1px dotted transparent;
}

.infobox a:hover, .infobox a:focus { /*added by KRO 170330 */
    text-decoration: none;
    border-bottom: 1px dotted #ffcd00;
}

.infobox ul { /*added by KRO 170404*/
    padding: 0px;
    margin: 0px 0px 7px 15px;
}

.infobox-red ul { /*added by KRO 170404*/
    padding: 0px;
    margin: 0px 0px 7px 15px;
}

.cross_item .cross_text { /*added by KRO 170405*/
    font-size: 12px;
    font-weight: bold;
}

.cross_item .item_quantity input { /*added by KRO 180130*/
width: 3em;
height: 13px;
margin-top: 6px;
background-color: lightgray;
}

.thumbnail{ /*added by KRO 170413*/
position: relative;
z-index: 0;
color: #ffcd00;
}

.thumbnail:hover{ /*added by KRO 170413*/
background-color: transparent;
z-index: 200;
}

.thumbnail span { /*CSS for enlarged image*/ /*added by KRO 170413*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/ /*added by KRO 170413*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/ /*added by KRO 170413*/
visibility: visible;
top: -100px;
left: 60px; /*position where enlarged image should offset horizontally */
}

.helpWrapper .helpContent { /*added by KRO 170427*/
    padding-top: 1.5em;
    margin: 0 0 2em .7em;
    width: 98%;
}

.prod_item .itemcode { /*added by KRO 170427*/
    font-size: 12px;
}

.prod_item .ratings { /*added by KRO 180116*/
    margin: 1em 0 25em;
}

.lay_cross_selling .cross_item { /*added by KRO 200624*/
    width: 150px;
}

.cross_item .cross_code, .cross_item .cross_code a { /*added by KRO 170427*/
    font-size: 12px;
}

.prod_item .button { /*added by KRO 170427*/
    margin: 1em 0 0.7em .25em;
}

.cross_item .button.buy { /*added by KRO 170427*/
    margin: .7em 0 0;
}

.prod_item .buyQuantityAndButton { /*added by KRO 170427*/
    right: 2px;
    bottom: -10px;
}

.prod_item .item_quantity input { /*added by KRO 180130*/
background-color: lightgray;
}

.button, .buyColumn input { /*added by KRO 180130*/
background: #FFCB00 none no-repeat scroll 0 0;
}

.startPage { /*added by KRO 180503*/
    width: 80%;
}

table.startTable { /*added by KRO 180503*/
  border: 0px;
  border-collapse: collapse;
}
table.startTable td { /*added by KRO 180503*/
  padding: 5px 2px;
}

.sectionMyInfo .rightPart { /*added by KRO 180522*/
    font-size: 14px;
    font-weight: bold;
}

.stock_balance { /*added by KRO 200624*/
    font-size: 14px;
    font-weight: bold;
}

.favourite div[id$="pnlList"] { /*added by KRO 200625*/
    width: 875px;
}

.myAccountMenu .selected, .helpMenuWrapper .selected { /*added by KRO 200831*/
    border-bottom: 3px solid #fafafa;
    background-color: #fafafa;
}