@charset "utf-8";
/* CSS Document */

#accordion {
}
#accordion div.selected .title { font-weight: bold; }
#accordion div div {
	cursor: pointer;
}
#accordion div.title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	display: block;
	background-image: url(../images/partner_background.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #2A644E;
	height: 25px;
	line-height: 25px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-left: 25px;
	width: 650px;
}
#accordion div.selected {
	background-color: #E2EFC2;
	background-image: url(../images/partner_background_active.gif);
	background-repeat: no-repeat;
}

