#accor {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#accor h3 {
	display: block;
	font-weight: 300;
	font-size: 24px;
	margin: 0 0 2px 0;
	padding: 0;
	background-color: #41bade;
	color: #ffffff;
	height: 64px;
	line-height: 64px;
	padding-left: 20px;
}

#accor p {
	display: block;
	margin: 1px 0 0 0;
	border: solid 1px #a5a7a9;
	padding: 15px 0;
	text-align: center;
}
#accor p img {
	display: inline-block;
	vertical-align: top;
}

#accor ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#accor ul li {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dddddd;
}
#accor ul li:first-child {
	border-top: none;
}
#accor ul li:last-child {
	border-bottom: none;
}

#accor ul ul {
	display: none;
}

#accor ul span {
	display: block;
	height: 48px;
	line-height: 48px;
	background: #fdfdfe url(res/accor.png) 0 0 no-repeat;
	padding-left: 27px;
	overflow: hidden;
}
#accor ul div {
	height: 48px;
	line-height: 48px;
	background: #f6f7f9 url(res/accor.png) 0 -48px no-repeat;
	padding-left: 27px;
	overflow: hidden;
}

#accor ul span,
#accor ul div {
	cursor: pointer;
}

#accor ul ul span {
	background: #fdfdfe;
	padding-left: 27px;
}

#accor ul div.opened {
	background: #f6f7f9 url(res/accor.png) 0 -96px no-repeat;
}

#accor ul span.visited {
	color: #e72845;
}


