div.search_container{ 
        border: 4px solid #fff; 
        background: #fff;
        width: 920px;

        /*height: 235px;*/
        /*overflow:hidden;*/
        /*margin: 5px 0px 10px 158px;*/

        height: 240px;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:12px;
        position:relative;
        /*margin: 5px 0px 10px 85px;*/

}

div#seach_display_box {
        width:910px; /*920 - 5*2padding */
        padding:5px;
        height:210px; /*240 - 20 top bar - 5*2 padding */
        overflow:auto;
        position:relative;
        /*border:1px solid #00FF00;*/
}
div#seach_display_box p {
        font: 12px "Trebuchet MS",Arial sans-serif;
        font-weight:bold;
        color:#FFFFFF;
}
div.section_title {
        width: 920px; /*920 */
        height:19px;
        /*border-top: 1px solid #FFFFFF;*/
        border-bottom:1px solid #FFFFFF;
        background-color:#fa7d00;
        padding:0px;
        position:relative;
}
div.section_title p {
        text-align: left;
        margin: 2px 0px 0px 10px;
        font: 12px "Trebuchet MS",Arial sans-serif;
        font-weight: bold;      
        color: #FFFFFF;
}div.section_product_row {
        margin-top:10px;
        width:890px;
        min-height:150px;
        margin-left:auto;
        margin-right:auto;
}
div.section_product_row .image {
    text-align:center;
    /*border: 2px solid blue;*/
    height:190px;
    width:110px;
    float:left;
    display:block;
    padding:0px;
        margin-right:15px;
}
div.section_product_row p a {
        color:#024b64;
}
div.section_product_row p a:hover {
        text-decoration:underline;
}



