.accordion_toggle {
	display: block;
	height: 30px;
	width: 100%;
	background: #FFFFFF url(img/btn_open.gif) no-repeat left center;
	padding: 0 10px 0 30px;
	line-height: 30px;
	color: #E07000;
	font-weight: bold;
	text-decoration: none;
	/*outline: none;*/
	font-size: 1.0em;
	color: #000000;
	border-bottom: 1px solid #CCCFDE;
	cursor: pointer;
	margin: 0 0 0 0;
		}
		
.accordion_toggle_right {
	display: block;
	height: 30px;
	width: 100%;
	background: #FFFFFF url(img/btn_open.gif) no-repeat right center;
	padding: 0 30px 0 10px;
	line-height: 30px;
	color: #47A311;
	font-weight: bold;
	text-decoration: none;
	/*outline: none;*/
	font-size: 1.0em;
	border-bottom: 1px solid #CCCFDE;
	cursor: pointer;
	margin: 0 0 0 0;
		}
.accordion_toggle_rub {
	display: block;
	height: 30px;
	width: 100%;
	background: #FFFFFF;
	padding: 0 30px 0 10px;
	line-height: 30px;
	color: #47A311;
	font-weight: bold;
	text-decoration: none;
	/*outline: none;*/
	font-size: 1.0em;
	border-bottom: 1px solid #CCCFDE;
	cursor: pointer;
	margin: 0 0 0 0;
		}

.accordion_toggle_active {
	background: #FFFFFF url(img/btn_close.gif) no-repeat left center;
	color: #47A311;
	border-bottom: 1px solid #CCCFDE;
	width: 100%;
		}
.accordion_toggle_active_right {
	background: #FFFFFF url(img/btn_close.gif) no-repeat right center;
	color: #47A311;
	border-bottom: 1px solid #CCCFDE;
	width: 100%;
		}
.accordion_toggle_active_rub {
	background: #FFFFFF;
	color: #000;
/*	border-bottom: 1px solid #f68263;*/
	width: 100%;
		}
		
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	background: #FFFFFF url(img/btn_open.gif) no-repeat left center;
	padding: 0 10px 0 35px;
	width: 90%;
	color: #606060;
	text-decoration: none;
/*	outline: none;*/
	border-bottom: 1px solid #CCCFDE;
	cursor: pointer;
	margin: 0;
	font: bold 1.0em/30px tahoma, sans-serif;
		}
.vertical_accordion_toggle_right {
	display: block;
	height: 30px;
	background: #FFFFFF url(img/btn_open.gif) no-repeat right center;
	padding: 0 30px 0 10px;
	width: 90%;
	color: #606060;
	text-decoration: none;
/*	outline: none;*/
	border-bottom: 1px solid #CCCFDE;
	cursor: pointer;
	margin: 0;
	font: bold 1.2em/30px tahoma, sans-serif;
		}
.vertical_accordion_toggle_rub {
	display: block;
	height: 35px;
	background: #FFFFFF;
	padding: 0 30px 0 20px;
	width: 90%;
	color: #FF6000;
	text-decoration: none;
/*	outline: none;*/
	border-bottom: 2px solid #CCCFDE;
	cursor: pointer;
	margin: 0;
	font: bold 1.40em/35px tahoma, sans-serif;
		}
.vertical_accordion_toggle h2{
		margin-top:4px;
}
.vertical_accordion_toggle_right h3{
		margin-top:4px;
}
.vertical_accordion_toggle_active {
		background: #FFFFFF url(img/btn_close.gif) no-repeat left center;
		color: #47A311;
		border-bottom: 1px solid #CCCFDE;
		}
.vertical_accordion_toggle_active_right {
		background: #FFFFFF url(img/btn_close.gif) no-repeat right center;
		color: #47A311;
		border-bottom: 1px solid #CCCFDE;
		}
.vertical_accordion_toggle_active_rub {
		background: #FFFFFF;
		color: #FF6000;
		border-bottom: 2px solid #CCCFDE;
		}
.vertical_accordion_content {
		background-color: #ffffff;
  	color: #444444;
		overflow: hidden;
		font-size:1.0em ;
		font-weight:normal;
		width: 100%;
		border-bottom: 1px solid #CCCFDE;
		}

.vertical_accordion_content h3 {
		margin: 15px 25px 5px 10px;
		color: #606060;
		font-size:1.40em;
		font-weight:normal;
			}
.vertical_accordion_content p {
		line-height: 150%;
		padding: 5px 25px 15px 10px;
			}
.vertical_accordion_content a {
		color:#ff6600;
			}

