#quickfinderBG {
    background: #626161;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
    overflow: hidden;
}
#quickfinderContainer {
    width: 44px;
    width: 952px;
    height: 608px;
    position:fixed;
    left:-908px;
    top:50%;
    margin-top: -304px;
    background: url(../pics/quickfinder_bg.png) right top no-repeat;
    z-index: 9990;
    overflow: hidden;
}
* html #quickfinderContainer {
    width: 0;
    height: 0;
    display: none;
    overflow: hidden;
}
#quickfinderButton {
    width:44px;
    height:141px;
    z-index:100;
    cursor:pointer;
    position: absolute;
    right: 0;
    top: 232px;
}
.open #quickfinderButton {
    background: url(../pics/quickfinder_button_open.png) right top no-repeat;
}
#quickfinder {
    width: 908px;
    height: 608px;
    overflow: hidden;
    position: absolute;
    left: auto;
    right: 44px;
    z-index: 1;
    font-size: 0.9em;
}
    #quickfinder .loading {
        top: 300px;
        left: 435px;
        position: absolute;
    }
    #quickfinder .close {
        width: 13px;
        height: 13px;
        overflow: hidden;
        background: url(../pics/quickfinder_close.png) center no-repeat;
        cursor: pointer;
        position: absolute;
        right: 9px;
        top: 5px;
    }
#quickfinder ul {
    list-style: none;
}
    #quickfinder .categoryList {
        width: 194px;
        height: 525px;
        float: left;
        overflow: hidden;
        padding: 0 21px 0 18px;
        margin-top: 75px;
        position: relative;
    }
        #quickfinder .categoryList .backContainer {
            height: 15px;
        }
            #quickfinder .categoryList .back {
                display: none;
                color: #b2b2b2;
                text-decoration: none;
                padding: 0 0 0 26px;
                margin: 0 0 0 4px;
                line-height: 15px;
                height: 15px;
                float: left;
                background: url(../pics/quickfinder_arrow_left.png) left top no-repeat;
            }
            #quickfinder .categoryList .back:hover {
                color: #666;
                background-position: left -30px;
            }
        #quickfinder .categoryList .helpContainer {
            position: absolute;
            bottom: 8px;
            width: 207px;
            height: 120px;
        }
            #quickfinder .categoryList .helpContainer .description {
                position: absolute;
                bottom: 25px;
                display: none;
            }
            #quickfinder .categoryList .helpContainer .description ul {
                margin: 6px 0 0 0;
            }
                #quickfinder .categoryList .helpContainer .description ul li {
                    line-height: 1.2em;
                    background: url(../pics/quickfinder_arrow_right_inverse.png) left 3px no-repeat;
                    padding: 0 0 0 12px;
                    margin: 0 0 2px 0;
                }
            #quickfinder .categoryList .helpContainer .nav {
                position: absolute;
                bottom: 0;
            }
                #quickfinder .categoryList .helpContainer .nav a {
                    color: #666;
                    background: url(../pics/quickfinder_help.png) left center no-repeat;
                    padding: 2px 0 3px 26px;
                }
                #quickfinder .categoryList .helpContainer .nav .hideHelp {
                    display: none;
                }
        #quickfinder .categoryList ul {
            position: relative;
            clear: both;
        }
        #quickfinder .categoryList ul:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }
            #quickfinder .categoryList h4 {
                font-size: 1.4em;
                color: #666;
                margin: 20px 4px 12px 4px;
                padding: 0 0 0 26px;
                clear: both;
                position: relative;
                cursor: pointer;
            }
                #quickfinder .categoryList h4.sub {
                    position: absolute;
                    left: 233px;
                    top: 0;
                    margin-top: 0;
                    cursor: default;
                    display: none;
                }
                #quickfinder .categoryList ul .cat1 h4.sub {
                    color: #00bcb1;
                }
                #quickfinder .categoryList ul .cat2 h4.sub {
                    color: #bc6600;
                }
                #quickfinder .categoryList ul .cat3 h4.sub {
                    color: #a4bd00;
                }
                #quickfinder .categoryList ul .cat4 h4.sub {
                    color: #bd00b6;
                }
            #quickfinder .categoryList .cat1 h4 {
                background: url(../pics/quickfinder_category_cat1.png) left center no-repeat;
            }
            #quickfinder .categoryList .cat2 h4 {
                background: url(../pics/quickfinder_category_cat2.png) left center no-repeat;
            }
            #quickfinder .categoryList .cat3 h4 {
                background: url(../pics/quickfinder_category_cat3.png) left center no-repeat;
            }
            #quickfinder .categoryList .cat4 h4 {
                background: url(../pics/quickfinder_category_cat4.png) left center no-repeat;
            }
                #quickfinder .categoryList .open {
                    position: absolute;
                    left: auto;
                    right: 0;
                    top: 0;
                    width: 15px;
                    height: 15px;
                    overflow: hidden;
                    background: url(../pics/quickfinder_arrow_right.png) left top no-repeat;
                }
                
                #quickfinder .categoryList ul ul {
                    display: none;
                    position: absolute;
                    top: 40px;
                    left: 233px;
                    width: 210px;
                }
                    #quickfinder .categoryList ul ul li {
                        color: #fff;
                        float: left;
                        margin: 2px;
                        padding-right: 5px;
                        clear: none;
                        cursor: pointer;
                        white-space: nowrap;
                        background-repeat: no-repeat;
                        background-position: right top;
                        background-image: url(../pics/quickfinder_tags_bg_right.png);
                    }
                        #quickfinder .categoryList ul ul li span {
                            display: block;
                            height: 17px;
                            line-height: 17px;
                            padding-left: 5px;
                            white-space: nowrap;
                            background-repeat: no-repeat;
                            background-position: left top;
                            background-image: url(../pics/quickfinder_tags_bg_left.png);
                        }
                    #quickfinder .categoryList ul ul li:hover,
                    #quickfinder .categoryList ul ul li:focus,
                    #quickfinder .categoryList ul ul li:active {
                        background-position: right -20px;
                    }
                        #quickfinder .categoryList ul ul li:hover > span,
                        #quickfinder .categoryList ul ul li:focus > span,
                        #quickfinder .categoryList ul ul li:active > span{
                            background-position: left -20px;
                        }
                        
                    #quickfinder .categoryList ul .cat1 ul li.active {
                        background-position: right -40px;
                    }
                        #quickfinder .categoryList ul .cat1 ul li.active span {
                            background-position: left -40px;
                        }
                    #quickfinder .categoryList ul .cat2 ul li.active {
                        background-position: right -60px;
                    }
                        #quickfinder .categoryList ul .cat2 ul li.active span {
                            background-position: left -60px;
                        }
                    #quickfinder .categoryList ul .cat3 ul li.active {
                        background-position: right -80px;
                    }
                        #quickfinder .categoryList ul .cat3 ul li.active span {
                            background-position: left -80px;
                        }
                    #quickfinder .categoryList ul .cat4 ul li.active {
                        background-position: right -100px;
                    }
                        #quickfinder .categoryList ul .cat4 ul li.active span {
                            background-position: left -100px;
                        }
                        
                    #quickfinder .categoryList ul ul li.subcat {
                        background: #e6e6e6;
                        cursor: default;
                        padding: 4px 5px;
                        clear: both;
                        margin: 6px 0;
                        width: 200px;
                    }
                        #quickfinder .categoryList h5 {
                            color: #666;
                            font-size: 1em;
                        }
                        #quickfinder .categoryList ul ul li.subcat li {
                            margin-left: 0;
                        }
                        
                        #quickfinder .categoryList ul ul ul {
                            display: block;
                            position: static;
                            left: auto;
                            top: auto;
                            width: auto;
                            margin-top: 5px;
                            clear: both;
                            float: left;
                        }
    #quickfinder .productList {
        float: left;
        width: 670px;
        height: 600px;
        overflow: hidden;
    }
        #quickfinder .productList .breadcrumb {
            height: 30px;
            margin: 2px 15px 0 20px;
            padding: 5px 4px 0 4px;
            color: #626161;
        }
            #quickfinder .productList .breadcrumb strong {
                float: left;
                padding: 0 6px 0 0;
                cursor: default;
            }
            #quickfinder .productList .breadcrumb em {
                cursor: default;
            }
            #quickfinder .productList .breadcrumb div {
                float: left;
                margin: 2px;
                padding-right: 5px;
                cursor: pointer;
                white-space: nowrap;
                background-repeat: no-repeat;
                background-position: right top;
                background-image: url(../pics/quickfinder_tags_bg_right.png);
            }
            
                #quickfinder .productList .breadcrumb div span {
                    display: block;
                    height: 17px;
                    overflow: hidden;
                    line-height: 17px;
                    margin: 0;
                    float: none;
                    padding-left: 5px;
                    padding-right: 0;
                    color: #fff;
                    white-space: nowrap;
                    background-repeat: no-repeat;
                    background-position: left top;
                    background-image: url(../pics/quickfinder_tags_bg_left.png);
                }
                #quickfinder .productList .breadcrumb div span:hover {
                    text-decoration: line-through;
                }
            #quickfinder .productList .breadcrumb div.cat1 {
                background-position: right -40px;
            }
                #quickfinder .productList .breadcrumb div.cat1 span {
                    background-position: left -40px;
                }
            #quickfinder .productList .breadcrumb div.cat2 {
                background-position: right -60px;
            }
                #quickfinder .productList .breadcrumb div.cat2 span {
                    background-position: left -60px;
                }
            #quickfinder .productList .breadcrumb div.cat3 {
                background-position: right -80px;
            }
                #quickfinder .productList .breadcrumb div.cat3 span {
                    background-position: left -80px;
                }
            #quickfinder .productList .breadcrumb div.cat4 {
                background-position: right -100px;
            }
                #quickfinder .productList .breadcrumb div.cat4 span {
                    background-position: left -100px;
                }
            #quickfinder .productList .breadcrumb div.removeAll {
                background-position: right -120px;
            }
                #quickfinder .productList .breadcrumb div.removeAll span {
                    background-position: left -120px;
                    color: #626161;
                }
                #quickfinder .productList .breadcrumb div.removeAll span:hover {
                    text-decoration: none;
                }
        #quickfinder .productList .list {
            height: 555px;
            overflow: hidden;
            clear: both;
        }
            #quickfinder .productList .list .noresult {
                font-size: 1.6em;
                line-height: 1.4em;
                color: #626161;
                text-align: center;
                padding: 200px 0 0 0;
                display: none;
                font-weight: bold;
            }
        #quickfinder .productList ul {
            margin: 0 20px;
        }
        
        #quickfinder .productList ul:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }
        *+html #quickfinder .productList ul { display: inline-block; }
            #quickfinder .productList li {
                width: 75px;
                height: 91px;
                text-align: center;
                float: left;
                margin: 4px;
                overflow: hidden;
                position: relative;
                color: #626161;
            }
                #quickfinder .productList li a {
                    color: #626161;
					display: block;
                	width: 75px;
                	height: 91px;	
					cursor: pointer;
					text-decoration: none;				
                }
                #quickfinder .productList li span {
                    position: absolute;
                    top: 40%;
                    left: 0;
                    right: 0;
                    margin-top: -0.5em;
                    line-height: 1em;
                    text-align: center;
                    font-size: 0.9em;
                    padding: 0 3px;
                }
                #quickfinder .productList li img {
                    display: block;
                    width: 100%;
                    height: 100%;
                    border: none;
                }
            
            #quickfinder .productList .scrollbar {
                width: 17px;
                height: 555px;
                right: 45px;
                top: 0;
                position: absolute;
            }
                #quickfinder .productList .scrollbar .prev,
                #quickfinder .productList .scrollbar .next {
                    width: 17px;
                    height: 17px;
                    background: url(../pics/quickfinder_scroller_arrow_up.png) center no-repeat;
                    position: absolute;
                    cursor: pointer;
                    top: 0;
                    left: 0;
                }
                #quickfinder .productList .scrollbar .next {
                    top: auto;
                    bottom: 0;
                    background: url(../pics/quickfinder_scroller_arrow_down.png) center no-repeat;
                }
                #quickfinder .productList .scrollbar .scroller {
                    width: 17px;
                    height: 521px;
                    top: 17px;
                    position: absolute;
                    background: #e6e6e6;
                }
                    #quickfinder .productList .scrollbar .bar {
                        width: 13px;
                        background: url(../pics/quickfinder_scroller_bar_bottom.png) left bottom no-repeat;
                        left: 2px;
                    }
                        #quickfinder .productList .scrollbar .bar .top {
                            background: url(../pics/quickfinder_scroller_bar_top.png) left top no-repeat;
                            position: absolute;
                            left: 0;
                            right: 0;
                            top: 0;
                            bottom: 3px;
                        }
                        #quickfinder .productList .scrollbar .bar .center {
                            background: #626161 url(../pics/quickfinder_scroller_bar.png) center no-repeat;
                            position: absolute;
                            left: 0;
                            right: 0;
                            top: 3px;
                            bottom: 0;
                        }

.hidden {
    display: none;
}

#infoBubble {
    z-index: 9999;
}
    #infoBubble .spike {
        position: absolute;
        width: 29px;
        height: 29px;
        background: url(../pics/quickfinder_bubble_spike_lt.png) left top no-repeat;
        top: 15px;
        left: 0;
    }
        #infoBubble .l .spike {
            background: url(../pics/quickfinder_bubble_spike_rt.png) left top no-repeat;
            left: auto;
            right: 0;
        }
        #infoBubble .t .spike {
            background: url(../pics/quickfinder_bubble_spike_lb.png) left top no-repeat;
            top: auto;
            bottom: 15px;
        }
        #infoBubble .lt .spike {
            background: url(../pics/quickfinder_bubble_spike_rb.png) left top no-repeat;
            top: auto;
            bottom: 15px;
            left: auto;
            right: 0;
        }
    #infoBubble .top {
        background: url(../pics/quickfinder_bubble_bg_top.png) left top no-repeat;
        padding-top: 10px;
        margin-left: 26px;
    }
        #infoBubble .l .top,
        #infoBubble .lt .top {
            margin-left: auto;
            margin-right: 24px;
        }
    #infoBubble .bottom {
        width: 269px;
        background: url(../pics/quickfinder_bubble_bg_bottom.png) left bottom no-repeat;
        padding-bottom: 10px;
    }
    #infoBubble .loading {
        margin: 0 auto;
        display: block;
        position: static;
        top: auto;
        left: auto;
    }
    #infoBubble .content {
        padding: 7px 20px 11px 18px;
        color: #626161;
    }
        #infoBubble h5 {
            font-size: 0.8em;
            padding: 0 0 0 16px;
            text-transform: uppercase;
            margin: 0 0 1em 0;
            font-weight: normal;
            line-height: 12px;
        }
            #infoBubble h5.cat1{
                background: url(../pics/quickfinder_category_cat1.png) left center no-repeat;
            }
            #infoBubble h5.cat2 {
                background: url(../pics/quickfinder_category_cat2.png) left center no-repeat;
            }
            #infoBubble h5.cat3 {
                background: url(../pics/quickfinder_category_cat3.png) left center no-repeat;
            }
            #infoBubble h5.cat4 {
                background: url(../pics/quickfinder_category_cat4.png) left center no-repeat;
            }
        #infoBubble h3 {
            font-size: 1.4em;
            margin: 0 0 1em 0;
        }
        #infoBubble p {
            line-height: 1.3em;
            margin: 0 0 0.5em 0;
        }
        #infoBubble p.readOn {
            margin: 1em 0 0 0;
        }
            #infoBubble p.readOn a {
                color: #1A83C7;
                text-decoration: none;
                background: url(../../../pics/bg_arrow03.png) 0 5px no-repeat;
                padding-left: 12px;
            }
            #infoBubble p.readOn a:hover,
            #infoBubble p.readOn a:focus,
            #infoBubble p.readOn a:active {
                text-decoration: underline;
            }
