	body {
		margin:			0px;
	}

	a {
		text-decoration:	none;
	}

	a img {
		border:			none;
	}

	form {
		margin:			0px;
		padding:		0px;
	}

	.content {
		width:			1010px;
		text-align:		left;
	}

	.title, h1 {
	        font:                   normal 14pt Arial;
		color:                  #555;
		margin:			0px;
	}

        .title span, h1 span {
	        font:                   normal 9pt Arial;
		padding:		0px 0px 0px 50px;
	}

        .title span strong, h1 span strong {
		color:			#333;
	}

        .title span a strong, h1 span a strong {
		color:			#222;
	}

        .title span a, h1 span a {
		padding:		0px 0px 0px 10px;
		color:			#369;
	}

        .title span a:hover, h1 span a:hover {
		text-decoration:	underline;
	}
																
	.select {
		display:		block;
	}

	.unselect {
		display:		none;
	}
	
	.unvis {
	        visibility:                     hidden;
	}

	.r {
		float:				right;
	}
	
	.l {
		float:				left;
	}
	
	.dotted {
		background:		url('/img/dotted_g.gif') repeat-x top;
	}

        .opacity_60 {
                opacity:                0.60;
                _filter:                alpha(opacity=60);
        }

        .opacity_80 {
                opacity:                0.80;
                _filter:                alpha(opacity=80);
        }


        div.hr {
                border-top:             solid 1px #808080;
                background:             url('/img/bg_hr.gif') top repeat-x;
        }

        div.hr2 {
                border-top:             solid 2px #eee;
                margin:                 2px 0px 0px 0px;
        }

	/* описание ролика */

	.dscr {
		margin:			10px 0px 20px 0px;
		font:			normal 10pt Arial;
		width:			700px;
	}

	.dscr div.r {
		width:			430px;
		margin:			15px 0px 0px 0px;
	}
