﻿/***********************************************************************************************************************
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.
************************************************************************************************************************/
#acc {
	width: 560px;
	margin-left: auto;
	}

.accordionButton {	
	width: 560px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #fff;
	border-bottom: 0px solid #FFFFFF;
	padding-bottom: 15px;
	cursor: pointer;
	}
	
.abstand15{	
	padding-bottom: 15px;
	}

.abstand5{	
	padding-bottom: 5px;
	}
	
.accordionContent {	
	width: 560px;
	float: left;
	padding-left: 20px;
	_float: none; /* Float works in all browsers but IE6 */
	background: #fff;
	padding-bottom: 15px;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #fff;
	}
	
.over {
	background: #fff;
	}