div.accordion {
	width: 350px;
	border-bottom: solid 1px #ccc;
	float: left;	
	margin: 0 23px 23px 0;
}
div.accordion  h3{
	color: #000;
	padding: 7px 14px;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	background: #CFF0FF url(../img/arrow-square.gif) 325px -50px no-repeat;
}div.accordion  h3:hover{
	background: #49B3E6 url(../img/arrow-square.gif) 325px -50px no-repeat;
}div.accordion  h3.active{
	background: #49B3E6 url(../img/arrow-square.gif) 325px 6px no-repeat;
}
div.accordion p {
	background: #f7f7f7;
	padding: 10px 10px 20px;
	width: 328px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
div.accordion .dis {
	background: #178BBF url(../img/arrow-square.gif) 325px -50px no-repeat;	
}

