/***********************************************************************************************************************
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 {
	width: 97%;
	margin-top:30px;

	margin-bottom: 40px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e3e5e5;
	clear:both;
}

.accordionButton {
	width: 95%;
	float: left;
	/*_float: none;   Float works in all browsers but IE6 */
	font-weight: bold;
	cursor: pointer;
	background-image: url(/resources/images/mas_acord.gif);
	background-repeat: no-repeat;
	background-position: right 12px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 14px !important;
	text-transform: uppercase;
	color: #fff;
	padding-right:30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	
	}
	
.accordionContent {
	float: left;
	/*_float: none;*/
	padding-top: 10px;
	padding-bottom: 50px;
	width: 100%;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	
	}
	
.over {
	opacity: 0.7;
	}
