﻿html, body
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-family: Verdana,Helvetica, sans-serif;
    background-color: #999999;
}

a
{
    color: #ce0000;
}

input
{
    border: silver 1px solid;
    font-family: Verdana,Helvetica, sans-serif;
    font-size: 12px;
}

label
{
    color: #555555;
}


h1
{
    font-size: 17px;
    color: #000000;
}

h2
{
    font-size: 15px;
    color: #000000;
}


.main_form
{
    margin: 0px auto 0px auto;
    padding: 0px;
    width: 1024px;
    min-width: 1024px;
    min-height: 100%;
    background-color: #FFFFFF;
}


#banner_panel
{
    background-image: url('Images/banner_bg.png');
    background-repeat: repeat-x;
    background-position: left top;
    width: 100%;
    height: 150px;
}

#banner_panel_left
{
    float: left;
    width: 237px;
}

#banner_panel_right
{
    float: right;
    width: 300px;
    height: 150px;
    background-image: url('Images/banner_right.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.banner_panel_phone
{
    text-align: right;
    font-weight: bold;
    font-size: 15px;
    margin: 0px;
    padding-right: 10px;
    padding-top: 5px;
}

.banner_panel_feedback
{
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 90px;
}

#banner_panel_center
{
    margin: 0px 0px 0px 247px;
    padding-top: 40px;
    width: 410px;
}

#banner_panel_company
{
    margin: 0px;
    color: #FF0000;
    font-weight: bold;
    font-size: 23px;
    text-align: left;
}

#banner_panel_description
{
    font-weight: bold;
    font-size: 15px;
    width: 340px;
}

.menu_panel
{
    clear: both;
    width: 100%;
    padding-top: 10px;
}

ul.menu_top
{
    padding: 0px;
    float: left;
    width: 100%;
}

.menu_top li
{
    list-style: none;
    float: left;
    margin-left: 10px;
}

.menu_item_left
{
    float: left;
    background-image: url('Images/menu_item.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 22px;
    height: 40px;
}

.menu_item_right
{
    float: left;
    background-image: url('Images/menu_item.png');
    background-repeat: no-repeat;
    background-position: right top;
    width: 22px;
    height: 40px;
}

.menu_item_left2
{
    background-image: url('Images/menu_item.png');
    background-repeat: no-repeat;
    background-position: left top;
    width: 22px;
    height: 40px;
}

.menu_item_center
{
    float: left;
    background-image: url('Images/menu_item_center.png');
    background-repeat: repeat-x;
    background-position: left top;
    height: 40px;
}

.menu_item_center a
{
    display: block;
    padding: 12px 3px 12px 3px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
}

.menu_item_center2
{
    background-image: url('Images/menu_item_center.png');
    background-repeat: repeat-x;
    background-position: left top;
    height: 40px;
}

.menu_item_center2 a
{
    display: block;
    padding: 12px 3px 12px 3px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
}

.menu_item_right2
{
    background-image: url('Images/menu_item.png');
    background-repeat: no-repeat;
    background-position: right top;
    width: 22px;
    height: 40px;
}

.menu_item_separate
{
    background-color: #FFFFFF;
    width: 10px;
}

.menu_main_item_style_static
{
    background-image: url('Images/menu_item_center.png');
    background-repeat: repeat-x;
    background-position: left top;
    font-size: 12px;
}

.menu_main_item_style_static a
{
    display: block;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}

.menu_main_item_style_static a:hover
{
    text-decoration: underline;
}

.menu_main_dynamic
{
    z-index: 1;
}

.menu_main_item_style_dynamic
{
    background-image: url('Images/menu_item_center.png');
    background-repeat: repeat-x;
    background-position: left top;
    font-size: 11px;
}

.menu_main_item_style_dynamic a
{
    display: block;
    padding: 10px;
    vertical-align: middle;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}

.menu_main_item_style_dynamic a:hover
{
    text-decoration: underline;
}

#search_panel
{
    width: 100%;
    margin-top: 10px;
}

.search_panel_left
{
    width: 230px;
    height: 80px;
    background-image: url('Images/left_menu_top.png');
    background-repeat: no-repeat;
    background-position: bottom;
}

.search_panel_catalog_left
{
    width: 230px;
    height: 80px;
    background-image: url('Images/left_menu_catalog_top.png');
    background-repeat: no-repeat;
    background-position: bottom;
}

.search_panel_center
{
    width: 147px;
    height: 80px;
    background-image: url('Images/left_menu_top2.png');
    background-repeat: no-repeat;
    background-position: bottom;
}

.search_panel_right
{
    padding-right: 10px;
}

.search_panel_query
{
    background-image: url('Images/button_searche_bg.png');
    background-repeat: no-repeat;
    width: 170px;
    height: 32px;
}

.user_query
{
    float: left;
    font-size: 18px;
    text-align: left;
    width: 134px;
    height: 18px;
    margin-top: 5px;
    margin-left: 6px;
}

.btnSearch
{
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    margin-top: 5px;
    margin-right: 6px;
}

.left_menu_panel
{
    width: 230px;
    background-color: #E7E7E7;
}

.treeViewLeft
{
    width: 230px;
}

.central_panel
{
    width: 100%;
}

.central_panel_table
{
    width: 100%;
}

.central_panel_left1
{
    background-position: left top;
    background-image: url('Images/central_panel_left1.png');
    background-repeat: repeat-y;
    width: 10px;
}

.central_panel_left2
{
    background-position: left top;
    background-image: url('Images/central_panel_left2.png');
    background-repeat: no-repeat;
    width: 10px;
    height: 129px;
}

.central_panel_left3
{
    background-position: left top;
    background-image: url('Images/central_panel_left3.png');
    background-repeat: repeat-y;
    width: 73px;
    height: 180px;
}

.left_menu_panel_bottom
{
    background-position: left bottom;
    width: 230px;
    height: 120px;
    background-image: url('Images/left_menu_panel_bottom.png');
    background-repeat: no-repeat;
}

.central_panel_left4
{
    background-position: left bottom;
    background-image: url('Images/central_panel_left4.png');
    background-repeat: no-repeat;
    width: 73px;
    height: 120px;
}

.central_panel_bottom
{
    height: 120px;
    background-image: url('Images/central_panel_bottom.png');
    background-repeat: repeat-x;
    background-position: left bottom;
}

.central_panel_right
{
    width: 100%;
}

.nodeStyle
{
    padding: 3px;
    color: #000000;
    font-size: 13px;
}

.selectedNodeStyle
{
    padding: 3px;
    color: #FF0000;
    font-size: 13px;
}

.content
{
    padding-top: 10px;
    padding-right: 10px;
    min-height: 400px;
}

.content_header
{
    padding-top: 10px;
}

.content_image
{
    margin-right: 10px;
}

.content_news
{
    font-size: 11px;
}

.date_news
{
    font-size: 10px;
}

.product_header
{
    margin-bottom: 1px;
}

.product_catalog_description
{
    vertical-align: top;
}

.product_detail
{
    clear: both;
}

.table_content, .table_content th, .table_content tr, .table_content td
{
    border: #686d6d 1px solid;
}

.news_panel
{
    float: left;
    width: 320px;
    height: 300px;
    overflow: auto;
    border: 1px solid #B9BDBD;
}

.news_panel_header
{
    margin: -3px 0px 0px 0px;
    padding: 0px;
    background-image: url('Images/menu_item_center.png');
    background-repeat: repeat-x;
    background-position: left top;
    font-size: 12px;
}

.news_panel_header a
{
    display: block;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}

.special_offer_panel
{
    margin-left: 340px;
    width: 320px;
    height: 300px;
    overflow: auto;
    border: 1px solid #B9BDBD;
}

#footer
{
    padding: 3px;
}

#counter
{
    padding: 3px;
}

.button
{
    color: #333333;
    border: 1px solid #333333;
}

.error
{
    color: #FF0000;
}

.HeaderStyle, .HeaderStyle a
{
    color: white;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 13px;
    background-color: #4b6cb5;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
}

.RowStyle
{
    background: white;
    color: black;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 11px;
}

.SelectedRowStyle
{
    background: silver;
    color: black;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 11px;
    border-left: 3px solid #FFFFFF;
}

.PagerStyle, .PagerStyle a, .PagerStyle td, .PagerStyle tr
{
    border-width: 0px;
    color: black;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding-right: 1px;
}

.popupControl
{
    background-color: white;
    position: absolute;
    border: silver 1px solid;
}


