/*	Стили основных пунктов	*/
		
		/*	Заголовок в обычном состоянии	url(images/accordion_toggle.jpg) no-repeat*/
		.accordion_toggle {
			display: block;
			height: 30px;
			width: 570px;
			background: top right #cccccc;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #ffffff;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		h1.accordion_toggle  {
	font-family: Tahoma;
	font-size:14px;
	font-weight:bold;
	/*background-color: #00FF00;*/
		}
		
		/*			Заголовок в активном состоянии url(images/accordion_toggle_active.jpg) no-repeat	*/
		
		.accordion_toggle_active {
			background:  top left #990000;
			width: 570px;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}
		
		/*			Блок ответа	*/
		
		.accordion_content {
	background-color: #f6f6f6;
	color: #444444;
	overflow: hidden;
	width: 590px;
		}
			
			/*		Заголовок h2 в блоке ответа	*/
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
				font-family: Tahoma;
				font-size:14px;
				font-weight:bold;
			}
			
			/*		Параграфы в блоке ответа	*/
			
			.accordion_content p {
			
				padding-left: 15px;
				font-family: Tahoma;
				font-size:12px;
				font-weight:normal;
			}
			
			
			/* 			Стили вложенных пунктов		*/
		
		/*			Заголовок в обычном состоянии url(images/v_accordion_toggle.jpg) no-repeat 	*/
			
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 580px;
			background: top right #cccccc;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #000000;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #f6f6f6;
			cursor: pointer;
			margin: 0 10px 0 0;
			text-indent:20px;
		}
		h3.vertical_accordion_toggle {
		font-family: Tahoma;
				font-size:12px;
				font-weight:bold;
				<!--background: top left #B4B4B4;-->
		
		}
		
		
		/*			Заголовок в активном состоянии	url(images/v_accordion_toggle_active.jpg) no-repeat*/

		.vertical_accordion_toggle_active {
			background:  top right #800000;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

              /*			Блок ответа	*/

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
			padding-left:0px;
			padding-right:0px;
		}

     /*		Заголовок h2 в блоке ответа	*/

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
				font-family: Tahoma;
				font-size:12px;
				font-weight:bold;
			}
			
			/*		Параграфы в блоке ответа	*/

			.vertical_accordion_content p {
				
				padding-left: 15px;
				font-family: Tahoma;
				font-size:12px;
				font-weight:normal;
			}

