/*
	Video Vertical Accordions (gray)
*/

.accordion_toggle {
	display: block;
	height: 25px;
	/*background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;*/
	background: #333;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #999;
	border: 1px solid #333;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_active {
	/*background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;*/
	background: #333;
	color: #fff;
	border-bottom: 1px solid #666;
}

.accordion_content {
	background-color: #ccc;
	color: #333;
	overflow: hidden;
}
	
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #666;
}
	
.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}