DIV#vertical_container
{
	padding: 0px;
}
.accordion_toggle 
{
	display: block;
	padding: 3px 0px 3px 25px;
	outline: none;
	cursor: pointer;
	background: #f9f4ef url(../images/plus_icon.gif) 5px center no-repeat;
}
.accordion_toggle_active 
{
	color: #fa205e;
	background: #facf20 url(../images/minus_icon.gif) 5px center no-repeat;
}
.accordion_content 
{
	overflow: hidden;
}
DIV#vertical_container h3
{
	font-size: 1.1em;
	color: #0068a6;
}
