<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



#KeyWords {
    margin-left: 10px;
}

.jqcloud-word {
    cursor: pointer !important;
}

#divSearchResults {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
   margin-top: 15px;
}

#SearchBox {
    width: 175px;
}

#ResultCount {
    padding-left: 10px;
}

#accordion {
    background: #023b61;
    width: 175px;
    color: white;
}

    #accordion h3        
        background: none repeat scroll 0 0 #033B64;
    }

        #accordion h3:hover {           
            cursor: pointer;
        }

        #accordion h3 a {
            padding: 0 10px;
            font-size: 12px;
            line-height: 34px;
            display: block;
            color: white;
            text-decoration: none;
            font-weight: normal
        }

            #accordion h3 a:hover {
                color: lightgray;
            }

        #accordion h3:hover {
            text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
        }

i {
    margin-right: 10px;
}

#accordion li {
    list-style-type: none;   
}

#accordion ul ul li a,
#accordion h4 {
    color: blue;
    font-size: 11px;
    line-height: 18px;
    display: block;
    padding: 5px 15px;
    transition: all 0.15s;
    position: relative;
}

#accordion li a:hover {
    
}

#accordion ul ul {
    display: none;
}

#accordion li.active &gt; ul a:hover {
    display: block;    
}

#accordion ul li.active &gt; ul li:hover {    
    background: #0c65ab;    
}

#accordion ul ul ul {
    margin-left: 15px;
    border-left: 1px dotted rgba(0, 0, 0, 0.5);
}

#accordion a:not(:only-child):after {
    content: "\f104";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
}

#accordion .active &gt; a:not(:only-child):after {
    content: "\f107";
}

.ui-state-default {
    background: none;
}



@charset "utf-8";

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, p, ul {
    padding: 0px;
    margin: 0px;
}

img {
    border: none;
}

a {
    color: #fff;
    text-decoration: none;
}

.center {
    text-align: center;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style-image: none !important;
}

.display {
    display: none;
}

.next {
    display: none;
}

ol {
    color: #454545;
    font-family: Verdana;
    font-size: 8.5pt;
    line-height: 20px;
}

li {
    padding: 0px;
    margin: 0px;
    list-style-image: none;
    list-style-position: outside;
    padding-left: 0px;
}

.f_right {
    float: right;
}

.clear {
    clear: both;
}

.main {
    float: left;
    margin: 1%;
    padding: 1%;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.header1 {
    background: #033b64;
    padding: 0 15px 0 0px;
    height: 64px;    
    margin-bottom: 10px;
}


.container1 h1 {
    font-size: 14px;
    color: #033b64;
    border-bottom: 1px solid #e1e1e1;
    line-height: 30px;
    margin-bottom: 10px;
    height: 10px;
}

.logo {
    float: left;
}

sup {
    vertical-align: super;
    font-size: 12px;
}

.biz-line {
    float: right;
    font-size: 20px;
    color: #fff;
}

.container1 {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 20px;
}

.leftpanel {
    float: left;
    color: #fff;
}

.cate-button {
    width: 17px;
    height: 17px;
    float: left;
    text-align: center;
    color: #fff;
}

.cate-heading {
    font-size: 12px;
    font-weight: bold;
    float: left;
    width: 230px;
    color: #fff;
}

.cate-headingRow {
    float: left;
    padding: 10px;
    background: #033b64;
    width: 254px;
}

.leftpanel p {
    padding: 10px;
}

    .leftpanel p strong {
        width: 100%;
        display: block;
    }

.ui-accordion .ui-accordion-icons {
    text-align: left;
}

.leftpanel li a {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 4px 1px 5px 11px;
}

    .leftpanel li a.selected {
        background: #0c65ab;
    }

    .leftpanel li a:hover {
        text-shadow: none;
    }

h2.expand_heading {
    background: none repeat scroll 0 0 #033B64;
    border: 0px;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    padding: 5px 5px 5px 30px;
}

h2.expand_headactive {
    padding: 5px 0px 5px 30px;
    background: #033B64;
    line-height: 18px;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid #fff;
}

h2.expand_heading a {
    color: #fff;
    text-decoration: none;
    display: block;
}

    h2.expand_heading a:hover {
        color: #ccc;
    }

h2.active {
    background: #033b64 url('https://www.kalmstrom.com/FAQ/images/collasp.png') no-repeat 4% 48%;
}

h4 {
    color: #454545;
    font-weight: bold;
    text-align: left;
    font-style: italic;
    font-family: Verdana;
    font-size: 8.5pt;
    margin-bottom: 20px
}

.toggle_container {
    margin: 0 0 1px;
    padding: 0;
    background: #ffffff;
    overflow: hidden;
    font-size: 1.2em;
    clear: both;
}

.rightpanel {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    padding: 0 0%;
    width: 59%;
    margin-left: 22px;
}

    .rightpanel h1 {
        color: #095495;
        font-size: 20px;
    }

    .rightpanel h1 {
        padding: 0px 0;
    }

    .rightpanel p {
        padding-bottom: 10px;
    }

.content {
}

.table-content {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.attach {
    text-decoration: none !important;
    line-height: 20px;
    display: block;
    float: left;
    background: url('https://www.kalmstrom.com/FAQ/images/attachment.png') no-repeat 0px 0px;
    padding-left: 20px;
    padding-right: 10px;
}

.liststyle li {
    background: url('https://www.kalmstrom.com/FAQ/images/bullet.png') no-repeat 1px 4px;
    padding: 0 0 20px 20px;
}

    .liststyle li.last {
        background: url('https://www.kalmstrom.com/FAQ/images/bullet.png') no-repeat 0px 0px;
        padding: 0 0 0px 20px;
    }


.content li a {
    color: #454545;
}

    .content li a:hover {
        color: #ff0000;
    }

    .content li a.selcted {
        color: #ff0000;
    }

.bulletred {
    background: url('../../../images/bulletred8x7.gif') no-repeat 0px 6px;
    padding: 0 0 0px 20px;
    list-style: none;
}

.bulletpadding {
    padding: 0 0 0px 0px;
}

.BulletTips {
    list-style-image: url('../../../images/bulletred8x7.gif');
    margin-top: 14px;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

.overview li {
    padding: 0 0 6px 6px;
    list-style: disc;
    padding: 3px;
    margin-left: 11px;
}

.table-content li {
    background: url('https://www.kalmstrom.com/FAQ/images/bullet2.png') no-repeat 5px 6px;
    padding: 0 0 20px 20px;
}

.table-link {
    background: url('https://www.kalmstrom.com/FAQ/images/arrow.png') no-repeat right 0px;
    text-align: right;
    font-size: 18px;
    height: 42px;
    font-weight: normal;
    padding-right: 50px;
    line-height: 42px;
    color: #033b64;
    border-bottom: 2px solid #0C65AB;
    margin-bottom: 10px;
}

    .table-link a {
        color: #033b64;
    }

.tableOverview h1 {
    color: #454545 !important;
    text-align: center !important;
    font-style: normal !important;
    font-size: 9pt !important;
    font-family: Verdana !important;
    line-height: 20px !important;
    border-bottom: none !important;
}

.tableOverview {
    width: 340px;
}

.question-rwo {
    width: 96%;
    padding: 2%;
    float: left;
    color: white;
    background: #033B64;
}

    .question-rwo p {
        padding-bottom: 20px;
    }

.common-row {
    width: 96%;
    padding: 2%;
    float: left;
}

.product-logo {
    float: right;
    position: absolute;
    bottom: 0px;
    right: 0;
}

.back {
    background: url('https://www.kalmstrom.com/FAQ/images/back.png') no-repeat 0px 0px;
    width: 60px;
    height: 20px;
    display: block;
    position: absolute;
    top: -3px;
    right: 0px;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.content {
    display: none;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-tl {
    border-top-left-radius: 0px !important;
}

.ui-widget-content a {
    color: #095495 !important;
    text-decoration: none !important;
}

    .ui-widget-content a:hover {
        color: #fff !important;
    }

ol {
    color: #454545;
    font-family: Verdana;
    margin-top: 6px;
    padding: 0px !important;
}

.content ol {
    list-style: none;
}

    .content ol li a {
        text-decoration: underline !important;
    }

.content li a {
    color: #095495;
}

.content ul {
    list-style: none;
    padding-left: 10px;
}


.ui-accordion .ui-accordion-content {
    border-top: 0 none;
    height: auto !important;
    padding: 0 !important;
}


.rightpanel .content ol {
    padding: 0px !important;
}

.ui-accordion .ui-accordion-header {
    border-radius: 0px !important;
}

.ui-state-default .ui-icon {
    background-image: url('https://www.kalmstrom.com/FAQ/images/down.png') !important;
}

.ui-state-default .ui-icon {
    background-image: url('https://www.kalmstrom.com/FAQ/images/default.png') !important;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none;
}

.SubCategory {
   
    background: none repeat scroll 0 0 #8EB2CD;
    color: #0c65ab !important;
    display: block;

}

.SubCategory a:hover {
        background: none repeat scroll 0 0 #8EB2CD;
        color: white !important;
        display: block;
        
 }

.ui-state-hover {
    /*background-color: red;*/
}

.CategoryExpand {
    float: left;
    padding-top: 8px;
    padding-right: 5px;   
}

#divSearchResults{
	display:none;
}

.table450
{
    margin-left: 40px
}</pre></body></html>