﻿body
{
    font-size: 0.8em;
    font-family: Verdana;
    margin: 0px;
    padding: 0px;
    color: #000000;
    background-color: #EBEBEB;
}
.page
{
    background-color: #EBEBEB;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.header
{
    position: relative;
    width: 100%;
    font-size: 0.95em;
    font-variant: small-caps;
}
.main
{
    border-left-width: 1px;
    border-style: none none none solid;
    border-color: Black;
    padding: 0px 10px 10px 10px;
    min-height: 420px;
    min-width: 600px;
    background-color: #FFFFFF;
    vertical-align: top;
}
.leftCol
{
    border: none;
    width: 200px;
    text-align: left;
    color: #270101;
    vertical-align: top;
    padding: 3px;
    margin: 6px;
}
.rightColOff
{
    border: none;
    width: 10px;
    text-align: left;
    vertical-align:top;
    height:100%;
    background-color: #FFFFFF;
}
.rightColOn
{
    border-left-width: 1px;
    border-style: none none none solid;
    text-align: left;
    background-color: #FFFFFF;
    padding: 3px;
    margin: 6px;
    width: 110px;
}
.footer
{
    border:none;
    color: #4c0202;
    text-decoration: none;
    font-size: 0.9em;
    min-width: 1080px;
    font-variant: small-caps;
}

/* стили для сообщений сайта, стили используются для управления */
.fullscreen
{
    visibility:collapse;
 }
.popup
{
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: Gray;
    z-index: 10;
    padding: 6px;
    margin: 3px;
    min-height: 35px;
    min-width: 600px;
    width: 65%;
    background-color: #FFCCCC;
    vertical-align: top;
    color: #790000;
    position: fixed; /* ??? */
    _position: absolute; /* hack for internet explorer 6*/
    left: 200px;
    top: 10px;
}
.attention
{
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: Gray;
    z-index: 10;
    padding: 6px;
    margin: 3px;
    min-height: 35px;
    min-width: 600px;
    width: 65%;
    background-color: #FFFF99;
    vertical-align: top;
    color: #996600;
    position: fixed; /* ??? */
    _position: absolute; /* hack for internet explorer 6*/
    left: 200px;
    top: 10px;
}
.message
{
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color:Gray;
    z-index: 10;
    padding: 6px;
    margin: 3px;
    min-height: 35px;
    min-width: 600px;
    width: 65%;
    background-color: #CCFFCC;
    vertical-align: top;
    color: #003300;
    position: fixed; /* ??? */
    _position: absolute; /* hack for internet explorer 6*/
    left: 200px;
    top: 10px;
}
.admin
{
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: Gray;
    z-index: 10;
    padding: 6px;
    margin: 3px;
    min-height: 35px;
    min-width: 600px;
    width: 65%;
    background-color: #66CCFF;
    vertical-align: top;
    color: #000066;
    position: fixed; /* ??? */
    _position: absolute; /* hack for internet explorer 6*/
    left: 200px;
    top: 10px;
}

.brand
{
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: Gray;
    z-index: 2;
    padding: 0px 10px 10px 10px;
    margin: 10px;
    min-height: 100px;
    width: 300px;
    background-color: #eeeeee;
    vertical-align: top;
    text-align: left;
    color: #000000;
}

.WatermarkCssClass
{
    color:  #8e7e7e;
}

/* конец стилей для сообщений сайта */

.popupcontrol
{
    border: 1px solid Gray;
    padding: 0px;
    margin: 3px;
    z-index: 5;
    background-color: #FFFFFF;
    color: black;
    font-size: 0.90em;
    text-align: center;
    vertical-align:middle;
    float:none;
}

.popupcontroltop   /* класс для редактирования сообщений в форуме и т.д. */
{
    border: 1px solid Gray;
    padding: 0px;
    margin: 3px;
    background-color: #FFFFFF;
    color: black;
    font-size: 0.90em;
    text-align: center;
    float:none;
    min-height: 300px;
    min-width: 600px;
    width: 90%;
    vertical-align: top;
    position: absolute; 
    left: 50px;
    top: 30px;
}

.modalBackground{filter: alpha(opacity=10); opacity:0.8;   }

.popuphandle
{
    min-height: 2.1em;
    vertical-align: baseline;
    font-variant: small-caps;
    font-size: 1.15em;
    color: black;
    background-color: #EBEBEB;
  }

img
{
    border-style: none;
    padding: 0px 0px 0px 1px;
    float: right;
}

img.icon
{
    padding: 0px 0px 0px 1px;
    float: left;
    vertical-align: text-top;
}

a:link, a:active, a:visited {color: #a90505; text-decoration: none;}
a:hover {color: #e20303; text-decoration: underline;}
.footer a:link, a:visited, a:active {color: #4c0202; text-decoration:none;}
.footer a:hover {color: #a90505; text-decoration:none;}
.header a:link, a:visited, a:active {color: #4c0202; text-decoration:none;}
.header a:hover {color: #a90505; text-decoration:none;}

h1, h2, h3, h4, h5, h6, h11
{
    font-size: 1.5em;
    color: #010127;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    text-indent:20px;
    padding-top:4px;
}
h1 {font-size: 1.6em; padding-bottom: 0px; margin-bottom: 0px;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.15em;}
h5, h6 {font-size: 1.05em; text-indent:0px;}
h11 {font-size: 1.3em;}

.h1ddl
{
    font-size: 1.6em; 
    padding-bottom: 0px;
    color: #270101;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    text-indent:20px;
}

.customtab
{
    font-size: 1.2em;
    color: #270101;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
}

.langcurrency
{ 
    float:right; 
    font-variant : small-caps;
    color: #ffffff;
    background-color: #322A2A;
    font-size: 0.8em;
    padding:  2px 3px 1px 1px;
    border-color: #322A2A;
    }

div.hideSkiplink
{
    background-color: #322A2A;
    color: #ffffff;
    min-width: 1080px;
}
div.menu
{
    padding: 1px 1px 1px 1px;
    font-size: 0.95em;
    color: #ffffff;
    background-color: #322A2A;
    font-variant: small-caps;
    display: inline-block;
}
div.menu ul
{
    color: #ffffff;
    background-color: #322A2A;
    list-style: none;
    margin: 0px;
    padding: 1px;
    width: auto;
}
div.menu ul li a:link, div.menu ul li a:visited 
{
    border: 1px solid black;
    color: #ffffff;
    background-color: #322A2A;
    display: block;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
 }
div.menu ul li a:hover
{
    background-image: none;
    background-color: #4c0202;
    color: #f7c603;
    text-decoration: none;
}
div.menu ul li a:active
{
    background-image: none;
    background-color: #a90505;
    color: #f7c603;
    text-decoration: none;
}

.expand {cursor: pointer; font-variant: small-caps; font-size: 0.65em; color: #8E4444;}
.delete {cursor: pointer; font-variant: small-caps;}
.edit {cursor: pointer; font-variant: small-caps;}
.trans1
{
    background-color: #FFFFCC;
}
.trans2
{
    background-color: #CCFFCC;
}
.trans3
{
    background-color: #FFCCCC;
}

.Termin
{
    cursor: help;
    color: #8D0303;
    text-decoration: none;
}
a.Termin
{
    cursor: help;
    color: #490A28;
    text-decoration: none;
}
a.Termin:hover {cursor: help; color: #a90505; text-decoration: none;}

fieldset.master
{
    margin: 3px 0px 4px 0px;
    padding: 0px 0px 0px 0px;
    border: 1px solid #ccc;
    font-variant: small-caps;
    font-weight: 100;
    font-size: 0.78em;
    color: #270101;
    vertical-align: top;
    text-align: left;
    width: 200px;
}
legend.master
{
    font-size: 1.1em;
    color: #270101;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 100;
    margin: 0px 0px 0px 7px;
    padding: 2px 2px 4px 2px;
    vertical-align:top;
    }
div.master
{   width: 200px;  overflow: hidden;}

fieldset.rightColumn
{
    margin: 2px;
    padding: 2px;
    border: 1px solid #ccc;
    font-size: 0.75em;
    font-weight: 100;
    color: #270101;
    vertical-align: top;
    text-align: left;
    width: 100px;
    font-variant: small-caps;
}

.foruminfo
{  width:100%;
    font-size: 0.65em;
    font-variant: small-caps;
    vertical-align: top;
    color: #8E4444;
}
.forumheader
{
    font-size: 1.35em;
    font-variant: small-caps;
    font-weight: 200;
    vertical-align: top;
    background-image: url('headerline.png');
}

.master a:link, a:visited, a:active {color: #4c0202; text-decoration:none;}
.master a:hover {color: #a90505; text-decoration:none;}

fieldset.listfield
{
    margin: 3px;
    padding: 4px;
    font-weight: 100;
    border: 1px solid #ccc;
    color: #270101;
    vertical-align: top;
    text-align: justify;
    min-width: 700px;
}
legend.listfield
{
    font-size: 1.50em;
    color: #270101;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin: 5px 5px 5px 15px;
    padding: 2px 2px 5px 2px;
    }

div.imagelist
{
    margin: 3px;
    padding: 0px;
    border: 1px solid #ccc;
    color: #270101;
    overflow:auto;
    vertical-align: top;
    text-align: left;
    height: 100px;
}

.bold {font-weight:bold;}

.selected {color: #4c0202;}

.linethrough
{text-decoration:line-through; color:gray}

input.ddl
{font-family: Verdana; font-variant: small-caps;}

input.ddlheader
{font-family: Verdana;  font-variant: small-caps; font-size: 0.95em;}

/* Popup вслывающий с затемнением страницы при помощи jQuery и Login на его основе----------------------------------------------------------*/
.backgroundPopup
{position:fixed;
_position:absolute; 
height:100%;
width:100%;
top:0;
left:0;
background:#AAAAAA;
opacity: 0.5;
filter: alpha(opacity=50);
z-index:2
}

.shadowback 
{position:fixed;
_position:absolute; 
height:100%;
width:100%;
top:0;
left:0;
background:#AAAAAA;
opacity: 0.5;
filter: alpha(opacity=50);
}

table.editTable 
{border: 1px inset; margin: 2px; padding: 3px; width: 100%; border-collapse: collapse; border-spacing: 2px;}

td {vertical-align:top;}

.cellmax { font-size:smaller; color:Fuchsia; min-width:400px }

/* стили для строки сортировки и фильтра */
.modelliststyle
{
    border: 0px solid black;
    color: #ffffff;
    background-color: #322A2A;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 0.77em;
}

.modelliststyle select {color: #ffffff; background-color: #322A2A; font-size: 1em;}

.modelliststyle a:link {color: #ffffff; text-decoration:none;}
.modelliststyle a:visited {color: #ffffff; text-decoration:none;}
.modelliststyle a:active {color: #ffffff; text-decoration:none;}
.modelliststyle a:hover {color: #f7c603; text-decoration:none;}

.modelheader 
{
    font-variant: small-caps;
    font-weight:200;
    font-size: 1.15em;
}

/* стиль фильтра на белом фоне */
.revliststyle
{
    border: 0px solid black;
    color: #322A2A;
    background-color: #ffffff;
    padding: 1px 2px 2px 10px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 0.75em;
    max-width: 100%;
    text-align: right;
    float: right;
}

/* Аккордеон прайс-листа */
 .accheader1
{
    background-color: #EBEBEB;
    font-variant: small-caps;
    font-weight: 300;
    text-indent: 20px;
    font-size: 1.3em;
    border: 1px solid lightgrey;
    padding: 0px 0px 0px 0px;
}
 .saccheader1
{
    color: #ffffff;
    background-color: #322A2A;
    font-variant: small-caps;
    font-weight: 300;
    text-indent: 20px;
    font-size: 1.3em;
    border: 1px solid #322A2A;
    border-bottom: 0px collapse;
    padding: 0px 0px 0px 0px;
}
 .accheader2
{
    background-color: #EBEBEB;
    font-variant: small-caps;
    font-weight: 200;
    text-indent: 30px;
    font-size: 1.10em;
    border: 1px solid lightgrey;
    padding: 0px 0px 0px 0px;
}
 .saccheader2
{
    color: #ffffff;
    background-color: #322A2A;
    font-variant: small-caps;
    font-weight: 200;
    text-indent: 30px;
    font-size: 1.10em;
    border: 1px solid #C0C0C0;
    border-bottom: 0px collapse;
    padding: 0px 0px 0px 0px;
}
 .accordioncontent
{
    border: 1px solid #C0C0C0; margin: 0px; padding: 0px 0px 4px 0px; border-top: 0px collapse;
}

table.accTable 
{margin: 0px; padding: 0px; width: 100%; border-collapse: collapse; }
/* Конец аккордеона */

#UpdateProgress1 {
 width: 400px; background-color: #f7c603; 
 bottom: 0%; left: 0px; position: absolute;
}