/* RESET CSS */
* {
    margin: 0;
    padding: 0;
    border: 0;
}

div,
section,
article {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

html {
    overflow-y: scroll;
}

article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
    display: block;
}

a img {
    border: 0;
}

a {
    color: #000;
    text-decoration: none;
}

.group {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

nav ul {
    list-style: none;
}

button {
    text-align: center;
    cursor: pointer;
}

legend {
    display: none;
    visibility: hidden;
}

input {
    border: 1px solid #999;
    background: #FFF;
    padding: 5px;
    font: 12px Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}

input[type=text],
input[type=password],
input[type=email] {
    line-height: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=submit] {
    cursor: pointer;
    background: #F58220;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 15px;
    min-width: 100px;
    border: 0;
    font-size: 12px;
}

input[type=checkbox],
input[type=radio] {
    border: none;
    vertical-align: bottom;
    background: transparent;
    margin-bottom: 0;
}

select {
    border: 1px solid #999999;
}

button::-moz-focus-inner {
    padding: 0;
    border: none;
}

.first {
    margin-left: 0px !important;
}

.last {
    margin-right: 0px !important;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background: #FFF;
}

#content {
    *zoom: 1;
    width: 100%;
    max-width: 970px;
    margin: 10px auto 20px;
    background: #FFF;
    position: relative;
    padding: 10px;
    min-height: 400px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

#content:after {
    content: "";
    display: table;
    clear: both;
}

#content.no_bg {
    width: 100%;
    max-width: 970px;
    margin: 8px auto 20px;
    background: transparent;
    position: relative;
    padding: 0;
    min-height: 300px;
    box-shadow: none;
}

#content.has-sidebar {
    *zoom: 1;
    padding: 0;
}

#content.has-sidebar:after {
    content: "";
    display: table;
    clear: both;
}

.sidebar {
    float: left;
    width: 19%;
}

.content_col {
    float: left;
    width: 81%;
    border-left: 1px solid #CCC;
}

.emarketingspot {
    *zoom: 1;
}

.emarketingspot:after {
    content: "";
    display: table;
    clear: both;
}

.popup-close {
    padding: 20px 20px;
    background: #FFFFFF;
    width: 0px;
    height: 0px;
    border-radius: 25px;
    border: 1px solid #e1e1e1;
    position: relative;
    float: right;
    margin: -15px;
}

.popup-close>.popup-close-btn {
    position: relative;
    top: -29px;
    font-size: 50px;
    text-align: center;
    left: -14px;
    cursor: pointer;
    color: black;
}

#subscribe-popup-wrapper {
    display: none;
    cursor: pointer;
    z-index: 99999;
    color: #0F2242;
}

#subscribe-popup-wrapper>#subscribe-button {
    font-weight: bold;
    color: #FFFFFF;
}

#subscribe-popup-wrapper>#subscribe-button>span {
    display: inline-block;
    padding: 3px;
}

#subscribe-background {
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: default;
}

#subscribe-background img {
    width: 100%;
}

#subscribe-background>#subscribe-content {
    display: inline-block;
    position: relative;
    max-width: 85%;
    width: 530px;
    top: 60px;
    border: 3px solid #f2f0f3;
    background-color: #FFFFFF;
}

#subscribe-background>#subscribe-content p {
    font-size: 14px;
}

#subscribe-background>#subscribe-content #subscribe-btns {
    margin: 30px;
}

#subscribe-background>#subscribe-content #subscribe-btns .subscribe-form-common {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: block;
    width: 100%;
    color: #212325;
    font-size: 18px;
}

#subscribe-background>#subscribe-content #subscribe-btns .btn_tocart {
    color: white;
    padding: 15px;
}

#subscribe-background>#subscribe-content #subscribe-btns .subscribe-select {
    text-align: center;
    background: #d6d6d6 url("/wcsstore/StarkkiStorefront/images/arrow_down.png") no-repeat 80%;
    background: url("/wcsstore/StarkkiStorefront/images/arrow_down.png") no-repeat 80%, -webkit-linear-gradient(#d6d6d6, #e1e1e1);
    background: url("/wcsstore/StarkkiStorefront/images/arrow_down.png") no-repeat 80%, -o-linear-gradient(#d6d6d6, #e1e1e1);
    background: url("/wcsstore/StarkkiStorefront/images/arrow_down.png") no-repeat 80%, -moz-linear-gradient(#d6d6d6, #e1e1e1);
    background: url("/wcsstore/StarkkiStorefront/images/arrow_down.png") no-repeat 80%, linear-gradient(#d6d6d6, #e1e1e1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
}

#subscribe-background>#subscribe-content #subscribe-btns .subscribe-select>.dropdown-top {
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #999;
}

#subscribe-background>#subscribe-content #subscribe-btns .subscribe-select>.dropdown-option {
    display: none;
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 89%;
    position: absolute;
    border: 1px solid #999;
    bottom: 1%;
    top: 5%;
}

#subscribe-background>#subscribe-content #subscribe-btns .subscribe-select>.dropdown-option>ul {
    background-color: #f2f0f3;
}

#subscribe-background>#subscribe-content #subscribe-btns .subscribe-select>.dropdown-option>ul>li {
    border-bottom: 1px solid #e6e6e6;
    margin-top: 0px;
    padding: 15px;
    text-align: left;
}

#subscribe-background>#subscribe-content #subscribe-btns .subscribe-select>select {
    display: none;
}

#subscribe-background>#subscribe-content #subscribe-btns #subscribe-radio-wrapper>span {
    font-weight: bold;
    color: #212325;
}

#subscribe-background>#subscribe-content #subscribe-btns #subscribe-radio-wrapper>div {
    display: inline-flex;
}

#subscribe-background>#subscribe-content #subscribe-btns #subscribe-radio-wrapper>div>label {
    margin-left: 10px;
}

#subscribe-background>#subscribe-content #subscribe-btns input[type="radio"] {
    display: none;
}

#subscribe-background>#subscribe-content #subscribe-btns .subscribe-radio {
    border-radius: 20px;
    display: inline-block;
    top: 4px;
    position: relative;
}

#subscribe-background>#subscribe-content #subscribe-btns input[type='radio']+label .subscribe-radio {
    background-color: white;
    width: 23px;
    height: 23px;
    border: 1px solid #d8d7d9;
}

#subscribe-background>#subscribe-content #subscribe-btns input[type='radio']:checked+label .subscribe-radio {
    background-color: #d8d7d9;
    width: 17px;
    height: 17px;
    border: 4px solid #A5A5A5;
}

#subscribe-background>#subscribe-content #subscribe-btns .subscribe-form input[type="text"] {
    text-align: center;
    padding: 15px;
}

.sticky {
    display: block !important;
    bottom: 0px;
    position: fixed;
    right: 7%;
    padding: 10px 10px 12px 54px;
    background: #06326B url("/wcsstore/StarkkiStorefront/images/footer-icon-tilaa-tarjouskirje.png") no-repeat 2%;
    border-radius: 5px 5px 0px 0px;
}

@media screen and (max-width: 1010px) {
    body {
        background: white;
    }

    #content {
        box-shadow: none;
    }

    #content.has-sidebar {
        border: 1px solid #CCC;
        border-width: 1px 0;
    }

    .sidebar {
        width: 25%;
    }

    .content_col {
        width: 75%;
    }

    .popup-close {
        padding: 18px 18px;
        background: #FFFFFF;
        width: 0px;
        height: 0px;
        border-radius: 25px;
        border: 1px solid #e1e1e1;
        position: relative;
        float: right;
        margin: -13px;
    }

    .popup-close>.popup-close-btn {
        position: relative;
        top: -27px;
        font-size: 47px;
        text-align: center;
        left: -13px;
        cursor: pointer;
        color: black;
    }
}

@media screen and (max-width: 820px) {
    .sidebar {
        width: 30%;
    }

    .content_col {
        width: 70%;
    }
}

@media screen and (max-width: 640px) {
    #content {
        padding-top: 0;
    }

    #content.has-sidebar {
        border: 0;
    }

    .sidebar {
        width: 100%;
    }

    .content_col {
        width: 100%;
        border: 0;
    }

    .popup-close {
        padding: 17px 17px;
        background: #FFFFFF;
        width: 0px;
        height: 0px;
        border-radius: 25px;
        border: 1px solid #e1e1e1;
        position: relative;
        float: right;
        margin: -13px;
    }

    .popup-close>.popup-close-btn {
        position: relative;
        top: -25px;
        font-size: 44px;
        text-align: center;
        left: -12px;
        cursor: pointer;
        color: black;
    }

    #subscribe-content {
        top: 25px !important;
    }

    #subscribe-content #subscribe-btns .subscribe-form-common {
        font-size: 1.2em !important;
    }

    #subscribe-content #subscribe-btns .subscribe-select {
        background: #d6d6d6 url("/wcsstore/StarkkiStorefront/images/arrow_down.png") no-repeat 95% !important;
        background: url("/wcsstore/StarkkiStorefront/images/arrow_down.png") no-repeat 95%, -webkit-linear-gradient(#d6d6d6, #e1e1e1) !important;
        background: url("/wcsstore/StarkkiStorefront/images/arrow_down.png") no-repeat 95%, -o-linear-gradient(#d6d6d6, #e1e1e1) !important;
        background: url("/wcsstore/StarkkiStorefront/images/arrow_down.png") no-repeat 95%, -moz-linear-gradient(#d6d6d6, #e1e1e1) !important;
        background: url("/wcsstore/StarkkiStorefront/images/arrow_down.png") no-repeat 95%, linear-gradient(#d6d6d6, #e1e1e1) !important;
    }

    #subscribe-content #subscribe-btns .subscribe-select>.dropdown-option {
        bottom: 1%;
        top: 5%;
        right: 4%;
    }
}

#beta {
    display: none;
}

#header_page {
    height: auto;
    background-color: #06326B;
    background-size: auto 130px;
    position: relative;
}

#header_page.below {
    z-index: 90;
}

#header_page .header_content {
    margin: 0 auto;
    height: 130px;
    width: 100%;
    max-width: 970px;
    position: relative;
}

.logo {
    position: absolute;
    left: 0;
    top: 39px;
}

.logo #logo {
    width: 12.5rem;
}

.logo .slogan {
    display: block;
    margin: -2px 0 0 58px;
    width: 8.9rem;
    height: 1rem;
}

#links_account {
    list-style: none outside none;
    position: absolute;
    top: 100px;
    left: 220px;
}

#links_account ul {
    list-style: none;
}

#links_account ul li a {
    min-width: 116px;
    color: #666;
    font-size: 12px;
    text-decoration: none;
    display: block;
}

#big_links {
    position: absolute;
    left: 520px;
    top: 48px;
}

#big_links a {
    display: inline-block;
    padding-left: 34px;
    background: url("../images/image-sprite.png") left 1px no-repeat;
}

#big_links a.shops {
    margin-right: 25px;
}

#big_links a.prosite {
    background-position: left -91px;
}

#big_links h3 {
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

#big_links p {
    color: #FFF;
    font-size: 12px;
    margin: 0;
}

ul.dropdown {
    display: none;
    position: absolute;
    min-width: 140px;
    background: white;
    z-index: 101;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    top: 122px;
    left: 222px;
    list-style: none;
}

ul.dropdown:before {
    content: '';
    border: 5px solid #FFF;
    border-color: transparent transparent #FFF transparent;
    position: absolute;
    top: -10px;
    left: 45%;
}

ul.dropdown a {
    display: block;
    padding: 10px;
    width: 100%;
    border-top: 1px solid #DDD;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.dropdown a:hover {
    background: #EEE;
}

ul.dropdown li:first-child a {
    border: 0;
}

#links_secondary {
    position: absolute;
    left: 220px;
    top: 99px;
}

#links_secondary li>a,
#links_secondary li>span,
#links_secondary li>button {
    display: block;
}

#links_secondary ul {
    list-style: none;
}

#links_secondary>ul>li {
    display: block;
    float: left;
    position: relative;
}

#links_secondary>ul>li>a,
#links_secondary>ul>li>button {
    color: #FFF;
    font-weight: bold;
    padding: 5px;
}

#links_secondary>ul>li.has-dropdown>a,
#links_secondary>ul>li.has-dropdown>button {
    position: relative;
}

#links_secondary>ul>li.services-nav>button,
#links_secondary>ul>li.services-nav>a {
    padding-left: 20px;
    background: url("../images/image-sprite.png") left -426px no-repeat;
}

#links_secondary>ul>li.guest>a {
    padding-left: 20px;
    background: url("../images/image-sprite.png") left -284px no-repeat;
}

#links_secondary>ul>li.registered * {
    float: left;
    border-left: 1px solid #CCC;
}

#links_secondary>ul>li.registered *:first-child {
    border: 0;
}

#links_secondary span.welcome {
    padding: 5px;
    color: #EEE;
}

#register_link {
    background-position: left -48px;
}

#customer_service_link {
    background-position: left -32px;
}

#shops_link {
    background-position: left top;
}

#newsletter_link {
    background-position: left -16px;
}

#whislist_link {
    background-position: left -64px;
}

#logout_link {
    background-position: left -80px;
}

#search_container {
    position: absolute;
    left: 220px;
    top: 39px;
    z-index: 101;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 26px;
    overflow: hidden;
}

#search_container input {
    font-family: Arial, Helvetica, sans-serif;
    width: 225px;
    height: 48px;
    font-size: 12px;
    border: none;
    padding: 10px 10px 10px 15px;
    float: left;
    outline: none;
    margin: 0;
    line-height: 28px;
}

#search_container button {
    float: left;
    background: #FFF left center no-repeat url(../images/search_icon.png);
    width: 35px;
    height: 48px;
    text-indent: -3000px;
    white-space: nowrap;
    outline: none;
}

.autocomplete-w1 {
    position: absolute;
    top: -26px;
    left: -1px;
}

.autocomplete {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
    background: #FFF;
    cursor: default;
    text-align: left;
    width: 262px !important;
    padding: 26px 10px 10px;
    border-radius: 6px;
    overflow: auto;
}

.autocomplete .selected {
    background: #F0F0F0;
}

.autocomplete .header {
    font-size: 13px;
    font-weight: bold;
    border-bottom: none;
    padding-top: 12px;
}

.autocomplete div {
    padding: 4px;
    white-space: normal;
    border-bottom: 1px dashed #CCCCCC;
}

.autocomplete strong {
    font-weight: normal;
    color: #3399FF;
}

#searchResultsInfo {
    color: #666666;
    font-size: 22px;
    font-weight: normal;
    padding: 10px;
}

.searchInfo {
    padding: 10px;
    margin: 0 10px 10px 10px;
    background: #F4F4F4;
    border: 1px solid #A3A4A6;
}

.searchInfo .hitAmount {
    font-weight: bold;
}

.searchInfo .searchTerm {
    font-weight: bold;
    letter-spacing: 0.7px;
}

.spellCheckInfo {
    font-size: 14px;
    padding-top: 8px;
    color: #666;
}

.spellCheckInfo span {
    display: block;
    float: left;
}

.spellCheckInfo .spellCheck {
    float: left;
    color: #333;
    padding: 0 10px;
    text-decoration: none;
    border-right: 1px dotted #CCC;
}

#shoppingCartInfo {
    font-size: 11px;
    position: absolute;
    right: 0px;
    top: 25px;
    z-index: 105;
    padding: 15px 10px 0;
}

#shoppingCartInfo #toolbox {
    background: url("../images/image-sprite.png") left -181px no-repeat;
    height: 48px;
    width: 48px;
    position: relative;
    display: block;
    margin: 0 auto;
}

#shoppingCartInfo #toolbox .quantity {
    position: absolute;
    right: -6px;
    top: -6px;
    background: #EF8100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    color: #FFF;
}

#shoppingCartInfo #mini_cart_sizeinfo {
    position: relative;
    color: #FFF;
    display: block;
    text-transform: uppercase;
    padding: 8px 0;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: -0.2px;
}

#shoppingCartInfo:hover {
    background: #FFF;
}

#shoppingCartInfo:hover #mini_cart_sizeinfo {
    color: #333;
}

.backgroundsize #shoppingCartInfo #toolbox {
    background-size: 48px 540px;
    background-position: 0 -492px;
}

#shoppingCartInfo ul.cart_header>li {
    list-style: none outside none;
    text-align: left;
}

#shoppingCartInfo ul.cart_header>li span {
    font-weight: normal;
}

#mini_cart {
    background: #FFF;
    position: absolute;
    right: 0;
    top: 88px;
    width: 250px;
    z-index: 999;
    box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.3);
}

#mini_cart ul {
    max-height: 320px;
    overflow-y: auto;
    list-style: none outside none;
}

#mini_cart ul li a,
#mini_cart ul div {
    display: block;
    padding: 10px;
    border-top: 1px solid #393E48;
    overflow: hidden;
    color: #000;
    border-top: 1px solid #D2D2D2;
}

#mini_cart ul li a:hover,
#mini_cart ul div:hover {
    background: #F0F0F0;
}

#mini_cart ul li:first-child a {
    border: none;
}

#mini_cart div.total {
    padding: 10px;
    background: #ECECEC;
}

#mini_cart a#tocart_btn {
    margin: 10px;
}

#mini_cart li span,
#mini_cart div span {
    float: left;
    width: 75%;
}

#mini_cart ul li em,
#mini_cart div em {
    float: right;
    font-style: normal;
    font-weight: normal;
    color: #393E48;
}

#mini_cart div,
#mini_cart div em {
    font-weight: bold;
}

#mini_cart h4 {
    text-align: center;
    padding: 20px 10px;
    margin: 0;
}

#tocart_btn {
    display: block;
    text-align: center;
}

#header_spot {
    display: none;
    width: 100%;
    max-width: 970px;
    margin: -5px auto 10px;
    *zoom: 1;
}

#header_spot:after {
    content: "";
    display: table;
    clear: both;
}

#header_spot .left {
    float: left;
    width: 80%;
}

#header_spot .right {
    float: right;
    width: 20%;
}

#header_spot .right a {
    text-align: right;
    color: #666;
    font-size: 12px;
    line-height: 18px;
    display: block;
}

#header_spot .right a b {
    color: #F58220;
}

.frontpage #header_spot {
    display: block;
}

@media screen and (max-width: 1010px) {
    #header_spot {
        display: none !important;
    }
}

@media screen and (max-width: 1010px) {
    #header_page {
        height: auto;
    }

    .logo {
        left: 20px;
        top: 25px;
    }

    #search_container {
        left: 240px;
        top: 24px;
    }

    #big_links {
        display: none;
    }

    ul.dropdown {
        width: 100%;
        top: 120px;
        left: 0;
    }

    ul.dropdown:before {
        left: 275px;
    }

    ul.dropdown>li {
        width: 49.9%;
        float: left;
    }

    ul.dropdown>li:nth-child(2) a {
        border-top: 0;
    }

    ul.dropdown>li:nth-child(2n) {
        border-left: 1px solid #DDD;
    }

    #links_secondary {
        left: 240px;
        top: 84px;
    }

    #links_secondary .has-dropdown {
        margin-right: 20px;
    }

    #shoppingCartInfo {
        top: 15px;
        right: 20px;
    }
}

@media screen and (max-width: 760px) {
    .registered .welcome {
        display: none !important;
    }
}

@media screen and (max-width: 640px) {
    #header_page .header_content {
        padding: 0 10px;
    }

    .logo {
        position: relative;
        padding-top: 20px;
        left: auto;
        top: auto;
    }

    .logo img {
        max-width: 140px;
        height: auto;
    }

    .logo .slogan {
        display: none;
    }

    ul.dropdown {
        top: 70px;
    }

    ul.dropdown:before {
        display: none;
    }

    ul.dropdown>li {
        width: 49.8%;
    }

    #links_secondary {
        left: auto;
        right: 80px;
        top: 20px;
    }

    #links_secondary .services-nav>button {
        background: none !important;
        padding: 0 !important;
    }

    #links_secondary .services-nav>button:before {
        content: '';
        display: block;
        margin: 0 auto 4px;
        width: 16px;
        height: 21px;
        background: url("../images/image-sprite.png") left -426px no-repeat;
    }

    #links_secondary .guest a {
        background: none !important;
        padding: 0 !important;
    }

    #links_secondary .guest a span {
        display: none;
    }

    #links_secondary .guest a:before {
        content: '';
        display: block;
        margin: 0 auto 5px;
        width: 16px;
        height: 21px;
        background: url("../images/image-sprite.png") no-repeat;
        background-size: 48px 540px;
        background-position: 0 -171px;
    }

    #links_secondary li.registered {
        margin-top: -5px;
        width: 90px;
    }

    #links_secondary li.registered a {
        border: 0;
    }

    #links_secondary #whislist_link {
        display: none;
    }

    #search_container {
        margin-top: 12px;
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
    }

    #search_container input {
        height: 34px;
        width: 90%;
    }

    #search_container button {
        background-position: right center;
        width: 10%;
        height: 34px;
    }

    .autocompleteCont {
        width: 100% !important;
        left: 0 !important;
    }

    .autocompleteCont .autocomplete-w1 {
        width: 100%;
        left: 0;
    }

    .autocompleteCont .autocomplete {
        width: 100% !important;
        border-radius: 0;
    }

    #shoppingCartInfo {
        padding: 5px;
        top: 10px;
        right: 10px;
    }

    #shoppingCartInfo #mini_cart_sizeinfo {
        display: none;
    }

    #shoppingCartInfo #mini_cart {
        top: 58px;
    }
}

@media screen and (max-width: 600px) {
    #links_secondary .services-nav {
        display: none;
    }
}

@media screen and (min-width: 1009px) {
    #links_secondary>ul>li.has-dropdown {
        margin-right: 35px;
    }

    #links_secondary>ul>li.has-dropdown>a:after,
    #links_secondary>ul>li.has-dropdown>button:after {
        content: '';
        border: 4px solid #FFF;
        border-bottom: 0;
        border-color: #FFF transparent transparent transparent;
        position: absolute;
        right: -8px;
        top: 10px;
    }
}

/* COOKIE CONSENT */
.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }
  #cookie-consent{
      display: block;
      overflow: auto;
      max-width: 600px;
      margin: 0 auto;
      padding: 1.3rem 1.5rem;
      background-color: #06326B;
      color: white;
      font-size: 13px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      position: relative;
      top: 35%;
  }
  
  #cookie-consent .content {
      margin: 0 auto;
      width: 100%;
      height: 100%;
  }
  
  #cookie-consent .content a {
      color: white;
      text-decoration:underline;
  }
  
  #cookie-consent .btn-grp {
    max-width: 100%;
    margin-top: 1rem;
    text-align: center;
    
  }
  
  #cookie-consent .btn-grp > .btn {
    display: inline-block;
    padding: .4em .8em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    white-space: nowrap;
    border-color: transparent;
    color: rgb(255, 255, 255);
    cursor: pointer;
    line-height: 2rem;
    width: 48.5%;
  }
  
  #cookie-consent .accept {
      background-color: rgb(245, 130, 30);
      margin-left: .5em;
  }
  
  #cookie-consent .reject {
      background-color: transparent;
  }
  
  #cookie-consent .accept:hover {
      color:#0F2242;
  }
  
  #cookie-consent .reject:hover {
      background-color: rgba(0, 0, 0, 0.3);
      border-color: transparent;
      color: rgb(255, 255, 255);
  }
  
  @media screen and (max-width: 980px) {
      #cookie-consent{
          padding: 1.5rem 1.3rem;
      }
  }
  
  @media screen and (max-width: 640px) {
      #cookie-consent{
            max-width: 95%;
            padding: 1.1rem 1.3em;
      }
  }
  
  @media screen and (max-width: 600px) {
  
      #cookie-consent .message {
          float: none;
          overflow-wrap: break-word;
      }
      #cookie-consent .btn-grp {
          float: none;
          display: inline-flex;
          width: 99%;
          margin-top: 1rem;
      }
      #cookie-consent .btn-grp > .btn {
          width: 50%;
      }
      #cookie-consent .accept {
          margin-left: .5em;
      }
      
      #cookie-consent .reject {
          background-color: transparent;
          border-color: white !important; 
      }
  }
  @media screen and (max-width: 380px) {
    #cookie-consent .btn-grp > .btn{
        line-height: 1rem;
    }
  }
  @media screen and (max-width: 280px) {
    #cookie-consent .btn-grp  {
        display:block;
    }
    #cookie-consent .btn-grp .btn {
        width: 100%;
        margin: .5rem 0 0 0;
    }
}
@media screen and (max-width: 180px) {
	#cookie-consent .btn-grp .btn {
    	white-space: normal;
    }
}
  /* COOKIE CONSENT SNAPENGAGE & VIDEOLY */
   #cookie-consent-snapengage {
        display: none;
        background: #f3c699d9;
        position: fixed;
        top: 45%;
        right: -4px;
        overflow: hidden;
        margin-right: 4px;
        z-index: 999;
    }
    
    #cookie-consent-snapengage .container {
        cursor: pointer;
        position: relative;
        height: 58px;
        width: 52px;
        z-index: 999;
        overflow: hidden;
        /*
        right: -4px;
        margin-right: 4px;
        */
    }
    
    #cookie-consent-snapengage .image,  #cookie-consent-videoly .image  {
        width: 100%;
        height: 100%;
        border-collapse: collapse;
        background: #ff8200;
    }
    
     #cookie-consent-snapengage .text, #cookie-consent-videoly .text  {
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      padding-top:30%;
      text-align: center;
      color: white;
      position:absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      background: rgb(234 185 135 / 85%);
      transition: .5s ease;
      opacity:1;
      overflow-wrap: break-word;
    }
    
    .cookie-consent-snapengage-accept.container {
       /* top: 45%;*/
    }
    
    .cookie-consent-snapengage-accept.container .text {
      font-size: .69rem;
      font-weight: 700;
      padding-top:50% !important;
    }
    
    #cookie-consent-snapengage .cookie-consent-snapengage-accept:hover .text {
      opacity: 0;
    }
    
    .consent-link {
       /* top: 56%; */
    }
    
    .consent-link .text {
      font-size: .5rem;
      font-weight: 600;
      padding:30% 5%;
      text-decoration:underline;
    
    }
    #cookie-consent-snapengage .consent-link:hover .text {
        background:#ff8200;
    }
    
    
    /* COOKIE CONSENT VIDEOLY*/
    #cookie-consent-videoly {
        display:none;
        background: #f3c699d9;
     	width:300px;
        overflow: hidden;
    }

    #cookie-consent-videoly .container {
        cursor: pointer;
        position: relative;
        height: 48px;
        width: 100%;
        z-index: 999;
        overflow: hidden;
    }

    .cookie-consent-videoly-accept .text {
        font-size: .8rem !important;
      }

    #cookie-consent-videoly .text {
        text-decoration: underline;
        padding:18px;
        font-size: .6rem;
    }

    #cookie-consent-videoly .container:hover .text{
       background:#ff8200;
    }

    /* BREADCRUMB */
    .breadcrumb {
    max-width: 970px;
    display: block;
    height: 16px;
    position: relative;
    margin: 20px auto 20px;
}

.breadcrumb ul {
        margin: 0;
        padding: 0;
    display: block;
}

.breadcrumb ul li {
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0;
    font-size: 12px;
    color: #666;
}

.breadcrumb ul li:after {
    content: '/';
    margin: 0 6px 0 4px;
}

.breadcrumb ul li a {
    color: #666;
    font-weight: normal;
}

.breadcrumb ul li a:hover {
    text-decoration: underline;
}

.breadcrumb ul li:last-child:after {
    content: '';
}

    @media screen and (max-width: 1010px) {
    .breadcrumb {
        margin: 15px 0;
        padding: 0 10px;
    }
}

    @media screen and (max-width: 720px) {
    .breadcrumb ul li {
        font-size: 11px;
    }
}

    #nav_main {
    width: 100%;
    background: #06326B;
    margin-bottom: 20px;
}

#nav_main ul.navtopcat {
        margin: 0 auto;
        padding: 0;
        max-width: 970px;
    *zoom: 1;
}

#nav_main ul.navtopcat:after {
    content: "";
    display: table;
    clear: both;
}

#nav_main ul.navtopcat>li {
    float: left;
    display: block;
    position: relative;
    height: 100%;
}

#nav_main ul.navtopcat>li.open {
    background-color: #0F2242;
}

#nav_main ul.navtopcat>li a {
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    padding: 13px 6px;
    display: block;
    font-weight: bold;
    letter-spacing: -0.1px;
}

#nav_main ul.navtopcat>li.open a {
    color: #F08B1D;
}

#nav_main ul.navtopcat>li.kotiNavigation {
    background-color: #F08B1D;
    float: right;
    border-radius: 3px 3px 0px 0px;
}

#nav_main ul.navtopcat>li.kotiNavigation a:hover {

    color: #0F2242;
}

#nav_main ul.navtopcat>li.kotiNavigation a img {
    margin: 2px 0px -7px 0px;
}

#nav_main ul.navtopcat div {
        background-color: #0F2242;
        display: none;
        overflow: visible;
        position: absolute;
        left: 0;
        top: 40px;
        z-index: 100000;
        height: auto;
    min-width: 155px;
}

#nav_main ul.navtopcat div.navsub_right {
    left: auto !important;
    right: -1px !important;
}

#nav_main ul.navtopcat div ul.navsubcat {
    float: left;
    padding: 0px 5px 20px 5px;
}

#nav_main ul.navtopcat div ul.navsubcat>li {
    margin-top: 10px;
    width: 145px;
}

#nav_main ul.navtopcat div ul.navsubcat a {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
    padding: 0;
    color: #FFF;
    letter-spacing: 0;
    font-weight: bold;
    text-shadow: none;
}

#nav_main ul.navtopcat div ul.navsubcat a:hover {
    text-decoration: underline;
}

#nav_main ul.navtopcat div ul.navsubsubcat li a {
    text-transform: none;
    font-size: 12px;
    color: #DEDEDE;
    padding: 0;
    font-weight: normal;
}

    @media screen and (max-width: 1010px) {
    #nav_main {
        margin-bottom: 15px;
    }

        #nav_main ul.navtopcat {
        display: none;
    }

        #nav_main .mobile-nav {
        position: relative;
        z-index: 100;
        display: block;
        width: 100%;
        *zoom: 1;
        background: #F58220;
        background: linear-gradient(#F9A000, #F58220);
        height: 52px;
        overflow: hidden;
    }

    #nav_main .mobile-nav:after {
            content: "";
            display: table;
        clear: both;
    }

    #nav_main .mobile-nav>* {
            float: left;
            text-align: center;
            width: 25%;
            border-right: 1px solid #CA6D00;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
            color: white;
            text-transform: uppercase;
            text-shadow: none;
            font-weight: bold;
            font-size: 12px;
            padding-bottom: 6px;
        background: #F58220;
        background: linear-gradient(#F9A000, #F58220);
    }

    #nav_main .mobile-nav>*:hover,
    #nav_main .mobile-nav>*:focus {
        outline: none;
    }

    #nav_main .mobile-nav>*:before {
        display: block;
        margin: 8px auto 4px;
        content: '';
        width: 24px;
        height: 21px;
        background: url("../images/image-sprite.png") no-repeat;
        background-size: 48px 540px;
        background-position: 0 -305px;
    }

    #nav_main .mobile-nav>*.myymalat:before {
        background-position: 0 -376px;
    }

    #nav_main .mobile-nav>*.kampanjat:before {
        background-position: 0 -354px;
    }

    #nav_main .mobile-nav>*:last-child {
        background: none;
        border-right: 0;

    }

    #nav_main .mobile-nav>*:last-child:before {
        display: none;
    }

    #nav_main .mobile-nav>*:last-child img {
        display: block;
        margin: 8px auto 4px;
    }

    #nav_main .mobile-nav>*.open {
        background: #EEE;
        color: #333;
    }

    #nav_main .mobile-nav>*.open.tuotteet:before {
        background-position: 0 -404px;
    }

    #nav_main .mobile-nav #content-nav span {
            width: 90%;
            max-width: 22px;
            height: 3px;
            background: white;
            margin: 3px auto;
        display: block;
    }

    #nav_main .mobile-nav #content-nav.open span {
        background: #333;
    }

        #nav_main .mobile-dropdown {
        display: none;
        position: absolute;
        z-index: 99;
        background: #EEE;
        width: 100%;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
    }

    #nav_main .mobile-dropdown>li,
    #nav_main .mobile-dropdown>ul>li {
            border-top: 1px solid #FFF;
        border-bottom: 1px solid #DDD;
    }

    #nav_main .mobile-dropdown>li button,
    #nav_main .mobile-dropdown>li>a,
    #nav_main .mobile-dropdown>ul>li button,
    #nav_main .mobile-dropdown>ul>li>a {
        display: block;
        width: 100%;
        text-align: left;
        padding: 12px 10px;
        background: #EEE;
        font-size: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #nav_main .mobile-dropdown>li button:focus,
    #nav_main .mobile-dropdown>li button:hover,
    #nav_main .mobile-dropdown>li>a:focus,
    #nav_main .mobile-dropdown>li>a:hover,
    #nav_main .mobile-dropdown>ul>li button:focus,
    #nav_main .mobile-dropdown>ul>li button:hover,
    #nav_main .mobile-dropdown>ul>li>a:focus,
    #nav_main .mobile-dropdown>ul>li>a:hover {
        outline: none;
    }

    #nav_main .mobile-dropdown>li div,
    #nav_main .mobile-dropdown>ul>li div {
        display: none;
    }

    #nav_main .mobile-dropdown>li div .navsubcat,
    #nav_main .mobile-dropdown>ul>li div .navsubcat {
        *zoom: 1;
        padding-bottom: 10px;
        background: linear-gradient(#eee, #e0e0e0);
    }

    #nav_main .mobile-dropdown>li div .navsubcat:after,
    #nav_main .mobile-dropdown>ul>li div .navsubcat:after {
        content: "";
        display: table;
        clear: both;
    }

    #nav_main .mobile-dropdown>li div .navsubcat>li,
    #nav_main .mobile-dropdown>ul>li div .navsubcat>li {
        float: left;
        width: 33.333%;
        border-left: 1px solid #CCC;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: -1px;
    }

    #nav_main .mobile-dropdown>li div .navsubcat>li a,
    #nav_main .mobile-dropdown>ul>li div .navsubcat>li a {
        display: block;
        padding: 5px 10px;
    }

    #nav_main .mobile-dropdown li:first-child {
        border-top: 0;
    }

    #nav_main .mobile-dropdown li:last-child {
        border-bottom: 0;
    }

    .menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 98;
    }
}

    @media screen and (max-width: 720px) {
    #nav_main .mobile-products-nav>li div .navsubcat>li {
        width: 50%;
    }
}

    @media screen and (min-width: 1009px) {

    #nav_main .mobile-nav,
    #nav_main .menu-overlay,
    #nav_main .mobile-dropdown {
        display: none !important;
    }
}

    @media screen and (max-width: 480px) {
    #nav_main .mobile-nav>* {
        font-size: 10px;
    }
}

    #marketing-squares {
    margin: 0px auto 6px;
    max-width: 970px;
    *zoom: 1;
}

#marketing-squares:after {
        content: "";
        display: table;
    clear: both;
}

#marketing-squares .square {
        float: left;
    width: 30%;
}

#marketing-squares .square a {
    display: block;
    margin: 0 5px;
}

#marketing-squares .square a img {
    width: 100%;
}

    #bottom-banners {
    margin: 0px auto 0;
    max-width: 900px;
}

#bottom-banners .banners-row {
    *zoom: 1;
}

#bottom-banners .banners-row:after {
    content: "";
    display: table;
    clear: both;
}

#bottom-banners .banners-row .banner {
    float: left;
    width: 33.3333%;
    text-align: center;
    padding: 0 20px;
    border-left: 1px solid #999;
}

#bottom-banners .banners-row .banner img {
    height: 100%;
    width: 100%;
    max-width: 130px;
    max-height: 130px;
}

#bottom-banners .banners-row .banner:first-child {
    border: 0;
}

#bottom-banners .banners-row .banner p {
    color: #545658;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

    #footer_page {
    width: 100%;
    background: #E8E8E8;
    clear: both;
    color: #12284F;
    position: relative;
    margin-top: 85px;
}

#footer_page .badge-container {
        position: absolute;
        top: -66px;
        width: 100%;
        height: 0;
    text-align: center;
}

#footer_page .footer-inner {
        max-width: 970px;
        margin: 0 auto;
    padding: 72px 0 0 0;
}

#footer_page .footer-inner .footer-row {
    *zoom: 1;
    margin: 0 -10px;
}

#footer_page .footer-inner .footer-row:after {
    content: "";
    display: table;
    clear: both;
}

#footer_page .footer-inner .footer-col {
    float: left;
    padding: 10px;
    width: 20%;
}

#footer_page .footer-inner h4 {
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

#footer_page .footer-inner h4 img {
    margin: 0 4px -4px 0;
}

#footer_page .footer-inner h5 {
    font-weight: normal;
    font-size: 14px;
    color: #12284F;
}

#footer_page .footer-inner a {
    color: #12284F;
    text-decoration: none;
}

#footer_page .footer-inner p {
    color: #12284F;
}

#footer_page .footer-inner p a {
    color: #F58220;
}

#footer_page .footer-inner ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

#footer_page .footer-inner ul li a {
    padding: 2px 0;
    display: block;
    color: #12284F;
    font-size: 12px;
}

#footer_page .footer-inner .phone {
    margin-bottom: 20px;
}

#footer_page .footer-inner .phone:last-of-type {
    margin-bottom: 0;
}

#footer_page .footer-inner .phone img {
    float: left;
    margin-top: 2px;
}

#footer_page .footer-inner .follow-us a {
    margin-right: 7px;
}

#footer_page .footer-inner .copyright {
    margin-top: 10px;
    padding: 20px 0 10px;
    border-top: 1px solid #666;
}

#footer_page .footer-inner .copyright p,
#footer_page .footer-inner .copyright a {
    color: #999;
}

#footer_page .footer-inner form {
    margin-bottom: 20px;
}

#footer_page .footer-inner form input {
    border: 0;
}

    .tarjouskirje {
    position: relative;
}

.tarjouskirje p {
    line-height: 21px;
}

.tarjouskirje input {
    vertical-align: middle;
}

.tarjouskirje .loading {
        background: #333 url("../images/ajax-loader-dark.gif") center center no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        opacity: 0.9;
    display: none;
}

    .tulos {
    background: #FFF;
    padding: 20px 5px;
}

.tulos p {
        margin: 0;
        text-align: center;
        color: #333 !important;
    font-weight: bold;
}

    .payment-methods {
    text-align: center;
    padding: 10px;
    background: #FFF;
}

.payment-methods>img {
        height: 30px;
    margin: 2px;
}

    #subscribeForm label.error {
    display: block;
    background: red;
    color: #FFF;
    padding: 5px;
    margin: -10px 0 10px;
}

    @media screen and (max-width: 1010px) {
    #footer_page .footer-inner {
        padding: 72px 20px 0;
    }

        #footer_page .footer-inner .footer-col {
        width: 33.33%;
    }

    #footer_page .footer-inner .footer-col:nth-child(4) {
        clear: both;
    }

        #footer_page .footer-inner ul li a {
        padding: 4px 0;
    }
}

    @media screen and (max-width: 720px) {
    #bottom-banners {
        display: none;
    }

    #footer_page .footer-inner .footer-col {
        width: 50%;
    }

        #footer_page .footer-inner .footer-col:nth-child(4) {
        clear: none;
    }

        #footer_page .footer-inner .footer-col:nth-child(2n+1) {
        clear: both;
    }
}

    @media screen and (max-width: 480px) {
    #footer_page .footer-inner .footer-col {
        width: 100%;
        float: none;
        padding: 0 10px;
    }

    #footer_page .footer-inner ul {
        *zoom: 1;
    }

        #footer_page .footer-inner ul:after {
        content: "";
        display: table;
        clear: both;
    }

        #footer_page .footer-inner ul li {
        float: left;
        margin: 0 15px 0 0;
        position: relative;
    }

    #footer_page .footer-inner ul li:after {
            content: "-";
            position: absolute;
            color: #999;
            right: -10px;
        top: 5px;
    }

    #footer_page .footer-inner ul li:last-of-type:after {
        content: '';
    }

    #footer_page .footer-inner ul li a {
        padding: 5px 0;
    }
}

    /* LAYOUT CSS */
    #firstspot {
    margin: 6px auto 0;
    max-width: 970px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

    #firstspot * {
    margin-bottom: 0;
}

    /* PRICE */
    .currencySymbol {
    padding-left: 3px;
}

    .rangeDelimeter {
    padding-left: 3px;
    padding-right: 3px;
}

    .formerPrice {
    padding-left: 5px;
    text-decoration: line-through;
}

    .salePrice {
    font-weight: bolder;
    color: red;
}

    /* Info POPUP */
    .popup_info .ui-widget-header {
    background: none repeat scroll 0 0 #787B80;
    border: 1px solid #A3A4A6;
    padding: 5px;
}

    .popup_info .ui-widget-header a {
    float: right;
}

    /* Alert Popup */
    .popup_alert .ui-widget-header {
    background: none repeat scroll 0 0 #FFD800;
    border: 1px solid #FFD800;
    padding: 5px;
}

    .popup_alert .ui-widget-header a {
    float: right;
}

    /* Popup content */
    .popup_content p {
    margin-bottom: 0;
}

    .popup_content button {
    display: block;
    margin: 10px auto;
}

    /* ERROR PAGE */
    .theError {
    max-width: 400px;
    margin: 20px auto 60px;
    text-align: center;
}

.theError img {
    max-width: 100%;
}

.theError h1,
.theError .errorCode {
        text-transform: uppercase;
        color: #32363F;
        font-size: 28px;
    margin: 10px 0 0;
}

.theError p {
        font-size: 14px;
    margin: 0;
}

.theError .errorCode {
    margin: 0 0 20px;
}

.theError a {
    color: #F58220;
}

    .errorOptions {
    position: absolute;
    bottom: 25px;
}

    .errorOptions a.toService {
    margin-left: 10px;
    font-weight: bold;
    color: #333;
}

    .errorOptions a.toService:hover {
    text-decoration: underline;
}

    #debug {
    position: absolute;
    top: 10px;
    left: 20px;
    /* display: block; */
    display: none;
}

    #modal_spinner {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    background-image: url("../images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
    /* For IE opacity */
    filter: alpha(opacity=50);
}

    .uppercase {
    text-transform: uppercase;
}

    /* DIALOGS */
    .ui-dialog {
    max-width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

    .ui-dialog.forgetPassword {
    border-radius: 0;
    padding: 5px;
}

    .ui-dialog.forgetPassword .ui-dialog-titlebar {
    border-radius: 0;
    padding: 10px 35px 15px 10px;
    border-bottom: 1px solid #CCC;
}

    .ui-dialog.forgetPassword .ui-dialog-title {
    font: bold 16px Arial, helvetica, sans-serif;
    color: #555;
}

    .ui-dialog.forgetPassword .ui-dialog-content {
    padding: 15px;
}

    .ui-dialog.forgetPassword .ui-dialog-content .emailTo {
    margin: 20px 0;
}

    .ui-dialog.forgetPassword .ui-dialog-content ul {
    padding-left: 20px;
}

    .ui-dialog.forgetPassword .ui-dialog-titlebar-close {
    top: 10px;
    right: 5px;
    padding: 0;
    border: 1px solid #999;
    background: #F1F1F1 url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
}

    /* WISHLIST */
    #wishlist_selection {
    margin-bottom: 10px;
}

    #wishlist_selection label {
    padding: 0;
    width: auto;
    margin-right: 10px;
}

    #wishlist_selection select {
    min-width: 160px;
}

    #wishlist_actions {
    margin-bottom: 20px;
}

    #wishlist_actions a {
    background: no-repeat url("../images/wishlist_sprite.gif");
    color: blue;
    display: block;
    padding-left: 16px;
    margin-right: 25px;
    line-height: 20px;
    text-decoration: none;
    color: #666;
    font-weight: bold;
    float: left;
}

    #wishlist_actions a:hover {
    color: #000;
    text-decoration: underline;
}

    a#createWishList {
    background-position: left -25px;
}

    a#editWishList {
    background-position: left -1px;
}

    a#deleteWishList {
    background-position: left -49px;
}

    #wishlist_item_area {
    float: left;
    width: 100%;
}

    .wishlist_popup_content a {
    display: block;
}

    .new_wishlist {
    color: blue;
    font-size: 12px;
}

    .removeFromWishlist {
    background: #FFF;
    border: 1px solid #CCCCCC;
    font-size: 10px;
    padding: 2px 5px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0 0 4px;
}

    .removeFromWishlist:hover {
    text-decoration: none !important;
    color: #C00;
    background: #FEE;
}

    .availableWishlist {
    height: 16px;
    background: 5px 0px no-repeat url("../images/wishlist_sprite.gif");
    padding: 4px 4px 4px 24px;
    border: 1px solid #CCC;
    border-radius: 4px;
    margin: 5px 0;
    color: #333;
}

    .wishlist_separator {
    margin-top: 10px;
}

    .availableWishlist:hover {
    color: #000;
    background-color: #F0F0F0;
    border-color: #999;
}

    .new_wishlist {
    color: #FFF !important;
}

    /* SITEMAP */
    #content .sitemap-section {
    width: 840px;
    margin-left: 60px;
    margin-right: 59px;
    margin-bottom: 60px;
}

    #content .sitemap-column {
    width: 180px;
    margin-top: 20px;
    margin-right: 30px;
    height: 100%;
    float: left;
    overflow: hidden;
}

    #content .sitemap li {
    list-style: none;
}

    #content .sitemap a {
    text-decoration: none;
    display: inline;
}

    #content .sitemap h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

    #content .sitemap h3 {
    border-bottom: 2px solid black;
    text-transform: uppercase;
    font-size: 22px;
}

    #content .sitemap h4 {
    font-size: 15px;
    margin-bottom: 3px;
}

    li.info {
    margin-bottom: 5px;
}

    /* GRIDFILTER */
    .category_content_left {
    float: left;
    width: 20%;
}

    .category_content_right {
    float: left;
    width: 80%;
}

    .filter-group {
    padding-bottom: 30px;
}

    .filter-item {
    list-style-type: none;
}

    .filter-group h2 {
    margin-bottom: 8px !important;
}

    #slider-range {
    margin-left: 7px;
    margin-top: 10px;
    width: 85%;
}

    .disabled {
    color: #ccc;
}

    #paging {
    height: 25px;
    padding-bottom: 10px;
}

    #sorting {
    height: 25px;
    padding-bottom: 10px;
}

    /* panels */
    #pagingprev,
    #pagingmid,
    #pagingnext {
    float: left;
}

    #pagingprev {
    padding: 0px 0px 0px 5px;
}

    section#paging #buttons {
    float: left;
    width: 200px;
    height: 20px;
    padding: 2px 0px 0px 0px;
    margin-right: 10px;
    border: 1px solid #aaaaaa;
}

    section#paging #buttons span {
    cursor: pointer;
    color: blue;
    padding: 0px 5px 0px 0px;
}

    section#paging #buttons span.current {
    font-weight: bold;
    color: black;
}

    section#paging #info {
    float: left;
    width: 100px;
    height: 20px;
    padding: 2px 5px 0px 5px;
    margin: 0px 10px 0px 0px;
    border: 1px solid #aaaaaa;
}

    section#paging .text {
    float: left;
    padding: 0px 5px 0px 15px;
}

    /* ul drop down */
    div.drop-down {
    float: left;
    width: 150px;
    height: 22px;
    position: relative;
    font-size: 14px;
    border-collapse: collapse;
}

    div.drop-down div.panel {
    float: left;
    width: 240px;
    height: 22px;
    overflow: hidden;
    background: #ffffff url("../images/down-arrow.jpg") no-repeat top right;
    border: 1px solid #cccccc;
    padding: 0px 0px 0px 5px;
    cursor: pointer;
}

    div.drop-down ul {
    float: left;
    width: 230px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
    display: none;
    position: absolute;
    z-index: 1000;
}

    div.drop-down ul li {
    padding: 3px 0px 3px 5px;
    cursor: pointer;
    width: 230px;
    float: left;
    background-color: #ffffff;
}

    div.drop-down ul li:hover {
    background-color: blue;
    color: #ffffff;
}

    #klikki-remarketing {
    display: none;
}

    /* Contest page spesifics */
    .kilpailu .contest {
    padding: 10px !important;
}

    /* Campaign price*/
    .price_details.campaign .price {
    color: #ff0000;
}

    .offerdetails.campaign .price {
    color: #ff0000;
}

    .contact_details {
    font-weight: bold;
}

    /* COMMON CSS DEFINITIONS */
h1,
h2,
h3,
h4 {
    margin-bottom: 10px;
}

    p {
    margin-bottom: 14px;
}

    .basic-header {
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    color: #333;
}

    input.error {
    border-color: #C00;
    background: #FEE;
}

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

    input[type=number] {
    -moz-appearance: textfield;
}

    label.error {
    color: red;
    display: none;
    float: none !important;
    font-size: 9px;
    margin: 0 0 0 5px;
}

    .hide {
    display: none;
}

    .bold {
    font-weight: bold;
}

    /* BUTTON STYLES */
.btn_grey,
.btn_tocart,
.btn_black {
    font: 11px Arial, Helvetica, Sans-Serif;
    text-align: center;
    min-width: 100px;
    cursor: pointer;
    padding: 8px 10px;
    min-width: 124px;
}

    .btn_grey {
    color: #555 !important;
    border: 1px solid #999;
    background: #CCCCCC;
    /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC');
    /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));
    /* for webkit browsers */
    background: -moz-linear-gradient(top, #FFF, #CCC);
    /* for firefox 3.6+ */
}

    .btn_tocart {
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    background: #F58220;
    background: linear-gradient(#F9A000, #F58220);
    /* for non-css3 browsers */
}

    .btn_black {
    color: #FFF !important;
    border: none;
    background: #333;
    /* for non-css3 browsers */
    text-transform: uppercase;
    font-weight: bold;
}

    .btn_grey:hover {
    color: #222 !important;
    background: #F1F1F1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1', endColorstr='#F1F1F1');
    /* for IE */
}

    .btn_tocart:hover {
    text-shadow: none;
    background: #F58220;
}

    .btn_black:hover {
    color: #FFF !important;
    background: #666;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#666666');
    /* for IE */
}

    .btn_small {
    font-size: 11px;
    padding: 2px 6px;
    min-width: 0;
}

    button.wishlist {
    background: #FFF left center no-repeat url("../images/wishlist_icon.gif");
    padding: 6px 0 6px 20px;
}

    /* COMMON UNDERLINED HOVER */
    button.wishlist:hover,
    .order_infolinks a:hover,
    .someButtons a:hover,
    #tabs div.anythingSlider .product_info a:hover,
    .product_info a:hover,
    .FrontpageMiddleSpot a:hover,
    .spellCheckInfo .spellCheck:hover,
    .sidenavigation a:hover,
    .cart_product_info h2 a:hover {
    text-decoration: underline;
}

    .sidenavigation.info {
    float: left;
    height: 400px;
}

    .sidenavigation.info li {
    padding: 3px 10px 3px 20px;
}

    .sidenavigation.info li a.selected {
    font-weight: bold;
}

    .info_main {
    float: left;
    margin-bottom: 30px;
    margin-left: 15px;
}

    .info_text {
    margin-top: 10px;
}

    .info_text blockquote {
    margin-left: 0;
}

    .info_column_right {
    float: right;
    margin: 50px 20px 50px 40px;
}

    /* STATIC PAGES STYLES */
    .info_main p {
    font: 12px/17px Arial, Helvetica, sans-serif;
}

    .info_main a {
    text-decoration: underline;
}

    .inline-right {
    display: inline-block;
    float: right;
}

    .outline_caption {
    border: 2px dotted #0000FF;
    margin: 0px;
}

    .outline_content {
    border: 2px dotted #FF0000;
    margin: 0px !important;
}

.outline_content>div {
    margin: 1px !important;
}

    iframe[name=google_conversion_frame] {
    display: none;
}

    .quantity_selection {
    float: left;
}

.quantity_selection .quantity_label {
    display: none;
}

.quantity_selection input {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 50px;
        text-align: center;
        font-size: 16px;
        height: 40px;
        line-height: 30px;
        vertical-align: middle;
        margin: 0;
    padding: 3px;
}

.quantity_selection .quantity_buttons {
        margin-left: -1px;
    float: right;
}

.quantity_selection .quantity_buttons span {
        border: 1px solid #999;
        cursor: pointer;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 20px;
        height: 20px;
        position: relative;
    background: #EEE;
}

.quantity_selection .quantity_buttons span:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 4px;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #666 transparent transparent;
}

.quantity_selection .quantity_buttons span.quantity_up {
    border-bottom: 0;
}

.quantity_selection .quantity_buttons span.quantity_up:before {
    top: 6px;
    border-width: 0 5px 5px;
    border-color: transparent transparent #666;
}

.quantity_selection .quantity_buttons span:hover {
    background-color: #FFF;
}

    .badges {
    position: fixed;
    z-index: 90;
    top: 25%;
    right: -4px;
    width: 56px;
    border-radius: 3px 0 0 3px;
}

.badges a {
    display: block;
}

.badges img {
    width: 100%;
}

.badges:hover {
    right: 0;
}

@media screen and (max-width: 1110px) {
        .badges {
        display: none;
    }
}

    @media screen and (min-width: 1011px) {
    .hide-desktop {
        display: none !important;
    }
}

    @media screen and (max-width: 1010px) {
    .hide-large {
        display: none !important;
    }
}

    @media screen and (max-width: 720px) {
    .hide-medium {
        display: none !important;
    }
}

    @media screen and (max-width: 640px) {
    .hide-small {
        display: none !important;
    }
}

    @media screen and (max-width: 480px) {
    .mobile-content {
        padding: 10px;
    }
}

    /* CATALOG SIDE NAV */
    .sidebar {
    min-height: 10px;
    border-right: 1px solid #CCC;
    margin-right: -1px;
}

    .sidenavigation,
    .content-nav {
    width: 100%;
    color: #444;
    position: relative;
}

.sidenavigation h2,
.sidenavigation h3,
.content-nav h2,
.content-nav h3 {
        font-size: 12px;
        text-transform: uppercase;
        border-bottom: 1px dashed #CCC;
        background: #F1F1F1;
        padding: 10px 10px 10px 20px;
    margin-bottom: 10px;
}

.sidenavigation h2,
.content-nav h2 {
    margin-bottom: 0;
}

.sidenavigation h4,
.content-nav h4 {
        border-top: 1px solid #CCCCCC;
        color: #32363F;
        font-family: Arial, Verdana, sans-serif;
        font-size: 13px;
        margin: 20px 10px 0;
        padding: 20px 10px 5px;
    text-transform: uppercase;
}

.sidenavigation h4:first-child,
.content-nav h4:first-child {
    margin: 0 10px;
    border: none;
}

.sidenavigation a,
.content-nav a {
        font-family: Arial, Verdana, sans-serif;
        font-size: 11px;
        text-decoration: none;
        display: block;
        color: #444;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 5px 5px 0;
    line-height: 15px;
}

.sidenavigation .selected>a,
.content-nav .selected>a {
    text-decoration: underline;
}

.sidenavigation .middle-category-list,
.content-nav .middle-category-list {
        margin: 0;
    padding-bottom: 9px;
}

.sidenavigation .middle-category-list .middle-category-item,
.content-nav .middle-category-list .middle-category-item {
    padding: 0 0 0 25px;
    position: relative;
    margin-bottom: 5px;
}

.sidenavigation .middle-category-list .middle-category-item>a,
.content-nav .middle-category-list .middle-category-item>a {
    font-weight: bold;
}

.sidenavigation .sub-category-list,
.content-nav .sub-category-list {
    margin: 0px 0px 15px 0;
}

.sidenavigation .sub-category-list .sub-category-item a,
.content-nav .sub-category-list .sub-category-item a {
    color: #555;
    padding: 2px 5px 2px 0;
}

.sidenavigation .subCategorySlider,
.sidenavigation span.nuoli,
.content-nav .subCategorySlider,
.content-nav span.nuoli {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 0;
        left: 0;
    cursor: pointer;
}

.sidenavigation .subCategorySlider:after,
.sidenavigation span.nuoli:after,
.content-nav .subCategorySlider:after,
.content-nav span.nuoli:after {
    content: '';
    position: absolute;
    left: 9px;
    top: 11px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-top: 4px solid #999;
}

.sidenavigation .subCategorySlider.open:after,
.sidenavigation span.nuoli.open:after,
.content-nav .subCategorySlider.open:after,
.content-nav span.nuoli.open:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #999;
    border-top: 0;
}

    .content-nav {
    padding-top: 5px;
}

.content-nav a {
        box-sizing: border-box;
        color: #444;
        display: block;
    font-family: Arial, Verdana, sans-serif;
        font-size: 11px;
        line-height: 15px;
        padding: 5px 5px 5px 0;
    text-decoration: none;
}

.content-nav h2 {
        margin: 0;
        padding: 0 0 0 25px;
        position: relative;
        background: transparent;
    border: 0;
}

.content-nav h2 a {
    font-weight: bold;
}

.content-nav ul {
        list-style: none;
        padding-left: 25px;
        margin-bottom: 15px;
    display: none;
}

.content-nav ul li a {
    color: #555;
    padding: 2px 5px 2px 0;
}

    .mobile-control {
    display: none;
}

    /* LIMITS LIST */
    .sidenavigation .limits-list {
    margin: 10px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 10px;
    padding: 10px;
}

.sidenavigation .limits-list h2,
.sidenavigation .limits-list li.middle-category-item {
        padding: 0;
        background: none;
    filter: none;
}

.sidenavigation .limits-list li.middle-category-item a {
        padding: 10px 25px 10px 10px;
        position: relative;
        text-align: left;
    line-height: 12px;
}

.sidenavigation .limits-list li.middle-category-item a:before {
    content: 'X';
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 10px;
    text-indent: 0;
}

.sidenavigation .limits-list h2 {
    color: #32363F;
}

.sidenavigation .limits-list p {
        color: #999999;
    font-size: 11px;
}

    .sidenavigation li.no-limits-left {
    color: #999999;
    font-size: 11px;
    padding: 10px 0 0 10px;
}

    @media screen and (max-width: 640px) {
    .sidebar {
        border-right: 0;
        margin-right: 0;
    }

    .mobile-control {
        background: #D1D1D1;
        background: linear-gradient(#FFFFFF, #D1D1D1);
        border: 1px solid #CCC;
        font-weight: bold;
        display: block;
        width: 96%;
        padding: 10px;
        margin: 0 2%;
        position: relative;
        text-align: left;
        color: #333;
    }

    .mobile-control:hover,
    .mobile-control:focus {
        outline: 0;
    }

        .mobile-control:after {
        content: '';
        border: 5px solid transparent;
        border-color: #333 transparent transparent;
        position: absolute;
        right: 10px;
        top: 15px;
    }

        .mobile-control.open {
        background: #666;
        color: #FFF;
        border-color: #666;
    }

    .mobile-control.open:after {
            border-color: transparent transparent #FFF transparent;
        border-top: 0;
    }

    .sidenavigation,
    .content-nav {
        display: none;
        position: absolute;
        z-index: 96;
        background: #EEE;
        width: 96%;
        margin: 0 2%;
        padding: 0;
        border: 1px solid #999;
        border-top: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .sidenavigation a,
        .content-nav a {
        padding: 10px 8px 10px 8px;
        line-height: 18px;
        font-size: 12px;
    }

    .sidenavigation h2,
    .sidenavigation h3,
        .content-nav h2,
        .content-nav h3 {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .sidenavigation>h2,
    .content-nav>h2 {
        display: none;
    }

        .sidenavigation .middle-category-list,
        .content-nav .middle-category-list {
        padding: 0;
    }

    .sidenavigation .middle-category-list .middle-category-item,
    .content-nav .middle-category-list .middle-category-item {
            margin: 0;
            border-top: 1px solid #DDD;
        padding: 0 0 0 30px;
    }

    .sidenavigation .middle-category-list li.no-limits-left,
    .content-nav .middle-category-list li.no-limits-left {
        padding: 10px;
    }

        .sidenavigation .limits-list,
        .content-nav .limits-list {
        padding: 10px;
    }

    .sidenavigation .limits-list li.middle-category-item,
    .content-nav .limits-list li.middle-category-item {
            margin: 0 0 5px 0;
            padding: 0;
        border: 0;
    }

        .sidenavigation .sub-category-list,
        .content-nav .sub-category-list {
        margin: 0;
    }

    .sidenavigation .sub-category-list .sub-category-item a,
    .content-nav .sub-category-list .sub-category-item a {
            padding: 8px;
        border-top: 1px dashed #DDD;
    }

        .sidenavigation .subCategorySlider,
        .sidenavigation span.nuoli,
        .content-nav .subCategorySlider,
        .content-nav span.nuoli {
        width: 30px;
        height: 38px;
    }

    .sidenavigation .subCategorySlider:after,
    .sidenavigation span.nuoli:after,
    .content-nav .subCategorySlider:after,
    .content-nav span.nuoli:after {
            top: 16px;
            left: 11px;
        border-width: 5px !important;
    }

    .sidenavigation .selected>a,
    .content-nav .selected>a {
        color: #F58220 !important;
        text-decoration: none;
    }

    .content-nav>h2 {
        display: block;
        border-top: 1px solid #DDD;
    }

    .content-nav ul {
        margin: 0;
    }

        .content-nav ul li a {
        padding: 8px;
        border-top: 1px dashed #DDD;
    }

    .facets h4 {
        margin: 0 !important;
        background: #DDD;
    }

    .facets .middle-category-list .middle-category-item {
        padding: 0 0 0 10px;
    }

    .open+.sidenavigation,
    .open+.content-nav {
        display: block;
    }
}

    /* PRODUCT THUMBNAIL STYLES */
    article.product {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 340px;
    margin: 1%;
    position: relative;
    width: 23%;
    border: 1px solid #CCC;
}

article.product .product_inner {
    background: white;
}

article.product a.product_image_link {
        text-decoration: none;
        display: block;
        overflow: hidden;
    position: relative;
}

article.product a.product_image_link .sticker_container .sticker_span {
    position: absolute;
    z-index: 2;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    top: 25px;
    right: 22%;
    font-weight: bold;
    padding: 7px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

article.product a.product_image_link .sticker_container .bg_orange {
    background: #F58220;
}

article.product a.product_image_link .sticker_container .bg_gray {
    background: #413E42;
}

article.product a.product_image_link .sticker_container .bg_green {
    background: #78C832;
}

article.product a.product_image_link .sticker_container .bg_red {
    background: #cc0000;
}

article.product a.product_image_link .sticker_container .bg_yellow {
    background: #FFE419;
}

article.product a.product_image_link .sticker_container .t_orange {
    color: #F58220;
}

article.product a.product_image_link .sticker_container .t_gray {
    color: #413E42;
}

article.product a.product_image_link .sticker_container .t_green {
    color: #78C832;
}

article.product a.product_image_link .sticker_container .t_white {
    color: white;
}

article.product a.product_image_link .sticker_container .t_black {
    color: black;
}

article.product .product_info {
        min-height: 160px;
        height: auto;
        overflow: hidden;
        margin: 0 10px;
        padding: 10px 0;
    position: relative;
}

article.product .name {
        height: 32px;
        line-height: 16px;
    overflow: hidden;
}

article.product .price_details {
        font-size: 13px;
        bottom: 10px;
        position: absolute;
        width: 156px;
        height: 34px;
        overflow: hidden;
    line-height: 18px;
}

article.product .price_details .price {
    font-size: 14px;
}

article.product img {
        display: block;
        margin: 0 auto;
        width: 100%;
    max-width: 184px;
}

article.product h4 {
        margin-bottom: 0px;
    font-size: 12px;
}

article.product h5 {
        font-size: 10px;
    color: #666;
}

article.product .product_details {
        margin: 10px 0;
        height: 30px;
    overflow: hidden;
}

article.product .product_details p {
    line-height: 15px;
}

article.product .wishlist.hide {
    display: none;
}

article.product .btn_tocart {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 10px;
        position: absolute;
        bottom: 10px;
        width: 100%;
    display: none;
}

    .slick-slide article.product {
    border: 1px solid #CCC;
    margin: 0;
    padding: 5px;
    border: 0;
    width: 100%;
    height: auto;
}

.slick-slide article.product .product_inner {
        width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.slick-slide article.product .name {
        height: auto;
        min-height: 0;
    margin-bottom: 5px;
}

.slick-slide article.product .product_details {
    display: none;
}

.slick-slide article.product .price_details {
        width: auto;
        height: auto;
        bottom: 50px;
    position: absolute;
}

.slick-slide article.product .btn_tocart {
        display: block;
        position: absolute;
    bottom: 10px;
}

    .offerdetails .unitprice {
    font-size: 16px;
}

    .offerdetails .listprice {
    font-size: 16px;
}

    #digicert {
    position: absolute;
    top: 21px;
    right: 5px;
}

    #jGrowl {
    z-index: 60000;
}

    .tuotenostot_tuotesivu .product_info h4.name {
    height: 32px;
    line-height: 16px;
}

    .tuotenostot_tuotesivu article.product:hover h4.name {
    height: 32px;
    min-height: 32px;
}

    @media screen and (min-width: 1011px) {

    /* PRODUCT THUMBNAIL HOVER */
    .no-touch .catalog.subcategory article.product:hover,
    .no-touch .catalog.topcategory article.product:hover,
    .no-touch .campaign article.product:hover,
    .no-touch .searchresult article.product:hover {
        z-index: 200;
    }

        .no-touch .catalog.subcategory article.product:hover .product_inner,
        .no-touch .catalog.topcategory article.product:hover .product_inner,
        .no-touch .campaign article.product:hover .product_inner,
        .no-touch .searchresult article.product:hover .product_inner {
        box-shadow: 0px 2px 6px #333;
    }

        .no-touch .catalog.subcategory article.product:hover .name,
        .no-touch .catalog.topcategory article.product:hover .name,
        .no-touch .campaign article.product:hover .name,
        .no-touch .searchresult article.product:hover .name {
        height: auto;
        min-height: 32px;
        overflow: hidden;
    }

        .no-touch .catalog.subcategory article.product:hover .product_details,
        .no-touch .catalog.topcategory article.product:hover .product_details,
        .no-touch .campaign article.product:hover .product_details,
        .no-touch .searchresult article.product:hover .product_details {
        height: auto;
        min-height: 65px;
    }

        .no-touch .catalog.subcategory article.product:hover .price_details,
        .no-touch .catalog.topcategory article.product:hover .price_details,
        .no-touch .campaign article.product:hover .price_details,
        .no-touch .searchresult article.product:hover .price_details {
        position: relative;
        bottom: auto;
    }

        .no-touch .catalog.subcategory article.product:hover .wishlist,
        .no-touch .catalog.topcategory article.product:hover .wishlist,
        .no-touch .campaign article.product:hover .wishlist,
        .no-touch .searchresult article.product:hover .wishlist {
        display: inline;
    }

        .no-touch .catalog.subcategory article.product:hover .wishlist.hide,
        .no-touch .catalog.topcategory article.product:hover .wishlist.hide,
        .no-touch .campaign article.product:hover .wishlist.hide,
        .no-touch .searchresult article.product:hover .wishlist.hide {
        display: none;
    }

        .no-touch .catalog.subcategory article.product:hover .btn_tocart,
        .no-touch .catalog.topcategory article.product:hover .btn_tocart,
        .no-touch .campaign article.product:hover .btn_tocart,
        .no-touch .searchresult article.product:hover .btn_tocart {
        display: block;
        position: relative;
        bottom: 0;
    }

    .touch article.product {
        height: auto;
    }

        .touch article.product .price_details {
        position: static;
    }

        .touch article.product .btn_tocart {
        display: block;
        position: static;
    }
}

    @media screen and (max-width: 1011px) {
    article.product a.product_image_link .sticker_container .sticker_span {
        right: 15%;
    }
}

    @media screen and (max-width: 1010px) {
    article.product {
        height: auto;
    }

        article.product .price_details {
        position: static;
    }

        article.product .btn_tocart {
        display: block;
        position: static;
    }
}

    @media screen and (max-width: 820px) {
    article.product {
        width: 31.3333%;
    }

        article.product a.product_image_link .sticker_container .sticker_span {
        right: 18%;
    }
}

    @media screen and (max-width: 480px) {
    article.product a.product_image_link .sticker_container .sticker_span {
        right: 15%;
        font-size: 90%;
        top: 20px;
    }
}

    @media screen and (max-width: 400px) {
    article.product {
        width: 47%;
        margin: 1.5%;
    }

        article.product a.product_image_link .sticker_container .sticker_span {
        top: 25px;
    }
}

    @media print {

    *,
    *:before,
    *:after {
        color: #000 !important;
        /* Black prints faster:
         http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    .mousetrap {
        background: transparent !important;
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

    /* FRONTPAGE */
    .frontpage #big-slider {
    width: 65%;
    max-height: 350px;
    margin: 0 0 10px;
    overflow: hidden;
    display: inline-block;
}

.frontpage #big-slider.slick-initialized {
    overflow: visible;
}

.frontpage #big-slider .slick-prev {
    left: 0px;
}

.frontpage #big-slider .slick-next {
    right: 0px;
}

.frontpage #big-slider a {
        width: 100%;
    display: block;
}

.frontpage #big-slider a img {
    width: 100%;
    max-height: 350px;
}

    .frontpage .frontpage-right-spot {
    display: inline-block;
    max-height: 350px;
    margin-left: 5px;
    vertical-align: top;
}

.frontpage .frontpage-right-spot>div {
        max-height: 170px;
        max-width: 330px;
    margin-bottom: 10px;
}

.frontpage .frontpage-right-spot>div img {
    width: 100%;
}

    .frontpage #extra-banners {
    *zoom: 1;
    margin: 0 -10px 10px;
}

.frontpage #extra-banners:after {
        content: "";
        display: table;
    clear: both;
}

.frontpage #extra-banners .banner {
        width: 50%;
        float: left;
    padding: 0 10px;
}

.frontpage #extra-banners a {
    display: block;
}

.frontpage #extra-banners a img {
    width: 100%;
}

    .frontpage .emarketingspot h2 {
    border-bottom: 1px solid #ccc;
    color: #333;
    margin: 10px 5px 20px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

    .frontpage .tuotenostot_etusivu_spotti {
    margin-bottom: 0px;
}

    .frontpage #marketing-popup-wrapper {
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
}

.frontpage #marketing-popup-wrapper img {
    width: 100%;
}

.frontpage #marketing-popup-wrapper #marketing-popup {
        display: inline-block;
        position: relative;
        max-width: 85%;
        width: 630px;
        top: 60px;
        border: 3px solid #f2f0f3;
    background-color: #FFFFFF;
}

    @media screen and (max-width: 1010px) {
    .frontpage #big-slider {
        margin-bottom: 40px;
        width: 100%;
        max-height: none;
    }

        .frontpage #big-slider a img {
        max-height: none;
    }

    .frontpage .frontpage-right-spot {
        display: flex;
        margin: 0 auto;
    }

    .frontpage .frontpage-right-spot>div:first-child {
        margin: 0 10px 0 auto;
    }

    .frontpage .frontpage-right-spot>div {
        margin: 0 auto;
        width: 50%;
        max-width: none;
        max-height: none;
    }

    .frontpage #extra-banners {
        margin: 0 0 10px;
    }

    .frontpage #marketing-popup-wrapper #marketing-popup {
        display: inline-block;
        position: relative;
        width: 85%;
        top: 60px;
        border: 3px solid #FFFFFF;
    }
}

    @media screen and (max-width: 720px) {
    .frontpage #extra-banners .banner {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    #marketing-popup-wrapper #marketing-popup {
        display: inline-block;
        position: relative;
        width: 85%;
        top: 60px;
        border: 3px solid #FFFFFF;
    }
}

    /* CATEGORY */
    #category_content h1 {
    color: #393E48;
    font-size: 18px;
    padding: 25px 10px 15px;
    border-bottom: 1px solid #CCC;
    margin: 0;
}

    #category_content #products {
    *zoom: 1;
    width: 100%;
    border-bottom: 1px solid #CCC;
    padding: 0 5px 20px;
}

#category_content #products:after {
        content: "";
        display: table;
    clear: both;
}

    #category_content .category_paging {
    padding: 10px;
    height: 21px;
    position: relative;
}

#category_content .category_paging:first-of-type {
    margin: 0 0 10px;
}

    .pagingwrap {
    margin: 0 auto;
}

.pagingprev>span,
.pagesbox>span,
.pagingnext>span {
    margin-right: 5px;
}

.pagingprev>span:hover,
.pagesbox>span:hover,
.pagingnext>span:hover {
    text-decoration: underline;
    cursor: pointer;
}

.pagesbox>span.pager-gap:hover {
    text-decoration: none;
    cursor: auto;
}

    #category_content nav .current {
    font-weight: bold;
    text-decoration: underline;
}

    .category_paging_info {
    float: right;
    line-height: 20px;
    text-align: right;
}

    .category_paging_sort {
    position: relative;
    z-index: 2;
}

    .category_paging_count {
    position: relative;
    float: right;
    margin-left: 15px;
    margin-right: 15px;
    z-index: 2;
}

    .category_paging_controls {
    line-height: 20px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
}

.category_paging_controls .prev,
.category_paging_controls .next {
        margin-bottom: -6px;
        width: 20px;
        height: 20px;
        background: #D1D1D1;
        background: linear-gradient(#FFFFFF, #D1D1D1);
        border: 1px solid #CCC;
        display: inline-block;
    position: relative;
}

.category_paging_controls .prev:before,
.category_paging_controls .next:before {
    position: absolute;
    top: 5px;
    left: 2px;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid #888;
    border-color: transparent #888 transparent transparent;
}

.category_paging_controls .next:before {
        left: 7px;
    border-color: transparent transparent transparent #888;
}

    .emarketingspot h2 {
    margin: 5px 10px;
}

    #spot-subcategory-upper {
    padding: 10px 0px 0px 10px;
}

    #ylabanneri_paakategoria_spotti,
    #campaignUpperSpot {
    margin: 10px;
}

    .ylabanneri_paakategoria_spotti {
    max-width: 790px;
    float: left;
}

.ylabanneri_paakategoria_spotti article {
        float: left;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        margin: 2px;
    margin-bottom: 5px;
}

.ylabanneri_paakategoria_spotti .product_image {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 110px;
        height: 110px;
    background-color: white;
}

.ylabanneri_paakategoria_spotti .product_info {
        width: 100%;
        height: 60px;
        overflow: hidden;
    padding-top: 10px;
}

.ylabanneri_paakategoria_spotti .product_info h6 {
        font-size: 11px;
    padding-top: 5px;
}

    div.category_description {
    padding: 0px 10px 0px 10px;
}

div.category_description img {
    width: 100%;
}

    #alabanneri_paakategoria_spotti {
    padding: 5px;
}

#alabanneri_paakategoria_spotti>div.banner-content {
        width: 50%;
        float: left;
    padding: 5px;
}

#alabanneri_paakategoria_spotti>div.banner-content img {
    width: 100%;
}

    @media screen and (max-width: 820px) {
    .category_paging_info {
        display: none;
    }
}

    @media screen and (max-width: 640px) {
    .category_paging_count {
        display: block;
        float: right !important;
        margin-right: 0px;
        margin-left: 0px;
    }

    .category_paging_controls {
        top: 35px;
        right: 5px !important;
    }

    #category_content .category_paging:first-of-type {
        margin: 0 0 20px;
    }
}

    @media screen and (max-width: 640px) {
    .category_paging_info {
        display: none;
    }

    .category_paging_controls {
        left: auto;
        right: 10px;
        width: auto;
    }

    .category_paging_count {
        float: none;
    }

    .category_paging_count .text {
        display: inline;
    }
}

    @media screen and (max-width: 480px) {
    #alabanneri_paakategoria_spotti>div.banner-content {
        width: 100%;
    }
}

    /* PRODUCT PAGE */
    #catalogentry-content {
    margin-bottom: 8px;
    *zoom: 1;
}

#catalogentry-content:after {
        content: "";
        display: table;
    clear: both;
}

#catalogentry-content .mobile-header {
    display: none;
}

#catalogentry-content .content-left {
        float: left;
        width: 45%;
    padding: 10px 20px 0 10px;
}

#catalogentry-content .content-left .images {
    padding-bottom: 20px;
    position: relative;
    z-index: 97;
}

#catalogentry-content .content-left .images #product_img {
    margin: 0 auto;
    max-width: 100%;
}

#catalogentry-content .content-left .images #lightbox {
    position: absolute;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: url("../images/search_icon.png") no-repeat scroll center center #CCC;
    margin: -55px 0 0 10px;
    z-index: 1000;
}

#catalogentry-content .content-left .images .extra_images {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 -5px;
    *zoom: 1;
}

#catalogentry-content .content-left .images .extra_images:after {
    content: "";
    display: table;
    clear: both;
}

#catalogentry-content .content-left .images .extra_images div {
    display: block;
    float: left;
    padding: 5px;
    width: 25%;
}

#catalogentry-content .content-left .images .extra_images div::first-child {
    margin-left: 0;
}

#catalogentry-content .content-left .images .extra_images div img {
    width: 100%;
    border: 1px solid #A3A4A6;
    margin: 0 auto;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#catalogentry-content .content-left .cloud-zoom {
    margin-bottom: 10px;
}

#catalogentry-content .content-right {
        width: 55%;
        height: 100%;
        float: left;
        padding: 10px 10px 0 0;
    position: relative;
}

#catalogentry-content .content-right>header {
    margin-bottom: 20px;
    padding-right: 70px;
}

#catalogentry-content .content-right .name {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 4px;
    margin-top: 20px;
    width: 100%;
    color: #333;
}

#catalogentry-content .content-right h3.manufacturer {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 4px;
}

#catalogentry-content .content-right .price {
    font-size: 20px;
}

#catalogentry-content .content-right .offerdetails {
    margin: 0 0 20px 0;
}

#catalogentry-content .content-right .offerdetails .unitprice {
    color: #AAAAAA;
}

#catalogentry-content .content-right .partnumber {
    margin-top: 0px;
    color: #666;
}

#catalogentry-content .content-right section.description {
    margin-bottom: 20px;
    padding-right: 70px;
}

#catalogentry-content .content-right .info-images {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 40px;
}

#catalogentry-content .content-right .info-images img {
    margin-bottom: 5px;
}

#catalogentry-content .content-right .selection-area {
    height: auto;
    margin: 0 0 20px;
}

#catalogentry-content .content-right .selection-area #addtocart {
    float: left;
    height: 40px;
    display: block;
    margin: 0;
}

#catalogentry-content .content-right .selection-area .availability {
    font-size: 11px;
    clear: both;
}

#catalogentry-content .content-right .selection-area .availability h5 {
    font-size: 13px;
    margin-bottom: 3px;
}

#catalogentry-content .content-right .stock-status {
    margin: 0 0 15px 0;
}

#catalogentry-content .content-right .stock-status .instock,
#catalogentry-content .content-right .stock-status .outofstock,
#catalogentry-content .content-right .stock-status .deliveried {
    padding-left: 20px;
    color: #5d9a00;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
    display: block;
}

#catalogentry-content .content-right .stock-status .instock:before,
#catalogentry-content .content-right .stock-status .outofstock:before,
#catalogentry-content .content-right .stock-status .deliveried:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #5d9a00;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

#catalogentry-content .content-right .stock-status .outofstock {
    color: #eb1010;
}

#catalogentry-content .content-right .stock-status .outofstock:before {
    background: #eb1010;
}

#catalogentry-content .content-right #delivery-time {
    display: block;
    padding-left: 20px;
    margin: 5px 0 20px;
    color: #666;
}

#catalogentry-content .content-right .storeavailability {
    margin-bottom: 20px;
}

#catalogentry-content .content-right .storeavailability p {
    margin-bottom: 5px;
}

    #catalogentry-content .actions {
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 20px;
}

    #catalogentry-content .actions a:hover {
    background-color: #E1E1E1;
}

    #catalogentry-content .actions span {
    margin-right: 10px;
    vertical-align: middle;
}

    #catalogentry-content .actions .wishlist {
    float: right;
}

    #sendpagemail_form {
    border-top: 1px solid #999999;
    padding-top: 10px;
}

    .sendpagemail label {
    display: block;
    float: left;
    font-weight: bold;
    margin-bottom: 3px;
    margin-right: 10px;
    padding: 6px 0;
    width: 190px;
}

    .sendpagemail input {
    float: right;
    height: 20px;
    margin-bottom: 10px;
    width: 280px;
}

    .sendpagemail textarea {
    margin-bottom: 10px;
    padding: 5px;
    float: right;
    border: 1px solid #999999;
    border-radius: 4px 4px 4px 4px;
    height: 67px;
    width: 276px;
}

    .sendpagemail label.error {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 20px;
    left: 0;
}

    .sendpagemail div.clearfix {
    position: relative;
}

    .sendpagemail button {
    float: right;
}

    /* Attribute buttons general styles */
    .attribute_selection {
    padding: 0 0 10px;
    clear: both;
    margin: 0 0 10px 0;
    width: 100%;
    border-bottom: 1px solid #CCC;
}

.attribute_selection h4 {
        font-size: 12px;
        font-weight: normal;
        float: left;
        margin: 5px 5px 0 0;
    min-width: 30px;
}

.attribute_selection button {
        position: relative;
        float: left;
        text-align: center;
        margin-right: 5px;
        font-size: 12px;
        outline: none;
        cursor: pointer;
        padding: 4px 10px;
    min-width: 0;
}

.attribute_selection .value_buttons {
    float: left;
}

.attribute_selection button.attached {
        color: #FFF !important;
        border: 1px solid #5d9a00;
        background: #9bc31b;
        /* for non-css3 browsers */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bc31b', endColorstr='#61b130');
        /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#9bc31b), to(#61b130));
        /* for webkit browsers */
        background: -moz-linear-gradient(top, #9bc31b, #61b130);
        /* for firefox 3.6+ */
        text-shadow: 0px -1px 1px #63ac6e;
        -moz-box-shadow: inset 1px 1px 3px #5d9a00;
        -webkit-box-shadow: inset 1px 1px 3px #5d9a00;
    box-shadow: inset 1px 1px 3px #5d9a00;
}

    .attribute_select {
    margin-right: 10px;
}

    /* Styles for attribute selects */
    .attribute {
    margin: 0 10px 10px 0;
    float: left;
}

.someButtons>* {
    margin-right: 10px;
    font-size: 13px;
    color: #666;
    float: left;
}

.someButtons>*:last-child {
    margin: 0;
}

.someButtons>a,
    .someButtons .wishlist {
    vertical-align: middle;
    display: block;
    float: left;
    padding: 4px 4px 4px 28px;
    cursor: pointer;
    position: relative;
}

    .someButtons a.link_print:before {
    content: '';
    width: 23px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    background: 0 -894px no-repeat url("../images/image-sprite.png");
}

    .someButtons a.link_mail:before {
    content: '';
    width: 23px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    background: 0 -867px no-repeat url("../images/image-sprite.png");
}

    /* BUNDLE specific styles */
    .bundle .componentlist article {
    border-top: 1px dotted black;
    border-bottom: 1px dotted black;
}

    .bundle .componentlist figure {
    float: left;
    height: 100px;
    font-size: 10px;
    width: 100px;
}

.bundle .componentlist figure>img {
        border-bottom: 1px solid #A3A4A6;
        border-right: 1px solid #A3A4A6;
        border-top: 1px solid #A3A4A6;
        margin-bottom: -4px;
        margin-right: -3px;
        padding: 0;
    width: 99px;
}

    .bundle .componentlist .selections {
    float: left;
    width: 100px;
    height: 150px;
}

    .bundle .componentlist .description {
    float: left;
    font-size: 10px;
    margin-left: 10px;
    width: 300px;
    height: 150px;
}

    .bundle .componentlist .price {
    width: 100px;
    float: left;
    font-size: 10px;
    height: 150px;
}

.bundle .componentlist .price * {
        font-size: 14px;
        text-align: center;
    margin-top: 20px;
}

    .bundle #catalogentry-content .componentlist .selections .quantity_selection {
    height: 49px;
    width: 70px;
}

    /* MEGALIST specific styles */
    .product .megalist header {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

    .product .megalist article {
    margin-top: 2px;
    height: 100px;
    width: 100%;
    border: 1px dotted black;
}

    .product .megalist .quantity {
    width: 70px;
}

.product .megalist .quantity .quantity_selection {
        margin-top: 40px;
    margin-left: 10px;
}

    .product .megalist .description {
    width: 450px;
}

.product .megalist .description h2 {
        margin-left: 20px;
    font-size: 14px;
}

.product .megalist .description h3 {
    margin-left: 20px;
}

.product .megalist .description figure {
    width: 100px;
}

    .product .megalist .offer {
    width: 100px;
    float: right;
    text-align: center;
}

.product .megalist figure>img {
    border-bottom: 1px solid #A3A4A6;
    border-right: 1px solid #A3A4A6;
    border-top: 1px solid #A3A4A6;
    margin-bottom: -4px;
    margin-right: -3px;
    padding: 0;
    width: 99px;
}

    .product .megalist .attributes,
    body.product .megalist .availability {
    margin-left: 20px;
    margin-right: 20px;
}

    /* DISCOUNTS */
    section.discounts {
    margin-top: 10px;
    padding: 10px;
    background: #F4F4F4;
    border-radius: 6px;
}

    .product section.discounts {
    margin-left: 0;
    background: transparent;
    padding: 0;
}

    section.discounts h3 {
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 14px;
}

    section.discounts ul {
    list-style: none;
}

    section.discounts .longdesc {
    display: none;
}

    /* RELATED PRODUCTS */
    .additionalProducts {
    padding: 10px;
    clear: both;
}

.additionalProducts>h4 {
        margin: 60px 0 10px 0;
        padding: 0 0 10px;
        color: #333;
        font-size: 18px;
        border-bottom: 1px solid #CCC;
    text-transform: uppercase;
}

.additionalProducts .article.product {
    box-shadow: none !important;
}

.additionalProducts .btn_tocart {
    display: none !important;
}

    /* TABS */
    #tabarea #productTabs {
    list-style: none;
    padding-left: 10px;
    margin-bottom: -1px;
}

#tabarea #productTabs li {
        cursor: pointer;
        float: left;
        color: #333;
        padding: 10px;
        margin-right: 5px;
        border: 1px solid #999;
    background: #CCC;
}

#tabarea #productTabs li.selected {
    cursor: default;
    border: 1px solid #999;
    border-bottom-color: #FFF;
    background: #FFF;
}

    #tabarea .tabContent {
    padding: 15px;
    height: 100%;
    display: none;
    border-top: 1px solid #999;
}

#tabarea .tabContent p,
#tabarea .tabContent ul li {
    line-height: 18px;
}

#tabarea .tabContent.selected {
    display: block;
}

#tabarea .tabContent ul {
    list-style-position: inside;
}

#tabarea .tabContent .productLinks {
    list-style: none outside none;
}

#tabarea .tabContent .productLinks li {
    border-top: 1px dashed #ccc;
}

#tabarea .tabContent .productLinks li:first-child {
    border: 0;
}

#tabarea .tabContent .productLinks li a {
    display: inline-block;
    color: #136096;
    padding: 5px;
}

    /* STORE AVAILABILITY */
    .storeavailability #geonode_selection {
    min-width: 144px;
    line-height: 30px;
    height: 30px;
    padding: 5px;
}

    .storeavailability .store_availabilities {
    margin: 10px 0 20px;
}

    .storeavailability .store_availability_row {
    padding-top: 10px;
    border-top: 1px dotted #CCC;
}

    .storeavailability .store_name {
    width: 150px;
    display: inline-block;
}

    .storeavailability .store_address {
    color: #666;
}

    .storeavailability .instock .store_availability {
    color: #5d9a00;
    font-weight: bold;
}

    .storeavailability .outofstock .store_availability {
    color: #eb1010;
    font-weight: bold;
}

    .storeavailability img#starkkikortti_productpage,
    .storeavailability img#starkkikortti_min {
    width: 40px;
}

    .storeavailability img#starkkikortti_productpage {
    margin: 0 20px 0 0;
}

    .storeavailability .ownprice_text {
    color: #5D9A00;
    height: 20px;
}

    @media screen and (max-width: 1010px) {
    #catalogentry-content .content-left .images #wrap:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
    }

    #catalogentry-content .content-left .images #wrap .mousetrap {
        display: none !important;
    }

    .storeavailability .store_availability {
        display: block;
        float: right;
        max-width: 180px;
    }
}

    @media screen and (max-width: 720px) {
    #catalogentry-content .mobile-header {
        display: block;
        clear: both;
    }

        #catalogentry-content .mobile-header .name {
        font-size: 21px;
        font-weight: normal;
        margin-bottom: 4px;
        margin-top: 0;
        width: 100%;
        color: #333;
    }

        #catalogentry-content .mobile-header .partnumber {
        margin-top: 0px;
        color: #666;
    }

    #catalogentry-content .content-left {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }

        #catalogentry-content .content-left .images {
        *zoom: 1;
    }

    #catalogentry-content .content-left .images:after {
            content: "";
            display: table;
        clear: both;
    }

    #catalogentry-content .content-left .images #wrap {
            float: left;
            width: 84%;
        margin-right: 1%;
    }

    #catalogentry-content .content-left .images .extra_images {
            margin: 0;
            float: left;
        width: 15%;
    }

    #catalogentry-content .content-left .images .extra_images div {
        width: 100%;
        padding: 0;
        float: none;
        margin-bottom: 5px;
    }

    #catalogentry-content .content-right {
        width: 100%;
        padding: 0;
    }

    #catalogentry-content .content-right>header {
        display: none;
    }

    #catalogentry-content #lightbox {
        display: none !important;
    }

    .someButtons {
        padding: 20px 0;
        border: 1px dashed #999;
        border-width: 1px 0;
    }
}

    @media screen and (max-width: 540px) {
    .storeavailability .store_availability_row {
        position: relative;
        padding-bottom: 25px;
    }

    .storeavailability .store_availability {
        display: block;
        float: none;
        max-width: 100%;
        position: absolute;
        bottom: 5px;
    }

    .storeavailability .store_name {
        max-width: 100%;
    }
}

    /* CHECKOUT */
    .checkout #content {
    padding: 20px;
    border: 1px solid #CCC;
    border-top: 0;
    box-shadow: none;
    margin: 0 auto 60px;
}

    #shoppingcart {
    padding-bottom: 60px;
}

    /* FLOW-PROGRESS */
    #checkout-header {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    background: #32363F;
    color: #FFF;
    *zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #CCC;
    border-bottom: 0;
}

#checkout-header:after {
        content: "";
        display: table;
    clear: both;
}

#checkout-header h1 {
    display: none;
}

#checkout-header.order_view h1 {
        display: block;
    width: auto;
}

#checkout-header #flow-progress-nav li {
        width: 20%;
        display: block;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 5px;
        text-align: center;
        text-transform: uppercase;
    font-size: 16px;
}

#checkout-header #flow-progress-nav li span,
#checkout-header #flow-progress-nav li a {
    font-weight: bold;
    color: #AAA;
}

#checkout-header #flow-progress-nav li.current {
    background: #FFF;
}

#checkout-header #flow-progress-nav li.current span {
    color: #333;
}

    /* ORDER ITEMS */
    #order_items_table {
    width: 100%;
    border-collapse: collapse;
}

#order_items_table .mobile-info {
    display: none;
}

#order_items_table thead {
    background: #ddd;
}

#order_items_table thead .cart_product_id {
    width: 65px;
}

#order_items_table thead .cart_product_amount {
    width: 70px;
}

#order_items_table thead .cart_unit_price {
    width: 90px;
}

#order_items_table thead .cart_product_discount {
    width: 65px;
}

#order_items_table thead .cart_total_price {
    width: 65px;
}

#order_items_table thead .cart_product_delivery {
    width: 150px;
}

#order_items_table td,
#order_items_table th {
        text-align: left;
        padding: 10px;
    font-weight: normal;
}

#order_items_table .cart_product_info {
    padding: 10px;
}

#order_items_table .cart_product_delivery {
    padding: 10px 0 10px 10px;
}

#order_items_table .cart_product_delivery button {
    margin-left: 5px;
}

#order_items_table th {
    padding: 0 10px;
}

#order_items_table .product_image_container {
        width: 80px;
        height: 80px;
    float: left;
}

#order_items_table .product_image {
        margin: 0 auto;
        display: block;
    width: 100%;
}

#order_items_table td {
        border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

#order_items_table td:first-child {
    border-left: none;
}

#order_items_table tbody tr:first-child td {
    border-top: none;
}

#order_items_table .cart_product_info h2,
#order_items_table .cart_product_info h4,
#order_items_table .mobile-info {
        margin-bottom: 5px;
    margin-left: 90px;
}

#order_items_table .cart_product_info h2 {
    font-size: 16px;
}

    .cart_total_price p,
    .order_infolinks p {
    margin: 0;
}

    .attribute_list {
    list-style: none;
    margin-left: 90px;
}

    .attribute_list .stock-status {
    margin-top: 10px;
}

    .attribute_list .stock-status .outofstock {
    background: #eb1010;
    border: 1px solid #bb0000;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 6px;
}

    li.discountentry {
    margin-left: 20px;
    position: relative;
    margin-top: 2px;
}

li.discountentry img {
        position: absolute;
    left: -20px;
}

li.discountentry .shortdesc {
        min-height: 20px;
        display: inline-block;
        font-size: 11px;
    margin-top: 1px;
}

    .order_items_header {
    height: 40px;
}

    .action_buttons button {
    margin-left: 10px;
}

.action_buttons button:first-child {
    margin: 0;
}

    #registration_cancel {
    margin-right: 10px;
}

    .free_gift_selections {
    margin: 0 0 10px;
    border: 1px solid #CCC;
    background-color: #eee;
}

.free_gift_selections .free_gift_selection {
    padding: 10px;
}

.free_gift_selections .free_gift_selection .free_gift_infotext {
    font-weight: bold;
    margin: 0 10px 5px 0;
    display: inline-block;
}

    .free_gift_selection_dialog {
    display: none;
}

.free_gift_selection_dialog .free_gift_items {
    padding: 10px;
}

.free_gift_selection_dialog .free_gift_items .free_gift {
    margin: 0 0 10px 0;
}

.free_gift_selection_dialog .free_gift_items div {
    float: left;
    padding: 15px;
}

.free_gift_selection_dialog .free_gift_items div.free_gift_product_price {
    float: right;
    font-weight: bold;
}

    /* PROMOTION CODES */
    .promotion_codes {
    float: left;
    margin: 0 0 1% 0;
    width: 54%;
    border: 1px solid #CCC;
    min-height: 130px;
    background: #eee;
}

.promotion_codes .promotion_code_list {
    background: #FFF;
}

.promotion_codes .promotion_code_list button {
    position: absolute;
    top: 10px;
    right: 10px;
}

.promotion_codes .promotion_code_list article {
    position: relative;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #CCC;
}

.promotion_codes .promotion_code_list article span {
    display: block;
    width: 450px;
}

.promotion_codes .discount_input_cont {
    margin: 20px 10px 0 10px;
}

.promotion_codes .discount_logo {
        float: left;
    margin: 0 10px;
}

.promotion_codes .promotioncode {
        text-transform: uppercase;
    font-weight: bold;
}

.promotion_codes label {
        width: 180px;
        padding-right: 10px;
    float: left;
}

.promotion_codes input {
        width: 200px;
    margin-right: 10px;
}

.promotion_codes #delivery_info {
        color: #FFF;
        font-weight: bold;
        margin: 10px;
        padding: 15px;
        font-size: 13px;
        background: #888;
    text-align: center;
}

    .order_summary {
    float: right;
    width: 45%;
    border: 1px solid #CCC;
    margin: -1px 0 10px 0;
    padding: 10px;
    text-align: right;
    min-height: 130px;
    background-color: #eee;
}

.order_summary>table {
    float: right;
}

.order_summary>table td {
    text-align: left;
    width: 110px;
}

.order_summary th {
        padding-right: 10px;
        vertical-align: top;
        text-align: right;
    position: relative;
}

.order_summary .summary {
        font-size: 1.2em;
    font-weight: bold;
}

.order_summary .summary * {
    padding-top: 5px;
}

.order_summary .tax_summary {
        color: grey;
        font-size: 11px;
        padding-right: 10px;
    font-weight: normal;
}

    #shoppingcart #content {
    border-bottom: 0;
    margin-bottom: 0;
}

    /* ORDER FLOW ACTION BUTTONS */
    #shoppingcart footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 970px;
    margin: 0 auto;
    background: #FFF;
    padding: 20px;
    border: 1px solid #CCC;
    border-top: 0;
}

    .flow_action {
    *zoom: 1;
    padding: 10px 0;
}

.flow_action:after {
        content: "";
        display: table;
    clear: both;
}

    .forward {
    float: right;
    padding-right: 10px;
}

    .back {
    float: left;
    padding-left: 10px;
}

    /* DELIVERY/BILLING ADDRESS */
    .addShippingAddress {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
    padding: 10px;
}

    #shipping-billing-form {
    *zoom: 1;
}

#shipping-billing-form:after {
        content: "";
        display: table;
    clear: both;
}

    #shipping-billing-form p {
    margin: 0;
}

    .userdetails_fields {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    width: 50%;
    /* ORDER SUMMARY PAGE */
}

.userdetails_fields h3 {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: normal;
        margin-bottom: 10px;
        background: transparent;
        border: none;
    padding: 0;
}

.userdetails_fields input {
        max-width: 200px;
    display: inline-block;
}

.userdetails_fields p {
    margin: 0;
}

.userdetails_fields p span {
        line-height: 18px;
        vertical-align: middle;
    display: inline-block;
}

.userdetails_fields p span:first-child,
.userdetails_fields p label:first-child {
        width: 110px;
        font-weight: bold;
        font-size: 11px;
        color: #333;
        padding: 0 10px 0 0;
        border: 1px solid #FFF;
    display: inline-block;
}

.userdetails_fields p label:first-child {
        width: 110px;
        float: left;
    line-height: 30px;
}

    #changeBillingButton {
    margin-top: 20px;
}

    .checkout hr {
    border-top: 1px solid #ccc;
    margin: 20px -18px;
}

    .shipping-header a {
    font-size: 12px;
    float: right;
}

    article.box {
    *zoom: 1;
    border-top: 1px solid #CCCCCC;
    padding: 20px 0;
}

article.box:after {
        content: "";
        display: table;
    clear: both;
}

article.box:first-of-type {
    border: 0;
}

article.box .shipping_ident {
        float: left;
        width: 40%;
    padding-right: 10px;
}

article.box .shipping_price {
        float: left;
    width: 15%;
}

article.box .shipping_additional {
        float: left;
    width: 45%;
}

article.box .shipping_product_info_missing {
        width: auto;
        float: none;
        padding: 20px 20px 10px 20px;
        border: 1px solid #CC0000;
    background: #FFEEEE;
}

article.box .shipping_product_info_missing a {
    color: #0000EE;
}

article.box b {
    margin-right: 10px;
}

article.box select {
        border: 1px solid #999;
    min-width: 120px;
}

article.box.text-areas>div {
        float: left;
        width: 50%;
    padding: 0 0 0 10px;
}

article.box.text-areas>div:first-child {
    padding: 0 10px 0 0;
}

article.box.text-areas>div p:first-child {
    margin: 0;
}

article.box.text-areas>div textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #999;
    width: 100%;
}

#itellaEconomyLocation+p {
    margin: 10px 0;
    max-width: 250px;
    font-size: 11px;
    color: #333;
}

    #economySearch {
    max-width: 100px;
}

    .shipping_info small {
    color: #666;
}

    .reference label {
    float: left;
}

    .reference input {
    width: 200px;
    float: left;
}

    .shipping_summary {
    min-height: 0;
}

.shipping_summary p span {
        display: inline-block;
    width: 700px;
}

.shipping_summary p span:first-child {
    display: inline-block;
    margin-right: 10px;
    width: 190px;
    font-weight: bold;
    vertical-align: top;
}

    .accept-terms {
    text-align: right;
}

.accept-terms label {
    margin: 0 0 0 5px;
}

.accept-terms a {
    font-weight: bold;
}

    .summary-products {
    *zoom: 1;
}

.summary-products:after {
        content: "";
        display: table;
    clear: both;
}

.summary-products .order_summary {
        min-height: 0;
    padding-bottom: 40px;
}

    .payment_title {
    position: absolute;
}

    .payment_logos {
    width: 75%;
    margin-left: 25%;
    *zoom: 1;
}

.payment_logos:after {
        content: "";
        display: table;
    clear: both;
}

.payment_logos>a,
.payment_logos>div>a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        float: left;
        text-align: center;
        padding: 8px 5px;
        margin: 0 10px 10px 0;
        font-size: 11px;
        min-height: 56px;
        min-width: 150px;
        border: 1px solid #DDD;
        box-shadow: 0px 0px 0px #FFF;
    transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.payment_logos>a:hover,
.payment_logos>div>a:hover {
    border-color: #999;
    box-shadow: 0px 2px 4px #CCC;
}

.payment_logos>div {
    clear: both;
}

    .svea_payment_infos {
    display: block;
    padding-top: 5px;
}

.svea_payment_infos>a:hover {
    text-decoration: underline;
}

    .checkout #content.order-submitted {
    border-top: 1px solid #CCC;
}

    .confirmation_box {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    clear: both;
}

.confirmation_box h2 {
        margin: 0 auto 10px;
        position: relative;
        text-align: center;
    font-size: 20px;
}

.confirmation_box h4 {
        font-size: 14px;
        line-height: 21px;
        margin: 0 0 20px;
    font-weight: normal;
}

.confirmation_box button {
    margin: 0 5px;
}

.confirmation_box #note {
        font-weight: normal;
        margin-top: 20px;
        padding: 20px 15% 0;
        text-align: center;
    border-top: 1px solid black;
}

.confirmation_box #note a {
    text-decoration: underline;
}

    @media screen and (max-width: 1010px) {

    .checkout #checkout-header,
    .checkout #content,
    .checkout #shoppingcart>footer {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

    /* FLOW-PROGRESS */
    #checkout-header #flow-progress-nav li {
        font-size: 12px;
    }

    #order_items_table {
        display: block;
    }

        #order_items_table .hide-desktop {
        margin-bottom: 5px;
        color: #666;
    }

        #order_items_table .mobile-info {
        display: block;
    }

    #order_items_table .mobile-info p {
            color: #666;
        margin-bottom: 5px;
    }

    #order_items_table .mobile-info p span {
        font-weight: bold;
        color: #333;
    }

        #order_items_table .attribute_list li {
        color: #666;
        margin-bottom: 5px;
    }

    #order_items_table .attribute_list li span {
            font-weight: bold;
        color: #333;
    }

        #order_items_table thead {
        display: none;
    }

        #order_items_table tbody {
        display: block;
    }

    #order_items_table tbody tr {
            position: relative;
            display: block;
            *zoom: 1;
        border-bottom: 1px solid #CCC;
    }

    #order_items_table tbody tr:after {
        content: "";
        display: table;
        clear: both;
    }

    #order_items_table tbody tr td {
        position: relative;
        border: 0;
        display: block;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #order_items_table tbody tr td.cart_product_info {
        padding: 10px 10px 10px 0;
        width: 50%;
    }

    #order_items_table tbody tr td.cart_product_amount .quantity_selection {
        margin: 0;
    }

    #order_items_table tbody tr td.cart_product_delivery {
        padding: 0;
        position: absolute;
        top: 10px;
        right: 0;
    }

    #order_items_table tbody tr td.cart_product_delivery button {
        border-radius: 50%;
        height: 21px;
        width: 21px;
        margin-left: 5px;
        overflow: hidden;
        text-indent: -100px;
        position: relative;
    }

    #order_items_table tbody tr td.cart_product_delivery button:before {
        content: "X";
        font-size: 10px;
        font-weight: bold;
        position: absolute;
        left: 6px;
        top: 3px;
        text-indent: 0;
    }

    .free_gift_selections {
        border-width: 0 1px 1px;
    }

    .promotion_codes,
    .order_summary {
        min-height: 150px;
    }

    .promotion_codes label {
        width: 100%;
        padding: 0;
        margin-bottom: 5px;
    }

    .promotion_codes #delivery_info {
        font-size: 12px;
        padding: 10px;
    }

    .order_summary .tax_summary {
        position: absolute;
        right: 0;
        top: 20px;
        width: 200px;
    }

    .userdetails_fields input.error+label.error {
        display: block !important;
        margin: -5px 0 10px 120px !important;
    }

    .payment_logos>a,
    .payment_logos>div>a {
        width: 24%;
        min-width: 120px;
        margin-right: 1%;
    }
}

    @media screen and (max-width: 795px) {

    .promotion_codes,
    .order_summary {
        width: 100%;
        margin: -1px 0 10px;
        min-height: 0;
    }

    .order_summary .tax_summary {
        position: static;
        width: auto;
    }

    .userdetails_fields input {
        display: block;
        clear: both;
    }

    .userdetails_fields input.error+label.error {
        margin: -5px 0 5px 0 !important;
    }
}

    @media screen and (max-width: 720px) {

    /* FLOW-PROGRESS */
    #checkout-header {
        border: 1px solid #32363f;
        border-bottom: 0;
    }

        #checkout-header h1 {
        display: block;
        float: left;
        padding: 9px 10px;
        font-size: 14px;
        margin: 0;
    }

        #checkout-header #flow-progress-nav {
        float: right;
        width: auto;
    }

    #checkout-header #flow-progress-nav li {
        font-size: 12px;
    }

    #checkout-header #flow-progress-nav li:before {
        content: '1';
        padding: 5px;
    }

    #checkout-header #flow-progress-nav li.current:before {
        color: #333;
    }

    #checkout-header #flow-progress-nav li span,
    #checkout-header #flow-progress-nav li a {
        display: none;
    }

    #checkout-header #flow-progress-nav li#state_1:before {
        content: '2';
    }

    #checkout-header #flow-progress-nav li#state_2:before {
        content: '3';
    }

    #checkout-header #flow-progress-nav li#state_3:before {
        content: '4';
    }

    #checkout-header #flow-progress-nav li#state_4:before {
        content: '5';
    }

    #order_items_table tbody tr td.cart_product_info {
        width: 100%;
        padding: 10px 30px 10px 0;
    }

    #order_items_table tbody tr td.cart_product_amount,
    #order_items_table tbody tr td.cart_unit_price,
    #order_items_table tbody tr td.cart_total_price,
    #order_items_table tbody tr td.cart_product_discount {
        height: 80px;
        margin-bottom: 10px;
    }

    article.box .shipping_ident {
        width: 75%;
        padding-right: 0;
    }

    article.box .shipping_price {
        width: 25%;
        text-align: right;
    }

    article.box .shipping_additional {
        float: none;
        clear: both;
        width: 100%;
    }

    article.box.text-areas>div {
        float: none;
        width: 100%;
        padding: 0 !important;
    }

    .payment_title {
        position: relative;
        margin-bottom: 10px;
    }

    .payment_logos {
        width: 100%;
        margin-left: 0;
    }

    .confirmation_box {
        padding: 15px;
    }

        .confirmation_box #note {
        padding: 20px 10px 0;
    }
}

    @media screen and (max-width: 590px) {
    .order_infolinks {
        margin-bottom: 20px;
    }

    .action_buttons {
        float: none;
        width: 100%;
        clear: both;
    }

        .action_buttons button {
        margin-left: 0;
    }

        .action_buttons .btn_black {
        width: 50%;
        font-size: 10px;
    }

    .action_buttons .btn_black:first-child {
        border-right: 1px solid #FFF;
    }

        .action_buttons .submit {
        width: 100%;
        clear: both;
        margin-top: 10px;
    }

    .userdetails_fields {
        padding: 10px;
        width: 100%;
    }

        .userdetails_fields input {
        max-width: 280px;
    }

        .userdetails_fields h3 {
        margin: 0;
    }

    .svea_payment_logos>div>div {
        clear: left;
        margin-bottom: 25px;
    }
}

    @media screen and (max-width: 480px) {
    #shoppingcart {
        padding-bottom: 30px;
    }

    .checkout #content {
        padding: 10px 0;
    }

    #order_items_table tbody tr td.cart_product_info {
        padding: 10px 5px 0;
    }

        #order_items_table tbody tr td.cart_product_info .product_image_container {
        width: 50px;
        height: 50px;
    }

        #order_items_table tbody tr td.cart_product_info h2 {
        font-size: 14px;
    }

    #order_items_table tbody tr td.cart_product_info h2,
    #order_items_table tbody tr td.cart_product_info .mobile-info,
    #order_items_table tbody tr td.cart_product_info .attribute_list {
        margin-left: 60px;
    }

    #order_items_table tbody tr td.cart_product_info>div {
        padding-bottom: 5px;
    }

        #order_items_table tbody tr td.cart_product_info h2 {
        padding-right: 40px;
    }

    #order_items_table tbody tr td.cart_product_amount,
    #order_items_table tbody tr td.cart_unit_price,
    #order_items_table tbody tr td.cart_total_price,
    #order_items_table tbody tr td.cart_product_discount {
        margin: 0;
        background: transparent;
        border: 0;
        padding: 10px 5px;
        height: auto;
    }

    #order_items_table tbody tr td.cart_product_discount {
        clear: both;
        min-width: 74px;
    }

    #order_items_table tbody tr td.cart_product_amount {
        padding-left: 10px;
    }

    #order_items_table tbody tr td.cart_product_delivery {
        right: 10px;
        top: 15px;
    }

    #order_items_table tbody tr td:nth-child(3),
    #order_items_table tbody tr td.cart_product_discount {
        margin-left: 65px;
        padding-left: 0;
    }

    .order_item {
        padding: 10px 0;
    }

    .free_gift_selections {
        border-width: 0 0 1px;
        margin-bottom: 0;
    }

    .promotion_codes,
    .order_summary {
        margin: -1px 0 0 0;
        border-width: 0 0 1px;
    }

    .order_summary {
        padding-bottom: 30px;
    }

        .order_summary .tax_summary {
        position: absolute;
        left: 0;
        top: 20px;
        width: 200px;
        text-align: left;
    }

    #shoppingcart footer {
        padding: 20px 10px;
    }

    .checkout #content .basic-header {
        margin: 10px;
    }

    .addShippingAddress {
        border-width: 1px 0;
    }

    .flow_action {
        padding: 10px;
    }

        .flow_action button {
        width: 50%;
    }

    .checkout hr {
        margin: 20px 0;
    }

    article.box {
        padding: 20px 10px;
        border-style: dashed;
    }

    .shipping-header a {
        display: block;
        float: none;
        line-height: 14px;
    }

    .accept-terms {
        padding: 0 10px 10px 0;
    }

    .userdetails_fields {
        /* ORDER SUMMARY PAGE */
    }

        .userdetails_fields p span:first-child {
        color: #999999;
        display: block;
        width: 100%;
    }
}

    @media screen and (max-width: 380px) {

    .action_buttons button.btn_black,
    .action_buttons button,
    .flow_action button.btn_black,
    .flow_action button {
        width: 100%;
        border: 0;
        margin-bottom: 5px;
    }
}

    a.back_to_orders {
    clear: both;
    float: none;
    margin: 8px 0;
    display: block;
    max-width: 200px;
}

    .emptyCart {
    margin: 10px 0;
    font-weight: normal;
}

    .checkout_content {
    margin: 30px 0;
}

    .shipping_price p {
    margin: 0;
}

    /* COUPONS & PROMOTIONS */
    .active_coupons {
    border-collapse: collapse;
}

    .coupons,
    .promotions {
    border: 1px solid #CCCCCC;
    background: #eee;
    margin: 0 10px 10px;
    padding: 10px;
}

    .coupons h2,
    .promotions h2 {
    margin-bottom: 10px;
}

    .coupons_table,
    .promotions_table,
    .active_coupons {
    text-align: left;
    padding-bottom: 15px;
    width: 100%;
    border-collapse: collapse;
}

    .coupons_table td,
    .promotions_table td,
    .active_coupons td {
    padding: 5px 10px;
}

    .coupons_header th,
    .promotions_header th {
    padding: 5px 10px;
    background: #32363F;
    color: white;
}

    .coupon_description,
    .promotion_description {
    width: 55%;
    padding-right: 10px;
}

    .coupon_state,
    .coupon_expiration,
    .coupon_action,
    .promotion_action {
    width: 15%;
}

    .promotion_code {
    width: 30%;
}

    .coupon_description img,
    .promotion_description img {
    vertical-align: text-top;
}

    .pay_button {
    background-color: lime;
    width: 150px;
}

    .discounted_price {
    color: red;
    display: block;
}

    .normal_price {
    text-decoration: line-through;
}

    .locationDetails {
    margin: 10px 0 0 0px;
}

    .accept-terms a:hover,
    .locationDetails a {
    text-decoration: underline;
}

    /* EMAIL */
    .email_orderstate {
    font-weight: bold;
}

    .content_page {
    *zoom: 1;
    padding: 30px 20px;
}

.content_page:after {
        content: "";
        display: table;
    clear: both;
}

.content_page h1 {
        color: #333;
        font-size: 28px;
    font-weight: normal;
}

.content_page img {
    max-width: 100%;
}

.content_page h1+img {
    margin: 0 0 10px;
}

.content_page h2,
.content_page h3,
.content_page h4 {
    margin: 20px 0 10px;
}

.content_page h5,
.content_page h6 {
    margin: 20px 0 0;
}

.content_page p {
        font-size: 14px;
    line-height: 18px;
}

.content_page p.ingress {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 20px;
}

.content_page p a {
    font-weight: bold;
    color: #F58220;
}

.content_page ul,
.content_page ol {
    list-style-position: inside;
}

.content_page .cards {
        *zoom: 1;
        margin-bottom: 10px;
    padding: 0px 5px 20px;
}

.content_page .cards:after {
    content: "";
    display: table;
    clear: both;
}

.content_page .cards .card {
    width: 23%;
    float: left;
    min-height: 400px;
    display: block;
    margin: 1%;
}

.content_page .cards .card h2 {
    color: #F58220;
}

.content_page .cards .card h2 a {
    color: #F58220;
}

.content_page .cards.service {
    margin: 0 -1% 10px;
}

.content_page .cards.service .card {
    width: 31.333%;
    margin: 0 1% 15px;
    padding: 0 10px 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    min-height: 230px;
}

.content_page .cards.service .card:nth-child(3n+1) {
    clear: left;
}

.content_page .cards.service .card h3 {
    background: #F58220;
    background: linear-gradient(#F9A000, #F58220);
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
    padding: 15px 10px;
    margin: 0 -10px 15px;
}

.content_page .cards.service .card a {
    color: #000;
}

.content_page .stores-list ul {
        *zoom: 1;
    list-style: none;
}

.content_page .stores-list ul:after {
    content: "";
    display: table;
    clear: both;
}

.content_page .stores-list li {
    background: #F58220;
    background: linear-gradient(#F9A000, #F58220);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    max-width: 300px;
}

.content_page .stores-list li a {
    border: 1px solid #FFF;
    color: #FFF;
    font-weight: bold;
    padding: 10px 5px;
    display: block;
}

.content_page .inner_left {
        float: left;
    width: 100%;
}

.content_page .inner_left .store_content {
    *zoom: 1;
    margin-bottom: 20px;
}

.content_page .inner_left .store_content:after {
    content: "";
    display: table;
    clear: both;
}

.content_page .inner_left .store_content .inner_col {
    float: left;
    width: 50%;
}

.content_page .inner_left .store_content .inner_col:first-child {
    padding-right: 20px;
}

.content_page .inner_right {
        float: right;
    width: 33%;
}

.content_page .inner_right #map {
    max-width: 100%;
    margin-bottom: 10px;
}

.content_page .service_dropdown {
    clear: both;
}

.content_page .service_dropdown_head {
    background: #F58220;
    background: linear-gradient(#F9A000, #F58220);
        *zoom: 1;
        padding: 10px;
        margin: 20px 0 10px;
    cursor: pointer;
}

.content_page .service_dropdown_head:after {
    content: "";
    display: table;
    clear: both;
}

.content_page .service_dropdown_head h3 {
    color: #FFF;
    float: left;
    margin: 0;
}

.content_page .service_dropdown_head button {
    color: #FFF;
    float: right;
    background: transparent;
}

.content_page .service_dropdown_content {
    display: none;
}

.content_page .open+.service_dropdown_content {
    display: block;
}

    .backgroundsize .content_page .cards.service .card h3 {
    position: relative;
    padding-left: 50px;
}

.backgroundsize .content_page .cards.service .card h3:before {
        content: '';
        width: 30px;
        height: 30px;
        background: url("../images/palvelut-sprite.png") left top no-repeat;
        background-size: 30px 370px;
        position: absolute;
        left: 10px;
    top: 8px;
}

    .backgroundsize .content_page .cards.service .card.ammattilaisverkosto h3:before {
    background-position: left -217px;
}

    .backgroundsize .content_page .cards.service .card.asennuspalvelu h3:before {
    background-position: left -248px;
}

    .backgroundsize .content_page .cards.service .card.ennakkokerays h3:before {
    background-position: left -280pxpx;
}

    .backgroundsize .content_page .cards.service .card.katkaisupalvelu h3:before {
    background-position: left -311px;
}

    .backgroundsize .content_page .cards.service .card.noutopiha h3:before {
    background-position: left 0px;
}

    .backgroundsize .content_page .cards.service .card.perakarryn-lainaus h3:before {
    background-position: left -31px;
}

    .backgroundsize .content_page .cards.service .card.sisustussuunnittelu h3:before {
    background-position: left -62px;
}

    .backgroundsize .content_page .cards.service .card.terassilaskuri h3:before {
    background-position: left -102px;
}

    .backgroundsize .content_page .cards.service .card.tyomaa--ja-osatoimitus h3:before {
    background-position: left -155px;
}

    .backgroundsize .content_page .cards.service .card.tyomaakaynti h3:before {
    background-position: left -124px;
}

    .backgroundsize .content_page .cards.service .card.vastuumyyja h3:before {
    background-position: left -186px;
}

    .backgroundsize .content_page .cards.service .card.rent-vuokrauspalvelu h3:before {
    background-position: left -342px;
}

    @media screen and (max-width: 1010px) {

    .content_page .cards .card,
    .content_page .cards.service .card {
        width: 48%;
    }

    .content_page .cards .card:nth-child(3n+1),
    .content_page .cards.service .card:nth-child(3n+1) {
        clear: none;
    }

    .content_page .cards .card:nth-child(2n+1),
    .content_page .cards.service .card:nth-child(2n+1) {
        clear: left;
    }
}

    @media screen and (max-width: 720px) {

    .content_page .inner_left,
    .content_page .inner_right {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
}

    @media screen and (max-width: 640px) {
    .content_page {
        padding: 20px 10px;
    }
}

    @media screen and (max-width: 480px) {
    .content_page .inner_left .store_content .inner_col {
        width: 100%;
        float: none;
    }

    .content_page .cards,
    .content_page .cards.service {
        margin: 0 0 10px;
    }

    .content_page .cards .card,
    .content_page .cards.service .card {
        width: 100%;
        margin: 0 0 10px;
        float: none;
        min-height: 0;
    }
}

    .login #content {
    margin-bottom: 60px;
}

    .login-toregister h1 {
    display: none;
}

    .login-toregister .inner-container {
    *zoom: 1;
    padding: 50px 0 40px;
}

.login-toregister .inner-container:after {
        content: "";
        display: table;
    clear: both;
}

    .login-toregister .col-third {
    float: left;
    width: 33.333%;
    padding: 0 30px;
    border-left: 1px solid #CCC;
}

.login-toregister .col-third:first-child {
    border: none;
}

.login-toregister .col-third h3 {
        font-size: 24px;
    font-weight: normal;
}

.login-toregister .col-third .inner_box {
        min-height: 320px;
        padding-bottom: 30px;
    position: relative;
}

.login-toregister .col-third .inner_box .btn_tocart {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    bottom: 0;
}

    #register_info {
    background: #DDD;
}

#register_info p {
        padding: 5px 10px;
        font-weight: normal;
    margin: 0;
}

    #logon_form p {
    margin: 0 0 10px;
}

    #logon_form label {
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
}

    #logon_form input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2px;
    line-height: 20px;
    width: 100%;
}

    #forget_password {
    margin-top: -5px;
    display: block;
    color: #666;
    font-size: 11px;
}

    .service_info {
    color: #333;
    font-size: 11px;
    position: absolute;
    left: 10px;
    bottom: -35px;
    padding-top: 2px;
}

    #content.register_area {
    padding: 30px 10px;
}

    .registerForm h1 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

    .registerForm .content_box {
    padding: 0 0 20px 0;
}

.registerForm .content_box h3 {
        background: #DDD;
        padding: 5px 10px;
        font-size: 16px;
        font-weight: normal;
    margin: 0;
}

.registerForm .content_box .inner_box {
    padding: 10px;
}

.registerForm .content_box .inner_box #custom_registration_type_individual_label,
.registerForm .content_box .inner_box #custom_registration_type_business_label {
    font-weight: bold;
    font-size: 110%;
}

.registerForm .content_box .inner_box #custom_registration_type_individual,
.registerForm .content_box .inner_box #custom_registration_type_business {
    margin-top: 10px;
}

.registerForm .content_box label.description {
        width: 180px;
        float: left;
    line-height: 32px;
}

.registerForm .content_box input[type=text],
.registerForm .content_box input[type=password] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    max-width: 280px;
}

    .registerForm .personal-interests .inner_box {
    *zoom: 1;
}

.registerForm .personal-interests .inner_box:after {
        content: "";
        display: table;
    clear: both;
}

.registerForm .personal-interests .inner_box .col-half {
        float: left;
        width: 50%;
    padding: 0 10px;
}

.registerForm .personal-interests .inner_box .col-half>div {
    margin-bottom: 10px;
}

    .registerForm .personal-interests h4 {
    clear: both;
    margin: 0;
    padding: 15px 0 10px;
}

    .registerForm .personal-interests label {
    width: auto !important;
    margin-right: 20px;
}

    .registerForm .personal-interests input[type=text] {
    width: auto;
}

    .registerForm .gender,
    .registerForm .household {
    *zoom: 1;
}

.registerForm .gender:after,
.registerForm .household:after {
        content: "";
        display: table;
    clear: both;
}

.registerForm .gender input,
.registerForm .gender label,
.registerForm .gender select,
.registerForm .household input,
.registerForm .household label,
.registerForm .household select {
    float: left;
}

.registerForm .gender label,
.registerForm .household label {
        line-height: normal !important;
    margin: 0 20px 0 5px;
}

    .registerForm .register_functions {
    border-top: 1px solid #CCC;
    padding: 30px 10px 0;
}

.registerForm .register_functions button {
        float: right;
    margin-left: 10px;
}

.registerForm .register_functions a {
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    @media screen and (max-width: 1010px) {
    #content.register_area {
        padding-top: 10px;
    }

    .register #aToolTip {
        display: none !important;
    }
}

    @media screen and (max-width: 720px) {
    .login-toregister .col-third {
        padding: 0 15px;
        width: 50%;
    }

    .login-toregister .col-third.continue_guest {
        border-left: 0;
        border-top: 1px solid #CCC;
        width: 100%;
        margin-top: 30px;
        padding-top: 30px;
    }

        .login-toregister .col-third.continue_guest .inner_box {
        min-height: 0;
    }

    .registerForm input.error+label.error {
        display: block !important;
        margin: -5px 0 10px 180px !important;
    }
}

    @media screen and (max-width: 640px) {
    .login-toregister .inner-container {
        padding-top: 0;
    }

    .login-toregister .col-third {
        padding: 30px 15px;
        border: 0;
        border-top: 1px solid #CCC;
        width: 100%;
        margin-top: 30px;
    }

        .login-toregister .col-third .inner_box {
        min-height: 0;
    }

        .login-toregister .col-third:first-child {
        margin-top: 0;
    }

    .registerForm .personal-interests .inner_box .col-half {
        width: 100%;
    }
}

    @media screen and (max-width: 540px) {

    .registerForm .inner_box input[type=text],
    .registerForm .inner_box input[type=password] {
        clear: left;
        display: block;
    }

    .registerForm input.error+label.error {
        display: block !important;
        margin: -5px 0 10px 0 !important;
    }
}

    @media screen and (max-width: 480px) {
    .registerForm .register_functions {
        padding: 20px 10px 0;
    }

        .registerForm .register_functions * {
        float: left;
        width: 50%;
        border: 1px solid #FFF;
        margin: 0 0 8px !important;
        min-width: 0;
    }

    .registerForm .register_functions *#registration_submit {
            float: right;
            clear: left;
        width: 100%;
    }
}

    /* FEEDBACK + STARKKIKORTTI */
    .emailform .content_col {
    padding: 30px 20px;
}

    .emailformContentWrapper strong {
    margin: 15px 0 5px;
    display: block;
}

    .emailformContentWrapper textarea {
    border: 1px solid #999;
    padding: 5px;
    margin-bottom: 10px;
    height: 219px;
    width: 100%;
    max-width: 475px;
}

    .emailformContentWrapper select {
    width: 100%;
    max-width: 310px;
}

    .emailformContentWrapper input[type=text] {
    width: 100%;
    max-width: 340px;
}

    .emailformContentWrapper .basicInputs label {
    float: left;
    width: 100%;
    max-width: 140px;
}

    .emailformContentWrapper .basicInputs div {
    margin-bottom: 10px;
}

    .emailformContentWrapper .buttons {
    margin: 20px 0 10px;
}

    .emailformContentWrapper .buttons button {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.emailformContentWrapper #contactBy>input {
    margin-left: 5px;
}

.emailformContentWrapper #contactBy>* {
    margin-right: 5px;
}

    .emailformContentWrapper ul.radioList {
    list-style: none;
}

.emailformContentWrapper ul.radioList li {
        margin-left: 10px;
        margin-top: 5px;
    margin-bottom: 5px;
}

    .emailformContentWrapper .radioList * {
    margin-right: 5px;
}

    .formAjaxResponse button {
    float: none;
}

    @media screen and (max-width: 1010px) {
    .emailform #content {
        padding: 0;
    }
}

    @media screen and (max-width: 640px) {
    .emailform .content_col {
        padding: 20px 10px;
    }
}

    /* MY ACCOUNT */
    #myaccount_nav li.selected a {
    font-weight: bold;
}

    .myaccount_content {
    min-height: 200px;
    padding: 10px 20px;
    background-color: #FFF;
}

    .myaccount_content #category_content {
    min-height: 200px;
}

    .myaccount_content div.clearfix {
    margin-bottom: 10px;
}

    .myaccount_content h1 {
    color: #333;
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
    margin: 10px 0;
}

    .myaccount_content h2 {
    color: #666;
    font-size: 18px;
    margin: 10px 0;
}

    .myaccount_content h3 {
    background: #ddd;
    font-size: 16px;
    font-weight: normal;
    margin: 0 -10px 20px;
    padding: 5px 10px;
}

    .myaccount_content h4 {
    clear: both;
    margin: 0;
    padding: 15px 0 10px;
}

    .myaccount_content fieldset {
    max-width: 700px;
    width: 100%;
}

    .myaccount_content label {
    float: left;
    width: 160px;
    line-height: 32px;
}

    .myaccount_content .inner_box label {
    float: none;
    width: auto;
    line-height: normal;
}

    .myaccount_content .gender label {
    margin: 0 20px 0 0;
}

    .myaccount_content input[type=text],
    .myaccount_content input[type=email],
    .myaccount_content input[type=password] {
    float: left;
    width: 240px;
}

    .myaccount_content .buttons_div {
    margin: 30px 0 10px;
    padding-top: 30px;
    border-top: 1px solid #CCC;
    clear: both;
}

    .myaccount_content .buttons_div button {
    margin-right: 10px;
}

    .ordersTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

    .ordersTable thead tr {
    background: #32363F;
    color: #FFF;
}

    .ordersTable a {
    color: #F58220;
}

    .ordersTable a:hover {
    text-decoration: underline;
}

    .ordersTable th,
    .ordersTable td {
    border: none;
    padding: 6px;
    text-align: left;
}

    #order_date_placed,
    #order_number,
    #order_sum_total {
    width: 20%;
}

    #order_payment_method {
    width: 40%;
}

    .order-submitted #checkout-header {
    border: 0;
    background: transparent;
    color: #333;
}

    @media screen and (max-width: 480px) {
    .myaccount_content {
        padding: 10px;
    }

    .myaccount_content h3 {
        margin: 0 0 20px;
    }

    #order_date_placed,
    #order_number {
        word-break: break-all;
    }
}

    /* Slider */
    .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

    .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-loading .slick-list {
    background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
        cursor: pointer;
    cursor: hand;
}

    .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
        content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

    .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
        display: block;
        height: auto;
    border: 1px solid transparent;
}

    /* Icons */
    @font-face {
    font-family: "slick";
    src: url("../fonts/slick.eot");
    src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

    /* Arrows */
    .slick-prev,
    .slick-next {
    position: absolute;
    display: block;
    height: 61px;
    width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -30px;
    padding: 0;
    border: none;
    outline: none;
    opacity: 0.4;
    background: url("../images/image-sprite.png") left -471px no-repeat;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
        outline: none;
        color: transparent;
        opacity: 1;
        /* &:before {
        opacity: $slick-opacity-on-hover;
    } */
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    display: none !important;
}

    /*
  .slick-prev:before, .slick-next:before {
      font-family: $slick-font-family;
      font-size: 20px;
      line-height: 1;
      color: $slick-arrow-color;
      opacity: $slick-opacity-default;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  */
    .slick-prev {
    left: -40px;
    /*
    &:before {
        content: $slick-prev-character;
        [dir="rtl"] & {
            content: $slick-next-character;
        }
    }
  */
}

[dir="rtl"] .slick-prev {
        left: auto;
    right: -25px;
}

    .slick-next {
    right: -40px;
    background-position: left -542px;
    /*
    &:before {
        content: $slick-next-character;
        [dir="rtl"] & {
            content: $slick-prev-character;
        }
    }
  */
}

[dir="rtl"] .slick-next {
        left: -25px;
    right: auto;
}

    /* Dots */
    .slick-slider {
    margin-bottom: 20px;
}

    .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 10px;
    list-style: none;
    display: block;
    padding: 0;
}

.slick-dots li {
        position: relative;
        display: inline-block;
        height: 16px;
        width: 16px;
        padding: 0;
        cursor: pointer;
    margin: 0 3px;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:before {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    content: '';
    width: 16px;
    height: 16px;
    line-height: 20px;
    border: 2px solid white;
    background: white;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    background: black;
}

    @media screen and (max-width: 1070px) {
    .slick-prev {
        left: 5px;
    }

    .slick-next {
        right: 5px;
    }

    #big-slider .slick-prev {
        left: 0px;
    }

    #big-slider .slick-next {
        right: 0px;
    }
}

    @media screen and (max-width: 1010px) {
    .slick-dots {
        bottom: -29px;
        left: auto;
        width: 100%;
        text-align: center;
    }

        .slick-dots li {
        width: 12px;
        height: 12px;
    }

        .slick-dots li button:before {
        width: 12px;
        height: 12px;
        background: #F58220;
        border-color: #F58220;
    }

        .slick-dots li.slick-active button:before {
        background: white;
    }
}

    /*
   * jQuery UI CSS Framework 1.8.17
   *
   * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
   * Dual licensed under the MIT or GPL Version 2 licenses.
   * http://jquery.org/license
   *
   * http://docs.jquery.com/UI/Theming/API
   */
    /* Layout helpers
  ----------------------------------*/
    .ui-helper-hidden {
    display: none;
}

    .ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

    .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
}

    .ui-helper-clearfix:after {
    clear: both;
}

    .ui-helper-clearfix {
    zoom: 1;
}

    .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

    /* Interaction Cues
  ----------------------------------*/
    .ui-state-disabled {
    cursor: default !important;
}

    /* Icons
  ----------------------------------*/
    /* states and images */
    .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

    /* Misc visuals
  ----------------------------------*/
    /* Overlays */
    .ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    /*
   * jQuery UI CSS Framework 1.8.17
   *
   * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
   * Dual licensed under the MIT or GPL Version 2 licenses.
   * http://jquery.org/license
   *
   * http://docs.jquery.com/UI/Theming/API
   *
   * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=393e48&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=ffffff&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cf1141&fcError=cf1141&iconColorError=cf1141&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
   */
    /* Component containers
  ----------------------------------*/
    .ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

    .ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(../images/plugins/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
}

    .ui-widget-content a {
    color: #222222;
}

    .ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #393e48 url(../images/plugins/ui-bg_highlight-soft_75_393e48_1x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}

    .ui-widget-header a {
    color: #ffffff;
}

    /* Interaction states
  ----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(../images/plugins/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url(../images/plugins/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover {
    color: #212121;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url(../images/plugins/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

    .ui-widget :active {
    outline: none;
}

    /* Interaction Cues
  ----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(../images/plugins/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cf1141;
    background: #fef1ec url(../images/plugins/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x;
    color: #cf1141;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cf1141;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cf1141;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

    /* Icons
  ----------------------------------*/
    /* states and images */
    .ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/plugins/ui-icons_222222_256x240.png);
}

    .ui-widget-content .ui-icon {
    background-image: url(../images/plugins/ui-icons_222222_256x240.png);
}

    .ui-widget-header .ui-icon {
    background-image: url(../images/plugins/ui-icons_222222_256x240.png);
}

    .ui-state-default .ui-icon {
    background-image: url(../images/plugins/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(../images/plugins/ui-icons_454545_256x240.png);
}

    .ui-state-active .ui-icon {
    background-image: url(../images/plugins/ui-icons_454545_256x240.png);
}

    .ui-state-highlight .ui-icon {
    background-image: url(../images/plugins/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(../images/plugins/ui-icons_cf1141_256x240.png);
}

    /* positioning */
    .ui-icon-carat-1-n {
    background-position: 0 0;
}

    .ui-icon-carat-1-ne {
    background-position: -16px 0;
}

    .ui-icon-carat-1-e {
    background-position: -32px 0;
}

    .ui-icon-carat-1-se {
    background-position: -48px 0;
}

    .ui-icon-carat-1-s {
    background-position: -64px 0;
}

    .ui-icon-carat-1-sw {
    background-position: -80px 0;
}

    .ui-icon-carat-1-w {
    background-position: -96px 0;
}

    .ui-icon-carat-1-nw {
    background-position: -112px 0;
}

    .ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

    .ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

    .ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

    .ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

    .ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

    .ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

    .ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

    .ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

    .ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

    .ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

    .ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

    .ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

    .ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

    .ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

    .ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

    .ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

    .ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

    .ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

    .ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

    .ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

    .ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

    .ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

    .ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

    .ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

    .ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

    .ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

    .ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

    .ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

    .ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

    .ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

    .ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

    .ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

    .ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

    .ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

    .ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

    .ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

    .ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

    .ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

    .ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

    .ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

    .ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

    .ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

    .ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

    .ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

    .ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

    .ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

    .ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

    .ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

    .ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

    .ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

    .ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

    .ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

    .ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

    .ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

    .ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

    .ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

    .ui-icon-arrow-4 {
    background-position: 0 -80px;
}

    .ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

    .ui-icon-extlink {
    background-position: -32px -80px;
}

    .ui-icon-newwin {
    background-position: -48px -80px;
}

    .ui-icon-refresh {
    background-position: -64px -80px;
}

    .ui-icon-shuffle {
    background-position: -80px -80px;
}

    .ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

    .ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

    .ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

    .ui-icon-folder-open {
    background-position: -16px -96px;
}

    .ui-icon-document {
    background-position: -32px -96px;
}

    .ui-icon-document-b {
    background-position: -48px -96px;
}

    .ui-icon-note {
    background-position: -64px -96px;
}

    .ui-icon-mail-closed {
    background-position: -80px -96px;
}

    .ui-icon-mail-open {
    background-position: -96px -96px;
}

    .ui-icon-suitcase {
    background-position: -112px -96px;
}

    .ui-icon-comment {
    background-position: -128px -96px;
}

    .ui-icon-person {
    background-position: -144px -96px;
}

    .ui-icon-print {
    background-position: -160px -96px;
}

    .ui-icon-trash {
    background-position: -176px -96px;
}

    .ui-icon-locked {
    background-position: -192px -96px;
}

    .ui-icon-unlocked {
    background-position: -208px -96px;
}

    .ui-icon-bookmark {
    background-position: -224px -96px;
}

    .ui-icon-tag {
    background-position: -240px -96px;
}

    .ui-icon-home {
    background-position: 0 -112px;
}

    .ui-icon-flag {
    background-position: -16px -112px;
}

    .ui-icon-calendar {
    background-position: -32px -112px;
}

    .ui-icon-cart {
    background-position: -48px -112px;
}

    .ui-icon-pencil {
    background-position: -64px -112px;
}

    .ui-icon-clock {
    background-position: -80px -112px;
}

    .ui-icon-disk {
    background-position: -96px -112px;
}

    .ui-icon-calculator {
    background-position: -112px -112px;
}

    .ui-icon-zoomin {
    background-position: -128px -112px;
}

    .ui-icon-zoomout {
    background-position: -144px -112px;
}

    .ui-icon-search {
    background-position: -160px -112px;
}

    .ui-icon-wrench {
    background-position: -176px -112px;
}

    .ui-icon-gear {
    background-position: -192px -112px;
}

    .ui-icon-heart {
    background-position: -208px -112px;
}

    .ui-icon-star {
    background-position: -224px -112px;
}

    .ui-icon-link {
    background-position: -240px -112px;
}

    .ui-icon-cancel {
    background-position: 0 -128px;
}

    .ui-icon-plus {
    background-position: -16px -128px;
}

    .ui-icon-plusthick {
    background-position: -32px -128px;
}

    .ui-icon-minus {
    background-position: -48px -128px;
}

    .ui-icon-minusthick {
    background-position: -64px -128px;
}

    .ui-icon-close {
    background-position: -80px -128px;
}

    .ui-icon-closethick {
    background-position: -96px -128px;
}

    .ui-icon-key {
    background-position: -112px -128px;
}

    .ui-icon-lightbulb {
    background-position: -128px -128px;
}

    .ui-icon-scissors {
    background-position: -144px -128px;
}

    .ui-icon-clipboard {
    background-position: -160px -128px;
}

    .ui-icon-copy {
    background-position: -176px -128px;
}

    .ui-icon-contact {
    background-position: -192px -128px;
}

    .ui-icon-image {
    background-position: -208px -128px;
}

    .ui-icon-video {
    background-position: -224px -128px;
}

    .ui-icon-script {
    background-position: -240px -128px;
}

    .ui-icon-alert {
    background-position: 0 -144px;
}

    .ui-icon-info {
    background-position: -16px -144px;
}

    .ui-icon-notice {
    background-position: -32px -144px;
}

    .ui-icon-help {
    background-position: -48px -144px;
}

    .ui-icon-check {
    background-position: -64px -144px;
}

    .ui-icon-bullet {
    background-position: -80px -144px;
}

    .ui-icon-radio-off {
    background-position: -96px -144px;
}

    .ui-icon-radio-on {
    background-position: -112px -144px;
}

    .ui-icon-pin-w {
    background-position: -128px -144px;
}

    .ui-icon-pin-s {
    background-position: -144px -144px;
}

    .ui-icon-play {
    background-position: 0 -160px;
}

    .ui-icon-pause {
    background-position: -16px -160px;
}

    .ui-icon-seek-next {
    background-position: -32px -160px;
}

    .ui-icon-seek-prev {
    background-position: -48px -160px;
}

    .ui-icon-seek-end {
    background-position: -64px -160px;
}

    .ui-icon-seek-start {
    background-position: -80px -160px;
}

    /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
    .ui-icon-seek-first {
    background-position: -80px -160px;
}

    .ui-icon-stop {
    background-position: -96px -160px;
}

    .ui-icon-eject {
    background-position: -112px -160px;
}

    .ui-icon-volume-off {
    background-position: -128px -160px;
}

    .ui-icon-volume-on {
    background-position: -144px -160px;
}

    .ui-icon-power {
    background-position: 0 -176px;
}

    .ui-icon-signal-diag {
    background-position: -16px -176px;
}

    .ui-icon-signal {
    background-position: -32px -176px;
}

    .ui-icon-battery-0 {
    background-position: -48px -176px;
}

    .ui-icon-battery-1 {
    background-position: -64px -176px;
}

    .ui-icon-battery-2 {
    background-position: -80px -176px;
}

    .ui-icon-battery-3 {
    background-position: -96px -176px;
}

    .ui-icon-circle-plus {
    background-position: 0 -192px;
}

    .ui-icon-circle-minus {
    background-position: -16px -192px;
}

    .ui-icon-circle-close {
    background-position: -32px -192px;
}

    .ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

    .ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

    .ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

    .ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

    .ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

    .ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

    .ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

    .ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

    .ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

    .ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

    .ui-icon-circle-check {
    background-position: -208px -192px;
}

    .ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

    .ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

    .ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

    .ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

    .ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

    .ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

    .ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

    .ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

    .ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

    .ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

    .ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

    .ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

    /* Misc visuals
  ----------------------------------*/
    /* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

    /* Overlays */
    .ui-widget-overlay {
    background: #aaaaaa url(../images/plugins/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
    z-index: 1001 !important;
}

    .ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(../images/plugins/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

/*
  * jQuery UI Resizable 1.8.17
  *
  * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
  * Dual licensed under the MIT or GPL Version 2 licenses.
  * http://jquery.org/license
  *
  * http://docs.jquery.com/UI/Resizable#theming
  */
    .ui-resizable {
    position: relative;
}

    .ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

    .ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

    .ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

    .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

    .ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

    .ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

    .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

    .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

    .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

/*
  * jQuery UI Selectable 1.8.17
  *
  * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
  * Dual licensed under the MIT or GPL Version 2 licenses.
  * http://jquery.org/license
  *
  * http://docs.jquery.com/UI/Selectable#theming
  */
    .ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

    /*
   * jQuery UI Accordion 1.8.17
   *
   * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
   * Dual licensed under the MIT or GPL Version 2 licenses.
   * http://jquery.org/license
   *
   * http://docs.jquery.com/UI/Accordion#theming
   */
    /* IE/Win - Fix animation bug - #4615 */
    .ui-accordion {
    width: 100%;
}

    .ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
}

    .ui-accordion .ui-accordion-li-fix {
    display: inline;
}

    .ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}

    .ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: .5em .5em .5em .7em;
}

    .ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}

    .ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

    .ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
}

    .ui-accordion .ui-accordion-content-active {
    display: block;
}

    /*
   * jQuery UI Autocomplete 1.8.17
   *
   * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
   * Dual licensed under the MIT or GPL Version 2 licenses.
   * http://jquery.org/license
   *
   * http://docs.jquery.com/UI/Autocomplete#theming
   */
    .ui-autocomplete {
    position: absolute;
    cursor: default;
}

    /* workarounds */
    * html .ui-autocomplete {
    width: 1px;
}

    /* without this, the menu expands to 100% in IE6 */
    /*
   * jQuery UI Menu 1.8.17
   *
   * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
   * Dual licensed under the MIT or GPL Version 2 licenses.
   * http://jquery.org/license
   *
   * http://docs.jquery.com/UI/Menu#theming
   */
    .ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
}

    .ui-menu .ui-menu {
    margin-top: -3px;
}

    .ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}

    .ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
    zoom: 1;
}

    .ui-menu .ui-menu-item a.ui-state-hover,
    .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

    /*
   * jQuery UI Button 1.8.17
   *
   * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
   * Dual licensed under the MIT or GPL Version 2 licenses.
   * http://jquery.org/license
   *
   * http://docs.jquery.com/UI/Button#theming
   */
    .ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
}

    /* the overflow property removes extra width in IE */
    .ui-button-icon-only {
    width: 2.2em;
}

    /* to make room for the icon, a width needs to be set here */
    button.ui-button-icon-only {
    width: 2.4em;
}

    /* button elements seem to need a little more width */
    .ui-button-icons-only {
    width: 3.4em;
}

    button.ui-button-icons-only {
    width: 3.7em;
}

    /*button text element */
    .ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}

    .ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

    .ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

    /* no icon support for input elements, provide padding by default */
    input.ui-button {
    padding: .4em 1em;
}

    /*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

    .ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

    /*button sets*/
    .ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

    /* workarounds */
    button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

    /* reset extra padding in Firefox */
    /*
   * jQuery UI Dialog 1.8.17
   *
   * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
   * Dual licensed under the MIT or GPL Version 2 licenses.
   * http://jquery.org/license
   *
   * http://docs.jquery.com/UI/Dialog#theming
   */
    .ui-dialog {
    position: absolute;
    padding: 15px;
    width: 300px;
    overflow: hidden;
    z-index: 10002 !important;
}

    .ui-dialog .ui-dialog-titlebar {
    padding: 0 15px 0 0;
    position: relative;
    background: none;
    border: none;
    margin: 0 0 10px 0;
}

    .ui-dialog .ui-dialog-title {
    margin: 0;
    font-size: 18px;
    color: #000;
}

    .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 19px;
    margin: 0;
    padding: 1px;
    height: 18px;
}

    .ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

    .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    background: none;
    overflow: auto;
    zoom: 1;
    min-height: 0 !important;
}

    .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 0;
    background-image: none;
    margin: 0;
    padding: 0;
}

    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
    margin-top: 10px;
}

    .ui-dialog .ui-dialog-buttonpane button {
    margin: 0 0 0 10px;
    cursor: pointer;
}

    .ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}

    .ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

    /*
   * jQuery UI Slider 1.8.17
   *
   * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
   * Dual licensed under the MIT or GPL Version 2 licenses.
   * http://jquery.org/license
   *
   * http://docs.jquery.com/UI/Slider#theming
   */
    .ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

    .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

    .ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

    .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

    .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

    .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

    .ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

    .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

    .ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

    .ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

/*
  * jQuery UI Tabs 1.8.17
  *
  * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
  * Dual licensed under the MIT or GPL Version 2 licenses.
  * http://jquery.org/license
  *
  * http://docs.jquery.com/UI/Tabs#theming
  */
    .ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
}

    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

    .ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 .2em 1px 0;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
}

    .ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

    .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

    /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
    .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

    .ui-tabs .ui-tabs-hide {
    display: none !important;
}

    /*
   * jQuery UI Datepicker 1.8.17
   *
   * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
   * Dual licensed under the MIT or GPL Version 2 licenses.
   * http://jquery.org/license
   *
   * http://docs.jquery.com/UI/Datepicker#theming
   */
    .ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

    .ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

    .ui-datepicker .ui-datepicker-next {
    right: 2px;
}

    .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

    .ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

    .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

    .ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

    .ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

    .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

    .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

    .ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

    .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

    .ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

    .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
    width: auto;
}

    .ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

    .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

    .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

    .ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

    .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

    .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

    .ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

    .ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0em;
}

    /* RTL support */
    .ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

    .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

    .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

    .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

    .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

    /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
    .ui-datepicker-cover {
    display: none;
    /*sorry for IE5*/
    display
    /**/
    : block;
    /*sorry for IE5*/
    position: absolute;
    /*must have*/
    z-index: -1;
    /*must have*/
    filter: mask();
    /*must have*/
    top: -4px;
    /*must have*/
    left: -4px;
    /*must have*/
    width: 200px;
    /*must have*/
    height: 200px;
    /*must have*/
}

    /*
  * jQuery UI Progressbar 1.8.17
  *
  * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
  * Dual licensed under the MIT or GPL Version 2 licenses.
  * http://jquery.org/license
  *
  * http://docs.jquery.com/UI/Progressbar#theming
  */
    .ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

    /* This is the moving lens square underneath the mouse pointer. */
    .cloud-zoom-lens {
    border: 4px solid #888;
    /* Set this to minus the border thickness. */
    background-color: #fff;
    cursor: move;
}

    /* This is for the title text. */
    .cloud-zoom-title {
    position: absolute !important;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    top: 0px;
    opacity: 1 !important;
}

    /* This is the zoom window. */
    .cloud-zoom-big {
    border: 1px solid #C3CACB;
    overflow: hidden;
}

    /* This is the loading message. */
    .cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}

    div.jGrowl {
    z-index: 10003;
    color: #fff;
    font-size: 12px;
}

    /** Special IE6 Style Positioning **/
    div.ie6 {
    position: absolute;
}

    div.ie6.top-right {
    right: auto;
    bottom: auto;
    left: expression((0 - jGrowl.offsetWidth + (document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
    top: expression((0 + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
}

    div.ie6.top-left {
    left: expression((0 + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
    top: expression((0 + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
}

    div.ie6.bottom-right {
    left: expression((0 - jGrowl.offsetWidth + (document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
    top: expression((0 - jGrowl.offsetHeight + (document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
}

    div.ie6.bottom-left {
    left: expression((0 + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
    top: expression((0 - jGrowl.offsetHeight + (document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
}

    div.ie6.center {
    left: expression((0 + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
    top: expression((0 + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
    width: 100%;
}

    /** Normal Style Positions **/
    div.jGrowl {
    position: absolute;
}

body>div.jGrowl {
    position: fixed;
}

    div.jGrowl.top-left {
    left: 0px;
    top: 0px;
}

    div.jGrowl.top-right {
    right: 0px;
    top: 0px;
}

    div.jGrowl.bottom-left {
    left: 0px;
    bottom: 0px;
}

    div.jGrowl.bottom-right {
    right: 0px;
    bottom: 0px;
}

    div.jGrowl.center {
    top: 35%;
    width: 100%;
}

    /** Cross Browser Styling **/
div.center div.jGrowl-notification,
div.center div.jGrowl-closer {
    margin-left: auto;
    margin-right: auto;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
    background-color: #000;
    zoom: 1;
    width: 400px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align: left;
    display: none;
}

    div.jGrowl div.jGrowl-message {
    padding-left: 57px;
    font-size: 16px;
}

    div.jGrowl div.jGrowl-notification,
    div.jGrowl div.jGrowl-closer {
    margin: 0 auto 20px;
    position: relative;
    padding: 15px;
    min-height: 77px;
    background: #FFF;
    border: 1px solid #d9d9d9;
    color: #000;
    -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
}

    div.jGrowl div.jGrowl-notification div.jGrowl-header {
    font-weight: bold;
    font-size: 1.5em;
    padding-left: 57px;
}

    div.jGrowl div.jGrowl-notification div.jGrowl-close {
    z-index: 99;
    position: absolute;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
    top: 10px;
    right: 10px;
    color: #999 !important;
}

    div.jGrowl div.jGrowl-closer {
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
}

    /** Hide jGrowl when printing **/
    @media print {
    div.jGrowl {
        display: none;
    }
}

    /* Descom specific definitions */
    .jGrowl-message h2 {
    margin-bottom: 5px;
    font-size: 18px;
}

    .jGrowl-message p {
    font-size: 16px;
    margin: 0;
}

    .jGrowl-message a {
    color: #5C8B13;
}

    .jGrowl-message a:hover {
    text-decoration: underline;
}

    .msg_icon {
    height: 47px;
    width: 47px;
    float: left;
    margin-right: 10px;
    background: left bottom url("../images/plugins/message_sprite.jpg");
}

    .errorPopup .msg_icon {
    background-position: left top;
}

html,
body {
    width: 100%;
    height: 100%;
}

    .spinner_container {
    position: relative;
}

    .loader-overlay {
    background-color: #FFFFFF;
    /* opacity: 0.6; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
}

    .loader-big {
    background: url("../images/plugins/ajax-loader-big.gif") no-repeat scroll center center transparent;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

    .loader-small {
    background: url("../images/plugins/ajax-loader-small.gif") no-repeat scroll center center transparent;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

    /*
   * jQuery FlexSlider v1.8
   * http://www.woothemes.com/flexslider/
   *
   * Copyright 2012 WooThemes
   * Free to use under the MIT license.
   * http://www.opensource.org/licenses/mit-license.php
   */
    /* Browser Resets */
    .flex-container a:active,
    .flexslider a:active,
    .flex-container a:focus,
    .flexslider a:focus {
    outline: none;
}

    .slides,
    .flex-control-nav,
    .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

    /* FlexSlider Necessary Styles
  *********************************/
    .flexslider {
    width: 100%;
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img {
    max-width: 100%;
    display: block;
}

    .flex-pauseplay span {
    text-transform: capitalize;
}

    /* Clearfix for the .slides element */
    .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

    html[xmlns] .slides {
    display: block;
}

    * html .slides {
    height: 1%;
}

    /* No JavaScript Fallback */
    /* If you are not using another script, such as Modernizr, make sure you
   * include js that eliminates this class on page load */
.no-js .slides>li:first-child {
    display: block;
}

    .flexslider {
    position: relative;
    zoom: 1;
}

    .flexslider .slides {
    zoom: 1;
}

.flexslider .slides>li {
    position: relative;
}

    /* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
    .flex-container {
    zoom: 1;
    position: relative;
}

    /* Caption style */
    /* IE rgba() hack */
    .flex-caption {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    zoom: 1;
}

    .flex-caption {
    width: 96%;
    padding: 2%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    font-size: 14px;
    line-height: 18px;
}

    .flex-direction-nav li a {
    width: 52px;
    height: 52px;
    margin: -13px 0 0;
    display: block;
    background: url(../images/plugins/flexslider/bg_direction_nav.png) no-repeat;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -999em;
}

    .flex-direction-nav li .next {
    background-position: -52px 0;
    right: -21px;
}

    .flex-direction-nav li .prev {
    left: -20px;
}

    .flex-direction-nav li .disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default;
}

    /* Control Nav */
    .flex-control-nav {
    width: 100px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

    .flex-control-nav li {
    margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

    .flex-control-nav li:first-child {
    margin: 0;
}

    .flex-control-nav li a {
    width: 13px;
    height: 13px;
    display: block;
    background: url(../images/plugins/flexslider/bg_control_nav.png) no-repeat;
    cursor: pointer;
    text-indent: -999em;
}

    .flex-control-nav li a:hover {
    background-position: 0 -13px;
}

    .flex-control-nav li a.active {
    background-position: 0 -26px;
    cursor: default;
}

    /* SLIMBOX */
    #lbOverlay {
    position: fixed;
    z-index: 12000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
    position: absolute;
    z-index: 12000;
    overflow: hidden;
    background-color: #fff;
    max-width: 100%;
}

    .lbLoading {
    background: #fff url(../images/plugins/loading.gif) no-repeat center;
}

    #lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink,
#lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

    #lbPrevLink {
    left: 0;
}

    #lbPrevLink:hover {
    background: transparent url(../images/plugins/prevlabel.gif) no-repeat 0 15%;
}

    #lbNextLink {
    right: 0;
}

    #lbNextLink:hover {
    background: transparent url(../images/plugins/nextlabel.gif) no-repeat 100% 15%;
}

    #lbBottom {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

    #lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(../images/plugins/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption,
#lbNumber {
    margin-right: 71px;
}

    #lbCaption {
    font-weight: bold;
}

    #aToolTip {
    position: absolute;
    display: none;
    z-index: 50000;
}

    #aToolTip .aToolTipContent {
    position: relative;
    margin: 0;
    padding: 0;
}

    .defaultTheme {
    border: 1px solid #999;
    background: #FFF;
    color: #333;
    margin: 0;
    padding: 6px 12px;
    border-radius: 10px 10px 10px 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

    .defaultTheme #aToolTipCloseBtn {
    display: block;
    height: 18px;
    width: 18px;
    background: url(../images/closeBtn.png) no-repeat;
    text-indent: -9999px;
    outline: none;
    position: absolute;
    top: -20px;
    right: -30px;
    margin: 2px;
    padding: 4px;
}

    .edit_functions {
    position: relative;
    width: 160px;
}

.edit_functions .dropdown_button {
    width: 100%;
}

.edit_functions .dropdown_options {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
        position: absolute;
        text-align: left;
        width: 160px;
        border: 1px solid #CCC;
    z-index: 1000;
}

.edit_functions .dropdown_options * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-bottom: 1px solid #CCC;
    text-align: left;
}

.edit_functions .dropdown_options button:hover {
    background: #FFF;
}

.edit_functions .dropdown_button.open+.dropdown_options {
    display: block;
}

    .lightbox {
    top: 60px;
    width: 900px;
    left: 50%;
    background: #FFF;
    position: fixed;
    margin-left: -450px;
    z-index: 1500;
    display: none;
    border: 2px solid #000;
}

.lightbox>.clearfix {
        padding: 15px;
        max-height: 800px;
    overflow-y: scroll;
}

.lightbox textarea {
    border: 1px solid #000;
}

    .banner-preview {
    width: 1250px;
    height: 600px;
}

    #lightbox-bg {
    display: none;
    position: fixed;
    background: #CCCCCC;
    opacity: 0.3;
    z-index: 1400;
    height: 100%;
    width: 100%;
}

    #sst-main {
    padding: 15px;
}

#sst-main>h1 {
    text-align: center;
}

#sst-main textarea {
        width: 550px;
    border: solid 1px #000;
}

    #save-content {
    position: absolute;
    left: 15px;
}

    #cancel-content-edit {
    position: absolute;
    left: 150px;
}

    #preview-content {
    position: absolute;
    right: 175px;
}

    #settings {
    position: absolute;
    right: 15px;
}

    #siteareaDialog {
    width: 100%;
}

#siteareaDialog a {
    cursor: pointer;
}

#siteareaDialog a:hover {
    text-decoration: underline;
}

#siteareaDialog .wcmedittitle {
        width: 200px;
    font-weight: bold;
}

#siteareaDialog .wcmeditdate {
        position: absolute;
    left: 250px;
}

#siteareaDialog .wcmedituser {
        position: absolute;
    left: 400px;
}

#siteareaDialog .editlinktitle {
        position: absolute;
    right: 150px;
}

#siteareaDialog a.editlink {
        position: absolute;
        right: 150px;
    cursor: pointer;
}

#siteareaDialog a.deletelink {
        position: absolute;
        right: 100px;
    cursor: pointer;
}

#siteareaDialog a.historylink {
        position: absolute;
        right: 10px;
    cursor: pointer;
}

#siteareaDialog ul li {
        position: relative;
        min-height: 16px;
        padding: 5px 15px;
    margin-bottom: 5px;
}

    .categoryeditor {
    z-index: 1450;
}

    .wcmsettings img {
    min-width: 30px;
    min-height: 30px;
    border: 1px solid #CCC;
}

    .linkbrowser .sitearealibrary {
    float: left;
    width: 100%;
}

.linkbrowser .sitearealibrary>div {
        float: left;
    width: 50%;
}

.linkbrowser .sitearealibrary>aside {
        float: left;
    width: 50%;
}

.linkbrowser .sitearealibrary .chosencontent {
        float: left;
    width: 100%;
}

.linkbrowser .sitearealibrary>p {
        float: left;
        margin-top: 10px;
    width: 100%;
}

    .imagelibrary {
    width: 950px;
    margin-left: -475px;
    top: 400px;
}

.imagelibrary .folders>section {
    width: 400px;
}

.imagelibrary .folders>section .parentfolders {
    padding-left: 20px;
    background-image: url("../images/icon_folder.png");
    background-size: 24px 24px;
    background-position: 0px;
    background-repeat: no-repeat;
}

.imagelibrary .folders>section .parentfolders .folder-link {
    padding-left: 5px;
}

.imagelibrary .folders>section .parentfolders .folder-link:first {
    padding-left: 5px;
}

.imagelibrary .folders>section .childfolders {
    padding-left: 25px;
    padding-top: 20px;
}

.imagelibrary .folders>section .childfolders .folder-link {
    display: block;
    padding: 10px 20px;
    background-position: 0px;
    background-image: url("../images/icon_folder.png");
    background-size: 18px 18px;
    background-repeat: no-repeat;
}

.imagelibrary .folders>section h3 {
    float: left;
    margin-bottom: 0px;
    padding: 5px;
}

.imagelibrary .folders>section h3 #currentFolder {
    padding: 0 15px 0 25px;
    margin: 10px;
    background-image: url("../images/icon_folder.png");
    background-size: 18px 18px;
    background-repeat: no-repeat;
}

.imagelibrary .folders .preview {
        top: 20px;
        right: 20px;
        width: 400px;
        position: absolute;
    border: 1px solid #CCC;
}

.imagelibrary .folders .preview img {
    max-width: 400px;
    max-height: 250px;
}

.imagelibrary .folders+.actions .newimage {
        float: left;
    width: 50%;
}

.imagelibrary .folders+.actions .imagelibrarysave {
        margin-top: 27px;
    margin-left: 155px;
}

.imagelibrary .folders+.actions .imagelibraryclose {
    margin-top: 27px;
}

.imagelibrary .folders+.actions #image-upload-form {
    padding-top: 10px;
}

.imagelibrary .images>section .image {
        border: 1px solid #CCC;
        height: 130px;
        width: 130px;
        float: left;
        padding: 10px;
        margin-right: 8px;
    word-wrap: break-word;
}

.imagelibrary .images>section .image img {
    max-width: 100%;
}

.imagelibrary legend {
        display: block;
        visibility: visible;
    background: 1px solid #CCC;
}

    .featuredselection .available {
    width: 450px;
    float: left;
}

.featuredselection .available>p>a {
    display: block;
}

    .featuredselection .added {
    width: 350px;
    float: left;
}

.featuredselection .added>p>a {
    display: block;
}

    #linkEditorDialog .editlink {
    position: absolute;
    right: 150px;
}

    #linkEditorDialog .removelink {
    position: absolute;
    right: 50px;
}

    #store-selection {
    margin-top: 30px;
}

#store-selection h3 {
    margin-bottom: 0px;
}

#store-selection .featuredCategoryListing ol {
    padding-left: 15px;
}

.brightbutton,
.brightbutton.gray,
.orangearrowlink {
    font: 11px Arial, Helvetica, Sans-Serif;
    text-align: center;
    min-width: 100px;
    cursor: pointer;
    padding: 8px 10px;
    min-width: 124px;
}

.brightbutton,
.orangearrowlink {
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    background: #F58220;
    background: linear-gradient(#F9A000, #F58220);
    /* for non-css3 browsers */
}

    .brightbutton.gray {
    color: #555 !important;
    border: 1px solid #999;
    background: #CCCCCC;
    /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC');
    /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));
    /* for webkit browsers */
    background: -moz-linear-gradient(top, #FFF, #CCC);
    /* for firefox 3.6+ */
}

    #sortable-wcm-links li:hover {
    background: #CCC;
}

.orderButton {
    background: none;
    border: none;
    color: #F58220;
    cursor: pointer;
}

.orderButton:hover {
    text-decoration: underline;
}