body
{
    margin: 0;
    padding: 0;
    font-family: tahoma;
    font-size: 11px;
    color: #0072BC;
}

img
{
    border: 0;
}

form
{
    margin: 0;
}

textarea
{
    color: #0072BC;
    border: 1px solid #93D2F3;
}


#main_container
{
    width: 1000px;
    margin: 0 auto 0 auto;
}

#top_block
{
    height: 140px;
    background-color: #EDF6FD;
}

#top_block div.logo
{
    float: left;
    width: 150px;
    height: 140px;
}

#top_menu
{
    float: left;
    height: 140px;
    width: 600px;
}

#top_menu div.webshop
{
    width: 567px;
    height: 60px;
    background: url(/img/webshop.gif) no-repeat 0 0;
}

#top_menu div.search
{
    height: 54px;
}

#top_menu div.menu_item
{
    float: left;
    text-align: center;
    width: 120px;
    height: 26px;
    background: url(/img/menu_item.gif) no-repeat 0 0;
}

#top_menu div.menu_item p
{
    padding-top: 8px;
}

#top_menu div.menu_item a
{
    text-transform: uppercase;
    text-decoration: none;
    color: #0072BC;
    font-size: 10px;
    font-weight: bold;
}

/***************
/* LOGIN BLOCK *
/**************/

#top_right
{
    float: left;
    border-left: 1px solid #93D2F3;
    height: 140px;
}

#login_block
{
}

#login_block div
{
    padding: 5px 0 0 20px;
}

#login_block p
{
    color: #0072BC;
    margin: 0 0 2px 0;
}

#login_block a
{
    color: #0072BC;
}

#login_block p.remember
{
    float: left;
    margin-left: 5px;
    width: 80px;
    padding: 6px 0 0 2px;
}

#login_block input
{
    color: #0072BC;
    float: left;
    border: 1px solid #93D2F3;
    width: 200px;
    height: 18px;
}

#login_block input.enter
{
    margin-left: 10px;
    border: 0;
    width: 88px;
    height: 30px;
    background: url(/img/button_enter.gif) no-repeat 0 0;
    cursor: pointer;
}

#login_block input.checkbox
{
    margin: 5px 0 0 0;
    padding: 0;
    float: left;
    width: 15px;
    border: 0;
}

/****************
/* LOGGED BLOCK *
/***************/

#logged_block
{
    color: #0072BC;
}

#logged_block a 
{
    color: #0072BC;
}

#logged_block div
{
    padding: 10px 0 0 20px;
}


#blue_line
{
    height: 3px;
    font-size: 1px;
    background-color: #93D2F3;
}

#blue_line div
{
    float: left;
}

#blue_line div.left_line
{
    width: 150px;
    height: 3px;
}

#blue_line div.menu_line 
{
    width: 118px;
    margin: 0 1px 0 1px;
    height: 3px;
    font-size: 1px;    
}

#blue_line div.selected
{
    background-color: #ffffff;
}


/**************
/* LEFT BLOCK *
/*************/

#left_block
{
    float: left;
    width: 151px;
}

#left_menu
{
    width: 151px;
}

#left_menu div.item
{
    width: 150px;
    height: 47px;
    border-right: 1px solid #93D2F3;
    border-bottom: 1px solid #93D2F3;
    margin-bottom: 1px;
    background: url(/img/left_menu_icon.gif) no-repeat 140px 32px;
}

#left_menu div.item p
{
    padding: 9px 0 0 10px;
    margin: 0;
    width: 130px;
}

#left_menu div.item a
{
    text-transform: uppercase;
    text-decoration: none;
    color: #0072BC;
    font-size: 10px;
}

#left_menu div.item a:hover
{
    text-decoration: underline;
}

#center_block
{
    float: left;
    width: 599px;
}

#right_block
{
    float: left;
    width: 250px;
    background-color: #EDF6FD;
}




#register_wrapper
{
    padding: 60px 0 0 70px;

}

#register_form p
{
    text-transform: uppercase;
    color: #0072BC;
    float: left;
    width: 150px;
    padding: 4px 0 0 0;
    margin-bottom: 3px;
}

#register_form p.data
{
    text-transform: none;
}

#register_form input
{
    color: #0072BC;
    float: left;
    border: 1px solid #93D2F3;
    width: 250px;
    height: 18px;
    margin-bottom: 3px;
}

#register_form select
{
    color: #0072BC;
    float: left;
    border: 1px solid #93D2F3;
    width: 250px;

    margin-bottom: 3px;
}


#register_form input.enter
{
    border: 0;
    width: 88px;
    height: 30px;
    background: url(/img/button_proceed.gif) no-repeat 0 0;
    cursor: pointer;
    margin: 0 0 0 315px;
}


#login_page_wrapper
{
    padding: 60px 0 0 70px;
}

#login_page p
{
    text-transform: uppercase;
    color: #0072BC;
    float: left;
    width: 100px;
    padding: 4px 0 0 0;
    margin-bottom: 3px;
}

#login_page p.register
{
    width: 265px;
}

#login_page input
{
    float: left;
    border: 1px solid #93D2F3;
    width: 250px;
    height: 18px;
    margin-bottom: 3px;
}

#login_page input.enter
{
    border: 0;
    width: 88px;
    height: 30px;
    background: url(/img/button_proceed.gif) no-repeat 0 0;
    cursor: pointer;
}


#order_wrapper
{
    padding: 20px 5px 0 5px;
}


div.cell0
{
    float: left;
    width: 110px;
}
div.cell1
{
    overflow: hidden;
    width: 250px;
}
div.cell1_5
{
    text-align: center;
    width: 40px;
}

div.cell2
{
    text-align: right;
    width: 50px;
}
div.cell3
{
    width: 50px;
}
div.cell4
{
    text-align: right;
    width: 60px;
}
div.red_border
{
    border: 1px solid #ff0000;
}
div.table_cell_red
{
    float: left;
    margin: 0 0 2px 2px;
    border: 1px solid #ff0000;
    background: url(/img/table_cell_tile.gif) repeat-x 0 0;
    height: 17px;
    color: #ffffff;
    overflow: hidden;
}

div.table_cell
{
    float: left;
    margin: 0 0 2px 2px;
    border: 1px solid #00AEEF;
    background: url(/img/table_cell_tile.gif) repeat-x 0 0;
    height: 17px;
    color: #ffffff;
}

div.table_cell_header
{
    margin-bottom: 5px;
    display: inline;
    float: left;
    color: #0072BC;
    text-transform: uppercase;
}

input.table_cell_input
{
    width: 50px;
    float: left;
    text-align: center;
    margin: 0 0 2px 2px;
    border: 1px solid #00AEEF;
    height: 15px;
    color: #0072BC;
}

div.table_cell div
{
    padding: 2px 0 0 5px;
    margin-right: 5px;
}

div.table_cell a
{
    color: #ffffff;
    text-decoration: none;
}

div.table_cell_red div
{
    padding: 2px 0 0 5px;
    margin-right: 5px;
}

div.table_cell_red a
{
    color: #ffffff;
    text-decoration: none;
}

input.enter
{
    border: 0;
    width: 88px;
    height: 30px;
    background: url(/img/button_proceed.gif) no-repeat 0 0;
    cursor: pointer;
}

#current_order
{
    padding: 30px 0 0 20px;
    color: #0072BC;
}

#current_order p
{
    float: left;
    width: 150px;
    text-transform: uppercase;
}

#current_order a
{
    float: left;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    color: #0072BC;
}

input.text
{
    border: 1px solid #93D2F3;
    color: #0072BC;
}

#admin
{
    padding: 10px;
    color: #0072BC;
}

#admin input.text
{
    border: 1px solid #93D2F3;
    color: #0072BC;
}

#admin select
{
    border: 1px solid #93D2F3;
    color: #0072BC;
}


#orders
{
    padding: 20px 0 0 20px;
    color: #0072BC;
}

#my_ orders
{
    color: #0072BC;
}


#hint
{
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #93D2F3;
    padding: 5px;
}


input.order
{
    border: 0;
    width: 160px;
    height: 29px;
    background: url(/img/button_order.gif) no-repeat 0 0;
    cursor: pointer;
}

input.end_order
{
    border: 0;
    width: 265px;
    height: 29px;
    background: url(/img/button_end_order.gif) no-repeat 0 0;
    cursor: pointer;
}

input.copy
{
    border: 0;
    width: 234px;
    height: 29px;
    background: url(/img/button_copy.gif) no-repeat 0 0;
    cursor: pointer;
}

div.new
{
    padding: 10px 0 10px 0;

}

div.new a.title
{
    font-size: 15px;
}
div.new p.date
{
    font-size: 10px;
    color: #535353;
    margin: 2px 0 5px 0;
}
div.new p.text
{
}

.red
{
    color: #ff0000;
}

div.hr
{
    font-size: 1px;
    height: 1px;
    border-bottom: 1px solid #E1F2FF;
    margin: 5px 0 5px 0;
}

div.errors
{
    margin: 0 0 10px 0;
}

div.errors p
{
    color: #ff0000;
    margin: 0 0 3px 0;
}

div.float_left
{
    float: left;
}

.clear
{
    clear: both;
}

p
{
    margin: 0;
}

a
{
    color: #0072BC;
}

.green
{
    color: #1eab27;
}

.red
{
    color: #ff0000;
}

.yellow
{
    color: #9f9a11;
}


div.default
{
    padding: 10px;
}

h1.title
{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    color: #0072BC;
}

.center
{
    text-align: center;
}

.marl20
{
    margin-left: 20px;
}

.marl10
{
    margin-left: 10px;
}

table.common
{
    background-color: #93D2F3;
}

table.common td
{
    background-color: #ffffff;
}