body {
	padding:50px 80px;
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	width: 680px;
	border:1px solid #333;	
	-background:#666;
}

/* accordion header */
#accordion h2 {
	background:#ccc url(/fx_scripts/acordeon/silvergradient.jpg) repeat-x center left;
	height: 25px; 
	margin:0;
	padding:1px 3px;
	font-size:14px;
	font-weight:normal;
	cursor:pointer;		
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background:#333 url(/fx_scripts/acordeon/silvergradient.jpg) repeat-x center left;
}

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

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