/*----------[ Slider Setup ]---------------------------*/
		
	
#options {width:500px; margin:0 0 0 100px; text-align:right;}

#acc * {
	padding: 0;
	margin: 0;
}
#acc {
	width:625px;
	list-style:none;
	color:#033;
	margin: 0;
	padding: 0;
}
#acc span h3, #acc span p { color: #313a49; }
#acc span p { margin-left: 35px; padding: 5px 0 10px 0; }
#acc span {
	width:625px;
	padding:8px 0 6px 0;
	margin-top:5px;
	cursor:pointer;
	background: #abb2ba url(../images/slider_bottomright.gif) no-repeat right bottom;
	display: block;
}
#acc span h3 {
	background: transparent url(../images/arrow_collapse.png) no-repeat left center;
	padding: 5px 25px;
	margin-left: 10px;
}

#acc span.acc-selected {
	background: #7a1237 url(../images/slider_topright-open.gif) no-repeat right top;
}
#acc span.acc-selected h3, #acc span.acc-selected p {
	color: #fff;
}
#acc span.acc-selected h3 {
	background: transparent url(../images/arrow_expand.png) no-repeat left center;
}
	
#acc span:hover {background: #8794a5 url(../images/slider_bottomright-sel.gif) no-repeat right bottom;}
#acc span.acc-selected:hover {background: #7a1237 url(../images/slider_topright-open.gif) no-repeat right top; }
#acc .acc-section {overflow:hidden;}
#acc .acc-content {width:590px; padding:15px; border:1px solid #313a49; border-top: none; color: #313a49;}
#acc .acc-content p {
	margin: 0 0 .8em 20px;
}
#acc .acc-content p.acc-header {
	margin: .8em 0 0 20px;
}
#acc .acc-content ul {
	margin: 5px 0 2px 40px;
}
#acc .acc-content ul li {
	font-size: 120%;
}
