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

     body, table, tr, td, p, div, nobr, a {
         font-family       : Arial,sans-serif; 
         font-weight       : bold;
         font-size         : 12px;
         margin            : 0px;
     }
     
     body {
         background        : #E5DBBE;
     }
     
/* *********************************************** */
/* SMALL PAGES                                     */
/* *********************************************** */

     .sm_top_bar {
         border-top        : 1px solid #183180;
         border-bottom     : 4px solid #FFFFFF;
         background        : #183810;
         font-size         : 100%;
         padding           : 7px;
         color             : #B48832;
     }
     
     .sm_bottom_bar {
         border-top        : 1px solid #FFFFFF;
         background        : #640808;
         font-size         : 40%;
         padding           : 1px;
     }
     
     .details_title {
         color             : #000000;
         font-size         : 150%;
     }
     
     .details_price {
         color             : #000000;
         font-size         : 150%;
     }
     
     .details_desc {
         font-size         : 150%;
         font-weight       : normal;
         margin-top        : 10px;
     }
     
     .image_link {
         margin-top        : 5px;
         margin-bottom     : 5px;
     }
     
     .image_link a {
         font-size         : 150%;
         text-decoration   : none;
         color             : #000000;
     }
     
     .details_button_outer {
         border            : 1px solid #000000;
         padding           : 0px;
     }
     
     .cart_top {
         background        :  #183810;
     }
     
     .picker_bar_break {
         background        : #183810;
         border-bottom     : 1px solid #B48832;
         border-right      : 1px solid #B48832;
         border-top        : 1px solid #B48832;
         border-left       : 1px solid #B48832;
         padding           : 4px;
         color             : #FFFFFF;
     }

/* *********************************************** */
/* MAIN PAGE                                       */
/* *********************************************** */

     .intro p, .intro h1,  .intro h2,  .intro h3 {
         margin-bottom     : 10px;
     }

     .main_title_outer {
         background        : #FFFFFF;
         border            : 1px solid #666666;
         padding           : 1px;
     }

     .main_title_inner {
         background        : #183810;
         color             : #B48832;
         padding           : 7px;
         margin            : 0px;
         font-size         : 100%;
         white-space       : nowrap;
     }

     .sub_title_inner {
         background        : #183810;
         color             : #FFFFFF;
         padding           : 5px;
         margin            : 0px;
         font-size         : 100%;
         white-space       : nowrap;
     }

     .sub_title_inner a {
         color             : #FFFFFF;
         text-decoration   : none;
     }

     .big_title_inner {
         background        : #183810;
         color             : #FFFFFF;
         padding           : 11px 16px 11px 16px;
         margin            : 0px;
     }

     .big_title_inner a {
         color             : #FFFFFF;
         font-size         : 150%;
         text-decoration   : none;
         white-space       : nowrap;
     }
     
     .main_body {
         margin-right      : 10px;
         margin-left       : 10px;
     }
     
     .item_title {
         color             : #B48832;
         font-size         : 110%;
     }
     
     .button {
         background        : #848484;
         color             : #FFFFFF;
         font-size         : 90%;
         font-weight       : 200;
         padding           : 3px 10px 3px 10px;
         border            : 1px solid #000000;
         text-decoration   : none;
         white-space       : nowrap;
     }
     
     .button a {
         color             : #FFFFFF;
         font-size         : 90%;
         text-decoration   : none;
         white-space       : nowrap;
     }
     
     .example_image {
         border            : 1px solid #183810;
     }
     
     .picker_bar {
         background        : #183810;
         border-bottom     : 1px solid #b5944b;
         border-top        : 1px solid #b5944b;
         padding           : 4px;
         color             : #FFFFFF;
     }
     
     .picker_bar a {
         color             : #FFFFFF;
         text-decoration   : none;
     }

