.product_table_bottom
{
    width:              <%=bankRateTableContainerWidth%>px;
    height:             16px;
    background:         url('/images/bank_product_table_bottom.gif');
    background-repeat:  no-repeat;
}

.bank_product_body
{     
    border-left:  1px solid #cecece;
    border-right: 1px solid #cecece; 
    border-top:   0px none  #000000;
    border-bottom:0px none  #000000;
}    

.indent_five_pixels
{
    width:  5px;                   
}

.bank_product_menu {
     border-top:    0px none #000000;
     border-right:  0px none #000000;
     border-bottom: 1px solid #cecece;
     border-left:   0px none #000000;     
     margin-bottom: 0px;
     padding-bottom:0px;
}  

.product_table_bottom_left
{
    width:              16px;
    height:             16px;
    background:         url('/images/bank_product_table_bottom_left.gif');
    background-repeat:  no-repeat; 
    display: inline;

}

.product_table_bottom_middle
{
    width:             <%=(bankRateTableContainerWidth - 32)%>px;
    height:             16px;        
    border-bottom: 1px solid #cecece;
    display: inline;
}

.product_table_bottom_right
{
    width:              16px;
    height:             16px;        
    background:         url('/images/bank_product_table_bottom_right.gif');
    background-repeat:  no-repeat; 
    display: inline;
}

.table_cell_border_box
{
    border-left:  1px solid #000000;
    border-right: 1px solid #000000; 
    border-top:   1px solid #000000;
    border-bottom:1px solid #000000;    
}

.table_cell_border_top
{
    border-top:   1px solid #000000;
}

.table_cell_border_bottom
{
    border-bottom:1px solid #000000;    
}

.table_cell_border_left
{
    border-left:  1px solid #000000;
}

.table_cell_border_right
{
    border-right: 1px solid #000000; 
}    
