
* { padding: 0; margin: 0; }
html {
    font-size: 62.5%;
}
body {
    font: 12px Arial, Verdana, sans-serif;
    color:#6a6969;
    background: url('/upload_dir/themes/web/SIEHunting2012/graphics/bg.jpg');
}
body >iframe {
    display: none;
}

a, a:link, a:visited, a:active {
    color: #db1d38;
    text-decoration: none;
}
a:hover {
    color: #db1d38 !important;
    text-decoration: underline;
}
#Wrapper {
    width: 100%;
}
#Header {
    width: 100%; height: 196px;
    margin-bottom: 6px;
    position:relative;
    z-index:3;
}
    #Header a {
        line-height: 28px;
        display: block;
        cursor:pointer;
    }
    #header-ribbon {
        width: 100%; height: 28px;
        background: #343434;
    }
    #header-ribbon-content {
        width: 990px;
        margin-right: auto; margin-left: auto;
    }
    #header-ribbon-content .left {
        width: 200px;
        float: left;
        font-size: 12px;
        line-height: 28px;
        color: #d3d3d3;
    }
    #header-ribbon-content .right {
        float: right;
    }

ul#NavigationHorizontal {
        margin: 0;
        border: 0 none;
        padding: 0;
        width: 732px;
        list-style: none;
        height: 28px;
    }
    ul#NavigationHorizontal li {
        margin: 0;
        border: 0 none;
        padding: 0;
        float: left;
        display: inline;
        list-style: none;
        position: relative;
        height: 28px;
        z-index: 99;
    }
    ul#NavigationHorizontal li.your-account {
        float: right;
    }
    ul#NavigationHorizontal ul {
        margin: 0;
        border: 0 none;
        padding: 0;
        width: 160px;
        list-style: none;
        display: none;
        position: absolute;
        top: 28px;
        left: 0;
        border:1px solid #575757;
        border-bottom:none;
    }
    ul#NavigationHorizontal ul ul {
        border-top:1px solid #575757;
        margin-top:-1px;
    }
    ul#NavigationHorizontal ul:after{
        clear: both;
        display: block;
        font: 1px/0px serif;
        content: ".";
        height: 0;
        visibility: hidden;
    }
    ul#NavigationHorizontal ul li {
        width: 160px;
        float: left;
        display: block !important;
        display: inline;
        border-bottom:1px solid #575757;
        height:22px;
    }
    ul#NavigationHorizontal li a {
        padding: 0 5px 0 7px;
        float: none !important;
        float: left;
        display: block;
        background:none;
        color: #d3d3d3;
        font: 12px/30px Arial, "MS Trebuchet", sans-serif;
        text-decoration: none;
        height: auto !important;
        height: 1%; /*For IE*/
        text-transform: uppercase;
    }
    ul#NavigationHorizontal li.your-account a {
        border-right:none;

        color: #d3d3d3;
    }
    ul#NavigationHorizontal li.your-account li a {
        border-right:none;
        border-left:none;
        color: #d3d3d3;
    }
    ul#NavigationHorizontal a:hover,
    ul#NavigationHorizontal li:hover a,
    ul#NavigationHorizontal li.iehover a,
    ul#NavigationHorizontal a.current {
        background:none;
        color: #FFF;
    }
    ul#NavigationHorizontal ul a {
        border-right:none;
    }
    ul#NavigationHorizontal li:hover li a,
    ul#NavigationHorizontal li.iehover li a,
    ul#NavigationHorizontal li:hover li:hover li a,
    ul#NavigationHorizontal li.iehover li.iehover li a,
    ul#NavigationHorizontal li:hover li:hover li:hover li a,
    ul#NavigationHorizontal li.iehover li.iehover li.iehover li a {
        float: none;
        background: #434343;
        color: #d3d3d3;
        font: 12px/22px Arial, "MS Trebuchet", sans-serif;
    }
    ul#NavigationHorizontal li:hover li a:hover,
    ul#NavigationHorizontal li:hover li:hover a,
    ul#NavigationHorizontal li.iehover li a:hover,
    ul#NavigationHorizontal li.iehover li.iehover a,
    ul#NavigationHorizontal li:hover li:hover li a:hover,
    ul#NavigationHorizontal li:hover li:hover li:hover a,
    ul#NavigationHorizontal li.iehover li.iehover li a:hover,
    ul#NavigationHorizontal li.iehover li.iehover li.iehover a,
    ul#NavigationHorizontal li:hover li:hover li:hover li a:hover,
    ul#NavigationHorizontal li.iehover li.iehover li.iehover li a:hover {
        background: #5c5c5c;
        color:#fff;
    }
    ul#NavigationHorizontal ul ul,
    ul#NavigationHorizontal ul ul ul {
        display: none;
        position: absolute;
        top: 0;
        left: 160px;
    }
    ul#NavigationHorizontal li:hover ul ul,
    ul#NavigationHorizontal li:hover ul ul ul,
    ul#NavigationHorizontal li.iehover ul ul,
    ul#NavigationHorizontal li.iehover ul ul ul {
        display: none;
    }
    ul#NavigationHorizontal li:hover ul,
    ul#NavigationHorizontal ul li:hover ul,
    ul#NavigationHorizontal ul ul li:hover ul,
    ul#NavigationHorizontal li.iehover ul,
    ul#NavigationHorizontal ul li.iehover ul,
    ul#NavigationHorizontal ul ul li.iehover ul {
        display: block;
    }

    #Logo {
        height: 103px;
        float:left;
    }

    #seasonal-info-top{
        float:left;
        width:430px;
        height:20px;
        position:absolute;
        top:75px;
        left:12px;
    }

    #season-info-wrap{
        float:left;
    }
    #seasonal-info {
        float: left;
        width: 156px;
        height:42px;
        margin:4px 22px 0 0px;

    }
    .vildt{
        background:url('../graphics/camera.png') no-repeat 0 0;
        float:left;
        display:block;
        width:129px;
        height:49px;
        margin:0 17px 0 0;
    }
    #HeaderContent {
        width: 990px; height: 103px;
        margin-right: auto; margin-left: auto;
    }
    #search-slash-basket-wrapper {
        width: 860px;
        height: 101px;
        /*margin-top: 23px;*/
        float: right;
        margin-right: -43px;
        /*background: #FFF;*/
    }
        #search-wrapper {
            width: 470px;
            height: 60px;
            float: left;
            padding: 30px 0;
            margin: 0 0 0 0;
            position:relative;
        }

            #search-wrapper .search-input {
                margin: 0 0 0 10px;
            }
            #search-wrapper .search-input input {
                /*line-height: 25px;*/
            }

            #search-wrapper input#text_search {
                width: 360px;
                height: 40px;
                padding: 0 0 0 18px;
                border-top: 1px solid #cdcdcd;
                border-bottom: 1px solid #cdcdcd;
                border-left: 1px solid #cdcdcd;
                border-right: 0;
                color: #343434;
                font-size: 14px;
                outline: none;
                background: #eaeaea;
            }

            #search-wrapper .LV_validation_message {
                width: 20px;
                height: 25px;
                margin-left: -28px;
            }

            #search-wrapper .search-button {
                float: left;
                margin-right: 5px;
            }

            #search-wrapper input.button {
                width: 52px;
                height: 42px;
                padding: 0;
                background: url('/upload_dir/themes/web/SH2012_DECEMBER/graphics/search_button_bg.png') no-repeat 0 0;
            }

            #search-wrapper input.button.hover {
                background: url('/upload_dir/themes/web/SH2012_DECEMBER/graphics/search_button_bg.png');
            }

        #search-slash-basket-wrapper .spacer {
            width: 1px; height: 100%;
            float: left;
            background: #eaeaea;
        }
        #basket-wrapper {
            position: relative;
            width: 321px;
            height: 60px;
            padding: 34px 20px 20px 20px;
            float: left;
            background: url('/upload_dir/themes/web/SH2012_DECEMBER/graphics/cartShadowBg.png') no-repeat 10px -14px;
        }
        #ShoppingCart {
            line-height: 14px;
            margin-top: 15px;
            padding-left: 61px;
            color: #6a6969;
            background: url('/upload_dir/themes/web/SH2012_DECEMBER/graphics/basket2.png') no-repeat 5px -16px;
        }
        #ShoppingCartInCart {
            margin-left: 61px;
            margin-top: 23px;
        }
        #ShoppingCart strong {
            color: #db1d38;
            text-decoration: underline;
        }
        #basket-button {
            position: absolute;
            top: 50px;
            right: 24px;
        }
        #Language {
            margin:0 0 0 20px;
            float:right;
        }
        #Currency {
            float:right;
        }
#NavigationWrapper {
    width: 100%; height: 65px;
    background: url('/upload_dir/themes/web/SIEHunting2012/graphics/nav_bg.png');
}
#Navigation {
    width: 988px; height: 100%;
    margin-right: auto; margin-left: auto;
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    line-height: 65px;
}

#Navigation .left {
    position: relative;
    width: 210px; height: 65px;
    float: left;
}

#Navigation .filler-left {
    width: 22px; height: 65px;
    float: left;
    background: url('/upload_dir/themes/web/SIEHunting2012/graphics/nav_shadow_left.png') no-repeat;

}

#Navigation .filler-right {
    width: 22px; height: 65px;
    float: right;
    background: url('/upload_dir/themes/web/SIEHunting2012/graphics/nav_shadow_right.png') no-repeat;
}

    #Navigation .dropdown {
        width: 104px; height: 65px;
        float: left;
        text-align: center;
        border-right: 1px solid #cdcdcd;
        color: #353535;
        line-height: 20px;
        font-size: 14px;
        text-transform: uppercase;
        cursor: pointer;
    }

    #Navigation .dropdown >a:hover,
    #Navigation .dropdown >a {
        color: #353535 !important;
        line-height: 20px;
        font-size: 14px;
        text-decoration: none;
    }

    #Navigation .dropdown span.upper {
        padding-top: 10px;
    }

    #Navigation .dropdown.first {
        background: url('/upload_dir/themes/web/SIEHunting2012/graphics/nav_bg_2.png');
    }

    #Navigation .dropdown:hover {
        background: url('/upload_dir/themes/web/SIEHunting2012/graphics/nav_bg_hover.png');
    }

    #Navigation .dropdown:hover span {
        padding-bottom: 7px;
        background: url('/upload_dir/themes/web/SIEHunting2012/graphics/dropdown_bullet.png') center 42px no-repeat;
    }

    #Navigation .dropdown span {
        margin-top: 12px;
        padding-left: 10px;
        padding-right: 10px;
        float: left;
    }

    #Navigation .dropdown .dropdown-content {
        display: none;
    }

    #Navigation .dropdown:hover .dropdown-content {
        display: block;
    }

    #Navigation .dropdown .dropdown-content .dropdown-padding {
        padding: 20px;

    }

    #Navigation .dropdown .dropdown-content ul {
        float: left;
        list-style: none;
    }

    #Navigation #products-dropdown .dropdown-content {
        width: 288px;
    }

    #Navigation #products-dropdown .dropdown-content ul {
        width: 148px;
        margin-right: 10px;
    }

    #Navigation #products-dropdown .dropdown-content ul li {
        float: left;
    }

    #Navigation .dropdown .dropdown-content a {
        width: 158px; height: 18px;
        overflow: hidden;
        line-height: 18px;
        float: left;
        clear: none;
        text-align: left;
        font-size: 12px;
        text-transform: none;
        color: #484848;
    }

    .fat-boy {
        width: 961px; height: 20px;
        float: left;
    }

    #Navigation .dropdown .dropdown-content {
        position: absolute;
        top: 64px; left: -1px;
        width: 988px;
        border: 1px solid #cdcdcd;
        border-top: 0;
        background: #f7f7f7;
        z-index: 10;
    }

    /*.left .dropdown:hover .dropdown-content {
        display: block !important;
    }*/
    .dropdown-content {
        display: none !important;
    }
    .left .dropdown .dropdown-content.activate {
        display: block !important;
    }

    #Navigation .dropdown:hover .dropdown-content {
        display: block;
    }

        .dropdown-content a {
            clear: both;
        }

        .dropdown-content a.category {
            width: 247px !important;
            height: 30px !important;
            line-height: 27px !important;
            margin-bottom: 4px;
            color: #000 !important;
            border-bottom: 1px solid #c6c6c6;
        }

        .dropdown-content a.category:hover {
            color: #d91e3b !important;
            text-decoration: none;
        }

        .dropdown-content a.category.last {
            border: 0;
        }

        #products-dropdown .item {
            width: 148px; /*height: 140px;*/
            height: 35px;
            float: left;
        }

        #products-dropdown .item li {
            display: none;
        }

        #products-dropdown .see-more {
            font-size: 11px !important;
            color: #d91e3b !important;
            margin-top: 10px;
        }

        #products-dropdown a {
            /*padding-left: 5px;*/
        }


#Navigation .right {
    position: relative;
    width: 100%; height: 65px;
    text-align: center;
    float: left;
    background: url('/upload_dir/themes/web/SIEHunting2012/graphics/nav_right_bg.png') repeat-x;
}

#Navigation .right ul {
    display: inline;
    text-align: center;
    list-style: none;
}

#Navigation .right >ul >li {
    height: 28px;
    display: inline;
    padding-top: 22px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 23px;
    line-height: 10px;
    font-size: 14px;
    color: #737373;
    text-transform: uppercase;
}

#Navigation .right >ul >li:hover {
    color: #f7f7f7;
    text-decoration: none;
    background: #d91e3b;
}

#Navigation .right ul li a {
    font-size: 14px;
    color: #737373;
    text-transform: uppercase;
}

#Navigation .right >ul >li:hover >a {
    color: #000 !important;
    text-decoration: none;
}

#Navigation .right ul li ul {
    display: none;
    position: absolute;
    top: 63px; left: -1px;
    width: 988px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #d91e39;
    border-top: 5px solid #d91e39;
    background: #ffffff;
    z-index: 11;
}

#Navigation .right ul li:hover ul {
    display: block;
}

#Navigation .right ul li ul li {
    width: 170px; min-height: 27px;
    padding: 0;
    padding-top: 5px;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 20px;
    font-size: 12px;
    color: #484848;
    clear: both;
    text-align: left;
    float: left;
    border-bottom: 1px solid #FFF;
}

#Navigation .right ul li ul li.last {
    border: 0;
}

#Navigation .right ul li ul li a {
    margin-top: 5px;
    font-size: 12px;
    color: #FFF;
}

#Navigation .right ul li ul li a:hover {
    color: #000 !important;
    text-decoration: none !important;
}


#QuickLinks {
    color:#a5a5a5;
    font-size:10px;
    float:right;
    height:24px;
    margin:5px 0 0 0px;
}
    #QuickLinks a {
        color:#a5a5a5;
        text-decoration: none;
    }
#header-shadow {
    width: 991px; height: 19px;
    margin-right: auto; margin-left: auto;
    background: url('/upload_dir/themes/web/SIEHunting2012/graphics/.png') no-repeat;
}

#sub-header {
    width: 990px; height: 58px;
    margin-right: auto; margin-left: auto;
    margin-bottom: 10px;
    background: url('/upload_dir/themes/web/SH2012_NOVEMBER/graphics/middle_bg.png') repeat-x 0 4px;
    position:relative;
    z-index:2;
}

.xmas-logo {
    width: 136px;
    height: 58px;
    background: url('../graphics/xmas_logo.png') no-repeat;
}

#offer-box {
    background: url('../graphics/text_usp.png') no-repeat 1px 18px;
    width: 551px; height: 58px;
    margin-left: 39px;
}

#newsletter-box {
    width: 145px;
    height: 19px;
    margin-top: 16px;
    margin-left: 64px;
    background: url('../graphics/newsletter.png') no-repeat;
}

#sub-header .sub-header-box {
    height: 39px;
    float: left;
    color: #FFF;
}

#offer-box {
    background: url('../graphics/new_bullets.png') no-repeat 0px 0px;
    width:346px;
    height:16px !important;
    margin:18px 0 0 0 !important;
}

#brands-count-box {

}

.sub-header-box-content {
    height: 39px;
    padding-right: 20px;
    padding-left: 20px;
    float: left;
    font-size: 14px;
    line-height: 39px;
    text-transform: uppercase;
    background: #919191;
}
.sub-header-box-arrow {
    width: 6px; height: 39px;
    float: left;
    background: url('/upload_dir/themes/web/SIEHunting2012/graphics/sub_header_arrow.png') no-repeat;
}

.sub-header-box-text a,
.sub-header-box-text {
    height: 39px;
        width: 250px;
    padding-right: 20px;
    padding-left: 10px;
    float: left;
    font-size: 14px;
    line-height: 39px;
    color: #dadadb;
    text-transform: uppercase;
    text-decoration: none;
}

.sub-header-box-facebook {
    margin-top: 16px;
    float: right;
	padding: 0 5px 0 0;
    position:absolute;
    top:0;
    right:0;
}

.sub-header-box-text a {
    padding: 0;
}

#Content {
    position: relative;
    width:960px;
    margin-right: auto; margin-left: auto;
    padding-left: 20px; padding-right: 10px;
    background: #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index:1;
}

body.frontpage #Content {
    width: 990px;
    padding: 0;
}

body.frontpage #Content .PESlider div,
body.frontpage #Content .PESlider {
    width: 990px !important; height: 364px !important;
    margin-bottom: 0;
}

#frontpage-banner {
    width: 990px; height: 54px;
}

#frontpage-top-lists {
    position: absolute;
    top: 53px; left: 20px;
    width: 190px; min-height: 100px;
    padding-bottom: 11px;
    z-index: 9;
    background: url('/upload_dir/themes/web/SIEHunting2012/graphics/box_shadow_left.png') bottom center no-repeat;
}

    .top-list {
        background: #FFF;
    }

    .top-list-header {
        width: 170px; height: 34px;
        font-size: 12px;
        color: #FFF;
        text-transform: uppercase;
        padding-left: 20px;
        line-height: 34px;
        background: url('/upload_dir/themes/web/SIEHunting2012/graphics/top_list_bg.png') repeat-x;
    }

    .top-list-content {

    }

    .top-list-content ul {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 31px;
        list-style-image: url('/upload_dir/themes/web/SIEHunting2012/graphics/top_list_bullet.png');
    }

    .top-list-content ul li {
        height: 20px;
    }

    .top-list-content a {
        font-size: 10px;
        color: #343434;
        text-transform: uppercase;
    }

    #productFocusFrontpage {
        position: absolute;
        top: 431px; left: 224px;
        width: 767px; height: 225px;
        margin: 0;
    }

    .FocusFrontpageTitle {
        display: none;
    }

    #frontpage-logos {
        width: 767px;
        margin-top: 452px;
        margin-left: 223px;
        background: #FFF;
    }

    #frontpage-fat-boy {
        height: 10px;
    }

    #content-top {
        width: 950px; height: 16px;
        margin-bottom: 15px;
        padding-top: 16px;
    }

    #back {
        width: 58px; height: 21px;
        margin-right: 10px;
        float: left;
        background: #FFF url('/upload_dir/themes/web/SIEHunting2012/graphics/back_btn.png') no-repeat;
    }
    #back.hover {
        background: #FFF url('/upload_dir/themes/web/SIEHunting2012/graphics/back_btn_hover.png') no-repeat;
    }
    #BreadCrumb {
        margin-top: 3px;
        float: left;

    }
    #BreadCrumb a {
        color: #282828;
    }

    #LeftColumn,#RightColumn {
        clear: both;
        height:auto !important;
        float:left;
        display:inline;

    }
    #LeftColumn {
        /*padding-bottom: 11px;
        background: url('/upload_dir/themes/web/SIEHunting2012/graphics/box_shadow_left.png') bottom center no-repeat;*/
    }
        #LeftInnerColumn{
            float:left;
            background: url('/upload_dir/themes/web/SIEHunting2012/graphics/box_shadow_left.png') bottom center no-repeat;
        }
    #RightColumn {
        margin-right: 10px;
        float:right;
        padding-bottom: 11px;
        background: url('/upload_dir/themes/web/SIEHunting2012/graphics/box_shadow_right.png') bottom center no-repeat;
    }

    #RightColumn #ProductList_style2 .ProductListItem {
        margin-right: 7px;
        margin-left: 7px;
    }

    #RightColumn.relatedProducts {

    }

    #RightColumn #ProductList_style2 {
        background: #FFF;
    }
        #RightColumn.relatedProductsEmpty {
            margin: 0;
            padding: 0;
            background: none;
        }

    #productFocusFrontpage .product-related-header,
    #RightColumn.relatedProducts .product-related-header {
        width: 190px; height: 34px;
        margin: 0;
        padding: 0;
        border: 0;
        line-height: 34px;
        text-align: center;
        font-weight: normal;
        color: #000;
        font-size: 12px;
        text-transform: uppercase;
        background: url('/upload_dir/themes/web/SIEHunting2012/graphics/box_top.png') no-repeat;
    }

    #productFocusFrontpage .productNumber,
    #RightColumn.relatedProducts .productNumber {
        display: none;
    }

    #productFocusFrontpage .ProductListTitle_style1,
    #RightColumn.relatedProducts .ProductListTitle_style1 {
        font-size: 11px;
        color: #db1d38;
        text-decoration: underline;
        font-weight: normal;
    }
    .offer, .new, .soldout {
        position: absolute;
        float: right;
        clear: both;
    }
        /*.offer{
            top:30px;
        }
        .soldout{
            top:60px;
        }*/

         .pIcons{
            float:right;
            position:absolute;
            top:0;
            right:0;
            width:35px;
        }

    #productFocusFrontpage .ProductListBg2_style1,
    #productFocusFrontpage .ProductListBg_style1,
    #RightColumn.relatedProducts .ProductListBg2_style1,
    #RightColumn.relatedProducts .ProductListBg_style1 {
        width: 190px;
        height: 211px;
    }

    #productFocusFrontpage .ProductListBg2_style1,
    #productFocusFrontpage .ProductListBg_style1 {
        width: 189px;
        float: left;
        border-right: 2px solid #f5f5f5;
    }

    #productFocusFrontpage .ProductListImage_style1,
    #RightColumn.relatedProducts .ProductListImage_style1 {
        width: 190px; height: 120px;
    }

    #productFocusFrontpage .ProductListImageRelative,
    #productFocusFrontpage .ProductListImageRelative img,
    #RightColumn.relatedProducts .ProductListImageRelative,
    #RightColumn.relatedProducts .ProductListImageRelative img {
        margin-right: auto; margin-left: auto;
    }

    #productFocusFrontpage .ProductListTitle_style1,
    #RightColumn.relatedProducts .ProductListTitle_style1 {
        margin: 0;
        margin-top: 10px;
        margin-left: 10px;
    }

    #productFocusFrontpage .ProductListPrice_style1,
    #RightColumn.relatedProducts .ProductListPrice_style1 {
        height: auto;
        margin: 0;
        margin-top: 10px;
        margin-left: 10px;
        float: left;
        font-size: 10px;
    }

    #RecommendedList {
        float: left;
        width: 750px;
        background: white;
        margin-bottom: 16px;
    }

    #RecommendedList h2 {
        font: 16px Arial, sans-serif;
        color: #c83d47;
        padding: 15px 10px;
    }

    #RecommendedList #productFocusFrontpage {
        position: static;
        float: none;
        margin: 0 auto;
        width: 750px;
    }

    #RecommendedList #productFocusFrontpage .ProductListBg_style1,
    #RecommendedList #productFocusFrontpage .ProductListBg2_style1 {
        border: none;
        margin: 0 10px;
    }

    #productFocusFrontpage .ProductListBuyNow,
    #RightColumn.relatedProducts .ProductListBuyNow {
        display: none;
    }

    #categorylist-box,
    #search-box,
    #newslettersubscribe-box,
    #blog-box,
    #quicklogin-box,
    #tagging-box,
    #pagenews-box,
    #shoppingcart-box,
    #topten-box,
    #paymenticons-box,
    #calendar-box,
    #vatselect-box,
    #facebook-box,
    #twitter-box,
    #google-box {
        margin: 0;
        width:180px;
        float:left;
        background: url("../graphics/ModuleBoxBg.gif") no-repeat top left;
    }
    #paymenticons-box {
        background: none;
        text-align: center;
    }
    #LeftColumn #categorylist-box-top,
    #LeftColumn #search-box-top,
    #LeftColumn #newslettersubscribe-box-top,
    #LeftColumn #blog-box-top,
    #LeftColumn #quicklogin-box-top,
    #LeftColumn #tagging-box-top,
    #LeftColumn #pagenews-box-top,
    #LeftColumn #shoppingcart-box-top,
    #LeftColumn #topten-box-top,
    #LeftColumn #paymenticons-box-top,
    #LeftColumn #calendar-box-top,
    #LeftColumn #vatselect-box-top,
    #LeftColumn #facebook-box-top,
    #LeftColumn #twitter-box-top,
    #LeftColumn #google-box-top {
        height: 34px;
        float:left;
        background: url('/upload_dir/themes/web/SIEHunting2012/graphics/box_top_black.jpg') no-repeat;
    }
    #LeftColumn .first #categorylist-box-top,
    #LeftColumn .first #search-box-top,
    #LeftColumn .first #newslettersubscribe-box-top,
    #LeftColumn .first #blog-box-top,
    #LeftColumn .first #quicklogin-box-top,
    #LeftColumn .first #tagging-box-top,
    #LeftColumn .first #pagenews-box-top,
    #LeftColumn .first #shoppingcart-box-top,
    #LeftColumn .first #topten-box-top,
    #LeftColumn .first #paymenticons-box-top,
    #LeftColumn .first #calendar-box-top,
    #LeftColumn .first #vatselect-box-top,
    #LeftColumn .first #facebook-box-top,
    #LeftColumn .first #twitter-box-top,
    #LeftColumn .first #google-box-top {
        background: url('/upload_dir/themes/web/SIEHunting2012/graphics/box_top_black.jpg') no-repeat;
    }
    #RightColumn #categorylist-box-top,
    #RightColumn #search-box-top,
    #RightColumn #newslettersubscribe-box-top,
    #RightColumn #blog-box-top,
    #RightColumn #quicklogin-box-top,
    #RightColumn #tagging-box-top,
    #RightColumn #pagenews-box-top,
    #RightColumn #shoppingcart-box-top,
    #RightColumn #topten-box-top,
    #RightColumn #paymenticons-box-top,
    #RightColumn #calendar-box-top,
    #RightColumn #vatselect-box-top,
    #RightColumn #facebook-box-top,
    #RightColumn #twitter-box-top,
    #RightColumn #google-box-top {
        height: 34px;
        float:left;
        background: url('/upload_dir/themes/web/SIEHunting2012/graphics/box_top_black.jpg') no-repeat;
    }
    #RightColumn .first #categorylist-box-top,
    #RightColumn .first #search-box-top,
    #RightColumn .first #newslettersubscribe-box-top,
    #RightColumn .first #blog-box-top,
    #RightColumn .first #quicklogin-box-top,
    #RightColumn .first #tagging-box-top,
    #RightColumn .first #pagenews-box-top,
    #RightColumn .first #shoppingcart-box-top,
    #RightColumn .first #topten-box-top,
    #RightColumn .first #paymenticons-box-top,
    #RightColumn .first #calendar-box-top,
    #RightColumn .first #vatselect-box-top,
    #RightColumn .first #facebook-box-top,
    #RightColumn .first #twitter-box-top,
    #RightColumn .first #google-box-top {
        background: url('/upload_dir/themes/web/SIEHunting2012/graphics/box_top_black.jpg') no-repeat;
    }
    #categorylist-box h2,
    #search-box h2,
    #newslettersubscribe-box h2,
    #blog-box h2,
    #quicklogin-box h2,
    #tagging-box h2,
    #pagenews-box h2,
    #shoppingcart-box h2,
    #topten-box h2,
    #calendar-box h2,
    #vatselect-box h2,
    #facebook-box h2,
    #twitter-box h2,
    #google-box h2 {
        font-size: 12px;
        color: #fff;
        font-weight: normal;
        padding:10px;
        text-transform: uppercase;
    }
    #categorylist-box em,
    #search-box em,
    #newslettersubscribe-box em,
    #blog-box em,
    #quicklogin-box em,
    #tagging-box em,
    #pagenews-box em,
    #shoppingcart-box em,
    #topten-box em,
    #calendar-box em,
    #vatselect-box em,
    #facebook-box em,
    #twitter-box em,
    #google-box em {
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
    }
    #categorylist-box-content,
    #search-box-content,
    #newslettersubscribe-box-content,
    #blog-box-content,
    #quicklogin-box-content,
    #tagging-box-content,
    #pagenews-box-content,
    #shoppingcart-box-content,
    #topten-box-content,
    #paymenticons-box-content,
    #calendar-box-content,
    #vatselect-box-content,
    #facebook-box-content,
    #twitter-box-content,
    #google-box-content {
        margin: 0 0 10px 0;
        padding:10px 0 10px 10px;
        float:left;
        width:180px;
        background: #FFF;
    }
    #categorylist-box-bottom,
    #search-box-bottom,
    #newslettersubscribe-box-bottom,
    #blog-box-bottom,
    #quicklogin-box-bottom,
    #tagging-box-bottom,
    #pagenews-box-bottom,
    #shoppingcart-box-bottom,
    #topten-box-bottom,
    #paymenticons-box-bottom,
    #calendar-box-bottom,
    #vatselect-box-bottom,
    #facebook-box-bottom,
    #twitter-box-bottom,
    #google-box-bottom {
        display: none;
    }
    #topten-box-content,
    #calendar-box-content{
        padding:0 0 0 0;
    }
    #shoppingcart-box-content{
        padding:0 0 0 5px;
        width:165px;
    }
    ul.tabs {
        float:left;
        height:16px;
        width:180px;
    }
    .tabbed-pane,
    .pane {
        width:170px;
    }
    #MainContentWrapper {
        float:left;
        width:580px;
        margin-bottom: 20px;
        display: inline;
        background: #FFF;
    }
        #MainContentWrapper.other {
            width: 950px;
        }
        #MainContentWrapper.wLeft,
        #MainContentWrapper.wRight {
            width: 750px;
        }
        #MainContentWrapper.both {
            width: 500px;
        }

    #MainContentWrapper h1 {
        margin-top: 15px;
        margin-left: 15px;
        color: #db1d38;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: normal;
    }
    #MainContentTop_OneColumn,
    #MainContentTop_TwoColumn,
    #MainContentTop_ThreeColumn,
    #MainContentBottom_OneColumn,
    #MainContentBottom_TwoColumn,
    #MainContentBottom_ThreeColumn {
        float:left;
        width:580px;
    }
    #MainContentPadding {
        padding: 15px 10px 15px 10px;
    }

    #MainContentPadding ul {
        padding-left: 20px;
    }
    #MainContentPadding h1 {
        width: 80%;
        margin-bottom: 15px;
        margin-left: 0;
        /*float: left;*/
    }
    body.bodyPageTypeProduktkatalog #MainContentPadding {
        position: relative;
        padding: 0;
    }

    #ajaxLoading {
        left: 100px !important;
    }

    body.bodyPageTypeProduktkatalog #MainContentPadding {
        padding: 0 10px 15px 10px;
    }
    #errors {
        margin-top: 15px;
        color: #000;
        background: #cff09e;
    }

    #errors a {
        color: #000;
        text-decoration: underline;
    }
    #MainContent {
        min-height:350px;
          height:auto !important;
        float:left;
        display:inline;
        width: 100%;

    }
        #MainContent h1{
            color:#db1d38;
            font-size: 16px;
            margin:0 0 10px 0;
        }

        #categorylist-box-top {
            background: url('/upload_dir/themes/web/SIEHunting2012/graphics/box_top_black.jpg') !important;
        }

        .cat-description {
            margin-bottom: 20px;
        }

        div.categories-listing-wrapper {
            width: 173px;
            height: 184px;
            margin: 0 10px 10px 0;
            border: 1px solid #ADADAD;
        }
            div.categories-listing-wrapper:hover {
                border: 1px solid #272727;
            }
            div.categories-listing-wrapper:hover .categories-listing-item-title {
                background-color: #272727;
            }
            div.categories-listing-wrapper:hover .categories-listing-item-title a {
                color: #FFF !important;
            }

        .sorting-caption {
            margin-right: 10px;
            float: left;
            font-size: 14px;
            color: #454545;
            line-height: 23px;
        }

        .sorting-caption.first {
            margin-right: 10px;
        }

        #categories-listing.hideThis{
            display:none;
        }

        .product-listing-sorting {
            margin-bottom: 0 !important;
            padding-bottom: 10px;
            border-bottom: 2px solid #f5f5f5;
        }

        .product-listing-sorting.last {
            border: 0;
        }

        .count {
            line-height: 25px;
        }

        .countNumber {
            float: left;
        }

        .count a {
            color: #5b5b5b;
            font-size: 10px;
            line-height: 25px;
        }

        .countPrevious a,
        .countNext a{
            background: url('/upload_dir/themes/web/SH2012_DECEMBER/graphics/prev.png') no-repeat;
            width: 77px;
            height: 25px;
            display:inline-block;
            margin: 0 0 0 0;
        }
            .countNext a{
                background: url('/upload_dir/themes/web/SH2012_DECEMBER/graphics/next_line.png') no-repeat;
            }
            .countNext a:hover{
                background: url('/upload_dir/themes/web/SH2012_DECEMBER/graphics/next_line.png') no-repeat;
            }
            .countPrevious a:hover{
                background: url('/upload_dir/themes/web/SH2012_DECEMBER/graphics/prev.png') no-repeat;

            }

        /*.countPrevious a {
            padding-left: 18px;
        }*/

        /*.countNext.alone {
            width: 77px;
            background: url('/upload_dir/themes/web/SH2012_DECEMBER/graphics/next_line.png') no-repeat;
        }*/

        .ProductListBg2_style1,
        .ProductListBg_style1 {
            height: 141px;
            background: #FFF;
            border: 0;
            border-bottom: 2px solid #f5f5f5;
        }
            body.bodyPageTypeProduktkatalog .ProductListBg2_style1:last-child,
                body.bodyPageTypeProduktkatalog .ProductListBg_style1:last-child {
                    border-bottom: none;
            }

        .ProductListBg2_style1:hover,
        .ProductListBg_style1:hover {
            border: 0;
            border-bottom: 2px solid #f5f5f5;
        }


        .ProductListImageRelative {
            margin-top: 5px;
            margin-left: 5px;
        }

        .ProductListItemTitle {
            width: 354px;
        }

        .ProductListTitle_style1 {
            margin-top: 23px;
            font-size: 16px;
            color: #282828;
        }

        .ProductListTitle_style1:hover {
            color: #000 !important;
            text-decoration: none !important;
        }

        .ProductListTitle_style1 p {
            font-size: 12px;
            color: #6a6969;
        }

        .ProductListPrice_style1 {
            width: 170px; height: 65px;
        }

        .ProductListPrice_style1 {
            margin-top: 23px;
            float: right;
            color: #282828;

        }

        .CheckOutProceedList,
        .ProductListLinks_style1 {
            width: 160px;
        }

        .ProductListLinksShow {
            display: inline;
            margin-top: 7px;
            float: left;
        }

    .expander {
        clear: both;
    }

/* #### PRODUCT COLUMN STYLING #### */
#productListContainer{
    float:left;
    width:100%;
}
    #productListContainer #ProductList_style2{
        float:left;
        width:740px;
    }

.ProductListBg_style2,
.ProductListBg2_style2{
    display: inline;
    float: left;
    height: 265px;
    margin: 0 10px 10px 0;
    min-width: 100px;
    padding:5px 0 5px 0;
    text-align: center;
    width: 175px;
}

    .ProductListLinkWrapper_style2 {
        cursor: pointer;
        float: left;
        width: 175px;
        height:265px;
    }

        .ProductListImage_style2{
            float:left;
            width:175px;
            height:120px;
        }
            .ProductListImage_style2 .ProductListImageRelative{
                float:left;
                width:175px;
                height:120px;
                margin:0 0 0 0;
                position:relative;
            }
        .ProductListTitle_style2{
            float:left;
            width:175px;
            height:45px;
            margin:0 0 5px 0;
            padding:0 0 27px 0;
            position:relative;
        }
            .ProductListTitle_style2 span.productNumber{
                float:left;
                width:175px;
                height:24px;
                line-height:12px;
                padding:4px 0 0 0;
                position:absolute;
                left:0;
                bottom:0;
            }
        .ProductListPrice_style2{
            float:left;
            width:175px;
            height:30px;
        }
        .ProductListBuyNow{
            margin: 0 auto;
            width:155px;
            height:30px;
        }
        .ProductListBuyNow a, .ProductListBuyNow input{
        	color: #343434;
        }

        .ProductListBuyNow .ProductListButtonBuy{
        	color: #7db93f;
        }


#sub-content {
    width: 950px;
    margin-top: 14px;
    margin-right: auto; margin-left: auto;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
    background: #f9f9f9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
}

#sub-content ul {
    padding-left: 20px;
}

#Footer {
    position: relative;
    clear:both;
    width:990px; height: 340px;
    margin:0 auto;
    text-align: center;
    margin-top:15px;
    margin-bottom:30px;
    text-align: left;
    background: #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
    .footer-column-inner {
        margin-top: 24px;
    }

    .footer-line {
        margin-bottom: 5px;
    }

    .footer-line.extra-space {
        margin-bottom: 21px;
    }

    .footer-line.extra-space2nd{
        margin-bottom: 16px;
    }

    .footer-column.left {
        width: 230px; height: 100%;
        float: left;
        background: #FFF;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .footer-column.left .footer-column-inner {
        margin-left: 21px;
    }

    .footer-column.left #footer-logo {
        margin-bottom:10px;
    }

    .footer-column.left #payment-icons {
        margin-top: 0px;
     }

    .footer-column.middle {
        width: 510px; height: 100%;
        float: left;
        background: #FFF;
    }

        .footer-column.middle table {
            margin-top: 18px;
            margin-left: 26px;
            font-size: 14px;
        }

        .footer-column.middle table td {
            width: 160px;
        }

        .footer-column.middle h2 {
            margin-bottom: 15px;
            font-size: 18px;
            color: #000;
        }

        .footer-column.middle a {
            color: #6a6969;
            font-size: 14px;
        }

    .footer-column.right {
        width: 250px; height: 100%;
        float: right;
        background: #FFF;
        border-radius:3px;
    }

    .column-box {
        width: 194px; height: 74px;
        padding: 18px;
        font-size: 12px;
        background: #FFF;

    }

    .column-box h4 {
        font-size: 16px;
    }

    .column-box.up {
        margin-top: 20px;
    }

    .column-box.down {
        margin-top: 14px;
    }


#Footer ul {
    color:#999999;
    font-size: 12px;
    line-height:15px;
    text-align: left;
    color: #6a6969;
    float: left;
    list-style: none;
}

#Footer ul li {
    width: 189px;
    float: left;
}

.hidden {
    display: none;
}

div.table_form {
    padding-top: 20px;
    margin-bottom: 0;
    border: 0;
    float: left;
}

body.bodyPageTypecart table.table_form {
    border: 0;
}

/* Product */
#product-links {
    display: none;
}

div.table_form div#pictures {
    width: 395px;

}

#pictures_wrapper {
    width: 395px;

}

#pictures_wrapper #image_wrap {
    width: 395px; height: 300px;
    border: 1px solid #e9e9e9;
}

#slide_controls {
    width: 395px;
}

#pictures_wrapper #scrollable_wrapper {
    width: 395px; height: 89px;
    margin: 0 0 10px 0;
}

#pictures_wrapper .scrollable {
    width: 395px;
    height: 90px;
}

#pictures_wrapper .scrollable .items {
    margin-left: 0;
}

#pictures_wrapper .items .item {
    width: 93px;
    margin-right: 5px;
    border: 1px solid #e9e9e9;
}

#pictures_wrapper .items .item img {
    margin: 0;
}

#pictures_wrapper .items div {
    width: 400px;
}

div.table_form div#product-detalis-data {
    width: 295px;
    margin-left: 15px;
}

table.table_form {
    margin-bottom: 15px !important;
    float: left;
}

div.table_form div#product-detalis-data h1 {
    margin-top: 0;
}

.productShowSumbit {
    margin-left: 10px;
    float: left !important;
}

#product-description {
    margin-top: 30px;
    color: #343434;
}

#SocialMediaProduct {
    margin: 20px 0 0 10px;
}

.extra-buy-button {
    margin-top: 21px;
    margin-right: 10px;
}

/*body.bodyPageTypecheckout #search-wrapper,
body.bodyPageTypecheckout #header-ribbon-content .right,
body.bodyPageTypecheckout #sub-header,
body.bodyPageTypecheckout #Navigation {
    display: none;
}*/

/*body.bodyPageTypecheckout #search-slash-basket-wrapper {
    width: 322px;
}*/

#categorylist-box-content ul {
    padding-bottom: 10px;
    padding-left: 15px;
    list-style-image: url('/upload_dir/themes/web/SIEHunting2012/graphics/top_list_bullet.png');
}
#categorylist-box-content ul li a,
#categorylist-box-content ul ul li a {
    color: #000;
}

#categorylist-box-content ul li ul li,
#categorylist-box-content ul li {
    padding-left: 0;
    background: none;
}

#monzume-was-here {
    position: absolute;
    bottom: -20px; right: 10px;
}

#monzume-was-here a:hover,
#monzume-was-here a {
    color: #6a6969 !important;
    font-size: 10px !important;
    text-decoration: none;
}

#newsletter-overlay {
    opacity: 1;
}

#newsletter-overlay table.table_form {
    border: 0;
}

/* DG style */

#Navigation .left {
    float: left;
    height: 65px;
    position: relative;
    width: 105px;
}

#Navigation #products-dropdown.dropdown{
    display:none;
}

#mdle{
    float:left;
}

#mdle ul#NavigationHorizontalCat{
    list-style-type:none;
    float:left;
}

#mdle ul#NavigationHorizontalCat li{
    float:left;
    display:none;
    position:relative;
}

    #mdle ul#NavigationHorizontalCat li#MenuItem-168{
        display:block;
        border-right: 1px solid #CDCDCD;
        color: #353535;
        cursor: pointer;
        float: left;
        font-size: 14px;
        height: 65px;
        line-height:65px;
        text-align: center;
        text-transform: uppercase;
        width: 104px;
    }

    #mdle ul#NavigationHorizontalCat li#MenuItem-168 a{
        color: #353535 !important;
        font-size: 14px;
        line-height: 20px;
        text-decoration: none;
    }
        #mdle ul#NavigationHorizontalCat li#MenuItem-168 a.aFirst{
            float:left;
            display:block;
            margin:2px 0 0 0;
            width:104px;
            height:67px;
            position:relative;
        }
            #mdle ul#NavigationHorizontalCat li#MenuItem-168 a.aFirst:hover,
            #mdle ul#NavigationHorizontalCat li#MenuItem-168 a.aFirst.activated{
                background:url('../graphics/aHoverNew.png') no-repeat 0 0;
            }
        #mdle ul#NavigationHorizontalCat li#MenuItem-168 span.fSpan{
            float: left;
            margin-top: 10px;
            padding-left: 10px;
            padding-right: 10px;
        }

    #mdle ul#NavigationHorizontalCat ul{
        background:#f7f7f7;
        list-style-type:´none;
        float:left;
        display:none;
        /*width:288px;*/
        padding:15px 0;
        border:1px solid #c6c6c6;
        position:absolute;
        top:63px;
        left:-106px;
        z-index:99;
    }
        #mdle ul#NavigationHorizontalCat ul.ulFirst{
            background:#f7f7f7 url('../graphics/ulFirstNew.png') no-repeat 0 0;
            border-top:0px;
        }
        #mdle ul#NavigationHorizontalCat ul li{
            line-height:34px;
            display:block;
            /*width:250px;*/
            height:34px;
            position:relative;
            text-align:left;
        }
            #mdle ul#NavigationHorizontalCat li#MenuItem-168 ul li a{
                background:url('../graphics/lineNew.png') no-repeat 20px bottom;
                float:left;
                display:block;
                width:250px;
                padding:0 20px;
                font-size:12px !important;
                text-transform:none !important;
                line-height:34px;
            }
                #mdle ul#NavigationHorizontalCat li#MenuItem-168 ul li:hover a{
                    background:url('../graphics/subAHoverNew.png') no-repeat 20px bottom;
                }
                    #mdle ul#NavigationHorizontalCat li#MenuItem-168 ul li:hover ul a{
                        background:url('../graphics/lineNew.png') no-repeat 20px bottom;
                    }
                #mdle ul#NavigationHorizontalCat li#MenuItem-168 ul li.last:hover a{
                    background:url('../graphics/subAHoverNew_last.png') no-repeat 20px bottom;
                }
                #mdle ul#NavigationHorizontalCat li#MenuItem-168 ul li.last a,
                #mdle ul#NavigationHorizontalCat li#MenuItem-168 ul li:hover ul li.last a{
                    background:none;
                }

    #mdle ul#NavigationHorizontalCat li:hover ul{
        display:block;
    }

    #mdle ul#NavigationHorizontalCat li:hover ul li:hover ul{
        display:block;
    }

    #mdle ul#NavigationHorizontalCat li:hover ul li:hover ul li:hover ul{
        display:block;
    }

    #mdle ul#NavigationHorizontalCat li#MenuItem-168 ul li a:hover{
        color:#db1d38 !important;
    }

    #mdle ul#NavigationHorizontalCat ul ul,
    #mdle ul#NavigationHorizontalCat li:hover ul ul{
        display:none;
        left:290px;
        top:-11px;
        padding:10px 0;
    }

    #mdle ul#NavigationHorizontalCat ul ul ul,
    #mdle ul#NavigationHorizontalCat li:hover ul ul ul,
    #mdle ul#NavigationHorizontalCat li:hover ul li:hover ul ul{
        display:none;
    }


/* -- Visning af varefilter -- */
/* ----------------------------*/
body.bodyShopCatId319 #filter, body.bodyShopCatId362 #filter, body.bodyShopCatId189 #filter, body.bodyShopCatId236 #filter,
body.bodyShopCatId201 #filter, body.bodyShopCatId577 #filter, body.bodyShopCatId5 #filter, body.bodyShopCatId471 #filter,
body.bodyShopCatId342 #filter, body.bodyShopCatId41 #filter, body.bodyShopCatId180 #filter, body.bodyShopCatId286 #filter {
    display:none;
}
body.bodyShopCatId319 #filterTitle, body.bodyShopCatId362 #filterTitle, body.bodyShopCatId189 #filterTitle, body.bodyShopCatId236 #filterTitle,
body.bodyShopCatId201 #filterTitle, body.bodyShopCatId577 #filterTitle, body.bodyShopCatId5 #filterTitle, body.bodyShopCatId471 #filterTitle,
body.bodyShopCatId342 #filterTitle, body.bodyShopCatId41 #filterTitle, body.bodyShopCatId180 #filterTitle, body.bodyShopCatId286 #filterTitle {
    display:none;
}
body.bodyShopCatId319 #filterBottomDivider, body.bodyShopCatId362 #filterBottomDivider, body.bodyShopCatId189 #filterBottomDivider, body.bodyShopCatId236 #filterBottomDivider,
body.bodyShopCatId201 #filterBottomDivider, body.bodyShopCatId577 #filterBottomDivider, body.bodyShopCatId5 #filterBottomDivider, body.bodyShopCatId471 #filterBottomDivider,
body.bodyShopCatId342 #filterBottomDivider, body.bodyShopCatId41 #filterBottomDivider, body.bodyShopCatId180 #filterBottomDivider, body.bodyShopCatId286 #filterBottomDivider {
    display:none;
}


/* -- Styring af filterboxe -- */
/* ----------------------------*/
/* Visning for Afstandsmålere */
body.bodyShopCatId6 #filterData_29, body.bodyShopCatId6 #filterData_24, body.bodyShopCatId6 #filterData_3, body.bodyShopCatId6 #filterData_27{
    display:none !important;
}

/* Visning for Beklædning */
body.bodyShopCatId326 #filterCategories, body.bodyShopCatId322 #filterCategories, body.bodyShopCatId323 #filterCategories, body.bodyShopCatId320 #filterCategories,
body.bodyShopCatId321 #filterCategories{
    display:none !important;
}

/* Visning for Geværkufferter */
body.bodyShopCatId9 #filterCategories{
    display:none !important;
}

/* Visning for Elektroniske høreværn */
body.bodyShopCatId190 #filterCategories, body.bodyShopCatId192 #filterCategories, body.bodyShopCatId193 #filterCategories, body.bodyShopCatId193 #filterData_314,
body.bodyShopCatId196 #filterCategories,
body.bodyShopCatId191 #filterCategories, body.bodyShopCatId191 #filterData_314{
    display:none !important;
}

/* Visning for Laser/Lygter */
body.bodyShopCatId240 #filterCategories{
    display:none !important;
}

/* Visning for Optik */
body.bodyShopCatId4 #filterData_24, body.bodyShopCatId4 #filterData_310, body.bodyShopCatId49 #filterCategories, body.bodyShopCatId49 #filterData_321, body.bodyShopCatId49 #filterData_27{
    display:none !important;
}

/* Visning for Udstyr */
body.bodyShopCatId291 #filterCategories, body.bodyShopCatId292 #filterCategories, body.bodyShopCatId182 #filterCategories, body.bodyShopCatId182 #filterCategories,
body.bodyShopCatId187 #filterCategories, body.bodyShopCatId353 #filterCategories, body.bodyShopCatId299 #filterCategories, body.bodyShopCatId606 #filterCategories,
body.bodyShopCatId296 #filterCategories, body.bodyShopCatId417 #filterCategories{
    display:none !important;
}

/* Visning for Våben */
body.bodyShopCatId472 #filterCategories{
    display:none !important;
}

/* Visning for Pakkeløsning */
body.bodyShopCatId13 #filterCategories{
    display:none !important;
}

div#filter {
    padding: 0;
    border: none;
    width: 729px;
    background: url(../graphics/filterBG.png) repeat-y 0 0;
    margin: 0 0 0 10px;
    overflow: hidden !important;
}
#filterMisc,
#filterCategories,
.filterData {
    height: 169px;
    width: 236px;
    margin: 0 0 10px 0;
}
.filterHeader{
    width: 226px;
    height: 23px;
    line-height: 23px;
    padding: 0 0 0 10px;
    color: #343434;
}
#filterTitle {
    margin: 0 0 0 10px;
    background: #FFF url(../graphics/filterTitleBg.png) no-repeat 259px 6px;
    width: 432px;
    height: 27px;
    float: left;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    line-height: 27px;
    padding-left: 275px;
    color: #524f4e;
}
div#filter div.filterInner {
    float: left;
    margin: 5px 0 5px 5px;
    width: 231px;
    height: 140px;
    padding: 0;
}
#filterBottomDivider,
#CatListingsBottomDivider {
    float: left;
    height: 16px;
    width: 750px;
    margin: 10px -10px;
    background-color: #f5f5f5;
}
div#filter div.filterClear {
    margin-top: -17px;
    padding-right: 15px;
}



body.bodyPageIdkurv .PESlider{
	width: 930px !important;
}

body.bodyPageIdkurv .PESlider .ic-progress-bar{
	display:none;
}

body.bodyPageIdkurv .thumb{
	display:none !important;
}

/* -- Trust Pilot - Control Style -- */
/* ---------------------------------------------*/
#trustpilot-frontpage, #trustpilot-productlist, #trustpilot-product,#trustpilot-cart, #trustpilot-checkout{
    display:none;
    float: left;
    clear: both;
}

/* -- Navigation Test - Control Style -- */
/* --------------------------------------*/


#sub-headerN{
	display:none;
}

.category-empty #sub-content{
	width: 700px;
}

/* -- 1 step -- */
/* --------------------------------------*/
.step4 .buttonContainer{
	height: 45px !important;
}


/* diverse */
.cat-brands {
    float: left;
    width: 500px;
    margin-top: -50px;
}

.cat-brands img {
    margin-left: 20px;
    margin-bottom: 20px;
}

.cat-brands .brand-header {

}

.brand-header {
    width: 200px;
    color: #DB1D38;
    margin-top: 20px;
    margin-left: 18px;
    margin-bottom: 15px;
}

#item_252,
#item_11,
#item_286,
#LiProductCatId579 {
    display: none;
}

body.bodyShopCatId252 #filter {
    display: none;
}

.more-brands-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

div#categories-listing {
    width: 740px;
}

.newsletter-trigger{
    float:left;
}

.sub-header-box-facebook{
    float:right;
}
#newsletter-box {
    background: url("../graphics/newsletter.png") no-repeat scroll 0 0 transparent;
    height: 19px;
    margin-left: 7px;
    margin-right:17px;
    margin-top: 16px;
    width: 145px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {

}

#basket-wrapper-free-shipping {
    height: 27px;
    line-height: 27px;
    width: 144px;
    float: left;
    background-color: #dfdfdb;
    position: absolute;
    top: 0px;
    left: 24px;
    border-right: 1px solid #9c9c90;
    border-bottom: 1px solid #9c9c90;
    text-align: center;
    font-size: 14px;
    color: #343434;
}

#basket-wrapper-telephone {
    height: 27px;
    line-height: 27px;
    width: 177px;
    background-color: #fbfbfb;
    float: left;
    position: absolute;
    top: 0px;
    right: 15px;
    border-bottom: 1px solid #9c9c90;
    text-align: center;
    font-size: 14px;
    color: #343434;
}

.categories-listing-item-title {
    background: #ADADAD url(../graphics/category_title_arrowBg.png) no-repeat 9px 13px;
    height: 31px;
    width: 156px;
    text-align: left;
    padding: 0 0 0 17px;
    overflow: hidden;
    position: absolute;
    top: 148px;
}


.categories-listing-item-title a{
     color: #FFF;
     line-height: 31px;
}

div.categories-listing-item {
    position: relative;
    margin: 0;
    padding: 0;
    width: 173px;
    height: 184px;
}
div.categories-listing-item:hover {
    background: transparent;
}
div.categories-listing-item-img {
    width: 163px;
    height: 148px;
    margin: 5px 5px 0 5px;
}
#NoPicWrapper {
    padding: 60px 0 0 0;
}
#NoPicWrapper a,
#NoPicWrapper a:hover{
    color: #ADADAD !important;
    text-decoration: none;
}
#NoPicHeadline {
    color: #343434;
}


/* TAB SECTION*/
#SimpleTabWrapper{
    float:left;
    width:100%;
    margin: 10px 0 0 0;
    position:relative;
}
    #TabMenu{
        float:left;
        width:697px;
        height:26px;
        position:relative;
        top: -1px;
        padding:0 4px;
    }
        #TabMenu ul#TabNav{
            list-style:none;
            float:left;
        }
            #TabMenu ul#TabNav li{
                /*background:url('../graphics/liBtn.png') no-repeat 0 0;*/
                background-color: #f9f9f9;
                float:left;
                width:174px;
                height:26px;
                border-top: 1px solid #e6e6e6;
                border-left: 1px solid #e6e6e6;
                border-right: 1px solid #e6e6e6;
                border-bottom: none;
                text-align:center;
                margin-right: -1px;
            }
            #TabMenu ul#TabNav li:hover {
                background-color: #eeeeee;
            }
            #TabMenu ul#TabNav li.current{
                background-color: #FFF;
                border-bottom: 1px solid white;
            }
                #TabMenu ul#TabNav li p{
                    color:#606060;
                }
                #TabMenu ul#TabNav li:hover p
                #TabMenu ul#TabNav li.current p{
                    color:#524f4e;
                }

    #TabInner{
        float:left;
        width:669px;
        /*height:375px;*/
        border:1px solid #e6e6e6;
        margin:0 0 0 0;
        padding:15px 17px;
        overflow-y:auto;
    }
        #TabInner #ProductListItem{
            float:left;
            border:0px;
        }
        #TabInner .tab-container{
            float:left;
            width:669px;
            /*min-height:375px;*/
        }

    .tab-container h3 {
        padding: 0 0 14px;
    }



/* SPECIFIK STYLING FOR PRODUKT-KATEGORI 168 (PRODUKTER) */
.bodyShopCatId168 #categories-listing {
    width: 930px;
    margin: 0 0 0 8px;
}
.bodyShopCatId168 div.categories-listing-wrapper {
    margin: 0 10px 10px 0;
}
.bodyShopCatId168 #CatListingsBottomDivider {
    display: none;
}



/* SPECIFIK STYLING FOR PRODUKT-KATEGORI 167 (MÆRKER) */
.bodyShopCatId167 .categories-listing-wrapper{
    width: 225px;
    border: none;
}
.bodyShopCatId167 div#categories-listing {
width: 940px;
}
.bodyShopCatId167 div.categories-listing-item {
    width: auto;
}
.bodyShopCatId167 .categories-listing-wrapper:hover,
.bodyShopCatId167 .categories-listing-wrapper:hover .categories-listing-item-title ,
.bodyShopCatId167 .categories-listing-wrapper:hover .categories-listing-item-title a{
    border: none;
    background-color: #F1F1F1;
    color: #DB1D38 !important;
}
.bodyShopCatId167 .categories-listing-item-title {
    /*display: none;*/
    background: transparent;
    height: 31px;
    width: 100%;
    text-align: center;
    padding: 0;
    overflow: auto;
    position: static;
    top: 148px;
}
.bodyShopCatId167 #CatListingsBottomDivider {
    display: none;
}

.bodyShopCatId167 .categories-listing-item-title a {
    color: #DB1D38;
}

.bodyShopCatId167 div.categories-listing-item-img {
    width: auto;
    height: auto;
}

/* SOCIAL PLUGINS */
.SocialPlugin {
    float: left;

}
    #SocialMediaProductPlusOne {
         width: 80px;
    }
    #SocialMediaProductTweet {
         width: 90px;
    }
    #SocialMediaProductShare {
         width: 65px; height: 20px;
         overflow: hidden;
    }
    #SocialMediaProductLike {
         width: 80px;
    }


/* Costum page include på varekort */
#ProductDetailsCustomPageInclude {
    float: left;
   width: 295px;
    margin-left: 15px;
}

/* LOGIN OVERLAY */

.simple_overlay {
    opacity: 1;
    padding: 30px;
}
#exposeMask {
    opacity: 0 !important;
}
#login-quick-send-password,
#login-quick-add-user {
    list-style: none;
}

.nxt-ac-main {
	z-index: 1050 !important;
	width: 369px !important;
}
.nxt-ac-item-price {
	position: relative;
	margin: 3px 0;
	color: #666;
}
.ProductInformationOverlay{
    cursor:pointer;
}
#ProductInformationOverlayform{
    width:1px !important;
    left:50% !important;
}
.PIO.simple_overlay{
    display:block;
    float:left;
    width:600px;
    position:relative;
    left:-300px;
}

#ProductDetailsCustomPageInclude a.ProductInformationOverlay{
    text-decoration:underline;
}
#ProductDetailsCustomPageInclude a.ProductInformationOverlay:hover{
    text-decoration:none;
}

div.size-link {
    float: left;
    background: #EB344E;
}

div.size-link a,
div.size-link a:hover {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    color: #FFF !important;
    text-decoration: underline;
}

#productFocusFrontpage.productList .ProductListBg_style1,
#productFocusFrontpage.productList .ProductListBg2_style1 {
    width: 230px;
}

.comment-container {
    float: left;
    width: 703px;
    margin-top: 10px;
    border: 1px solid #e6e6e6;
}

div#product-reviews {
    margin-top: 0;
}


.bodyShopCatId168 #MainContentWrapper,
.bodyShopCatId167 #MainContentWrapper {
    width: 950px;
}

.product-rating-quick {
    padding-top: 5px;
    clear: both;
}





