/***********************************************************************************************************************
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.
************************************************************************************************************************/

.accordionButton {	
	width: 330px;
	float: left;
	/*font-size: 11px;*/
	color: #666666;
	font-weight:normal;
	line-height:18px;
	letter-spacing:0.4px;
	border-bottom: 1px solid #dddddd;
	cursor: pointer;
	padding-top:6px;
	padding-left:20px;
	padding-bottom:6px;
	background-image:url(../images/accordion.gif);
	background-position : 3px -29px ;
	background-repeat : no-repeat;
}
	
.accordionContent {	
	width: 340px;
	float: left;
	background: #FFFFFF;
	/*font-size: 11px;*/
	color: #666666;
	font-weight:normal;
	line-height:18px;
	/*letter-spacing:0.4px;*/
	border-bottom: 1px solid #dddddd;
	padding:5px;
}

.active {
	background-image:url(../images/accordion.gif);
	background-repeat:no-repeat;
	background-position : 2px 1px;
}

.accordionButtonProduct {	
	width: 830px;
	float: left;
	/*font-size: 11px;*/
	color: #666666;
	font-weight:normal;
	line-height:18px;
	letter-spacing:0.4px;
	border-bottom: 1px solid #dddddd;
	cursor: pointer;
	padding-top:6px;
	padding-left:20px;
	padding-bottom:6px;
	background-image:url(../images/accordion.gif);
	background-position : 3px -29px ;
	background-repeat : no-repeat;
}
	
.accordionContentProduct {	
	width: 840px;
	float: left;
	background: #FFFFFF;
	/*font-size: 11px;*/
	color: #666666;
	font-weight:normal;
	line-height:18px;
	/*letter-spacing:0.4px;*/
	border-bottom: 1px solid #dddddd;
	padding:5px;
}