
.accordion_wrapper {
	background-image: url(/images/BGB/generic/bg_toggle.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
	border-top: 1px solid #eee;	
	width: 100%;
}
.accordion_wrapper:hover {
	/*border:1px solid #919ca3;*/
}

.accordion_wrapper h5 {
	background-image: url(/images/BGB/generic/volume-up-plus.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	color: #361163;
	padding-left: 25px;
	font-size:1em;
}


.accordion_wrapper p {
	color:#666;
	line-height: 1.6em;
}

.accordion_wrapper p.listheading {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	padding-bottom: 10px;
}

.accordion_wrapper ul li {
	color:#666;
	padding-bottom: 7px;
}

.accordion_wrapper a {
	margin: 20px 11px 20px 9px;
}


.accordion_toggle,
.accordion_toggle_active {
	display: block;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	background-color: #f9f9f9;
	cursor: pointer;
	margin: 0 0 0 0;
	padding:5px;
	width:95%;
}

.accordion_toggle_active {
	cursor: default;
}

.accordion_wrapper .accordion_toggle_active h5 {
	background-image: url(/images/BGB/generic/volume-down-minus.gif);
}

.accordion_content {
	overflow: hidden;
	display:none;
	/*padding-bottom: 20px;*/
}
	
	.accordion_content p {
		padding: 0.8em;
	}
	
.accordion_wrapper .buttons {
	margin-bottom: 20px;
	margin-top: 10px;
}

.rate {
	color: #003399 !important;
	font-weight: bold;
	text-decoration: none;
}

