		H1 { margin-bottom: 2px; font-family: Garamond, "Times New Roman", Times, Serif;}
		DIV.container { margin: auto; width: 90%; margin-bottom: 10px;}
		TEXTAREA { width: 80%;}
		FIELDSET { border: 1px solid #ccc; padding: 1em; margin: 0; }
		LEGEND { color: #ccc; font-size: 120%; }
		INPUT, TEXTAREA { font-family: Arial, verdana; font-size: 125%; padding: 7px; border: 1px solid #999; }
		LABEL { display: block; margin-top: 10px; } 
		IMG { margin: 5px; }
		
		UL.tabNavigation {
		    list-style: none;
		    margin: 0;
		    padding: 0;
			background:#FFFFFF;
			padding:3px 0 0 20px;
			height:22px;
		}

		UL.tabNavigation LI {
			display:block;
			background:#f2f2f2 url(sel_r.gif) no-repeat;/*активная вкладка*/
		    display: inline;
			float:left;
			margin-top:0  !important;
		}

		UL.tabNavigation LI A {
			background: url(tab_r.gif) no-repeat top right;/*не активная вкладка*/
			display:block;
		    padding:4px 5px !important;
		    color: #395984;
			font-weight:bold;
		    text-decoration: none;
			font-size:12px;
		}

		UL.tabNavigation LI A.selected{
			background:url(sel_l.gif) no-repeat top right;/*активная вкладка*/
			display:block;
		    color: #831919;
		}
		UL.tabNavigation LI A:hover{color: #831919;}
		
		li.noselli{background: url(tab_l.gif) no-repeat !important; background-color:#f8f8f8!important;}/*не активная вкладка*/
		UL.tabNavigation LI A:focus {
			outline: 0;
		}

		div.tabs > div {
			padding: 20px;
			margin-top: 0 !important;
		    color: #fff;
			height:auto;
	
		}
		
		div.tabs > div h2 {
			margin-top: 0;
		}


		.waste {
			min-height: 1000px;
		}

