/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	width: 550px;
	-background:#666;
}

/* accordion header */
#accordion h2 {
	padding-left:10px;
	font-size:1.5em;
	color:#3366CC;
	cursor:pointer;		
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	color:#000;
}

/* accordion pane */
#accordion div.pane {
	display:none;
	padding:15px;
	width: 540px;

}

/* a title inside pane */


