/***********************************************************************************************************************
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.
************************************************************************************************************************/


.accordionButton {	
	width: 600px;
	float: left;
	background:#333333;
	border-bottom: 2px solid #000;
	cursor: pointer;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	color:#ccc;
	}
	
.accordionContent {
	width: 600px;
	float: left;
	background: #1d1f20;
	display: none;
	padding:4px;
	color:#ccc;
	border-top: solid 1px #000;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
	}

