body		{margin: 0px; padding: 0px; background: #6c0000 url('/img/bg.png');}

table		{COLOR:#FFFFFF;	FONT-FAMILY: Verdana; FONT-SIZE: 12px; line-height: 15px;}

.cr		{FONT-SIZE: 11px; FONT-FAMILY: Tahoma;}

a		{COLOR: #ec0101; TEXT-DECORATION: underline;}
a:hover		{COLOR: #ff0000;}

.new_1		{FONT-FAMILY: Tahoma; FONT-SIZE: 36px; margin-right: 7px; line-height: 34px;}
.new_2		{FONT-FAMILY: Tahoma; FONT-SIZE: 12px; margin-left: 1px; margin-top: 0px;}
.new_3		{FONT-FAMILY: Tahoma; FONT-SIZE: 18px; COLOR: #ec0101; margin-bottom: 2px;}
.new_4		{FONT-FAMILY: Verdana; FONT-SIZE: 12px; margin-top: 14px; margin-bottom: 30px;}
.new_5		{COLOR: #FFFFFF; FONT-WEIGHT: bold;}
.new_5:hover	{COLOR: #ec0101;}

img		{BORDER-COLOR: #560000;}

img.png, div.png	{behavior: url('/iepngfix.htc');}

div.opinion_unit	{margin: 20 31 20 31px !important;}

A:focus		{outline: none;}

.contactfield	{background: #690000; border: solid 1px #ec0101; color: #ffffff; padding: 2px;}






//http://www.artlebedev.ru/tools/technogrette/html/list-style-text/
    td p
    , td ul
    , td ol
    {
        padding: 0;
        margin: 1em 0;
    }
    td li
    {
        margin: 0.5em 0 0.5em 1.3em;
    }
    td ul
    {
        list-style-type: none;
        //list-style-image: url('li.gif');
    }
    td ul li
    {
        padding: 0;
        behavior: expression( !this.before && parentNode && parentNode.tagName == 'UL' ? this.before = ( 1
                | ( parentNode.style.listStyleImage = 'none' )
                | ( this.firstChild && this.firstChild.nodeType != 3
                    ? ( 1 | ( this.firstChild.style.marginTop = '-1.2em' ) | ( this.firstChild.style.position = 'relative' ) ) : 1 )
                | ( this.innerHTML = '<nobr style="position: relative; width: 1.25em; left: -1.25em; margin: 0 -1.25em 0 0;">&mdash;&nbsp;</nobr>'
                    + this.innerHTML ) ) : '' );
    }
    td ul>li:before
    {
        content: '\2014\a0';
        float: left;
        margin-left: -1.7em;
    }
    td ul>li>*:first-child:-moz-first-node
    {
        margin-top: -1.2em;
    }
    td ul>li>*
    {
        text-indent: 0;
    }
    td .sup
    {
        position: relative;
        top: -0.5em;
        font-size: 0.75em; //font-size: 0.89em;
        line-height: 0;
        vertical-align: baseline;
    }
