/***********************************************************************************************************************
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:650px;
	height:auto;
	margin-right: auto;
	}

.accordionButton {	
	width: 650px;
	height:16px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #FFF;
	background:url(../images/bot_masinfo.gif) no-repeat;
	padding:8px;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	}

.accordionButton:hover {	
	width: 650px;
	height:16px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #FFF;
	background:url(../images/bot_down.gif) no-repeat;
	padding:8px;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	}
	
.accordionContent {	
	width: 650px;
	float: left;
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	font-weight:normal;
	padding:8px;
	display: none;
	}
