
.accordion-5  {
	width:100%;
	font-family: arial;
	text-transform:none;
	border-left: 0px solid #C46515;
	border-right: 0px solid #C46515;
	border-top: 0px solid #C46515;
	border-bottom: 0px solid #C46515;
}
.accordion-5 div {
	background-color: transparent;
}

.accordion-5 p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	margin: 0px;
}
.accordion-5 a.head {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-transform:none;
	color: #5d5d5d;
	background-color: #f3f5f4;
	border-top: 0px solid #C46515;
	border-bottom: 0px solid #C46515;
	font-size:12px;
	background-image: url("AccordionTab_G.jpg");
	background-repeat: repeat-x;
}
.accordion-5 a.head:hover {
	color: #E1372D;
	text-transform:none;
	background-color: #FFFFFF;
	background-image: url("AccordionTab_GL.jpg");
	background-repeat: repeat-x;
}
.accordion-5 a.selected {
	color: #E1372D;
	text-transform:none;
	background-color: #FFFFFF;
	background-image: url("AccordionTab_GL.jpg");
	background-repeat: repeat-x;
}

.accordion-5  .content,.accordion-5  .head
{
	clear:both;
}
