/*	Стили основных пунктов	*/
		
		/*	Заголовок в обычном состоянии	*/
		.accordion_toggle {
			display: block;
			height: 30px;
			width: 700px;
			background: url(img/accordion_toggle.jpg) no-repeat top right #56c6ea;
			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 #f6f6f6;
			cursor: pointer;
			margin: auto;
		}
		
		h1.accordion_toggle  {
		font-family: Tahoma;
				font-size:14px;
				font-weight:bold;
		}
		
		/*			Заголовок в активном состоянии	*/
		
		.accordion_toggle_active {
			background: url(img/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}
		
		/*			Блок ответа	*/
		
		.accordion_content {
			background-color: #f6f6f6;
			color: #444444;
			overflow: hidden;
		}
			
			/*		Заголовок 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;
			}
			
			
			/* 			Стили вложенных пунктов		*/
		
		/*			Заголовок в обычном состоянии	*/
			
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 700px;
			margin: auto;
			background: url(img/v_accordion_toggle.jpg) no-repeat 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 #f6f6f6;
			cursor: pointer;
			text-indent:20px;
		}
		h3.vertical_accordion_toggle {
		font-family: Tahoma;
				font-size:12px;
				font-weight:bold;}
		
		
		/*			Заголовок в активном состоянии	*/

		.vertical_accordion_toggle_active {
			background: url(img/v_accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

              /*			Блок ответа	*/

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
			padding-left:20px;
			padding-right:20px;
		}

     /*		Заголовок h2 в блоке ответа	*/

		.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
				font-family: Tahoma;
				font-size:12px;
				font-weight:bold;
			}