/*
Gary Hollands - solriche - 2009 - for use with Mootools Accordion
This stylesheet is available under the terms of the GNU General Public License as published by
the Free Software Foundation - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/
#accordion{
	margin: 1em 0 0 0;
}
#accordion .button, #accordion .first_button{
	cursor:pointer;
	font-size: 90%;
	padding: 0 0.2em 0 0.2em;
	margin: 0;
	border-bottom: 1px solid rgb(230,230,230);
}
#accordion .go_left{
	float: left;
	width: 1em;
	padding: 0 0.5em 0 0;
}
#accordion .bellows{
	padding: 0.5em 0.5em 1em 0.5em;
}
#accordion .bellows p{
	padding: 0 0 0 1.2em;
}