/***********************************************************************************************************************
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: 800px;*/
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {	
	/* width: 800px;*/
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	 
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	color: #66b4f2 ; 
	padding-bottom:2px;
	padding-top:2px;
	 
    margin-bottom: 8px;
	border-bottom: 1px solid #dddddd; 
	border-bottom: 1px dotted #7599a8;
	}
	
.accordionContent {	
	/* width: 800px;*/
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	 padding-bottom: 20px;
	 
	 margin-right:17px;
	}
	
.zeichen {
	 
	float:left;
	_float: none; /* Float works in all browsers but IE6 */
}	

.white {
	color:#ffffff;
}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	color:#000000;
	background:#cedde3; 
	}
	
.over {
	/* background:#e6e6e6; */
	background:#cedde3;
	color:#ffffff;
	}