/*.rightnav  {float: }*/
#maincontent {
    float: right
}

#navouter.past-main {
    position: fixed;
    top: 0;
    z-index: 9999;

    -moz-box-shadow: 0px -4px 15px 3px rgba(119, 119, 119, 0.55);
    -webkit-box-shadow: 0px -4px 15px 3px rgba(119, 119, 119, 0.55);
    box-shadow: 0px -4px 15px 3px rgba(119, 119, 119, 0.55);


}

nav.primary {
    /*display: none;*/
    /*    height: 40px;
    margin: 0 auto;*/
}


nav.primary {
    background: none;

}

nav.primary div {
    /*background: none;*/
    padding-top: 10px;

}

#cart_top {
    background: url("../images/cart.png") no-repeat scroll right 4px transparent;
    height: 39px;
    /*position: absolute;*/
    /*right: 116px;*/
    /*top: 43px;*/

    float: right;

    text-align: right;
    padding-right: 50px;
    /*width:*/
    color: #FFF;
    font-weight: bold;
    /*line-height: 15px;*/
    /*padding-top: 8px;*/
    /*margin-top: 3px;*/
    /*font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;*/

    /*background: url("../images/navbg.png") repeat-x scroll center top transparent;*/
}


#cart_top #checkout a {
    color: #FFF;
}


.innerwidth {
    width: 990px;
    margin: 0 auto;
}

#labmixtoplinks {
    display: inline-block;
    /*border:1px solid #CCC;*/
    float: left;
    color: #FFF;
}

#labmixtoplinks a {
    font-weight: bold;
    color: #FFF;
    margin-right: 20px;
}

/*Egentligen till vänster*/
.rightnav {
    padding-left: 0
}


body.SiteCanNOTSell #cart_top,
body.SiteCanNOTSell .ProductCost,
body.SiteCanNOTSell .buybutton,
body.SiteCanNOTSell.ShopPage #maincontent,
foo {
    display: none;
    /*opacity: 0.2*/
}



body.ShopPage #cart_top {
    display: none
}


body.InSection_L3_ID6079 [data-nopic="1"] {
    opacity: 0;
}


.ProductDescription h3.header {
    background: none;
    height: auto;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #CCC
}

body {
    /*display: none!important;*/
    /*opacity: 0.5!important;*/
}

/* Style for Dokument section links to match dev1 */
#tabs-Documents a {
    color: #222222;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
}

#tabs-Documents a:hover {
    color: var(--green);
    text-decoration: none;
}

/* Style for Broschyrer section links to match Dokument */
#tabs-Brochures a {
    color: #222222;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
}

#tabs-Brochures a:hover {
    color: var(--green);
    text-decoration: none;
}

/* Style for Relaterade Produkter section links to match Dokument */
#tabs-Similar a {
    color: #222222;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
}

#tabs-Similar a:hover {
    color: var(--green);
    text-decoration: none;
}