#accordion h4 a{
	display:block;
	position:relative;
	float:left;
	width:183px;
	padding:10px;
	background:#F8F8F8;
	border:#D2D2D2 1px solid;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	text-decoration:none;
}

#accordion h4 a:hover{
	background:#00A0C8;
	color:#FFF;
}

#accordion img{	margin-bottom:5px;}

#accordion p{
	width:180px;
	background:none;
	border:none; border-bottom:#D2D2D2 1px solid;
	float:right;
	font-size:11px;
}

#accordion div{
	display:block;
	position:relative;
	float:left;
	width:203px;
	overflow:hidden;
	border-left:#D2D2D2 1px solid;border-right:#D2D2D2 1px solid;border-bottom:#D2D2D2 1px solid;
	background:#EFEFEF;
}

#accordion div a{
	float:right;
	margin-top:5px;margin-bottom:5px;margin-right:5px;
	text-transform:uppercase;
}

#accordion div a:hover{
	text-decoration:underline;
}
