.compare_seller_list{
   padding: 10px 0;
}

.compare_list_seller{
}

.compare_list_price{
   color:#3141D5;
   font-weight: bold;
   text-align:center;
}

.compare_list_avail{
   text-align:center;
}

.compare_list_rating{
   text-align:center;
}

.compare_list_enter_zip{
   font-size:8pt;
}

.product_details_row{
   border-bottom: 1px dotted #BBB;
   padding:5px;
}

.pagetext {
   FONT: normal 12px Arial, Helvetica, sans-serif;
   color: #404040;
}

/***************************************************/

ul#tabs li{
    display:block;
    float:left;
    height:25px;
    background:url(../image/tb.gif) repeat-x;
    padding-top:0px;
    margin:1px 3px 0 0;
}
ul#tabs li b{
    display:block;
    float:left;
    width:5px;
    height:25px;
    background:url(../image/tbl.gif) no-repeat;
}
ul#tabs a:link, ul#tabs a:active, ul#tabs a:visited{
    display:block;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    color:#4D4D4D !important;
    background:url(../image/tbr.gif) no-repeat right top;
    padding:0px 10px 0px 10px;
}
ul#tabs a:hover{
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    color:#4D4D4D;
    padding:0px 10px 4px 10px;
}
ul#tabs li.sel{
    background:url(../image/tbs.gif) repeat-x;
    height:26px;
}
ul#tabs li.sel b{
    background:url(../image/tbls.gif) no-repeat;    
    height:26px;
}
ul#tabs li.sel a:link, ul#tabs li.sel a:active, ul#tabs li.sel a:hover, ul#tabs li.sel a:visited{
    background:url(../image/tbrs.gif) no-repeat right top;    
    padding:0px 8px 5px 8px;
}

ul#tabs{
    display:block;
    float:left;    
    margin:0;
    padding:0 0 0 20px;
    list-style-type:none;
    height:26px;    
    
}


