﻿/*	Vertical Accordions	*/

#vertical_container
{
    border-bottom: 1px solid #dbdbdb;
}
		
.accordion_toggle {
	display: block;
	height: 14px;
	width: 428px;
	background: url(../images/accordion_toggle.jpg) no-repeat top left #ffffff;
	padding: 3px 4px 3px 18px;
	line-height: 14px;
	color:#717171;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #717171;
	cursor: pointer;
	margin: 0px;
	/*border-bottom: 1px solid #dbdbdb;*/
}
		
.accordion_toggle_active {
	background: url(../images/accordion_toggle_active.jpg) no-repeat top left #ffffff;
	color: #717171;
}
		
.accordion_content {
	overflow: hidden;
	background-image: url( '../images/AjaxContent.gif' );
	background-repeat: repeat-x;
	height:94px;
	width:428px;
	padding:10px;
	padding-right:10px;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
			

