﻿/***********************************************************************************************************************
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.
************************************************************************************************************************/
#faq-wrap {
	width: 740px;
	margin-left:5px;
	position: relative;
	top: -10px;
	}

.accordionButton {	margin-top: 20px;
	width: 740px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #fafafa;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	}
	
.accordionContent {	
	width: 718px;
	padding: 10px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #f9f9f9;
	margin-bottom: 10px;
	border: 1px solid #eee;
	border-top: 0;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/
.accordionButton h3 {
	color: #333;
    font-family: 'AlteDIN1451MittelschriftRg';    
    font-size: 14px;
    font-weight: lighter;
    padding: 6px 25px;
    margin: 0;
    background: #eee url('arrows-333.png') 8px -89px no-repeat;
}
.accordionButton.on h3 {
	color: #000;
	background: #eee url('arrows-333.png') 8px 11px no-repeat;
	}
	
.accordionButton.over h3 {
	background: #eee url('arrows-333.png') 8px 11px no-repeat;
	}