/***********************************************************************************************************************

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: 600px;

	margin: 0px auto 300px 10px;
	padding-bottom: 210px;

	}



.accordionButton {	
position: relative;
z-index: 99999;
	margin-right: 10px;
	width: 605px;
	font-size: 15px;
	font-weight: bold;
	float: left;

	background: #000000;

	border-bottom: 1px solid #FFFFFF;

	cursor: pointer;
	padding: 2px;
	
	}

	

.accordionContent {	

	width: 600px;

	float: left;

	background: none;

	display: none;
	padding: 5px;
	}


