	
		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			width: 100%;
			background: url(images/accordion_toggle.jpg) no-repeat top right #333333;
			background:  #333333;
			line-height: 25px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: strong;
			outline: none;
			font-size: 12px;
			color: #ffffff;
			
			border-bottom: 1px solid #000000;
			cursor: pointer;
			margin: 0 0 0 0;
			padding: 0 10px 0 10px;
		}
		
		.accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #222222;
			background: #222222;
			color: #FFFFFF;
			border-bottom: 1px solid #000000;
			padding: 0 10px 0 10px;
		}
		
		.accordion_content {
			background-color: #ffffff;
		
			overflow: hidden;
			width:100%;
			left:-40px;
		
			
			
		}
			

	

