/* Copyright (C) 2005, BeStyle Studio (http://www.bestyle.ru/) */

body, table, td, h1, h2, h3, p, div, form{
    padding: 0;
    margin: 0;
}
body{
    background-color: #fff;
}
table, td, div{
    background: none;
    border: none;
}
table{
    width: auto;
}
td{
    /*border: 1px dashed cyan;*/
}

input.Button{
        padding: 0.1em 0.4em;
}
input.Edit, textarea{
        font: 400 1em/1.6em Verdana, Arial, sans-serif;
        color: #555;
        width: 100%;
}
img{
        border: none;
        behavior: url('/global/png.htc');
}


div.Article{
        line-height: 1.6em;
        margin-bottom: 1.2em;
}
span.Blank{
        background: url('/global/images/icons/popup.gif') left no-repeat;
        padding-left: 18px;
}
span.BlankIndent{
        padding-left: 18px;
}
td.Content, td.PromoContentText, td.PromoInfoText{
        padding: 18px 18px 36px 18px;
}
/*****************************************************/
table.Main{
        width: 100%;
        height: 100%;
        empty-cells: show;
}
tr.Colgroup td{
    height: 2px;
}

table.Main td{
}
table.Main td.Mask{
        height: 2px;
        background-color: #FFFFFF;
}
table.Main td.Mask#Col1{
}
table.Main td.Mask#Col2{
        width: 62%;
}
table.Main td.Mask#Col3{
        width: 38%;
}
/* HEADER*/
/* Logo */
table.Main td#Logo{
    background-color: #ff6600;
}
/* /Logo */
/* +Menu */
table.Menu a{
    color: #333;
    text-decoration: none;
}
table.Menu a:hover{
    color: #999;
}
table.Main td#Menu{
    background: url('/global/images/menu-back.gif') 0 100% repeat-x;
    vertical-align: bottom;
    height: 41px;
}
table.Menu{
    width: auto;
    height: auto;
}
table.Menu td.Item, table.Menu td.SItem, table.Menu td.AItem{
/*        border: 1px dashed #FFFFFF;*/
    padding: 0 20px 0 26px;
    color: #333333;
    background: url('/global/images/markers/mr.gif') left no-repeat;
    background-position: 16px;
}
table.Menu td.AItem, table.Menu td.SItem{
    background-color: #ececec;
}
table.Menu td.Separator{
    vertical-align: bottom;
    width: 14px;
}
/* +SubMenu */
/* +Level0 */
div.SubMenu div.Section0{
}
div.SubMenu div.Item0, div.SubMenu div.AItem0, div.SubMenu div.SItem0{
    padding-left: 1em;
    margin-bottom: 0.5em;
}
div.SubMenu div.Item0{
    background: url('/global/images/markers/mrd.gif') 0 0 no-repeat;
}
div.SubMenu div.AItem0, div.SubMenu div.SItem0{
    background: url('/global/images/markers/mrd-orange.gif') 0 0 no-repeat;
}
/* -Level0 */
/* +Level1 */
div.SubMenu div.Section1{
    margin-left: 2.6em;
    margin-bottom: 0.8em;
}
div.SubMenu div.Item1, div.SubMenu div.AItem1, div.SubMenu div.SItem1{
    margin-bottom: 0.4em;
}
/* +Level1 */
/* -SubMenu */
/* -Menu */
/*****************************************************/
/* HEADER */
table.Main td.Header{
}
table.Main td.Header#Logo{
}
table.Main td.Header#Menu{
        background-color: #CCCCCC;
}
table.Main td.Header#TopStripes{
        height: 11px;
        background: url('/global/images/header-stripes.gif') bottom repeat-x;
}
/* /HEADER */
/* CONTENT */
/***********************************************************/
/* Promo --> */
table.Main td.Promo{
        vertical-align: top;
        border-bottom: 1px solid #FFFFFF;
        height: 290px;
}
td.Promo td{
        vertical-align: top;
}
td.Promo table.Back{
        width: 100%;
        height: 100%;
}
table.Main td.Promo#PromoImage{
}
table.Main td.Promo#PromoContent{
        border-left: 2px solid #FFFFFF;
}
table.Main td.Promo#PromoInfo{
}
td.Promo#PromoImage img{
        border-top: 4px solid #FF6600;
        width: 220px;
        height: 286px;
}
/* <-- Promo */
/***********************************************************/
/* Stripe */
table.Main td.Stripe{
        height: 4px;
}
table.Main td.Stripe#StripeImage{
        background-color: #FF6600;
}
table.Main td.Stripe#StripeContent{
        border-left: 2px solid #FFFFFF;
        background-color: #FFFFFF;
}
table.Main td.Stripe#StripeInfo{
        background-color: #FFFFFF;
}
/* /Stripe */
table.Main td.Content{
        vertical-align: top;
}
table.Main td.Content#SubMenu{
        border-top: 4px solid #FF6600;
}
table.Main td.Content#Content{
        /*background: url('/global/images/content-shadow.jpg') left top no-repeat;*/
}
table.Main td.Content#Info{
}
/* /CONTENT */
/* FOOTER */
table.Main td.Footer{
        padding-top: 24px;
        border-top: 2px solid #C4C4C4;
        vertical-align: top;
        height: 100px;
}
table.Main td.Footer#BeStyle{
        background: url('/global/images/footer-shadow.jpg') left top no-repeat;
}
td.Footer#Bestyle td#Address{
        padding-left: 18px;
        text-align: left;
        vertical-align: top;
}
td.Footer#Bestyle td#Copyright{
        padding: 0 18px;
        text-align: right;
        vertical-align: top;
        border-right: 1px solid #999999;
}
table.Main td.Footer#Counter{
        padding-left: 18px;
        padding-right: 18px;
}
td.Footer table.Icon{
        width: auto;
}
table.Icon td{
        vertical-align: top;
}
table.Icon img{
        width: 9px;
        height: 9px;
        margin: 4px 8px 0 0;
}
/* Search */
table.Main td.Footer#Search{
        padding: 0 18px;
        background-color: #ececec;
        vertical-align: middle;
}
table.SiteSearch td#Edit{
		padding-right: 8px;
		width: 100%;
}
input#SiteSearch{
	width: 24px;
	height: 24px;
}
/* /Search */
/* /FOOTER */
