/***********************************************************************************************************************
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: 260px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;

	}
.accordionButton span, .saccordionButton span{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:17px;
	padding-left: 15px;
	padding-top: 10px;
	display:block;
	height:30px;
	
	}
#wrapper img{
	padding-left: 15px;
	float:left;
	}
	
	
.accordionButton, .saccordionButton {	
	width: 260px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	margin-top:5px;
	}
	
.accordionContent, .saccordionContent {	
	width: 260px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	}

.accordionContent a, .saccordionContent a {
	text-decoration:none;
	color: #fff;
	font-size:14px;}

.accordionContent a:hover, .saccordionContent a:hover {
	text-decoration:none;
	color:#fff;
	font-size:14px;	}
	
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.infoon {
	background: #e4e4e4;

	}
.on {
	color: #000;	
	}	
.over {
	color: #000;	
	}
	
.oferon, .oferover, .galeon, .galeover, .infoon, .infoover,.descon, .descover  {
	background: #fff;

	}
