

body
{
    background-color: #ffffff;
    padding: 0 8px;
}


#wrap
{
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}


a
{
    color: #818181;
    font-size: 12px;
    font-family: Verdana, Serif;
    text-decoration: none;
}


a:hover
{
    color: #212121;
    font-size: 12px;
    font-family: Verdana, Serif;
    text-decoration: underline;
}


a.main
{
    color: green;
    font-size: 14px;
    font-family: Verdana, Serif;
    font-weight: bold;
    text-decoration: none;
}


a.main:hover
{
    color: #529075;
    font-size: 14px;
    font-family: Verdana, Serif;
    font-weight: bold;
    text-decoration: none;
}


td
{
    color: #212121;
    font-size: 12px;
    font-family: Verdana, Serif;
    vertical-align: top;
}


#foot
{
    color: #212121;
    font-size: 10px;
    font-family: Verdana, Serif;
}


.header
{
    color: #212121;
    font-size: 18px;
    font-family: Verdana, Serif;
    font-weight: 600;
    text-decoration: none;
}


.category_path
{
    color: #000198;
    font-size: 18px;
    font-family: Verdana, Serif;
    font-weight: 600;
    text-decoration: none;
}


a.category_path:hover
{
    color: #212121;
    font-size: 18px;
    font-family: Verdana, Serif;
    font-weight: 600;
    text-decoration: none;
}


ul.menu
{
    list-style-type: none;
}

ul.menu li
{
    float: left;
    text-align: center;
    padding-left:8px;
    padding-right:8px;
}


ul.menu li a
{
    color: green;
    display: block;
    font-size: 14px;
    font-family: Verdana, Serif;
    font-weight: bold;
    text-decoration: none;
}


td.item_menu
{
    cursor: pointer;
    color: green;
    font-size: 14px;
    font-family: Verdana, Serif;
    font-weight: bold;
    text-decoration: none;
    height: 50px;
}

td.item_menu_order
{
    cursor: pointer;
    color: green;
    font-size: 14px;
    font-family: Verdana, Serif;
    font-weight: bold;
    text-decoration: none;
    height: 104px;
}



td.info
{
    color: #243451;
    font-size: 14px;
    font-family: Verdana, Serif;
    font-weight: bold;
    text-decoration: none;
}


td.header
{
    color: #212121;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Serif;
    vertical-align: middle;
}


td.weight
{
    color: #212121;
    background-color: orange;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Serif;
    vertical-align: middle;
}


td.price
{
    color: #212121;
    background-color: yellow;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Serif;
    vertical-align: middle;
}


td.idata
{
    text-align: left;
    height: 25px;
    vertical-align: top;
    white-space: nowrap
}


#shipping_costs
{
    border-bottom: 1px dashed #000;
    color: Orange;
    font-weight: bold;
}


#order_response
{
    font-size: 20px;
    color: Red;
    text-align: center;
}


#order_comment
{
    font-size: 16px;
    color: Navy;
    text-align: center;
}



td.reg_field
{
    text-align: right;
    vertical-align: middle;
    height: 25px;
}

td.reg_check
{
    text-align: left;
    vertical-align: middle;
    width: 250px;
    height: 25px;
}

td.reg_space
{
    width: 5px;
}

.reg_input
{
    width: 250px;
}


td.reg_control
{
    text-align: center;
}


td.reg_error
{
    color: Red;
    font-weight: bold;
    vertical-align: middle;
    width: 300px;
}




.pager
{
    float: left;
    padding-left: 10px;
    margin-top: 5px;    
}

.pager span
{
    float:left;
    padding:0 8px;
}

.pager a.page_link
{
    font-size: 14px;
    line-height: 22px;
    padding: 0 5px;
}

.pager span.page_current
{
    font-size: 16px;
    padding-top: 1px;
}

.pager p
{
    float:left;
    padding-top:4px;
    position: relative;
    top: -12px;
}

.pager .page_number
{
    float:left;
    height:25px;
    padding:0px 9px 0;
}

.pager .page_number input
{
    width:25px;
}

.pager .pager_submit
{
    float:left;
    padding-left:15px;
}


#search_hint
{
    padding-top: 5px;
}

#search_hint strong
{
    font-weight: normal;
}



/* Feeedback Form */

#fb_form
{
    float: left;
    border: 1px solid gray;
    width: 405px;
    height: 277px;
    padding: 5px;
    margin-left: 8px;
}

#fb_form div
{
    text-align: left;
    width: 300px;
}

#fb_message
{
    font-size: 16px;
    float: left;
    height: 22px;
    line-height: 22px;
    width: 250px;
}

#fb_captcha
{
    float: left;
    text-align: left;
    width: 125px;
    line-height: 60px;
    height: 60px;
}

#fb_comment
{
    height: 80px;
    width: 400px;
}


/* Feedback Template */


#feedbacks
{
    float: left;
}

div.fb_header
{
    font-size: 16px;
    float: left;
    margin-left: 15px;
    margin-bottom: 9px;
    line-height: 25px;
    height: 25px;
    width: 405px;
}

div.feedback
{
    margin-left: 15px;
    width: 400px;
}

div.fb_name
{
    float: left;
    font-weight: bold;
}

div.fb_date
{
    float: right;
    font-weight: bold;
}

div.fb_text
{
    clear: both;
    margin-left: 12px;
    padding-top: 2px;
}

#fb_pages
{
    clear: both;
    width: 400px;
    margin-left: 200px;
}

#fb_pages span
{
    padding: 0px 8px;
}



/*  */

.li_item td
{
    vertical-align: middle;
}

.li_item div
{
    float: left;
    width: 75px;
}

.li_item a
{
    float: left;
}



/* new order form */

#item_price
{
    padding: 5px 0;
}



#img_captcha
{
    float: left;
    line-height: 60px;
    min-width: 125px;
    min-height: 60px;
    text-align: left;
}




/* other - main */

td.city
{
    color: #515151;
    font-size: 11px;
    vertical-align: middle;
}

td.clk
{
    background: url('{USER_DIR}/images/clock.gif');
    height: 18px;
    width: 22px;
}

table.client_info
{
    background-color: #f5f5f5;
    border: 0px;

    padding: 7px 25px;

    margin-left:  25px;

    border-bottom: #dddddd 1px solid; 
    border-top: #dddddd 1px solid;
}

table.client_info tr td p
{
    font-weight: bold;
    font-size: 12px;
}

table.client_info tr td p span
{
    font-weight: 300;
}


td.info ul li
{
    color: Red;
}

td.info ul li span
{
    color: #243451;
}


td.main_text
{
    background-color: #f5f5f5;
    border: 5px solid #f5f5f5; 
    color: #243451;
    font-size: 14px;
    white-space: nowrap; 
    width: 500px;
}



#category
{
    font-size: 20px;
    padding-left: 28px;
    text-align: left;
}

#items_stream
{
    padding-left: 8px;
}

#items_stream table
{
    border: 0;
    padding: 0 20px;
    width: 100%;
}

#main_table
{
    border: 0;
    vertical-align: top;
    width: 100%;
}
