﻿/*width is also applied in CustomJquery.js*/
.ac_results_container {
    top: 49px;
    left: 0;
    width: 490px;
    height: auto;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 0px 6px rgba(0,0,0,0.4);
}

.td1 {    
    vertical-align:top;
    border: #ddd solid 1px;
}

.td2 {
    vertical-align: top; 
    background: #fafafa;
}

.ac_results_container_Single_Column {
    top: 49px;
    left: 0;
    width: 260px;
    height: auto;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 0px 6px rgba(0,0,0,0.4);
}

.ac_results {
    padding: 0px;
    border: 1px outset silver;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
    width: 571px;
    height: auto;
}

    .ac_results ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .ac_results li {
        margin: 0px;
        padding: 2px 5px 0px 10px;
        cursor: default;
        display: block;
        font: menu;
        font-size: 12px;
        line-height: 16px;
        overflow: hidden;
    }

        .ac_results li div.ac_content_result:not(:empty) {
            clear: both;
            font-weight: bold;
            padding-top: 20px;
            margin-left: -5px;
            -moz-user-select: -moz-none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            -o-user-select: none;
            user-select: none;
            text-decoration: none;
        }

        .ac_results li:first-child div.ac_content_result {
            padding-top: 0px;
        }

.ac_loading {
    background: white url('images/loading.gif') right center no-repeat;
}

.ac_odd, .ac_even {
    background-color: white;
    padding-left: 10px;
}

.ac_over {
    /*background-color: #0A246A;*/
    background-color: #fafafa;
    color: black;
    border-right-color: transparent;
}


#ac_results_body {
    padding: 0px;
    background-color: white;
    z-index: 99999;
    /*height: 75.5%;*/
}

.ac_results_body_FullHeight {
    height: auto !important; 
}

.ac_results_body ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results_body li {
    margin: 0px;
    padding: 2px 5px;
    cursor: pointer;
    cursor: hand;
    display: block;
    font: menu;
    font-size: 12px;
    line-height: 16px;
}



.ac_results_left {
    float: left;
    width: 198px;
    height: 100%;
    position: relative;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 14px;
}

.ac_results_left_Single_Column {
    float: left;
    width: 260px;
    height: 100%;
    position: relative;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 14px;
}

.adZone {
    vertical-align: bottom;
    float: left;
    width: 100%;    
    height:85px;
}

.adZone #AdDisplayZone99 {
    display:inline;
}

.ac_details {
    float: left;
    width: 260px;
    height: auto;
    background: #fafafa;
    border-left: #ddd solid 1px;
    padding: 10px;
    position: relative;
    left: -1px;
    z-index: 301;
    overflow: hidden;
}

.ac_results_keyword {
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 8px;
}

.loadingmessage {
    height: 100%;
    width: 100%;
    background: #fafafa url('images/loading.gif') center no-repeat;
}


#main {
    margin-top: -10px;
}


    #main .products {
    }

        #main .products ul {
            overflow: hidden;
            padding: 0px;
        }

            #main .products ul.second {
                padding-top: 0px;
            }

            #main .products ul li {
                float: left;
                width: 120px;
                height: 110px;
                padding: 10px 0px 30px 0px;
                overflow: hidden;
            }

        #main .products > ul > li:first-child {
            padding: 10px 20px 30px 5px;
        }

        #main .products ul li img {
            width: 120px;
            height: 110px;
            border: 1px solid #ddd;
        }

        #main .products ul li span {
            padding-top: 10px;
            display: block;
            text-wrap:normal;
        }

.links {
    padding-top: 10px;
}

#categoryList {
    padding-top: 3px;
    padding-bottom: 10px;
}

    #categoryList #categoryListItem {
        padding-top: 4px;
        line-height: 13px;        
        overflow:hidden;
    }

#manufacturerList {
    padding-top: 3px;
    padding-bottom: 5px;
}

    #manufacturerList #manufacturerListItem {
        padding-top: 4px;
        line-height: 13px;
        overflow:hidden;
    }


.ul-header {
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
}

.topResults {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}
