div #potAccordion
{
    width: 298px;
		min-height: 370px;
}

div.accordion-header
{
	font-weight: bold;
	color: #FFF;

	background-color: #4B2F22;

	padding: 10px;
}

div.accordion
{
    position: relative; /* required for bounding--works around a "peculiarity" in Prototype */
}

div.accordion-toggle
{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
    background: #FEF4ED;   /* required for effect--can be anything except "transparent" */
    cursor: pointer;
		border-top: 2px solid #FFF;
		_border-top: 1px;
		*border_top: 1px;
		
		padding: 12px 15px;
}

div.accordion-toggle-active
{
    background: #FAEADE;
}

div.accordion-content
{
    overflow: hidden;	/* required for effect */
    background: #FAEADE;
		
		padding: 0px 15px;
}
div.accordion-content img
{
	padding-bottom: 10px;
}
