html,body {
   padding:0px;
   margin:0px;
   color: black;
   font-family: verdana, arial, helvetica, sans-serif;
   background-image: url(/_images/modules/static/fon.gif);
   font-size: 12px;
   height: 100%;
}

.price
{
   color: #009933;
   font-weight: bold;
}

h1 {
   font-size:18px;
   color: #000;
   vertical-align:middle;
}

#page-all {min-height: 100%;}
* html #page-all {height: 100%;}
#page-footer {height: 30px;}
#page-empty {height: 40px; clear: both;}

#ajax_alert {
   width: 300px;
   position:fixed;
   top:0; right:0;
   z-index:7777;
   cursor:pointer;
}

* html #ajax_alert { /* IE fix */
   position:absolute;
   /*top:expression(eval(document.documentElement.scrollTop) + 'px'); */
}

#ajax_alert .item {
   display:none;
   padding:10px;
   color:#fff;
   font-size:1em;
   border:1px solid #fff;
}

#ajax_alert .item h2
{
   color: #FFF;
   margin:0 0 0.5em 0;
   font-size:1.4em;
}

#ajax_alert .message {
   font-size: 11px;
   background:#80c875;
}

#ajax_alert .error
{
   font-size: 11px;
   background:#e72118;
}

#ajax_alert .notice
{
   font-size: 11px;
   background:#0099FF;
}

a.ajax_alert
{
   color: #FFF;
   font-size: 11px;
}

* html #poststuff {
   height: 100%; /* kill peekaboo bug in IE */
}

body,td,th {
   font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000;
}
body {
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   background-image: url(/_images/modules/static/fon.gif);
}

a                 { color: #30667D;}
a:link            { color: #30667D;}
a:visited         { color: #30667D;}
a:active          { color: #30667D;}
a:hover           { color: #30667D;}

a.menu                 { color: #666666; font-weight: bold;}
a.menu:link            { color: #666666; font-weight: bold;}
a.menu:visited         { color: #999999; font-weight: bold;}
a.menu:active          { color: #999999; font-weight: bold;}
a.menu:hover           { color: #999999; font-weight: bold;}

.footer                 { color: #FFFFFF;}
a.footer                { color: #FFFFFF;}
a.footer:link           { color: #FFFFFF;}
a.footer:visited        { color: #DEEAF4;}
a.footer:active         { color: #DEEAF4;}
a.footer:hover          { color: #DEEAF4;}

.copyright
{
   color: #FFFFFF;
   font: 9px Verdana, tahoma,arial,helvetica,sans-serif;
   padding: 4px;
   font-weight: bold;
}

.date
{
   /*
   color: #009933;
   font-weight: bold;
   text-align: left;
   */
}

.mandatory
{
   font: 12px Verdana,tahoma,arial,helvetica,sans-serif;
   font-weight: bold;
   color: #CC0000;
   margin-right: 5px;
}

.bt_ok
{
   font-family: Verdana,Tahoma, Arial, Helvetica, sans-serif !important;
   font-size: 11px !important;
}

input.user_input
{
   padding: 2px;
   border: #999999 1px solid;
   width: 150px;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 12px;
   height: 15px;
}

select.user_input
{
   padding: 2px;
   border: #999999 1px solid;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

input.user_input, textarea.user_input
{
   padding: 2px;
   border: #999999 1px solid;
}

input.date
{
   width: 70px;
   cursor:pointer;
}

.tdOdd
{
   background: #EEF8EC;
   color: #009933;
   font-size:12px;
   font-weight: bold;
   padding: 5px;
}

.tdEven
{
   background-color: #F0F0F0;
}


hr {
   background-color: #CCC;
   height: 1px;
   border: 0;
}

.txt
{
   text-align:justify;
}

#rep ul
{
   margin: 10px;
   padding: 10px;
   list-style-type: none;
}

#rep li
{
   background-image: url(/_images/modules/static/pointa.gif);
   background-repeat: no-repeat;
   background-position: 0 .2em;
   padding-left: 25px;
   margin: 0.5em 0;
   text-align: justify;
}


p
{
   font-size:13px;
}

div.green_block
{
   background-color:#FFFFFF;
   border:1px solid #DEDEDE;
}

div.green_block #green_corner
{
   background: #58C750 url(/_images/modules/static/corner_down_green.png) no-repeat scroll 5px 13px;
   margin: 0 auto;
   padding: 8px 0 8px 20px;
   color: #FFFFFF;
   font-size: 12px;
   font-weight: bold;
   font-family: Verdana;
}

div.green_blocksale
{
   background-color:#FFFFFF;
   border:1px solid #DEDEDE;
}

div.green_blocksale #green_cornersale
{
   background: #58C750 url(/_images/modules/static/corner_down_green.png) no-repeat scroll 5px 13px;
   margin: 0 auto;
   padding: 8px 0 8px 20px;
   color: #FFFFFF;
   font-size: 12px;
   font-weight: bold;
   font-family: Verdana;
}

.green_blocksale li
{
   border-bottom: 0px solid #CCC;
   padding: 3px;
}

.green_blocksale ul
{
   padding: 0;
   margin: 5px;
   list-style-type: none;
}

div.blue_block
{
   background-color:#FFFFFF;
   border:1px solid #DEDEDE;
   margin-top: 10px;
}

div.blue_block #blue_corner
{
   background: #347AA7 url(/_images/modules/static/corner_down_blue.png) no-repeat scroll 5px 13px;
   margin: 0 auto;
   padding: 8px 0 8px 20px;
   color: #FFFFFF;
   font-size: 12px;
   font-weight: bold;
   font-family: Verdana;
}

.green_block ul, .blue_block ul
{
   padding: 0;
   margin: 5px;
   list-style-type: none;
}

.green_block li, .blue_block li
{
   border-bottom: 1px solid #CCC;
   padding: 3px;
}

.green_block li:last-child, .blue_block li:last-child
{
   border:none !important;
}

.blue_block li div
{
   text-align:right;
   color: #009933;
   font-weight: bold;
   padding: 3px;
}

fieldset
{
   font-size:12px;
   font-family:Verdana;
   border: 1px solid #CCC;
   padding: 10px;
   text-align:justify;
   width:500px;
   margin-bottom:10px;
}

#lng_div {
   /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; left: 0; top: 0;
  padding: 5px;
}

#lng_div div
{
   float:left;
   padding: 5px;
}

#lng_div div.selected
{
   background-color:#CCDBEC;
}

body > div#lng_div {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}


#reasonlist
{
   list-style-image: url(/_images/modules/static/pointa.gif);
   margin-left: 20px;
}

#reasonlist li
{
   padding: 7px;
}

#salelist
{
   margin-left:10px;
}

#salelist a
{
   color:#000;
}

#salelist li
{
background-image: url(/_images/modules/static/img_check3.gif);
background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
background-repeat: no-repeat;
margin-left:0px;
padding-left: 30px;
padding-top: 10px;
}

.btn_ok
{
   margin: 5px;
   padding: 4px;
   padding-left: 10px;
   padding-right: 10px;
   font-weight: bold;
   color: #000;
   font-size: 20px;
}

div#crumb
{
   /*background:#FFF none repeat scroll 0 0;
   border:1px solid #DDE1E3;*/
   padding:5px;
   width:auto;
   margin-bottom: 10px;

   color:#333333;
   font-family: Arial,Helvetica,sans-serif;
   font-size:13px;
   line-height:16px;
}

a.selected
{
   font-weight: bold;
   text-decoration: none;
   color: #000;
}

.btn_filter
{
   font: 11px tahoma,arial,helvetica,sans-serif;
   color: #FFF;
   padding: 4px;
   border: 0px;
   padding-left: 7px;
   padding-right: 7px;
   background: #1393ba;
   cursor: pointer;
}

.btn_reset
{
   font: 11px tahoma,arial,helvetica,sans-serif;
   color: #FFF;
   padding: 4px;
   border: 0px;
   padding-left: 7px;
   padding-right: 7px;
   background:#666;
   cursor: pointer;
}

.frm
{
   background-color:#FFFFFF;
   border: 1px solid #CCCCCC;
   margin: auto;
   padding:10px;
}

hr
{
   background-color:#CCCCCC;
   border:0 none;
   height:1px;
}

#memain
{
   height: 100%;
}

#meuserbar
{
   height: 38px;
}

#mehostbar
{
   height: 40px;
}

#mebody
{
   border: 1px solid #999;
   -moz-border-radius:6px 6px 6px 6px;
   background-color:#DBDBDB;
   clear:both;
   margin-left: 10px;
   margin-right: 10px;

}

#mecontent
{
   float:left;
   width:100%;
}

#mefooter
{
   -moz-background-clip:border;
   -moz-background-inline-policy:continuous;
   -moz-background-origin:padding;
   color:#000;
   height: 4em;
}

#mefooter, #mefooter a
{
   font-size:10px;
}

#mefooter a:link, #mefooter a:visited
{
   color:#0887af;
}

#mefooter
{
   margin-top: 10px;
}

#mefooter
{
   width:100%;
}

#mefooter p
{
   line-height:15px;
   margin:0;
   padding:15px;
}

.top_white
{
   font-weight: bold;
   font: bold 14px Tahoma;
   padding-left: 10px;
}

#mehead
{
   color:#FFFFFF;
   font-size:11px;
   padding-bottom: 20px;
}

#mehead
{
   background-color:transparent;
}

#mehead *
{
   color: #fff !important;
}

.title
{
   -moz-background-inline-policy:continuous;
   -moz-border-radius-topright:6px;
   border-style:none none none solid;
   border-width:0 0 0 1px;
   font-size:13px;
   font-weight:bold;
   line-height:26px;
   min-height:26px;
   min-width:10em;
   padding:1px;
   text-align:center;
}

.title
{
   background:url("/_images/modules/menu/bg.png") repeat-x scroll left top #6D6D6D;
   border-color:#6D6D6D;
   color:#000000;
}

.wrap
{
   border-left:1px solid #A3A3A3;
   border-top:1px solid #A3A3A3;
   margin:0;
   padding: 10px;
}

.mec
{
   margin:0;
   min-height: 400px;
   padding-bottom: 10px;
}

div.statistic
{
   width:200px;
   border:1px solid #666;
   -moz-border-radius:10px;
   background-color: #FFF;
   float: left;
   margin: 5px;
}

div.statistic > div.title
{
   background: url(/_images/system/common/bg.png) repeat-x;
   -moz-border-radius-topright:6px;
   -moz-border-radius-topleft:5px;
   text-shadow:0 -1px 0 rgba(0, 0, 0, 0.4);
   text-align: center;
   color: #fff;
}

div.statistic > div.content
{
   padding: 10px;
}

div.statistic > div.content td
{
   font-size: 11px !important;
}

.listing{
  /*float:left;*/
  width:100%;
  text-align:center;
  padding:5px 0;
  overflow:hidden;
  height:30px;
  line-height:30px;
  margin: 0;
}
.listing li{
  display:inline;
  padding:0;
  margin:0;
}
.listing .gray{
  color:#f7f7f7;
}
.listing .vchera{
  float:left;
  /*width:10%;*/
  text-align:left;
  color:#000;
}
.listing .zavtra{
  float:right;
  width:80px;
  text-align:right;
  color:#999;
}
.listing .zavtra a, .listing .vchera a{
  color:#000;
  text-decoration:none;
}
.listing .zavtra a:hover, .listing .vchera a:hover{
  text-decoration:underline;
}
.listing .str{
  float:left;
  text-align:center;
 /* width:80%;*/
}
.listing .str .center{
  padding:0 5px;
}

.listing .str ul{
   margin:0;
   padding:0;
}

.listing .str li{
  height:21px;
  font-weight:bold;
  /*line-height:21px;*/
}
.listing .str img{
  border:0;
  vertical-align:-6px;
}
.listing .str li img{
  background:#f7f7f7;
}
.listing .str a img{
  background:#f7f7f7;
}
.listing .center a{
  padding:2px 5px;
  font-weight:100;
  background:#f7f7f7;
  border:1px solid #c7c7c7;
  color:#000;
  text-decoration:none;
  margin:0 1px;
}
.listing .center a:hover{
  background:#CEE2F2;
  border:1px solid #a8cbd5;
}
.listing .center a.active{
  background:#CEE2F2;
  border:1px solid #a8cbd5;
  color:#000;
  font-weight: bold;
}
.listing .center span{
  font-weight:100;
  padding:0 5px;
}

.clear
{
   clear: both;
}

input.bt_ok
{
   font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
}

.bt
{
   cursor:pointer;
   font-size:11px !important;
   line-height:14px;
   text-decoration:none;

   line-height: 14px;
   padding: 2px 8px 2px 8px;
}

input.bt_ok
{
   background: #1f5774;
   border: #1f5774 solid 1px;
   color:#FFFFFF;
}

input.bt_reset
{
   background: #999999;
   border: #666666 solid 1px;
   color:#FFFFFF;
}

.placeholder
{
   font-size: 11px !important;
   color: #666;
   font-style: italic;
   font-family: Verdana !important;
}
