
		#media-accordion {
			width: 300px;
			margin: 0px auto -1px auto; 
		}

		.accordion_toggle {
			display: block;
			height: 20px;
			width: 680px;
			background: #D0D0D0;
			padding: 0 10px 0 10px;
			line-height: 20px;
			color: #E43826;
			font-weight: bold;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			text-align: center;
			color: #ffffff;
			border-bottom: 1px solid #ffffff;
			cursor: pointer;
			margin: 0 0 0 0;
			width: 280px;
		}

		.accordion_toggle:hover {
			background: #CD3627;
		}
		
		.accordion_toggle_active {
			background: #E43826;
			color: #ffffff;
		}
		
		.accordion_content {
			margin-top: 5px;
			margin-bottom: 5px;
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
			text-align: center;
			font-size: 90%;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
	

