@charset "utf-8";

/* CSS Document */



body {font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #3e3e3e;}





#demo {margin: 0 auto; width:650px;}





#demo #accordion {

	padding:0;

	border-top: 1px solid #d3d3d3;}



#demo .accordion-data {padding: 15px;}



#demo .accordion-group {

	/*resets*/margin: 0; 

	padding: 0; border: 0; 

	outline: 0; line-height: 1.3; 

	text-decoration: none; 

	font-size: 100%; 

	list-style: none;

	border-left: 1px solid #d3d3d3;

	border-right: 1px solid #d3d3d3;

	border-bottom: 1px solid #d3d3d3;

	

}

#demo .accordion-header {

	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;

	cursor: pointer;

	background: #e6e6e6 url(/images/accordion/e6e6e6_40x100_textures_02_glass_75.png) 100% repeat-x;

	width:648px;

}

#demo .accordion-header a {

	/*resets*/margin: 0; 

	padding: 0; border: 0; 

	outline: 0; line-height: 

	1.3; text-decoration: 

	none; font-size: 100%;     

	list-style: none;

	display: block;

	/*font-size: 1.1em;*/

	font-weight:bold;

	text-decoration: none;

	padding: .5em .5em .5em 1.7em;

	color: #555555;

	background: url(/images/accordion/888888_7x7_arrow_right.gif) .5em 50% no-repeat;

}



#demo .accordion-header a:hover {

	background: url(/images/accordion/454545_7x7_arrow_right.gif) .5em 50% no-repeat;

	color: #212121;

}

#demo .accordion-header:hover {

	background: #dadada url(/images/accordion/dadada_40x100_textures_02_glass_75.png) 100% repeat-x;

	color: #212121;

}



#demo .accordion-header.selected {background: #9dcdff;}







