
#productlist{
    background-color:#fff; padding:6px;
    width:695px;
    margin-top:4px;
}


    #scrollingproductlist
    {
        overflow: hidden;
        width: 670px;
        background-color: white;
        position: relative;
        height: 168px;
        float: left;
        border: 1px solid #ccc;
    }
    #scrollingproductlist h2
    {
        color: #993333;
        margin: 20px 0pt;
    }
    #scrollingproductlist a
    {
        color: #777;
        font-weight: bolder;
        text-decoration: none;
    }
    
        #productlist .product .oldprice{
        text-decoration: line-through;
        font-size:13px;
    }
     #productlist .product{
        padding-top:4px;
     }
    
    #productlist .product .price
    {
        font-size:13px;
        color: #c00;
        font-weight: bold;
    }
    #productlist .product .specialprice
    {
       font-size:13px;
        color: #c00;
        font-weight: bold;
    }
#productlist .heading{
    color:#666; 
    font-weight:bold; 
    font-size:13px;
    margin:4px 0 4px 12px;
}

#productlist .product{
        float: left;
        width: 162px;
        border-right: 1px solid #ccc;
        height: 170px;
        padding:2px;
}

#productlist .product .image{
    text-align:center;
    height:95px;
    width:150px;

}

#productlist .product .image img{
    margin:2px auto 4px auto;
}

#productlist .product .bottomPanel{
   margin-top:6px;
   width:145px;
   height:66px;
   padding:5px;
}


#productlist .product .bottomPanel .panelleft{
    width:95px;
    height:36px;
    float:left;

}

#productlist .product .bottomPanel .panelright{
    width:20px;
    height:36px;
    float:right;

}



#productlist .product .name{
    color:#000;
    text-align:center;
    font-weight:bold;
    color:#333;
    height:31px;
    overflow:hidden;
    width:150px;
}

#productlist .product .morelink{
    width:17px;
    height:17px;
    background:url(arrow.gif);
    display:block;
    border:none;
}

.next{
   width:11px;
   height:170px;
   background:url(next-horizontal.gif) no-repeat; 
    cursor:hand;
    float:left;
}

.prev{
   width:11px;
   height:170px;
   background:url(prev-horizontal.gif) no-repeat; 
    cursor:hand;
    float:left;
}
