    #vertical_container {
   overflow:none;
   height:auto;

    }	

	.vertical_accordion_toggle {
			display: block;
			width: 100%;
			padding:5px 0px !important;
      		/*padding: 0 20;*/
			/*line-height: 20px;*/
			background: #DCDCDC; 
			background: -moz-linear-gradient(top, #DCDCDC 0%, #dbdbdb 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DCDCDC), color-stop(100%,#dbdbdb)); 
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DCDCDC', endColorstr='#dbdbdb',GradientType=0 ); 
			font-size: 12px;
			color: #000000;
			border-top: 1px solid #C0C0C0;
			cursor: pointer;
			margin: 0;
}
.vertical_accordion_toggle_active {
	background: #00b7ea; /* old browsers */
	background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* ie */
	color: #ffffff;
	border-bottom: 1px solid #00b7ea;
	font-weight:bold;
}

.vertical_accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: auto;
}

.vertical_accordion_content h2 {
	/*margin: 15px 0 5px 10px;*/
	color: #0099FF;
}

.vertical_accordion_content p {
	line-height: 150%;
/*	padding: 5px 10px 15px 10px;*/
}