

#vertical_container {margin: 0;}

.accordion_toggle 
	{
	/*
	display: block;	height: 35px; width: 440px;
	padding: 8px 20px 0 20px; margin: 0;
	line-height: 30px; text-decoration: none; cursor: pointer;
	font: bold 15px arial; color: #000;
	background-position: left top;
	background-repeat: no-repeat;
	*/
	cursor: pointer;
	font-size: 12px;
	color: #161616;
	margin: 0 !important;
	padding: 10px 0 !important;
	width: 550px;
	}
	.accordion_toggle_active {border-top: 1px dotted #666;}


.accordion_content 
	{
	width: 550px; margin: 0; padding: 0;
	overflow: hidden;
	border-bottom: 1px dotted #666;
	}



