/***********************************************************************************************************************
DOCUMENT: style/format.css
DEVELOPED BY: Ryan Stemkoski
COMPANY: Zipline Interactive
EMAIL: ryan@gozipline.com
PHONE: 509-321-2849
DATE: 2/26/2009
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/
#wrapper {
	width:98%;
	padding-top:10px;
	padding-bottom:20px;
	}

.accordionButton {
	color:#a41328;
	width:100%;
	float: left;
	cursor: pointer;
	padding:4px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fee39d;
	overflow:hidden;
	padding-right:-35px;
	}
	
.accordionContent {
	width:100%;
	float: left;
	display: none;
	padding:4px 0 15px 0;
	background:#fff;-moz-border-radius: 0 0 9px 9px;
	}
.accordionContent p{padding:5px 15px;}
