/***********************************************************************************************************************
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.
************************************************************************************************************************/
.accordionButton {	
	cursor: pointer;
	line-height:26px;
	font-weight:bold;
	color:#555555;
	padding-left:5px;
	
}
.accordionContent {
	line-height:20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;	
	color:#555555;	
}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	color:#660000;
/*	background: #ffffff;
	border-width: 1px;
    border-style: solid;
    border-color: #d8cdaf;*/		
}
	
.over {
	color:#000000;
}