
* {
         font-family:Arial, Tahoma, sans-serif;
         /*font-family:"Times New Roman", Times, serif, sans-serif;*/
         /*font-family:Verdana, Tahoma, Arial, sans-serif;*/
         /*font-family: Georgia, "Times New Roman", Times, serif, sans-serif;*/
         font-weight:normal;
         font-style:normal;
         font-size:10.5pt;
         line-height:normal;
         padding:0px; margin:0px;
}


/* The basic styles */
html,
body     { height:auto; background:#FFFFFF; }
table    { border:none; border-collapse:collapse; border-spacing:0; border:0; width:1px; height:1px; }
table td { border:none; text-align:left; vertical-align:top; }
img      { border:none; }
input    {  }
select   { height:21px; }
option   {  }
textarea {  }
div      {  }
h1       { padding-top:22px; padding-bottom:22px; }
h2       { padding-top:8px; padding-bottom:14px; }
p        { padding-bottom:14px; }
ul, ol   { padding-bottom:14px; }

/* Site width */
div.Measurer         { position:absolute; width:100%; top:0; height:1px; line-height:1px; font-size:1px; background:transparent; }
.Fundament           { display:table; height:auto; width:100%; min-width:990px; max-width:1800px; }
* html .Fundament    { width:expression((parseInt(document.getElementById('body-width-measure').offsetWidth) < 990)? '990px' : '100%');}
/* * html .Fundament    { width:expression( (document.getElementById('body-width-measure') && document.getElementById('body-width-measure').clientWidth < 1800 ) ? '100%' : '1800px'); }*/
/*  min-height:747px; //height:expression(document.body.clientHeight > 747 ? '100%' : '747px'); */
div.SizerBlock       { height:1px; }
div.SizerBlock img   { width:990px; height:1px; display:block; }

.Clickable { cursor:hand; cursor:pointer; }
.nobr {white-space: nowrap;}

/* Floats objects */
div.Floats     { overflow:hidden; zoom:1; height:auto; }
div.FloatItem  { float:left; overflow:hidden; display:inline; } /*<-- for margin in IE*/
ul.Floats      { list-style-type:none; height:auto; }
ul.Floats li   { float:left; }

.clear {
    clear: both;
    float: none !important;
    font-size: 0 !important;
    height: 0 !important;
    overflow: hidden;
}

/*
onclick=”window.open(this.href); return false;” âìåñòî target='_blank'

Div{
 position:relative;
 left:10px;
 right:10px;
 height:100%;
 *width:expression(document.body.clientWidth-20); <- for IE
}
*/