/***********************************************************************************************************************
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: 360px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {	
	width: 348px;
	padding:5px;
	background:#99CC00;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
	}
	
.accordionContent {
	text-align:left;	
	width: 340px;
	padding:10px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #EEE;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #99CC00;
	}
	
.over {
	background: #00CCFF;
	}
