/* Minimum from Accordian demo.css */

#sliders div {
	padding: 5px 5px 0px;
}

#sliders div p {
	margin: 0px 0px .4em;
}
#sliders div ul {
	margin-bottom: .4em;
}
.basic  {
/*	font-family: verdana; */
	border: 1px solid #707B7F;
}
.basic div {
	background: #EAE5BB;
}

.basic a {
	cursor:pointer;
	cursor:hand;
	display:block;
	padding:5px 5px 5px 25px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	background: #707B7F url(images/arrow_closed.gif) no-repeat left center;
}
.basic a:hover {
	background: #A4ABAE url(images/arrow_hover.gif) no-repeat left center;
}
.basic a.selected {
	background: #A4ABAE url(images/arrow_open.gif) no-repeat left center;
}

