#price-caption { position: relative; margin: 40px 5px 0px 5px; }
#price-caption table {
font: bold 14px arial;
color: white;
text-align: center;
vertical-align: middle;
} 
    /**/
    .top-l {
    width: 10px;
    background: url(/esf/static/img/blackrnd-top-l.png) no-repeat left top;
    }
    .top-caption {
    height: 32px;
    background: url(/esf/static/img/blackrnd-top-m.png) repeat-x top;
    color: white;
    }
    .top-r {
    width: 10px; 
    background: url(/esf/static/img/blackrnd-top-r.png) no-repeat right top;
    }
    /**/


/**/
#price { font: bold 14px arial; color: black; text-align: center; vertical-align: middle; margin-bottom: 20px; }
    /**/
    .th-0{
    width: 20px;
    height: 34px;
    background: url(/esf/static/img/colname-l.gif) no-repeat left top;
    }
    .th-1{
    width: 110px;
    height: 34px;
    background: url(/esf/static/img/colname-m.gif) repeat-x;
    }
    .th-2 {
    width: 105px;
    height: 34px;
    background: url(/esf/static/img/colname-m.gif) repeat-x;
    }
    .th-3 {
    width: 80px;
    height: 34px;
    background: url(/esf/static/img/colname-m.gif) repeat-x;
    }
    .th-4 {
    width: 85px;
    height: 34px;
    background: url(/esf/static/img/colname-m.gif) repeat-x;
    }
    .th-5 {
    width: 90px;
    height: 24px;
    background: url(/esf/static/img/colname-r.gif) no-repeat right top;
    }
    /**/
    
    /**/
    .td-0{
    width: 20px;
    height: 24px;
    background: url(/esf/static/img/td-l.gif) no-repeat left top;
    text-align: center;
    }
    .td-1{
    width: 110px;
    height: 24px;
    background: url(/esf/static/img/td-m.gif) repeat-x;
    }
    .td-2 {
    width: 105px;
    height: 24px;
    background: url(/esf/static/img/td-m.gif) repeat-x;
    }
    .td-3 {
    width: 80px;
    height: 24px;
    background: url(/esf/static/img/td-m.gif) repeat-x;
    }
    .td-4 {
    width: 85px;
    height: 24px;
    background: url(/esf/static/img/td-m.gif) repeat-x;
    }
    .td-5 {
    width: 90px;
    height: 24px;
    background: url(/esf/static/img/td-r.gif) no-repeat right top;
    }
    /**/
    .td-4 a { text-decoration: underline; color: Red; }
    .td-5 a { text-decoration: underline; color: black; }
    .td-4 a:hover { text-decoration: none; }
    .td-5 a:hover { text-decoration: none; }
