a:link {
    color: #009FF2;
    text-decoration: none;
}

a:visited {
    color: #009FF2;
    text-decoration: none;
}

a:hover {
    color: #009FF2;
    text-decoration: none;
}

a:active {
    color: #009FF2;
    text-decoration: none;
}

form {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

input, textarea, button, select, .selectbox {
    font: 12px/12px Tahoma, Geneva, Verdana;
    color: #111111;
}

button {
    cursor: pointer;
}

textarea {
    resize: none;
}

table {
    table-layout: fixed;
}

.clear-both {
    background: red;
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    margin: 0;
    overflow: visible;
    padding: 0;
}

.subheader,
.subheader-yellow2,
.subheader-yellow,
.subheader-purple,
.subheader-green,
.subheader-red,
.subheader-blue {
    background: #e3e3e3 url('/gfx/sprite.png?v=20130806') 0 -372px repeat-x;
    border-radius: 10px;
    border: 1px solid #686868;
    clear: both;
    color: #000000;
    display: block;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    padding: 0 5px 0 13px;
}

.subheader-yellow {
    background: #ffc400 url('/gfx/subheader-yellow-bg.gif') repeat-x;
    border: 1px solid #533c00;
    font-weight: bold;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.subheader {
    font-weight: bold;
}

.subheader-yellow2 {
    background: url('/gfx/subheader-yellow-bg.gif') repeat-x;
    border: 1px solid #533c00;
}

.subheader-purple {
    background: #ca77ff url('/gfx/subheader-purple-bg.gif') repeat-x;
    border: 1px solid #490674;
    font-weight: bold;
}

.subheader-green {
    background: #8fc242 url('/gfx/subheader-green-bg.gif') repeat-x;
    font-weight: bold;
    border: 1px solid #533c00;
}

.subheader-red {
    background: #bf0000 url('/gfx/subheader-red-bg.gif') repeat-x;
    font-weight: bold;
    border: 1px solid #545454;
}

.subheader-blue {
    background: #50acff url('/gfx/subheader-blue-bg.gif') repeat-x;
    font-weight: bold;
    border: 1px solid #03396e;
}

.subheader h1, .subheader h2, .subheader h3, .subheader h4, .subheader h5, .subheader h6,
.subheader-yellow h1, .subheader-yellow2 h2, .subheader-yellow2 h3, .subheader-yellow2 h4, .subheader-yellow2 h5, .subheader-yellow2 h6,
.subheader-yellow2 h1, .subheader-yellow h2, .subheader-yellow h3, .subheader-yellow h4, .subheader-yellow h5, .subheader-yellow h6,
.subheader-purple h1, .subheader-purple h2, .subheader-purple h3, .subheader-purple h4, .subheader-purple h5, .subheader-purple h6,
.subheader-green h1, .subheader-green h2, .subheader-green h3, .subheader-green h4, .subheader-green h5, .subheader-green h6,
.subheader-red h1, .subheader-red h2, .subheader-red h3, .subheader-red h4, .subheader-red h5, .subheader-red h6,
.subheader-blue h1, .subheader-blue h2, .subheader-blue h3, .subheader-blue h4, .subheader-blue h5, .subheader-blue h6 {
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 32px;
}

.subheader .left,
.subheader-yellow2 .left,
.subheader-yellow .left,
.subheader-purple .left,
.subheader-green .left,
.subheader-red .left,
.subheader-blue .left {
    float: left;
}

.subheader .right,
.subheader-yellow2 .right,
.subheader-yellow .right,
.subheader-purple .right,
.subheader-green .right,
.subheader-red .right,
.subheader-blue .right {
    float: right;
}

.subheader a,
.subheader-yellow2 a,
.subheader-yellow a,
.subheader-purple a,
.subheader-green a,
.subheader-red a,
.subheader-blue a {
    color: #009FF2 !important;
    text-decoration: none !important;
}

.subheader select {
    background: #e2e2e2;
    border: 1px solid #414141;
    font-size: 11px;
}

span.subheader-select-wrapper {
    background: url('/gfx/subheader-select-bg.png') no-repeat left center;
    font-size: 11px;
    font-weight: normal;
    padding: 0 0 0 10px;
    margin: 0 1px;
    white-space: nowrap;
}

span.subheader-select {
    background: url('/gfx/subheader-select-bg.png') no-repeat right center;
    padding: 0 35px 0 0;
    margin: 0;
    white-space: nowrap;
}

div.selectbox-wrapper {
    position: absolute;
    width: 400px;
    font-size: 11px;
    line-height: 11px;
    font-weight: normal;
    background-color: white;
    border: 1px solid #444444;
    margin: 0px;
    margin-top: -10px;
    padding: 0;
    text-align: left;
    max-height: 200px;
    overflow: auto;
    z-index: 3;
}

div.selectbox-wrapper ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

div.selectbox-wrapper ul li.selected {
    background-color: #3399ff;
    color: #ffffff;
}

div.selectbox-wrapper ul li.current {
    background-color: #3399ff;
    color: #ffffff;
}

div.selectbox-wrapper ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 3px 2px 3px 9px;
    cursor: pointer;
}

.selectbox {
    margin: -1px 0px 10px 0px;
    padding: 7px 8px 8px 9px;
    font-size: 11px;
    width: 120px;
    display: block;
    text-align: left;
    background: url('/gfx/subheader-select-bg.png') no-repeat right;
    cursor: pointer;
    border: none;
    color: #333;
}

@-moz-document url-prefix() {
    .selectbox {
        margin-top: 0px;
    };
}

.selectbox {
    margin-top: 2px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .selectbox {
        width: 110px !important;
    };
}

select.selectbox-hidden {
    _visibility: hidden;
}

.subtext {
    margin: 0 13px;
}
.subtext.fakturaadresse{
    height: 183px;
}

#besked {
    margin: 13px;
}

.messageError,
.messageNote,
.messageSuccessful {
    margin-bottom: 12px;
    padding: 4px;
}

.messageError {
    background-color: LightPink;
    border: 1px solid Red;
}

.messageNote {
    background-color: Gold;
    border: 1px solid GoldenRod;
}

.messageSuccessful {
    background-color: #90EE90;
    border: 1px solid #65A765;
}

button.btn-big-green1 {
    height: 40px;
    width: 100px;
    border: 1px solid #bebebe;
    background-color: white;
    font-size: 12px;
    text-align: center;
    position: relative;
}

button.btn-big-green1 {
    background: none;
    border: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
}

button.btn-big-green1::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button.btn-big-green1 {
    background: url('/gfx/tilfoej_kurv_varekort.png') no-repeat;
}

button.btn-big-green1:hover {
    background: url('/gfx/tilfoej_kurv_varekort_h.png') no-repeat;
}

button.btn-big-green {
    height: 60px;
    width: 140px;
    border-radius: 10px;
    border: 1px solid #bebebe;
    margin: 13px 0 0;
    background-color: white;
    font-size: 12px;
    text-align: center;
}

.header-lille {
    background: #e3e3e3 url('/gfx/subheader-green-bg.gif') repeat-x;
    border-radius: 10px;
    border: 1px solid #686868;
    clear: both;
    color: #000000;
    display: block;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 5px 0 5px;
    margin: 0 0 5px;
    cursor: pointer;
    text-align: left;
    box-shadow: 1px 1px 1px 1px #ccc;
}

.header-stor {
    background: #e3e3e3 url('/gfx/tilfoej_kurv.png') no-repeat;
    border-radius: 14px;
    height: 22px;
    width: 80px;
    text-align: center;
    cursor: pointer;
}

.header-storst {
    background: #e3e3e3 url('/gfx/tilfoej_kurv_stor.png') no-repeat;
    border-radius: 14px;
    height: 28px;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.header-varekort {
    height: 40px;
    width: 96px;
    text-align: center;
    cursor: pointer;
}

button.btn-big-green {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    width: auto;
    overflow: visible;
}

button.btn-big-green::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button.btn-big-green {
    background: transparent;
    border: none;
    font-size: 10px;
    line-height: 28px;
    height: 28px;
}

button.btn-big-green {
    font-size: 14px;
    line-height: 43px;
    height: 28px;
}

button.btn-big-green span {
    display: block;
    padding: 0 9px 0 0;
}

button.btn-big-green span {
    background: url('/gfx/btn-big-green-bg.gif') no-repeat right center;
}

button.btn-big-green span b {
    display: block;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 9px;
}

button.btn-big-green span b {
    height: 43px;
    line-height: 43px;
    padding: 0 0 0 9px;
}

button.btn-big-green span b {
    background: url('/gfx/btn-big-green-bg.gif') no-repeat left center;
}

button.btn-img,
button.btn-green,
button.btn-grey,
button.btn-green-grey-bg,
button.btn-grey-grey-bg,
button.btn-big-grey,
button.btn-big-green-grey-bg,
button.btn-big-grey-grey-bg {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    width: auto;
    overflow: visible;
}

button.btn-img::-moz-focus-inner,
button.btn-green::-moz-focus-inner,
button.btn-grey::-moz-focus-inner,
button.btn-green-grey-bg::-moz-focus-inner,
button.btn-grey-grey-bg::-moz-focus-inner,
button.btn-big-grey::-moz-focus-inner,
button.btn-big-green-grey-bg::-moz-focus-inner,
button.btn-big-grey-grey-bg::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button.btn-green,
button.btn-grey,
button.btn-green-grey-bg,
button.btn-grey-grey-bg,
button.btn-big-grey,
button.btn-big-green-grey-bg,
button.btn-big-grey-grey-bg {
    background: transparent;
    border: none;
    font-size: 9px;
    line-height: 28px;
    height: 28px;
}

button.btn-big-grey,
button.btn-big-green-grey-bg,
button.btn-big-grey-grey-bg {
    font-size: 14px;
    font-weight: bold;
    line-height: 43px;
    height: 43px;
}

button.btn-green span,
button.btn-grey span,
button.btn-green-grey-bg span,
button.btn-grey-grey-bg span,
button.btn-big-grey span,
button.btn-big-green-grey-bg span,
button.btn-big-grey-grey-bg span {
    display: block;
    padding: 0 9px 0 0;
}

button.btn-green span {
    background: url('/gfx/btn-green-bg.gif') no-repeat right center;
}

button.btn-grey span {
    background: url('/gfx/btn-grey-bg.gif') no-repeat right center;
}

button.btn-green-grey-bg span {
    background: url('/gfx/btn-green-grey-bg.gif') no-repeat right center;
}

button.btn-grey-grey-bg span {
    background: url('/gfx/btn-grey-grey-bg.gif') no-repeat right center;
}

button.btn-big-grey span {
    background: url('/gfx/btn-big-grey-bg.gif') no-repeat right center;
}

button.btn-big-green-grey-bg span {
    background: url('/gfx/btn-big-green-grey-bg.gif') no-repeat right center;
}

button.btn-big-grey-grey-bg span {
    background: url('/gfx/btn-big-grey-grey-bg.gif') no-repeat right center;
}

button.btn-green span b,
button.btn-grey span b,
button.btn-green-grey-bg span b,
button.btn-grey-grey-bg span b,
button.btn-big-grey span b,
button.btn-big-green-grey-bg span b,
button.btn-big-grey-grey-bg span b {
    display: block;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 5px;
}

button.btn-big-grey span b,
button.btn-big-green-grey-bg span b,
button.btn-big-grey-grey-bg span b {
    height: 43px;
    line-height: 43px;
    padding: 0 0 0 9px;
}

button.btn-green span b {
    background: url('/gfx/btn-green-bg.gif') no-repeat left center;
}

button.btn-grey span b {
    background: url('/gfx/btn-grey-bg.gif') no-repeat left center;
}

button.btn-green span p {
    background: url('/gfx/btn-green-bg.gif') no-repeat left center;
}

button.btn-grey span p {
    background: url('/gfx/btn-grey-bg.gif') no-repeat left center;
}

button.btn-green-grey-bg span b {
    background: url('/gfx/btn-green-grey-bg.gif') no-repeat left center;
}

button.btn-grey-grey-bg span b {
    background: url('/gfx/btn-grey-grey-bg.gif') no-repeat left center;
}

button.btn-big-grey span b {
    background: url('/gfx/btn-big-grey-bg.gif') no-repeat left center;
}

button.btn-big-green-grey-bg span b {
    background: url('/gfx/btn-big-green-grey-bg.gif') no-repeat left center;
}

button.btn-big-grey-grey-bg span b {
    background: url('/gfx/btn-big-grey-grey-bg.gif') no-repeat left center;
}

a.btn * {
    cursor: pointer;
}

a.btn,
a.btn span,
a.btn span b,
a.btn span b i {
    background: url('/gfx/btn.gif');
    display: inline-block;
    height: 39px;
    line-height: 39px;
}

a.btn {
    color: #009FF2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

a.btn:link,
a.btn:visited,
a.btn:hover,
a.btn:active {
    color: #009FF2;
    text-decoration: none;
}

a.btn span {
    background-position: right center;
    padding: 0 15px 0 0;
}

a.btn span b {
    background-position: left center;
    padding: 0 0 0 15px;
}

a.btn span b i {
    background: none;
    font-style: normal;
}

a.btn.webside span b i {
    background: url('/gfx/icons/webside.gif') no-repeat left center;
    padding: 0 6px 0 38px;
}

a.btn.katalog span b i {
    background: url('/gfx/icons/katalog.gif') no-repeat left center;
    padding: 0 6px 0 38px;
}

hr.delimiter {
    background: #ccc;
    border: none;
    color: #ccc;
    height: 1px;
}

#product-boxen {
    width: 193px;
    height: 291px;
}

#product-boxen a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#product-boxen a:hover {
    text-decoration: none;
}

#left-wrapper {
    height: 200px;
    width: 100%;
}

#left {
    background: url('/gfx/sprite.png?v=20130806') 0 -124px no-repeat;
    float: left;
    width: 50%;
    height: 104px;
}

#right {
    background: url('/gfx/sprite.png?v=20130806') 0 -248px no-repeat;
    float: right;
    width: 50%;
    height: 104px;
}

#page-wrapper {
    margin: 0 auto;
    width: 1000px;
}

#top-wrapper {
    background: url('/gfx/sprite.png?v=20130806') 0 0 no-repeat;
    position: absolute;
    width: 1000px;
    height: 104px;
}

#logo-wrapper {
    position: absolute;
    float: left;
    height: 38px;
    width: 266px;
}

#logo-wrapper img {
    left: 11px;
}

#top-nav {
    position: absolute;
    float: left;
    color: #e6e6e6;
}

.mlist {
    float: left;
    height: 32px;
    margin-top: 3px;
    overflow: hidden;
    width: 700px;
}

.mlist ul {
    display: inline;
    float: left;
    padding: 0;
}

.mlist ul li {
    display: inline;
    float: left;
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mlist ul li a, .mlist ul li a:visited {
    color: #e6e6e6;
    display: block;
    padding: 0 1.2em;
    margin: 0;
    text-decoration: none;
}

.mlist ul li a:focus, .mlist ul li a:hover, .mlist ul li a:active {
    color: #3336ca;
    text-decoration: none;
}

.mlist ul li.active a, .mlist ul li.active a:focus, .mlist ul li.active a:hover, .mlist ul li.active a:active {
    background: none repeat scroll 0 0 transparent;
    color: #3336ca;
    text-decoration: none;
}

#checkout-trustpilot {
    height: 30px;
    left: 813px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 3px 7px 6px 10px;
    position: absolute;
    width: 168px;
}

#basket-wrapper {
    height: 54px;
    left: 683px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 12px 7px 6px 10px;
    position: absolute;
    width: 296px;
}

#basket-details small {
    font-size: 9px;
}

#basket-details #basket-total-price {
    font-size: 17px;
    font-weight: bold;
    line-height: 19px;
}

#basket-details #basket-total-price span.currency {
    font-size: 9px;
}

#basket-wrapper button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    width: auto;
    overflow: visible;
}

#basket-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

#basket-wrapper button {
    background: transparent;
    border: none;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    height: 28px;
    position: absolute;
    right: 7px;
    top: 27px;
    width: 164px;
}

#basket-wrapper button span {
    background: url('/gfx/sprite.png?v=20130806') no-repeat -136px -1230px;
    display: block;
    padding: 0 11px 0 0;
}

#basket-wrapper button span b {
    background: url('/gfx/sprite.png?v=20130806') no-repeat 0 -1230px;
    display: block;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 11px;
}

#basket-wrapper button span b img {
    vertical-align: text-top;
    margin-right: 5px;
}

#credit-cards,#credit-cards li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

#credit-cards {
    position: absolute;
    top: 3px;
    right: 20px;
}

#credit-cards li {
    margin: 0 0 0 2px;
}

#search-wrapper {
    float: right;
    position: absolute;
    left: 780px;
}

#search-wrapper #search {
    margin: 0;
    padding: 0;
}

#search-wrapper #search #search-query {
    float: left;
    margin: 0;
    padding: 0 0 0 32px;
    width: 121px;
}

#search-wrapper #search #search-query input {
    background: #fff;
    border: none;
    color: #7d7d7d;
    float: left;
    font-size: 10px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    width: 160px;
}

#search-wrapper #search #search-query input:focus {
    outline: none;
}

#search-wrapper #search #search-submit {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    width: auto;
    overflow: visible;
    float: right;
}

#search-wrapper #search #search-submit::-moz-focus-inner {
    border: 0;
    padding: 0;
}

#search-wrapper #search #search-submit {
    border: none;
    font-size: 10px;
    font-weight: bold;
    float: right;
    height: 27px;
    line-height: 27px;
    margin: 3px 0 0 0px;
    padding: 0;
    width: 32px;
}

#content-outter-wrapper {
}

#breadcrumb-wrapper {
    padding: 5px 20px 5px 20px;
    color: #5a5a5a;
    font-size: 12px;
    width: 920px;
    float: left;
}

#breadcrumb {
    float: left;
}

#breadcrumb a {
    color: #5a5a5a;
    text-decoration: none;
}

#breadcrumb a:hover {
    text-decoration: underline;
}

#content-wrapper {
    background: #ffffff url('/gfx/sprite.png?v=20130806') -1020px 0 repeat-y;
    border-radius: 10px;
    border: 1px solid #bebebe;
    float: left;
    width: 1000px;
}

#left-content {
    background: #ffffff url('/gfx/sprite.png?v=20130806') -1020px 0 repeat-y;
    border-radius: 10px;
    float: left;
    overflow: hidden;
    width: 179px;
}

#center-content {
    float: left;
    overflow: hidden;
    width: 645px;
}

#right-content {
    float: right;
    overflow: hidden;
    width: 152px;
    margin-left: 12px;
    margin-right: 12px;
}

#footer-wrapper {
    clear: both;
    color: #5a5a5a;
    font-size: 11px;
    height: 25px;
    line-height: 35px;
    padding: 0 7px;
}

#footer-wrapper address {
    font-style: normal;
}

div.menuAcdn {
    height: auto;
    width: 178px;
    border-top-left-radius: 10px;
}

div.menuAcdn ul.top {
    border-top-left-radius: 10px;
    padding-left: 0;
    background: white;
    border-right: 1px solid #D2D8DE;
    border-bottom: 1px solid #D2D8DE;
}

div.menuAcdn div.heading, div.menuAcdn a.link {
    padding-left: 5px;
    text-align: left;
    font: normal 12px Verdana;
    color: Black;
    line-height: 40px;
    background: #EEE;
    text-decoration: none;
    outline: none;
}

div.menuAcdn div.current, div.menuAcdn div:hover, div.menuAcdn a.link:hover, div.menuAcdn div.current a.link {
    color: #333;
    font-weight: bold;
    font-weight: normal;
    text-decoration: none;
    background-position: 0 -64px;
}

div.menuAcdn div.separator {
    border: 1px solid #D2D8DE;
    border-bottom: none;
}

div.menuAcdn ul.sub {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 20px;
    padding-left: 10px;
}

div.menuAcdn ul.sub div.heading {
    text-align: left;
    line-height: 40px;
    font: normal 12px Arial;
    padding: 0px;
    padding-left: 0px;
    color: Black;
    background: none;
}

div.menuAcdn ul.sub div.heading a {
    line-height: 40px;
    color: Black;
}

div.menuAcdn ul.sub div.current {
    background: url("/gfx/pointer-bg.png") no-repeat scroll 3px 0 transparent;
    padding-top: 4px;
    padding-left: 10px;
    color: Black;
    background: none;
}

div.menuAcdn ul.sub a.link {
    font: normal 11px Arial;
    color: #333;
    padding: 5px;
    padding-left: 10px;
    text-decoration: none;
    background: none;
}

div.menuAcdn ul.sub a.link:hover, div.menuAcdn ul.sub a.current, div.menuAcdn ul.sub div.heading a:hover, div.menuAcdn ul.sub div.heading a.current {
    font-weight: bold;
    background: none;
}

div.menuAcdn ul.sub ul.sub {
    padding-top: 10px;
    padding-left: 20px;
}

div.menuAcdn ul.sub ul.sub a.link {
    padding-top: 2px;
    padding-left: 20px;
}

div.menuAcdn, div.menuAcdn ul {
    display: block;
    font-size: 13px;
    line-height: 40px;
}

div.menuAcdn li {
    font-size: 12px;
    line-height: 40px;
}

div.menuAcdn:after {
    content: '.';
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

div.menuAcdn ul, div.menuAcdn li, div.menuAcdn div.heading, div.menuAcdn a.smLink, div.menuAcdn div.description {
    _zoom: 1;
}

div.menuAcdn li {
    _float: left;
    _width: 100%;
}

div.menuAcdn ul {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 10px;
}

div.menuAcdn li {
    padding: 0;
    margin: 0;
}

div.menuAcdn div.heading, div.menuAcdn div.current {
    position: relative;
    cursor: pointer;
}

#pointer,
#pointer2,
#pointer3 {
    background: transparent url("/gfx/sprite.png?v=20130806") -56px -1723px no-repeat;
	height: 18px;
	left: 1px;
	top: 10px;
	width: 15px;
}

#pointer2,
#pointer3 {
	left: -4px;
	top: -2px;
}

#pointeractiv,
#pointeractiv2 {
    background: transparent url("/gfx/sprite.png?v=20130806") -23px -1731px no-repeat;
	height: 5px;
	left: 3px;
	top: 18px;
	width: 10px;
}

#pointeractiv2 {
	left: -2px;
	top: 6px;
}

#newsletter-left {
    background: #fff2d2;
    border: 1px solid #b74500;
    margin: 13px 0px 0px 0px;
    width: 150px;
}

#newsletter-left span.heading {
    background: #ff960a url('/gfx/newsletter-heading-bg.gif');
    border-bottom: 1px solid #b74500;
    display: block;
    height: 27px;
    font-size: 11px;
    line-height: 24px;
    padding: 0 7px;
    cursor: pointer;
    cursor: hand;
}

#newsletter-left form {
    padding: 6px 5px;
}

#newsletter-left input {
    background: #ffffff;
    border: 1px solid #4c1d00;
    color: #272727;
    float: left;
    font-size: 11px;
    margin: 0;
    padding: 0 9px;
    height: 21px;
    line-height: 21px;
    width: 70px;
}

#newsletter-left input:focus {
    outline: none;
}

#newsletter-left button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    width: auto;
    overflow: visible;
}

#newsletter-left button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

#newsletter-left button {
    background: url('/gfx/newsletter-btn-bg.gif') repeat center bottom;
    border: 1px solid #4c1d00;
    border-left: none;
    color: #2e1704;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    height: 23px;
    line-height: 23px;
    width: 50px;
}

.right-box-outter-wrapper {
    background: #ffffff url('/gfx/right-content-box-top.gif') no-repeat;
    margin: 17px auto;
    padding: 10px 0 0 0;
    width: 153px;
}

.right-box-wrapper {
    background: #ffffff url('/gfx/right-content-box-bottom.gif') no-repeat bottom;
    padding: 0 0 10px 0;
}

.right-box-content {
    background: #ffffff url('/gfx/right-content-box-bg.gif') repeat-y;
    padding: 0 13px;
}

.top-5,
.top-5 li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-5 {
    font-size: 11px;
    line-height: 14px;
}

.top-5 li {
    clear: both;
}

.top-5 a {
    color: #111111 !important;
    display: block;
    text-decoration: none !important;
}

.top-5 a:hover b {
    text-decoration: underline;
}

.top-5 a span.image {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 5px 0;
    text-align: center;
    vertical-align: middle;
    width: 42px;
}

.top-5 a span.image img {
    vertical-align: middle;
}

.top-5 a b {
    color: #009ff2;
    float: left;
    font-weight: normal;
    width: 80px;
}

.top-5 a b {
    display: inline-block;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    width: 80px;
}

.top-5 a .price {
    float: right;
}

#e-maerke {
    position: absolute;
}}

#e-maerke img {
    margin: 5px 0 20px 0;
}

#content-title {
    background: #e3e3e3 url('/gfx/sprite.png?v=20130806') 0 -424px repeat-x;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #686868;
    clear: both;
    color: #000000;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
    overflow: hidden;
    margin: 13px 13px 0px 13px;
    padding: 0 5px 0 13px;
}

#content-title h1 {
    color: #3e3e3e;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 3em;
    margin: 0;
    padding: 0.245em 0;
}

#content-title #content-title-right {
    float: right;
    padding-left: 13px;
    height: 51px;
    line-height: 51px;
    vertical-align: middle;
}

#content-title-right {
    margin-right: 13px;
    font-size: 13px;
}

#content-title-right .manufacturer {
    margin-right: 13px;
    display: table-cell;
    height: 51px;
    line-height: 51px;
    text-align: center;
    vertical-align: middle;
}

#content-title-right .manufacturer * {
    vertical-align: middle;
}

#content-title #print-page a {
    color: #3e3e3e;
    display: block;
    float: right;
    line-height: 4.167em;
    text-decoration: none;
    text-transform: uppercase;
}

#content-title #print-page a:hover {
    text-decoration: underline;
}

#main-content {
    padding-top: -2px;
    float: right;
    width: 645px;
}

.fck-content {
    margin: 20px;
    width: 380px;
}

#fc-content {
    margin: 13px;
}

#fck-content-m-yderligere-info {
}

#fck-content-m-yderligere-info .fck-content-wrapper {
    float: left;
    width: 400px;
}

#fck-content-m-yderligere-info .yderligere-info-wrapper {
    float: right;
    margin: 20px 20px 20px 0;
    width: 213px;
}

#content-box-wrapper {
    border: 1px solid #ffffff;
}
}

.content-box-grey-outter-wrapper {
    background: #efeeec url('/gfx/content-box-grey-bg.gif') repeat-y;
    border: 1px solid #ffffff;
}

.content-box-grey-wrapper {
    background: transparent url('/gfx/content-box-grey-bottom.gif') no-repeat center bottom;
}

.content-box-grey {
    background: transparent url('/gfx/content-box-grey-top.gif') no-repeat center top;
}

.product-box-1 {
    font-size: 11px;
    line-height: 13px;
    width: 220px;
}

.product-box-1 .product-name,
.product-box-1 .product-name a {
    color: #000000;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}

.product-box-1 .product-name a b {
    display: inline-block;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    width: 110px;
}

.product-name span.product-no {
    color: #777777;
    font-size: 10px;
}

.product-box-1 .product-price {
}

.product-box-1 .product-price b {
    line-height: 26px;
    padding: 0 6px;
}

.product-box-1 .product-price big {
    font-size: 17px;
}

.product-box-1 .product-price big span.currency {
    font-size: 9px;
}

.product-box-1 .product-box-1-buy,
.product-box-1 .product-box-1-info {
    margin: 0 0 0 3px;
    overflow: hidden;
    float: right;
}

.product-box-1 .product-box-1-buy {
    width: 45px;
}

.product-box-1 .product-box-1-info {
    width: 47px;
}

.product-box-2 {
    color: #696969;
    margin-right: 10px;
    border-radius: 10px;
    border: 1px solid lightgrey;
    width: 203px;
    max-width: 203px;
    height: 340px;
    max-height: 340px;
}

.product-box-2 a {
    text-decoration: none;
    height: 296px;
    max-height: 296px;
}

.product-box-2:hover {
    border-radius: 10px;
    border: 1px solid darkgrey;
}

.product-box-2 .billede {
    width: 175px;
    max-width: 175px;
    overflow: hidden;
    height: 176px;
    text-align: center;
    vertical-align: top;
}

#varianter_results .product-box-2 .billede {
    height: auto;
    min-height: 130px;
}

.product-box-2 .titel {
    width: 203px;
    height: 43px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}

.product-box-2 .pris {
    width: 200px;
    height: 106px;
    vertical-align: bottom;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

.product-box-2 .detail {
    padding-left: 22px;
    width: 167px;
    height: 10px;
    font-size: 12px;
}

#prisen {
    margin: 13px;
    width: 163px;
    border-radius: 10px;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
}

#prisen-spar {
    width: 163px;
    line-height: 15px;
    font-size: 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#snippet {
    margin: 0px 0px 0px 0px;
    color: black;
    background: url('/gfx/sprite.png?v=20130806') 0 -1099px no-repeat;
    width: 201px;
    height: 109px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

#snippet .varepris {
    position: absolute;
    padding: 73px 0 0 5px;
    font-size: 20px;
    font: bold;
    height: 27px;
    width: 93px;
    line-height: 28px;
    text-align: right;
    color: #515000;
}

#snippet .vejlpris {
    position: absolute;
    padding: 28px 0 0 11px;
    font-size: 12px;
    height: 15px;
    line-height: 12px;
    text-align: right;
    font: 10px Arial;
    color: grey;
}

#snippet .Sparproc {
    position: absolute;
    padding: 14px 0 0 145px;
    font-size: 12px;
    height: 15px;
    line-height: 12px;
    width: 51px;
    text-align: center;
    font: bold 12px Arial;
    color: #515000;
}

#snippet .levtid {
    position: absolute;
    padding: 45px 0 0 11px;
    font-size: 12px;
    height: 15px;
    line-height: 12px;
    width: 150px;
    text-align: left;
    font: 10px Arial;
    color: grey;
}

#snippet .koebknap {
    position: absolute;
    padding: 70px 0 0 117px;
    font-size: 12px;
    height: 15px;
    line-height: 12px;
    width: 81px;
    text-align: center;
    font: bold 12px Arial;
    color: #515000;
}

.button {
    display: inline-block;
    background: url('/gfx/sprite.png?v=20130806') no-repeat -660px -1230px;
    color: white;
    position: relative;
    height: 33px;
    font: 15px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    margin-right: 15px;
    padding: 0 0px 0 3px;
    text-decoration: none;
    border: none;
    width: 71px;
}

.button_grey {
    display: inline-block;
    background: url('/gfx/sprite.png?v=20130806') no-repeat -843px -1386px;
    color: grey;
    position: relative;
    height: 25px;
    font: 15px/25px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    margin-right: 15px;
    padding: 0 0px 0 3px;
    text-decoration: none;
    border: none;
    width: 71px;
}

.button:last-child,.button_grey:last-child {
    margin-right: 0;
}

.button:hover {
    background-position: -660px -1263px;
}

.button_grey:hover {
    background-position: -843px -1412px;
}

.button_long {
    display: inline-block;
    background: url('/gfx/sprite.png?v=20130806') no-repeat -723px -1386px;
    color: white;
    position: relative;
    height: 33px;
    font: 15px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    margin-right: 15px;
    padding: 0 0px 0 3px;
    text-decoration: none;
    border: none;
    width: 100px;
}

.button_long:last-child {
    margin-right: 0;
}

.button_long:hover {
    background-position: -723px -1419px;
}

.button_longest,.button_longest_grey {
    display: inline-block;
    background: url('/gfx/sprite.png?v=20130806') no-repeat -490px -1230px;
    color: white;
    position: relative;
    height: 33px;
    font: 15px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    margin-right: 15px;
    padding: 0 0px 0 3px;
    text-decoration: none;
    border: none;
    width: 150px;
}

.button_longest_grey {
    background: url('/gfx/sprite.png?v=20130806') no-repeat -320px -1230px;
}

.button_longest:last-child,.button_longest_grey:last-child {
    margin-right: 0;
}

.button_longest:hover {
    background-position: -490px -1263px;
}

.button_longest_grey:hover {
    background-position: -320px -1263px;
}

.badge-discount {
    left: 0;
    position: absolute;
    top: 0;
}
table.product-list-1 td{
    vertical-align: top;
}
ul.product-list-1,
ul.product-list-1 li {
    font-size: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.product-list-1 {
    float: left;
    margin: 13px 0 0;
    width: 632px;
}

ul.product-list-1 li {
    margin-bottom: 13px;
    float: left;
    width: 189px;
}

#Kundeservice-wrapper {
    float: left;
}

#kontakt-wrapper {
    height: 32px;
    width: 150px;
    border-radius: 10px;
    border: 1px solid #bebebe;
    margin: 13px 0 0;
    background-color: white;
}

#kontakt-wrapper p {
    margin-top: -25px;
    margin-left: 30px;
}

#livechat-wrapper {
    height: 32px;
    width: 150px;
    border-radius: 10px;
    border: 1px solid #bebebe;
    margin: 13px 0 0;
    background-color: white;
    text-align: center;
}

#livechat-wrapper img {
    display: none;
}

#livechat-wrapper p {
    margin-top: -25px;
    margin-left: 30px;
}

#telefon-wrapper {
    height: 60px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #bebebe;
    margin: 13px 0 0;
    background-color: white;
    font-size: 12px;
    text-align: center;
}

.header {
    background: #e3e3e3 url('/gfx/sprite.png?v=20130806') 0 -372px repeat-x;
    border-radius: 10px;
    border: 1px solid #686868;
    clear: both;
    color: #000000;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    padding: 0 5px 0 9px;
    margin: 0 0 5px;
    cursor: pointer;
    text-align: left;
}

div.header img {
    display: block;
}

div.header_green {
    background: #e3e3e3 url('/gfx/subheader-green-bg.gif') repeat-x;
    border-radius: 10px;
    border: 1px solid #686868;
    clear: both;
    color: #000000;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    padding: 0 5px 0 9px;
    margin: 0 0 5px;
    cursor: pointer;
    text-align: left;
}

#frontpage-wrapper {
}

.front-full-width {
    float: left;
    overflow: hidden;
    margin: 13px 13px 13px 0px;
    width: 619px;
}

#producent-oversigt {
    margin: 13px 13px 13px 13px;
    width: 100%;
}

#producent-oversigt tr td {
    vertical-align: middle;
}

#slider-wrapper {
    float: right;
    position: relative;
    margin: 0 13px 0px 13px;
    width: 619px;
    height: 300px;
}

#slider {
    width: 619px;
    height: 300px;
    background: transparent url(/gfx/slider/loading.gif) no-repeat 50% 50%;
    position: relative;
    margin: 0 auto;
}

#slider img {
    position: absolute;
    border: none;
    visibility: hidden;
}

#slider a.imgLink {
    z-index: 2;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

#thumbs {
    height: 35px;
    background: white url(/gfx/slider/thumbs-bar.gif) repeat-x 0 0;
    border: 1px solid white;
    text-align: center;
    font-size: 0px;
    line-height: 35px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#thumbs .thumb {
    width: 35px;
    height: 35px;
    margin-left: 6px;
    cursor: pointer;
    text-align: center;
    border-left: 1px solid #FFF;
    border-right: 1px solid #DDD;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#thumbs .thumb-on {
    padding-top: -20px;
    background-image: url(/gfx/slider/active-bg.png);
}

#thumbs .thumb:hover {
    background-image: url(/gfx/slider/active-bg.png);
}

#thumbs .thumb img {
    vertical-align: middle;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.group1-Wrapper {
    border-radius: 10px;
    position: absolute;
    z-index: 20;
    top: 0px;
    margin-left: 50%;
    width: 1px;
}

a.group1-Prev, a.group1-Next {
    border-radius: 10px;
    width: 50px;
    height: 300px;
    background: url(/gfx/slider/navButtons2.png);
    display: block;
    cursor: pointer;
    position: absolute;
}

a.group1-Prev {
    background-position: 0 0;
    left: -395px;
}

a.group1-Next {
    background-position: 0 -300px;
    left: 348px;
}

a.group1-Prev:hover {
    background-position: 50px 0;
}

a.group1-Next:hover {
    background-position: 50px -300px;
}

#slider {
    transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
}

#push-produkter-wrapper {
    height: 420px;
    width: 100%;
    margin: 13px 0 0;
}

#push-produkter {
    height: 203px;
    background: white;
    text-align: center;
    width: 100%;
    margin: 13px 0 0;
    border-radius: 10px;
}

#push-produkter:hover {
    cursor: pointer;
}

.push_header_yellow,
.push_header_red,
.push_header_blue,
.push_header_green,
.push_header_purple {
    line-height: 24px;
    font-weight: bold;
    height: 25px;
    width: 150px;
    background: yellow;
}

.push_header_yellow {
    background: url('/gfx/sprite.png?v=20130806') no-repeat 0 -1884px;
}

.push_header_purple {
    background: url('/gfx/sprite.png?v=20130806') no-repeat 0 -950px;
}

.push_header_red {
    background: url('/gfx/sprite.png?v=20130806') no-repeat 0 -995px;
}

.push_header_blue {
    background: url('/gfx/sprite.png?v=20130806') no-repeat 0 -1929px;
}

.push_header_green {
    background: url('/gfx/sprite.png?v=20130806') no-repeat 0 -905px;
}

.push_bottom {
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

.push_top {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.push_navn {
    margin: 7px 0 0 0;
    overflow: hidden;
    font-size: 12px;
    height: 42px;
}

.push_billede {
    margin: 13px 0 0 0;
    height: 93px;
}

#product-presentation {
    width: 639px;
    margin-left: 2px;
    border-radius: 10px;
}

#product-price {
    background: url('/gfx/sprite.png?v=20130806') no-repeat -628px -1040px;
    width: 240px;
    height: 170px;
    border-radius: 10px;
}

#product-price .varianter {
    position: absolute;
    padding: 5px 0 0 25px;
    height: 27px;
    width: 150px;
    line-height: 28px;
    text-align: left;
    font: bold 12px Arial;
    color: grey;
    z-index: 101;
}

#product-price .varepris {
    position: absolute;
    padding: 88px 0 0 25px;
    font-size: 20px;
    font: bold;
    height: 33px;
    width: 185px;
    line-height: 34px;
    text-align: center;
    color: #515000;
}

#product-price .vejlpris {
    position: absolute;
    padding: 28px 0 0 25px;
    font-size: 12px;
    height: 15px;
    width: 130px;
    line-height: 12px;
    text-align: left;
    font: 12px Arial;
    color: grey;
}

#product-price .vejlpris small {
	font: 12px Arial, Helvetica, sans-serif;
    line-height: 15px;
}

#product-price .Sparproc {
    position: absolute;
    padding: 14px 0 0 180px;
    font-size: 12px;
    height: 15px;
    line-height: 12px;
    width: 51px;
    text-align: center;
    font: bold 12px Arial;
    color: #515000;
}

#product-price .levtid {
    position: absolute;
    padding: 45px 0 0 25px;
    font-size: 12px;
    height: 15px;
    line-height: 12px;
    width: 130px;
    text-align: left;
    font: 10px Arial;
    color: grey;
}

#product-price .levtid small {
	font: 12px Arial, Helvetica, sans-serif;
    line-height: 15px;
}

#product-price .koebknap {
    position: absolute;
    padding: 129px 0 0 115px;
    font-size: 12px;
    height: 33px;
    line-height: 12px;
    width: 81px;
    text-align: center;
    font: bold 12px Arial;
    color: #515000;
}

#product-price .antal {
    position: absolute;
    padding: 130px 0 0 25px;
    font-size: 12px;
    height: 15px;
    width: 110px;
    line-height: 12px;
    text-align: left;
    font: 10px Arial;
    color: grey;
    z-index: 100;
}

#amount:focus {
    -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border-radius: 10px;
}

#product-beskrivelse,
#product-image {
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #d9d8d8;
    vertical-align: top;
}

#product-facts {
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #d9d8d8;
    vertical-align: top;
}

#product-facts table {
    float: left;
    margin-top: 7px;
    margin-bottom: 5px;
    border-radius: 10px;
    font-size: 10px;
}

#product-beskrivelse {
    font-size: 11px;
}

#product-image {
    background: none;
    border: none;
    border-collapse: collapse;
    padding: 0px;
    text-align: center;
    width: 237px;
}

#prisen_product {
    float: left;
    margin-left: 13px;
    margin-right: 2px;
    width: 125px;
    border-radius: 10px;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
}

#prisen-spar_product {
    width: 125px;
    line-height: 15px;
    font-size: 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#prisen-stor_product {
    float: left;
    margin-left: 17px;
    margin-right: 13px;
    border-radius: 10px;
    width: 115px;
    line-height: 40px;
    font-size: 22px;
    height: 42px;
    color: BLACK;
    text-align: left;
}

#prisen-stor_product text {
    border-bottom: 4px solid #6eb02d;
    border-radius: 5px 5px/10px 10px;
}

#product-image div.badge-yellow-discount,
#product-image div.badge-jul-discount,
#product-image div.badge-yellow-fragt,
#product-image div.badge-yellow-free-shipping {
    background: url('/gfx/badge-yellow.png') no-repeat center;
    float: left;
    height: 78px;
    line-height: 51px;
    margin: 10px 0 0 10px;
    text-align: center;
    width: 78px;
}

#product-image div.badge-yellow-fragt {
    background: url('/gfx/badge-yellow-fragt.png') no-repeat center;
}

#product-image div.badge-jul-discount {
    background: url('/gfx/julekampagne.png') no-repeat center;
    width: 100px;
    height: 60px;
    margin-top: 175px;
}

#product-image div.badge-yellow-fragt,
#product-image div.badge-yellow-discount,
#product-image div.badge-jul-discount,
#product-image div.badge-yellow-free-shipping,
#product-image div.badge-yellow-discount a,
#product-image div.badge-jul-discount a,
#product-image div.badge-yellow-fragt a,
#product-image div.badge-yellow-free-shipping a {
    color: #000000 !important;
    text-decoration: none !important;
}

#product-image div.badge-yellow-fragt a,
#product-image div.badge-yellow-discount a,
#product-image div.badge-jul-discount a,
#product-image div.badge-yellow-free-shipping a {
    display: block;
    width: 60px;
    height: 20px;
    margin-top: -7px;
}

#product-image div.badge-yellow-fragt big,
#product-image div.badge-jul-discount big,
#product-image div.badge-yellow-discount big {
    font-size: 17px;
    margin-top: 3px;
}

#product-image div.badge-yellow-fragt big.one-digit,
#product-image div.badge-jul-discount big.one-digit,
#product-image div.badge-yellow-discount big.one-digit {
    margin-left: 5px;
}

#product-image div.badge-yellow-fragt small,
#product-image div.badge-jul-discount small,
#product-image div.badge-yellow-discount small {
    font-size: 13px;
}

#product-image div.badge-yellow-fragt a,
#product-image div.badge-yellow-free-shipping a {
    margin-top: 5px;
    font-size: 13px;
    height: 78px;
    line-height: 14px;
}

#product-image div.badge-yellow-fragt a b {
    padding-top: 57px;
    color: white;
    display: block;
}

#product-image div.badge-yellow-free-shipping a b {
    padding-top: 4px;
    display: block;
}

#product-image div.badge-jul-discount a b {
    margin-top: 6px;
    margin-left: 4px;
    display: block;
}

#product-image-wrapper {
    border-radius: 10px;
    border: 1px solid #d9d8d8;
    position: relative;
    margin-bottom: 4px;
    line-height: 230px;
    width: 240px;
    height: 240px;
}

#product-image .product-image-large {
    border-radius: 10px;
    display: table-cell;
    width: 230px;
    height: 230px;
    vertical-align: middle;
}

.link {
    color: blue;
    cursor: pointer;
}

.link:visited, .link:hover {
    color: green;
}

#Focus-produkter {
    width: 619px;
    border-radius: 10px;
    margin: 348px 0 0px 13px;
}

#focusbox {
    border: 1px solid #d9d8d8;
    float: left;
    margin: 13px 0px 0 13px;
    width: 288px;
    height: 140px;
    border-radius: 10px;
    overflow: auto;
    background: url('/gfx/sprite.png?v=20130806') no-repeat -320px -1070px;
}

#focusbox:hover {
    border: 1px solid #a9a8a8;
    float: left;
    margin: 13px 0px 0 13px;
    width: 288px;
    height: 140px;
    border-radius: 10px;
    overflow: auto;
    background-color: #fcf9f9;
}

#focusbox .billede {
    padding: 5px 0 0 11px;
    position: absolute;
    width: 110px;
    height: 85px;
    overflow: hidden;
    text-align: center;
}

#focusbox .pris {
    padding: 100px 0 0 11px;
    position: absolute;
    height: 33px;
    width: 105px;
    line-height: 31px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #515000;
}

#focusbox .tekst {
    padding: 15px 0 0 138px;
    position: absolute;
    width: 150px;
    height: 80px;
    text-align: left;
    font: bold 12px Arial;
    color: #515000;
}

#focusbox .tekst span {
}

#focusbox .sparproc {
    padding: 80px 0 0 241px;
    position: absolute;
    font: bold 12px Arial;
    color: #515000;
}

#focusbox .koebknap {
    padding: 100px 0 0 137px;
    position: absolute;
    z-index: 100;
    font: bold 12px Arial;
    color: #515000;
}

#Relaterede-produkter {
    width: 619px;
    border-radius: 10px;
    margin: 13px 13px 13px 13px;
}

#mcts1 {
    margin-top: 13px;
    width: 594px;
    height: 140px;
    padding: 10px 10px;
    border: 1px solid #d9d8d8;
    border-radius: 10px;
    white-space: nowrap;
    position: relative;
    font-size: 0px;
}

#mcts1 > * {
    display: none;
}

#mcts1 div.item {
    padding: 0;
    margin-right: 0;
    border: none;
    text-align: left;
    position: relative;
}

#mcts1 div.each {
    color: #696F5B;
    width: 800px;
    height: 135px;
    background-color: White;
    border-radius: 10px;
}

#mcts1 .each .content {
    border: 1px solid #d9d8d8;
    float: left;
    margin: 0 0px 0 13px;
    width: 280px;
    height: 140px;
    border-radius: 10px;
    overflow: auto;
}

#mcts1 .navPrev, #mcts1 .navNext, #mcts1 .navPlay {
    width: 45px;
    height: 45px;
    position: absolute;
    background: url(/gfx/vare-slider/navButtons.png);
    background-repeat: no-repeat;
    display: inline-block;
    z-index: 5;
    cursor: pointer;
    top: 58px;
}

#mcts1 .navPrev {
    background-position: 0 0;
    left: -24px;
}

#mcts1 .navPrev:hover {
    background-position: 0 -45px;
}

#mcts1 .navPrevDisabled {
    background-position: 0 -90px;
    cursor: default;
}

#mcts1 .navNext {
    background-position: -45px 0px;
    right: -24px;
}

#mcts1 .navNext:hover {
    background-position: -45px -45px;
}

#mcts1 .navNextDisabled {
    background-position: -45px -90px;
    cursor: default;
}

#mcts1 .navPause, #mcts1 .navPlay {
    display: none;
}

.navPrev, .navPlay, .navPause, .navNext {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#mcts1 {
    transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

#category-level-1-wrapper {
    clear: both;
    float: left;
    width: 645px;
}

.category-level-1-header {
    border-bottom: 1px solid #cccccc;
    clear: both;
    font-size: 1px;
    padding: 0 0;
}

.category-level-1-header img {
    margin: 0 7px;
}

.category-level-1-header a:link,
.category-level-1-header a:visited,
.category-level-1-header a:hover,
.category-level-1-header a:active {
    color: #343434;
    text-decoration: none;
}

.category-level-1-overview,
.category-level-1-overview li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-level-1-overview {
    color: #6b6b6b;
    font-size: 11px;
    float: left;
    margin: 6px 0 15px 0;
    width: 619px;
}

.category-level-1-overview li {
    float: left;
    height: 180px;
    margin: 7px 0;
    padding: 2px;
    text-align: left;
    width: 180px;
}

.category-level-1-overview li a:link,
.category-level-1-overview li a:visited,
.category-level-1-overview li a:hover,
.category-level-1-overview li a:active {
    color: #6b6b6b;
    text-align: center;
    text-decoration: none;
    width: 110px;
}

.category-level-1-overview a span {
    line-height: 20px;
    font-size: 15px;
    display: block;
}

.category-level-1-overview a span.category {
    margin: 2px 0;
}

#category-subcategories-outter-wrapper {
    padding: 0 10px 10px;
}

#category-subcategories-wrapper {
    border: 1px solid #d4d4d4;
}

#category-subcategories-header {
    background: #e6e6e6;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #bbbbbb;
    height: 44px;
    line-height: 44px;
    padding: 0 18px 0 10px;
}

.category-subcategories-header {
    float: right;
    font-size: 17px;
    font-weight: bold;
    line-height: 46px;
}

.category-subcategories-btn-back {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    width: auto;
    overflow: visible;
}

.category-subcategories-btn-back::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.category-subcategories-btn-back {
    background: transparent;
    border: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 31px;
    height: 31px;
    margin: 6px 0 0 0;
    white-space: nowrap;
}

.category-subcategories-btn-back span {
    background: url('/gfx/btn-back.gif') no-repeat right center;
    display: block;
    padding: 0 20px 0 0;
}

.category-subcategories-btn-back span b {
    background: url('/gfx/btn-back.gif') no-repeat left center;
    display: block;
    height: 31px;
    line-height: 31px;
    padding: 0 0 0 27px;
}

#category-subcategories {
    background: #ffffff;
    clear: both;
    padding: 7px 0px;
}

#category-subcategories ul,
#category-subcategories ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

#category-subcategories ul li {
    font-size: 11px;
    text-align: center;
}

#category-subcategories ul li a {
    color: #6d6d6d;
    display: block;
    height: 180px;
    margin: 0px;
    overflow: hidden;
    text-decoration: none;
    width: 180px;
}

#category-subcategories ul li a img {
    margin-top: 8px;
}

#category-subcategories ul li a span {
    line-height: 20px;
    font-size: 15px;
    display: block;
}

#category-subcategories ul li.active {
    background: #ffffff url('/gfx/subcategories-item-active.gif') no-repeat center;
}

#category-level-2-wrapper,
#category-level-3-wrapper {
    clear: both;
    float: left;
    margin: 13px;
    width: 619px;
}

.page-view-filter-wrapper {
    border-radius: 10px;
    font-size: 15px;
    background: url('/gfx/sprite.png?v=20130806') no-repeat 0 -495px;
    border: 1px solid #939393;
    margin: 13px 0;
/*    float: left;*/
    clear: both;
    padding: 10px;
    width: 600px;
}

.page-view-filter-wrapper .filter-option {
    float: left;
    height: 60px;
    margin: 0 5px;
    overflow: hidden;
    width: 173px;
}

.page-view-filter-wrapper table {
    width: 100%;
}

.page-view-filter-wrapper #amount-min {
    float: left;
    text-align: left;
    width: 50%;
}

.page-view-filter-wrapper #amount-max {
    float: right;
    text-align: right;
    width: 50%;
}

#category-level-2-products {
    clear: both;
    float: left;
    width: 775px;
}

.kurv-wrapper {
    width: 860px;
    padding: 0 10px;
}

.kurv-checkout-vare {
    width: 860px;
    text-align: center;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.kurv-checkout-vare ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    zoom: 1;
    *display: inline;
}

.kurv-checkout-vare li {
    float: left;
    text-align: center;
    width: 110px;
    margin: 5px;
    list-style: none;
}

.kurv-checkout-vare a {
    color: #4a4a4a !important;
    text-decoration: none !important;
}

.kurv-checkout-vare span.image {
    display: block;
    width: 110px;
    height: 83px;
}

.kurv-checkout-vare span.name {
    display: block;
    width: 110px;
}

.kurv-wrapper hr {
    clear: both;
    background: #b8b8b8;
}

.kurv-wrapper button {
    width: 150px;
    margin: 0 5px;
}

.kurv-overskrift {
    color: #3c3c3c;
    border-bottom: 1px solid #b8b8b8;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
    width: 860px;
}

#checkout-wrapper {
    background: #ffffff url('/gfx/checkout-wrapper-bg.gif') repeat-y;
    border-radius: 10px;
    border: 1px solid #bebebe;
    float: left;
    width: 1000px;
}

#checkout-title {
    background: #e3e3e3 url('/gfx/sprite.png?v=20130806') no-repeat 0 -424px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #686868;
    clear: both;
    color: #000000;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
    overflow: hidden;
    margin: 13px 13px 0px 13px;
    padding: 0 5px 0 13px;
}

#checkout-title h1 {
    color: #3e3e3e;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 3em;
    margin: 0;
    padding: 0.245em 0;
}

#checkout-title #checkout-title-right {
    float: right;
    padding-left: 13px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}

#checkout-title-right {
    margin-right: 13px;
    font-size: 13px;
}

#checkout-title-right .manufacturer {
    margin-right: 13px;
    display: table-cell;
    height: 51px;
    line-height: 51px;
    text-align: center;
    vertical-align: middle;
}

#checkout-title-right .manufacturer * {
    vertical-align: middle;
}

#checkout-title #print-page a {
    color: #3e3e3e;
    display: block;
    float: right;
    line-height: 4.167em;
    text-decoration: none;
    text-transform: uppercase;
}

#checkout-title #print-page a:hover {
    text-decoration: underline;
}

#checkout-content {
    padding-top: -2px;
    float: right;
    width: 1000px;
}

#checkout-vare-priser {
    width: 753px;
    float: left;
    position: relative;
}

.checkout-breadcrumb-first {
    background: url('/gfx/sprite.png?v=20130806') no-repeat 0 -1316px;
    height: 25px;
    color: #9a9a9a;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    text-decoration: none;
    border: none;
    line-height: 25px;
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
}

.checkout-breadcrumb-first span {
    font-weight: bold;
    display: inline-block;
}

.checkout-breadcrumb-first-active {
    background: url('/gfx/sprite.png?v=20130806') no-repeat 0 -1341px;
    height: 25px;
    color: #040403;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}

.checkout-breadcrumb-first-active span {
    display: inline-block;
}

.checkout-breadcrumb,
.checkout-breadcrumb-active {
    background: url('/gfx/sprite.png?v=20130806') no-repeat -240px -1316px;
    height: 25px;
    color: #9a9a9a;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 160px;
    text-decoration: none;
    border: none;
    line-height: 25px;
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
}

.checkout-breadcrumb-active {
    color: #040403;
    background-position: -240px -1341px;
}

.checkout-breadcrumb span,
.checkout-breadcrumb-active span {
    font-weight: bold;
    padding-top: 0px;
    display: inline-block;
    text-align: center;
}

.checkout-breadcrumb-last {
    background: url('/gfx/sprite.png?v=20130806') no-repeat -120px -1316px;
    height: 25px;
    color: #9a9a9a;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100px;
}

.checkout-breadcrumb-last span {
    display: inline-block;
    font-weight: bold;
}

#checkout-cart {
    color: #505050;
    font-size: 11px;
    width: 1000px;
}

#checkout-cart table {
    margin: 13px;
    margin-left: 26px;
}

#checkout-cart table tr th {
    padding: 5px 0;
}

#checkout-cart table tr td {
    border-top: 1px solid #dbdbdb;
    height: 70px;
}

#checkout-prices-wrapper table {
    margin: 13px;
    margin-left: 26px;
}

#checkout-prices-wrapper table tr th {
    padding: 5px 0;
}

#checkout-prices-wrapper table tr td {
    border-top: 0px solid #dbdbdb;
    height: 18px;
}

.checkout-cart-amount {
    background: #ffffff url('/gfx/checkout-cart-amount-gradient.gif') repeat-x;
    border: 1px solid #bbbbbb;
    color: #505050;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 46px;
}

#checkout-prices-wrapper {
    ;background: url('/gfx/sprite.png?v=20130806') no-repeat 0 -495px;
    background-color: #cccccc;
    border-radius: 10px;
    padding: 13px 13px;
    width: 190px;
    float: right;
    height: 340px;
    position: absolute;
    right: auto;
    margin: 13px 0px 0px 772px;
}

#checkout-actions-wrapper {
    clear: both;
    margin: 0 26px 26px;
    text-align: right;
}

#checkout-actions-wrapper button {
    margin-left: 9px;
    margin-top: 0px;
}

#checkout-payment-delivery {
    margin: 20px 13px;
}

#checkout-payment {
    width: 100%;
}

#checkout-payment tr th {
    border-bottom: 1px solid #dbdbdb;
    color: #505050;
    font-size: 11px;
    padding: 5px 0;
}

#checkout-payment tr td {
    padding: 10px 3px 0 3px;
}

#checkout-approve-order {
    margin: 13px 13px;
}

#checkout-approve-order-overview {
    font-size: 11px;
    width: 100%;
}

#checkout-approve-order-overview th {
    border-bottom: 1px solid #dbdbdb;
    color: #505050;
    font-size: 11px;
    padding: 5px 0;
}

.ajax-loading {
    background: url('/gfx/ajax-loader.gif') no-repeat center;
}

#varianter,
#varianter_results {
    width: 662px;
}

#product-files {
    margin-top: 13px;
    margin-bottom: 13px;
    text-align: left;
}

a.product-files-btn * {
    cursor: pointer;
}

a.product-files-btn,
a.product-files-btn span,
a.product-files-btn span b,
a.product-files-btn span b i,
a.product-files-btn span b i u {
    background: url('/gfx/product-files-btn.gif');
    display: inline-block;
    height: 41px;
    line-height: 41px;
}

a.product-files-btn {
    color: #3e3e3e;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

a.product-files-btn:link,
a.product-files-btn:visited,
a.product-files-btn:hover,
a.product-files-btn:active {
    color: #3e3e3e;
    text-decoration: none;
}

a.product-files-btn span {
    background-position: right center;
    padding: 0 4px 0 0;
}

a.product-files-btn span b {
    background-position: left center;
    padding: 0 0 0 4px;
}

a.product-files-btn span b i {
    background: none;
    font-style: normal;
    width: 43px;
}

a#product-files-btn-maaltegning.product-files-btn span b i {
    background: url('/gfx/product-files-btn-maaltegning.gif') no-repeat center;
}

a#product-files-btn-montering.product-files-btn span b i {
    background: url('/gfx/product-files-btn-montering.gif') no-repeat center;
}

a#product-files-btn-vedligehold.product-files-btn span b i {
    background: url('/gfx/product-files-btn-vedligehold.gif') no-repeat center;
}

a#product-files-btn-guide.product-files-btn span b i {
    background: url('/gfx/product-files-btn-guide.gif') no-repeat center;
}

a.product-files-btn span b i u {
    background: none;
    display: none;
}

#pages {
    font: 11px/16px Tahoma, Geneva, Verdana;
}

#pages .current-page,
#pages a {
    background: url('/gfx/subheader-select-bg.png') no-repeat right center;
    display: inline-block;
    margin: 3px 2px;
    padding-right: 1px;
    height: 27px;
    line-height: 23px;
}

#pages .current-page span,
#pages a span {
    background: url('/gfx/sprite.png?v=20130806') 0 -1386px no-repeat;
    padding: 0px 5px;
    display: inline-block;
    height: 27px;
    line-height: 23px;
}

#pages .page-count {
    margin: 3px 4px;
    display: inline-block;
    height: 27px;
    line-height: 23px;
}

#pages .first-page,
#pages .last-page {
}

#product-heading a {
    width: 77px;
    position: relative;
    float: right;
    height: 52px;
    text-align: center;
    background: url('/gfx/sprite.png?v=20130806') -751px -1229px no-repeat;
    vertical-align: top;
}

#product-heading a:hover {
    width: 77px;
    position: relative;
    float: right;
    height: 52px;
    text-align: center;
    background: url('/gfx/sprite.png?v=20130806') -848px -1229px no-repeat;
}

#product-heading-hidden {
    display: none;
}

.kundeservice-box {
    border-radius: 10px;
    float: left;
    clear: left;
    font-size: 12px;
    border: 1px solid #adadad;
    margin-bottom: 23px;
    width: 377px;
}

.kundeservice-box .kundeservice-heading-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #fff url('/gfx/kundeservice-heading-bg.gif') bottom repeat-x;
    border-bottom: 1px solid #adadad;
    float: left;
    clear: left;
    width: 100%;
}

.kundeservice-box .kundeservice-heading {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #585858;
    font-size: 17px;
    font-weight: bold;
    padding: 0 13px;
}

.kundeservice-box .kundeservice-heading h2 {
    font-size: 17px;
    line-height: 22px;
    margin: 5px 0;
}

.kundeservice-box .kundeservice-content-wrapper {
    border-radius: 10px;
    background: #fff url('/gfx/kundeservice-content-bg.gif') center repeat-x;
    float: left;
    clear: left;
    width: 100%;
}

.kundeservice-box .kundeservice-content {
    padding: 0 13px;
}

.kundeservice-box .kundeservice-content table {
    margin: 27px 0;
}

.each a {
    color: black;
}

.subheader-block {
    background: url('/gfx/subheader-select-bg.png') no-repeat right center;
    display: inline-block;
    margin: 3px 2px;
    padding-right: 1px;
    height: 27px;
    line-height: 23px;
}

.subheader-block span {
    background: url('/gfx/subheader-select-bg.png') no-repeat left center;
    padding: 0px 5px;
    display: inline-block;
    height: 27px;
    line-height: 23px;
}

#floating-customerservice-bottom-wrapper {
    bottom: 0;
    height: 60px;
    width: 100%;
    z-index: 900;
}

#floating-customerservice-bottom {
    background: url('/gfx/customer-service-bg.png');
    height: 60px;
    width: 1000px;
    z-index: 1001;
}

#confirmOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
    z-index: 100000;
}

#confirmBox {
    background: url('/gfx/ConfirmDelete/body_bg.jpg') repeat-x left bottom #e5e5e5;
    width: 300px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -150px;
    border: 1px solid rgba(33, 33, 33, 0.6);
    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}

#confirmBox h1,
#confirmBox p {
    font: 20px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    background: url('/gfx/ConfirmDelete/header_bg.jpg') repeat-x left bottom #f5f5f5;
    padding: 10px 15px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
    color: #666;
}

#confirmBox h1 {
    letter-spacing: 0.3px;
    color: #888;
}

#confirmBox p {
    background: none;
    font-size: 16px;
    line-height: 1.4;
    padding-top: 0px;
    text-align: center;
}

#confirmButtons {
    padding: 0px 0 15px;
    text-align: center;
}

#confirmBox .button {
    display: inline-block;
    background: url('/gfx/ConfirmDelete/buttons.png') no-repeat;
    color: white;
    position: relative;
    height: 33px;
    font: 15px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    margin-right: 15px;
    padding: 0 35px 0 30px;
    text-decoration: none;
    border: none;
}

#confirmBox .button:last-child {
    margin-right: 0;
}

#confirmBox .button span {
    position: absolute;
    top: 0;
    right: -5px;
    background: url('/gfx/ConfirmDelete/buttons.png') no-repeat;
    width: 5px;
    height: 33px;
}

#confirmBox .blue {
    background-position: left top;
    text-shadow: 1px 1px 0 #5889a2;
}

#confirmBox .blue span {
    background-position: -195px 0;
}

#confirmBox .blue:hover {
    background-position: left bottom;
}

#confirmBox .blue:hover span {
    background-position: -195px bottom;
}

#confirmBox .gray {
    background-position: -200px top;
    text-shadow: 1px 1px 0 #707070;
}

#confirmBox .gray span {
    background-position: -395px 0;
}

#confirmBox .gray:hover {
    background-position: -200px bottom;
}

#confirmBox .gray:hover span {
    background-position: -395px bottom;
}

#kurv_link {
    color: black;
}

#kurv_link:hover {
    color: blue;
}

#minside-muligheder-wrapper {
    position: absolute;
    top: 0px;
    margin: 214px 0px 0px 619px;
    border-radius: 10px;
    font-size: 15px;
    background: url('/gfx/sprite.png?v=20130806') no-repeat 0 -495px;
    border: 1px solid #686868;
    width: 173px;
    height: 200px;
}

#minside-muligheder {
    margin: 13px 0px 0px 13px;
    line-height: 15px;
}

.min-side-left {
    padding-left: 5px;
}

#minus {
    background: url('/gfx/sprite.png?v=20130806') no-repeat -262px -1723px;
    position: relative;
    height: 20px;
    width: 20px;
    cursor: pointer;
    margin-top: px;
}

#minus:hover {
    background-position: -302px -1723px;
}

#plus {
    background: url('/gfx/sprite.png?v=20130806') no-repeat -342px -1723px;
    position: relative;
    height: 20px;
    width: 20px;
    cursor: pointer;
    margin-top: px;
}

#plus:hover {
    background-position: -382px -1723px;
}

body {
    background: #e6e6e6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#top-wrapper {
    height: 104px;
    width: 1000px;
    top: 0;
}

#logo-wrapper {
    height: 38px;
    width: 266px;
}

#logo-wrapper {
    top: 28px;
}

#top-nav {
    top: 63px;
    left: 300px;
}

#e-maerke {
    top: 17px;
    left: 400px;
}

#search-wrapper {
    top: 9px;
    left: 420px;
}

#search-wrapper {
    background: url('/gfx/sprite.png?v=20130806') no-repeat -51px -1041px;
    margin-top: 2px;
    width: 248px;
}

#search-wrapper #search #search-query input {
    background: transparent;
    height: 28px;
    line-height: 28px;
    width: 160px;
}

#search-wrapper #search #search-submit {
    background: url('/gfx/sprite.png?v=20130806') no-repeat 0 -1040px;
    margin-top: 1px;
}

#basket-wrapper {
    background: url('/gfx/sprite.png?v=20130806') no-repeat 0 -1804px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    top: 0;
}

#Kundeservice-wrapper {
    float: right;
    left: 10px;
    margin: 12px 0 0 0;
    width: 150px;
    height: 450px;
}

/**
 * BEGIN newsletter campaign
 */

.inactive_nb_btn {
    background: url('/gfx/sprite.png?v=20130806') no-repeat -460px -1974px;
    height: 54px;
    width: 302px;
}

.active_nb_bg {
    background: url('/gfx/sprite.png?v=201308062') no-repeat 0 -1974px;
    height: 191px;
    width: 440px;
}

.active_nb_block_btn {
    background: url('/gfx/sprite.png?v=20130806') no-repeat 0 -1974px;
    height: 48px;
    width: 48px;
}

#newsletter_banner_btn {
    bottom: -55px;
    color: #fff;
    cursor: pointer;
    display: inline;
    line-height: 70px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1001;
}

#newsletter_banner {
    bottom: -999px;
    display: inline;
    position: fixed;
    right: 0;
    z-index: 1000;
}

#closer {
    cursor: pointer;
    height: 50px;
    left: 70px;
    position: absolute;
    top: 1px;
    width: 50px;
}

#teaser {
    color: #fff;
    padding: 60px 0 0 50px;
    width: 225px;
}

#teaser strong {
    font-size: 15px;
}

#filler {
    bottom: 15px;
    color: #fff;
    position: absolute;
    left: 50px;
}

#filler form input {
    margin: 0;
}

/**
 * END newsletter campaign
 */

.sprite {
	display: inline-block;
	vertical-align: text-top;
}

.sprite-absolute {
	position: absolute;
}

.sprite-ccard-dankort {
	background: url('/gfx/sprite.png?v=20130806') no-repeat 0 -1768px;
	height: 16px;
	width: 26px;
}

.sprite-ccard-jcb {
	background: url('/gfx/sprite.png?v=20130806') no-repeat -46px -1768px;
	height: 16px;
	width: 26px;
}

.sprite-ccard-mastercard {
	background: url('/gfx/sprite.png?v=20130806') no-repeat -92px -1768px;
	height: 16px;
	width: 26px;
}

.sprite-ccard-visa {
	background: url('/gfx/sprite.png?v=20130806') no-repeat -138px -1768px;
	height: 16px;
	width: 26px;
}

.sprite-ccard-visa-electron {
	background: url('/gfx/sprite.png?v=20130806') no-repeat -184px -1768px;
	height: 16px;
	width: 26px;
}

.sprite-emaerket-godkendt {
	background: url('/gfx/sprite.png?v=20130806') no-repeat 0 -1521px;
	height: 148px;
	width: 148px;
}

.sprite-emaerket-sikker-handel {
	background: url('/gfx/sprite.png?v=20130806') no-repeat -477px -1447px;
	height: 25px;
	width: 169px;
}

.sprite-kurv {
	background: url('/gfx/sprite.png?v=20130806') no-repeat -342px -1521px;
	height: 182px;
	width: 182px;
}

.sprite-mail {
	background: url('/gfx/sprite.png?v=20130806') no-repeat -171px -1723px;
	height: 17px;
	margin-top: 7px;
	width: 23px;
}

.sprite-shopping-cart {
	background: url('/gfx/sprite.png?v=20130806') no-repeat -91px -1724px;
	height: 15px;
	width: 16px;
}

.sprite-slet {
	background: url('/gfx/sprite.png?v=20130806') no-repeat -423px -1725px;
	height: 21px;
	width: 16px;
}

.sprite-telefon {
	background: url('/gfx/sprite.png?v=20130806') no-repeat -216px -1723px;
	height: 21px;
	margin-top: 5px;
	width: 26px;
}

.sprite-tilbud {
	background: url('/gfx/sprite.png?v=20130806') no-repeat -169px -1521px;
	height: 153px;
	width: 153px;
}

.sprite-trustpilot {
	background: url('/gfx/sprite.png?v=20130806') no-repeat -307px -1447px;
	height: 54px;
	width: 150px;
}

.sprite-vvs-shoppen {
	background: url('/gfx/sprite.png?v=20130806') no-repeat 0 -1447px;
	height: 38px;
	width: 287px;
}