/***********************************************************************************************************************
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.
************************************************************************************************************************/
#accordion_box {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {	
	width: 774px;
	float: left;
	background: url(../images/faq_t01.gif) repeat-x bottom #f0f0f0;
	border: 1px solid #ddd;
	cursor: pointer;
	padding:5px 0px 5px 0px;
	margin-bottom:2px;
	
	font-size:12px;
	color: #333;
	font-weight:normal;
	line-height:20px;
	}
	
.accordionButton h1{	
	float: left; width:35px; text-align:center;
	}
	
.accordionContent {	
	width: 735px;
	float: left;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: none;
	margin:-2px 0px 2px 0px;
	background: url(../images/a.gif) no-repeat 5px 8px;
	padding:8px 5px 15px 34px;
	
	font-size:12px;
	color: #333;
	font-weight:normal;
	line-height:20px;
	}
