@charset "windows-1251";
html, body {height:100%; margin: 0px;  padding: 0px; background-color:#e0e0e0}
body,td,p,select,input,textarea {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
body,td,p,ul, input,select,textarea {color:#010101;}
form,ul {margin:0; padding:0;}
img {border:none}
td {vertical-align:top}

h1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:15px;color:#8c8d8d;}
h2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;color:#8c8d8d;}

a:link, a:visited {color:#e25999; text-decoration: underline; cursor:pointer }
a:hover, a:active {color:#a2a2a2; text-decoration: none;}

.bg-top-left-repeat-x { background-position:top left; background-repeat:repeat-x;}
.bg-bottom-left-repeat-x { background-position:bottom left; background-repeat:repeat-x;}

.bg-top-left-repeat-y { background-position:top left; background-repeat: repeat-y}
.bg-top-right-repeat-y { background-position:top right; background-repeat: repeat-y}

.bg-top-right-norepeat { background-position:top right; background-repeat: no-repeat}
.bg-top-left-norepeat { background-position:top left; background-repeat: no-repeat}




/* Прозрачность*/
.png-shadow-top{ 
  background: url(../img/top-sh.png) left top repeat-x;
 //background-image:none; 
 //filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/top-sh.png', sizingMethod='scale');
}

.png-shadow-bottom{ 
  background: url(../img/bottom-sh.png) left top repeat-x;
 //background-image:none; 
 //filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bottom-sh.png', sizingMethod='scale');
}

html .png {
        width: expression(this.firstChild.width);
        filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.firstChild.src+"', sizingMethod='image')");
        background: expression("transparent url("+this.firstChild.src.replace(".png", ".gif")+") no-repeat");
        backgr\ound: none !important;
    }

html .png img {behavior: expression(this.style.visibility="hidden")}

/*Дивы*/
#div-leftmenu{background:url(../img/corner-c-left.gif) left top no-repeat; min-height:146px}
#div-leftmenu div {height:20px; margin:0 5px 0 15px;  padding-left:15px; font-size:11px; padding-top:4px; // padding-top:3px; }
.div-leftmenu-off { background:url(../img/menu-p-off.gif) left center no-repeat; cursor:pointer}
.div-leftmenu-on { background:url(../img/menu-p-on.gif) left center no-repeat; cursor:pointer}

#div-img {border:1px solid #aeaeae; background-color:white; padding:4px; margin: 0 15px 15px 0; float:left}
#div-img1 {border:1px solid #aeaeae; background-color:white; padding:4px; margin: 0 15px 15px 0; float:center}
#flash {z-index:2; position:absolute}
