/***********************************************************************************************************************
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: 500px;
	float: left;
	}

.accordionButton {
	width: 500px;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	background-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 5px;
	}
	
.accordionContent {
	width: 500px;
	float: left;
	display: none;
	padding: 5px;
	background-color: #7BB2DB;
	}
