/* *********************************************** */
/* TAGS                                            */
/* *********************************************** */

     body, table, tr, td, p, div, nobr, a {
         font-family       : Arial,sans-serif; 
         font-size         : 11px;
         font-weight       : bold;
     }
     
/* *********************************************** */
/* PURCHASE PAGE CLASSES                           */
/* *********************************************** */

    .buy_all_div {
         border            : 1px solid #9BABB3;
         padding           : 7px;
    }

/* *********************************************** */
/* SECTION CLASSES                                 */
/* *********************************************** */

     .section_entry {
         background        : #B0C5D1;
         font-family       : Arial,sans-serif;
         font-size         : 80%;
         font-weight       : bold;
         color             : #FFFFFF;
         border-top        : 1px solid #C5D3D9;
         border-left       : 1px solid #C5D3D9;
         border-right      : 1px solid #C5D3D9;
         border-bottom     : 1px solid #9BABB3;
     }
     
     .section_wrap {
         background        : #B0C5D1;
         border            : 3px solid #B0C5D1;
     }

     .section_row {
         background        : #B0C5D1;
     }
     
     .section_row a {
         color             : #FFFFFF;
         text-decoration   : none;
     }
     
     .section_row a:hover {
         color             : #0033FF;
     }

     .section_cell {
         color             : #FFFFFF;
         background        : #B0C5D1;
     }
     
/* *********************************************** */
/* ENTRY CLASSES                                   */
/* *********************************************** */

     .entry_table {
         margin-top        : 2px;
     }
     
     .entry_wrap {
         border-top        : 1px solid #C3D3DB;
         border-bottom     : 1px solid #9BABB3;
         padding           : 1px 2px 1px 2px;
         background        : #B0C5D1;
     }
     
     .entry_row {
         background        : #B0C5D1;
         font-family       : Arial,sans-serif;
         font-size         : 80%;
         font-weight       : bold;
         color             : #FFFFFF;
         border-top        : 1px solid #C5D3D9;
         border-left       : 1px solid #C5D3D9;
         border-right      : 1px solid #C5D3D9;
         border-bottom     : 1px solid #9BABB3;
     }
     
     .entry_row a {
         color             : #FFFFFF;
         text-decoration   : none;
     }
     
     .entry_row a:hover {
         color             : #0033FF;
     }

     .entry_cell {
         border-top        : 1px solid #C5D3D9;
         border-left       : 1px solid #C5D3D9;
         border-right      : 1px solid #9BABB3;
         border-bottom     : 1px solid #9BABB3;
     }

