/***********************************************************************************************************************
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.
************************************************************************************************************************/
#accordion-wrapper {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {	
	width: 99%;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #eee url(ico-plus.png) right center no-repeat;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	padding-left: 15px;
	margin-bottom: 10px;
	}
	
.accordionContent {	
	width: 99%;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	margin-bottom: 10px;
	}
	
.entry .accordionButton h3 {
	margin: 10px 0;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/
/*
.on {
	background: #990000;
	}
	*/
.over {
	background: #CCCCCC;
	}