/***********************************************************************************************************************
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.
************************************************************************************************************************/
#accordionWrapper {
	width: 190px;
	border:solid 1px #B7F5A7;
	}

.accordionButton {	
	width: 184px;
	float: left;
	background: #D7F9D5;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	padding:3px;
	font-size:11px;
	font-weight:bold;
	}
	
.accordionContent {	
	width: 184px;
	float: left;
	background: #ECFEEB;
	display: none;
	padding:3px;
	}
