#servicelist h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}

#servicelist h3 a {
	width: 100%;
	margin: 3px auto;
	padding-left: 12px;
	background: #ffffff;
	background-image: url('../images/arrow.png');
	background-position: left center;
	background-repeat: no-repeat;
	color: #666666 !important;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
}

#servicelist h3 a:hover {
	color: #333333 !important;
}

#servicelist .accContent {
	float: left;
	width: 100%;
	color: #929292;
	padding-bottom: 10px;
} 