/* *********************************************** */
/* 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;
     }
     
     
/* *********************************************** */
/* HEADER TOOLBAR                                  */
/* *********************************************** */

     table.header_bar {
         margin-bottom     : 36px;
     }

     a.header_bar {
         font-size         : 12px;
         color             : white;
         text-decoration   : none;
         text-transform    : uppercase;
         padding           : 3px;
     }
     
/* *********************************************** */
/* SMALL PAGES                                     */
/* *********************************************** */

     .sm_top_bar {
         border-top        : 1px solid #8A4340;
         border-bottom     : 4px solid #FFFFFF;
         background        : #640808;
         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             : #333131;
         font-size         : 150%;
     }
     
     .details_price {
         color             : #640808;
         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        : url(../layout/picker_bar_back.gif);
     }
     
     .picker_bar_break {
         background        : #742922;
         border-bottom     : 2px solid #6B2420;
         border-right      : 2px solid #6B2420;
         border-top        : 1px solid #8A4340;
         border-left       : 1px solid #8A4340;
         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        : #640808;
         color             : #B48832;
         padding           : 7px;
         margin            : 0px;
         font-size         : 100%;
         white-space       : nowrap;
     }

     .sub_title_inner {
         background        : #640808;
         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        : #640808;
         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 #640808;
     }
     
     .picker_bar {
         background        : #742922;
         border-bottom     : 2px solid #6B2420;
         border-top        : 1px solid #8A4340;
         padding           : 4px;
         color             : #FFFFFF;
     }
     
     .picker_bar a {
         color             : #FFFFFF;
         text-decoration   : none;
     }
		 
/* CSS Document */


    .edit_toolbar {
        padding           : 0px;
        margin-top        : 5px;
        margin-left       : 5px;
        margin-right      : 5px;
        margin-bottom     : 2px;
    }
    
    .edit_box {
        border            : 1px solid #FF9900;
        padding           : 5px;
        margin-top        : 0px;
        margin-left       : 5px;
        margin-right      : 5px;
        margin-bottom     : 5px;
        background        : #FFB;
    }
    
    .edit_link {
        padding           : 2px 6px 3px 6px;
        margin-right      : 6px;
        border-top        : 1px solid #FF9900;
        border-right      : 1px solid #FF9900;
        border-left       : 1px solid #FF9900;
        background        : #FE8;
        color             : #000;
        font-weight       : bold;
        text-decoration   : none;
    }
    
/* Shop CSS */

    ul.category_browser_list {
        padding-left      : 0px; 
         //background        : #FFFFFF;
		 background        : #742922;
         border            : 1px solid #666666;
         padding           : 1px;
    }
    ul ul.category_browser_list {
         padding           : 0px;
        padding-left      : 15px;
    }
    
    li.category_browser_item {
         list-style-type   : none;
		 font-size         : 90%;
		 background        : #742922;
         border-bottom     : 2px solid #6B2420;
         border-top        : 1px solid #8A4340;
         padding           : 4px;
         color             : #FFFFFF;
    }
    
    li.category_browser_item a, li.category_browser_item a:visited { 
            color             : #FFFFFF;
         text-decoration   : none;
		display           : block;
		text-transform     : uppercase;
    } 
    
    li.category_browser_item_selected {
        list-style-type   : none;
        background        : #FE8;
		font-size         : 90%;
         border-bottom     : 2px solid #6B2420;
         border-top        : 1px solid #8A4340;
         padding           : 4px;
         color             : #FFFFFF;
    }
    
    li.category_browser_item_selected a, li.category_browser_item_selected a:visited {
            color             : #742922;
		text-decoration   : none;
		display           : block;
		text-transform     : uppercase;
    } 
    
    .cart_outer {
        border            : 2px solid black;
    }
    
    .cart_title {
        text-align        : left;
        background        : #FC6;
        font-weight       : bold;
    }
    
    .cart_header th {
        text-align        : left;
        background        : #FE8;
        font-weight       : bold;
        border-bottom     : 1px solid #FF9900;
    }
    
    .cart_form {
    }
    
    .cart_row input {
        border            : 1px solid #FF9900;
    }
    
    .cart_row td {
        border-bottom     : 1px solid #FF9900;
    }
    
    .cart_total {
        background        : #FC6;
    }
    
    p.checkout_link {
        text-align        : center;
    }

    .shop_bar {
        border            : 2px solid #333;
        background        : #DDD;
    }




/* Site CSS */

    .search_results_table {
        font-size         : 12px;
    }
	
	.breadcrumbs, .breadcrumbs a {
		font-size         : 10px;
		text-decoration   : none;
		color             : #000000;
		margin-top        : 1px;
	}


	body {
		color           : black;
		/* margin          : 0px; */
        font-family     : Arial;
	}

    .main_body  {
        font-size       : 12px;
        color           : #493B41;
        text-decoration : none;
    }

		  .main_body_small  {
        font-size       : 10px;
        color           : #493B41;
        text-decoration : none;
    }
		
    .title  {        
        font-size       : 12px;
        color           : #E87AA9;


    }

    .right_hand_text  {        
        font-size       : 13px;
        color           : #000000;


    }


    .title_white  {        
        font-size       : 18px;
        color           : #ffffff;

    }

    .title_white_pro  {        
        font-size       : 17px;
        color           : #ffffff;

    }

		
    .title_white_large  {        
        font-size       : 20px;
        color           : #ffffff;

    }

    .young_person_text  {        
        font-size       : 20px;
        color           : #ffffff;

    }

    .young_person_text_dark  {        
        font-size       : 20px;
        color           : #313131;

    }

		

	
    .thin_text           {
        font-family     : Arial-narrow, arial, sanserif;
        font-size       : 10px;
        color           : #A5A5A5;

    }		
		
		.fff_style {font-family:Arial;	font-size:11px; color:#495243; text-decoration:none;  margin-bottom   : 1px; bottom:1px }
		
		
		
    .title_large  {        
        font-size       : 14px;
        color           : #666666;
        text-decoration : none;
    }

    .title_image  {        
        font-size       : 14px;
        color           : #000000;
        font-weight     : bold;
    }
		
    .page_title  {        
        font-size       : 14px;
        color           : #BAA9A9;
        font-weight     : bold;
    }

		
.link  {
	font-family     : Arial; 
	color           : #493B41; 
	font-size       : 12px; 
	text-decoration : none;
	white-space     : nowrap;
	}
.link:hover {color:#000000; background: #FFFFFF; }

.menu_link_hub  {
	font-family     : Arial; 
	color           : #68508C; 
	font-size       : 12px; 
	text-decoration : none;
	font-weight     : bold;
	display         : block;
	white-space     : nowrap;
	}
.menu_link_hub:hover {color:#FFFFFF; background: #68508C; display: block; }


    .form_box {
        border          : 1px solid #666666;
        padding         : 4px;
    }
    
    .form_row  {        
        font-size       : 11px;
        color           : #BAA9A9;
    }
    
    th.form_row  {        
        font-size       : 11px;
        color           : #E771A6;
        text-align      : left;
    }
    
    .form_submit  {        
        font-size       : 11px;
        color           : #999999;
        border          : 1px solid #666666;
        padding         : 2px 4px 2px 4px;
    }