/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	-background:#333 url(/img/global/gradient/h300.png) 0 0;
	-width: 300px;
	-border:1px solid #333;	
	-background:#666;
}

/* accordion header */
#accordion h2 {
	background: url(/images2/int/toggle_plus.jpg) no-repeat top left;
	margin:0;
	padding:5px 5px 5px 40px;
	font-size:12px;
	font-weight:normal;
	color: #666666;
	border:0px solid #fff;
	border-bottom:0px solid #ddd;
	cursor:pointer;		
	margin-bottom:6px;
}

/* currently active header */
#accordion h2.current {
	background: url(/images2/int/toggle_minus.jpg) no-repeat top left;
	cursor:default;
}

/* accordion pane */
#accordion div.pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	padding:0px;
	color:#fff;
	font-size:12px;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

#accordion div.pane li {
	background: url(/images/icons/pdf.gif) no-repeat top left;
	padding: 1px 0 0 22px;
}


#accordion div.divider {
	background: url(/images/dottedline_main.gif) no-repeat top left;
	height:12px;
	margin:0;
	
}


/* style for flow player (not accordion menus)*/
a.player {
	display:block;
	width: 650px;
	height: 440px;
	border: 1px solid #ccc;
	background: url(/images/icons/play_text.png) no-repeat 290px 200px;
	color:white;
}
	
