body {
	margin: 0px;
	padding: 0px;
	background-color: #ffe66e;
	background-image: url(/images/deti/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
A {
 	color: #00adef;
}


.png
    {
        //background-image: none ! important;
        /*
            не забудьте особенность конструкции
            behavior: url(...)
            путь должен быть абсолютным
        */
        behavior: url('/images/deti/pngfix.htc');
    }
.topbuttons {

position: absolute;
top: 0px;

}



TD.leftmenu {
	padding-top: 20px;
	vertical-align: top;
}

TD.leftmenu A {
	color: #033600;
	vertical-align: top;
	text-decoration: none;
}

TD.leftmenu UL.lm {
	vertical-align: top;
	list-style-type: none;
	list-style-position: outside;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
}

TD.leftmenu UL.lm LI {
	text-decoration: none;
	padding: 2px 0px 2px 0px;
	
}



TD.leftmenu .leftmenu_header {
padding: 0px;	
margin-left: 20px;
margin-bottom: 6px;
}

TD.leftmenu .leftmenu_header .leftmenu_header_text  A {

padding: 2px 0px 4px 0px;
width: 200px;
color: #ff0000;	
font-weight: bold;
font-family: Tahoma, Verdana, sans-serif;
font-size: 18px;
text-decoration: none;

}

TD.rightmenu {
	padding-top: 20px;
	vertical-align: top;
}


TD.rightmenu .rightmenu_header {
padding: 0px;	
text-align: right;
}

TD.rightmenu .rightmenu_header .rightmenu_header_text  A {
text-align: left;
padding: 2px 20px 4px 10px;
width: 200px;

color: #ff0000;	
font-weight: bold;
font-family: Tahoma, Verdana, sans-serif;
font-size: 20px;
text-decoration: none;

}



TD.notebook {
	vertical-align: top;
	padding: 20px;
	height: 100%;
}

TD.notebook .spiral {
	height: 100%;
	background-image: url(/images/deti/spiral.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 30px 0px 30px 0px;	
}


TD.notebook .spiral .grid {
	height: 100%;

	background-image: url(/images/deti/grid.gif);
	background-repeat: repeat;
	background-position: 0px 0px 0px 0px;
	margin-left: 80px;
	margin-right: 30px;


}

TD.topal {
top: 0px;

}

TD.bottombar {


}

.bottombuttons {

padding: 0px;
	vertical-align: top;	
	background-image: url(/images/deti/bottombar.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}


TD.copy {
text-align: left;
padding: 2px 0px 4px 40px;

color: #000000;	
font-weight: normal;
font-family: Tahoma, Verdana, sans-serif;
font-size: 10px;
}


TD.copy2 {
text-align: right;
padding: 2px 40px 4px 0px;

color: #000000;	
font-weight: normal;
font-family: Tahoma, Verdana, sans-serif;
font-size: 10px;
}


.white_grad {
	zoom: 1;
	position: relative;
	background-color: #fff;
	border: 0px solid #fff;
	padding: 13px 0px 20px 20px;
	margin: 10px 20px 20px 0px;

}


.green_grad {
	zoom: 1;
	position: relative;
	background-color: #fff;
	border: 0px solid #fff;
	padding: 13px 20px 20px 20px;
	margin: 10px 20px 0px 0px;

}

.green_grad .faq_q {
	padding: 0px;
	top: 0px;
	left: 0px;
	text-align: left;
	font-size: 12px;
	color: #00853e;
	font-weight: bold;
}

.green_grad .faq_a {
	padding: -20px 0 0 0;
	text-align: left;
	font-size: 12px;
	color: #000;
	font-weight: normal;

}



.tl
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('/images/deti/tl_angle.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/deti/tl_angle.png');
	width: 8px;
	height: 8px;
}

.tr
{
	position: absolute;
	top: 0px;
	right: 0px !important;
	right: auto;
	left: expression((parentElement.clientWidth - 8) + "px");
	background: url('/images/deti/tr_angle.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/deti/tr_angle.png');
	width: 8px;
	height: 8px;
}

.bl
{
	position: absolute;
	bottom: 0px !important;
	bottom: auto;
	top: expression((parentElement.clientHeight - 8) + "px");
	left: 0px;
	background: url('/images/deti/bl_angle.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/deti/bl_angle.png');
	width: 8px;
	height: 8px;
}

.br
{
	position: absolute;
	bottom: 0px !important;
	bottom: auto;
	top: expression((parentElement.clientHeight - 8) + "px");
	right: 0px !important;
	right: auto;
	left: expression((parentElement.clientWidth - 8) + "px");
	background: url('/images/deti/br_angle.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/deti/br_angle.png');
	width: 8px;
	height: 8px;
}
