* {margin:0; padding:0}

#accordion {
	width:100%;
}
.accordion {
	width:100%;
	position: relative;
}
.accordion dt {
    background: url(../images/podcast-icon.jpg) left center no-repeat;
	width:100%;
	height: 23px;
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
	color: rgb(169, 27, 51);
	padding-top:5px;
	padding-left:30px;
	margin-bottom:5px;
}

.accordion dt:hover {
	color: rgb(169, 27, 51);
	text-decoration:underline;
}

.accordion dd {
	overflow:hidden;
	background:#fff;
	height: 76px;
	*float: left;
}
.accordion span {
	display:block;
	width:100%;
}
