
.shop
        {
            border-style: normal  ;
            padding: 0   ;
            border-style: normal  ;
            color : black  ;
            font-weight: thin   ;
            font-family: arial, geneva, helvetica, sans serif   ;
            font-size: 12px   ;
            vertical-align: middle ;
        }

body.shop
        {
            background: #F5F5DC ;
            margin: 12px 12px 12px 12px   ;
            padding: 0   ;
            border-style: normal  ;
            font-family: arial, geneva, helvetica, sans serif   ;
            font-size: 12px   ;
        }
BODY TR TD
        {
            font-family: arial, geneva, helvetica, sans serif   ;
            font-size: 12px   ;
        }


    /* gui */
INPUT.gui_text
        {
            background: #ffffff ;
            margin-top : 0px ;
            margin-bottom : 0px ;
            margin-left : 0px ;
            margin-right : 0px ;
            height: 20px;
            font-family: arial, helvetica   ;
            font-size: 12px   ;
            font-weight: thin   ;
            text-align: middle  ;
            border: 1px solid #000000 ;
        }



SELECT.gui_dropdown
        {
            font : 8pt arial  ;
            color: black;
            background-color: #ffffff ;
            border-color: #000044  ;
            border-width: 1px  ;
            margin-bottom : 0px ;
        }



.li_color
       {
            color: #ADD8E6 ;
       }

.hr_color
       {
            color: #ADD8E6 ;
       }

.image_border
       {
             border: 1px solid #ADD8E6 ;
       }


/* flash table */
TABLE.table_flash
        {
            background: #F5F5F5 ;
            color: #000000 ;
            font-family: arial, geneva, helvetica, sans serif ;
            font-size: 12px ;
            border-collapse: collapse ;
            border-style: normal ;
            border: 2px solid #DC143C ;
        }


TD.table_flash_bold
        {
            color: #DC143C ;
            font-family: arial, helvetica  ;
            font-size: 12px  ;
            font-weight: bold  ;
        }

TD.table_flash_normal
        {
            color: #000000 ;
            font-family: arial, helvetica  ;
            font-size: 12px  ;
            font-weight: thin  ;
        }

TD.table_flash_small
        {
            color: #000000 ;
            font-family: arial, helvetica  ;
            font-size: 10px  ;
            font-weight: thin  ;
        }


/* bold table */
TABLE.table_active
        {
            background: #FDF6E3;
            color: #000000 ;
            font-family: arial, geneva, helvetica, sans serif ;
            font-size: 12px ;
            border-collapse: collapse ;
            border-style: normal ;
            border: 2px solid #4682B4 ;
        }

TD.table_active_header
        {
            background: #4682B4 ;
            color: #ffffff ;
            border-collapse: collapse  ;
            border-style: normal ;
            font-family: arial, helvetica  ;
            font-size: 12px  ;
            font-weight: bold  ;

        }

TD.table_active_bold
        {
            color: #000000 ;
            font-family: arial, helvetica  ;
            font-size: 12px  ;
            font-weight: bold  ;
        }

TD.table_active_normal
        {
            color:#591F0A;
            font-family: arial, helvetica  ;
            font-size: 10px  ;
            font-weight: thin  ;
        }

TD.table_active_normal_light_blue
        {
            color:#591F0A;
            font-family: arial, helvetica  ;
            font-size: 10px  ;
            font-weight: thin  ;
        }
TD.table_active_small
        {
            color: #ffffff ;
            font-family: arial, helvetica  ;
            font-size: 10px  ;
            font-weight: thin  ;
        }




/* small table */
TABLE.table_small
        {
            background: #F5F5F5;
            color: #000000 ;
            font-family: arial, geneva, helvetica, sans serif ;
            font-size: 12px ;
            border-collapse: collapse ;
            border-style: normal ;
        }


/* normal table */
TABLE.table_normal
        {
            background: #FFFFFF;
            color: #000000 ;
            font-family: arial, geneva, helvetica, sans serif ;
            font-size: 12px ;
            border-collapse: collapse ;
            border-style: normal ;
            border: 2px solid #591F0A ;
        }

TD.table_normal_header
        {
            background: #591F0A ;
            color: #FFFFFF ;
            border-collapse: collapse  ;
            border-style: normal ;
            font-family: arial, helvetica  ;
            font-size: 12px  ;
            font-weight: bold  ;

        }

TD.table_normal_bold
        {
            color: #000000 ;
            font-family: arial, helvetica  ;
            font-size: 12px  ;
            font-weight: bold  ;
        }

A:link
    {
        color: black;
    }

A.shop_button:link
    {
        color: white;
        Text-Decoration: None;
    }

A.shop_button:visited
    {
        color: white;
        Text-Decoration: None;
    }

A.shop_button:active
    {
        color: white;
        Text-Decoration: None;
    }

A.shop_button_active:link
    {
        color: black;
        Text-Decoration: None;
    }

A.shop_button_active:visited
    {
        color: black;
        Text-Decoration: None;
    }

A.shop_button_active:active
    {
        color: black;
        Text-Decoration: None;
    }

TABLE.noborder_table
    {
        background: #FFFFFF;
        boder: 0;
        border-style: normal;
    }

/*bar search table*/
TD.bar_search_view
    {
        color: #4682B4;
        boder-collapse: collapse;
        border-style: normal;
        font-family: arial, helvetica;
        font-size: 12px;
        font-weight: bold
    }

/*storefront display*/
TD.storefront_view_header
    {
        color: #DC143C;
        font-family: arial, geneva, helvetica, sans serif ;
        font-weight: bold;
        font-size: 24px;
    }


.storefront_view_price
    {
        color: black ;
        font-family: arial, geneva, helvetica, sans serif ;
        font-size: 12px ;
        font-weight: bold;
    }

.storefront_view_price_num
    {
        color: #591F0A;
        font-family: arial, geneva, helvetica, sans serif ;
        font-size: 12px ;
        font-weight: bold;
    }