/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	
	width: 100%;
	
	-background:#666;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:2px solid #A1A179;
	}

/* accordion header */
#accordion h2 {
	background:url(/images/tours/peninsula-sprite.gif) no-repeat;;
	margin:0;
	height:93px;
	text-indent:-4000px;
	border-top:1px solid #A1A179;
	
	
	
	cursor:pointer;		
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	
}

/* accordion pane */
#accordion .pane {
	
	
	display:none;
	
	padding:15px 0;
	
	
}

/* a title inside pane */
#accordion .pane h3 {
	
}
