/***********************************************************************************************************************
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_accordion {
	width: 98.0%;
border: 0px solid red;	
margin-left: 1.5%;
margin-right: 0%;
font-family:'Skoda Pro';
	
	
	}


	

	

	
	
	
	.accordionButtonNotactive {		
	width: 98% !important;
	margin: 0px 0% 0px 0%;
	padding: 15px 0% 15px 2%;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	font-family:'Skoda Pro';
	color: #fff;
	font-size: 20px;
	min-height: auto;
	cursor: pointer;
	border-top: 1px solid #e60000;
	border-right: 1px solid #e60000;
	border-bottom: 1px solid #e60000;
	border-left: 1px solid #e60000;
	margin-bottom: 3px;
	background-color: #e60000;
	
	
	
	}
	
	.accordionButtonNotactive:before {	
	content: '\002B' !important;
	float: right;
	margin-right: 25px;
	font-family:'Skoda Pro';
	
	}
	
	

.accordionButton {	

	 background-color: #b2b4b9;
    color: #fff;
    cursor: pointer;
    padding: 18px 0% 18px 2.2%;
    width: 97.6%;
    border: 1px solid #ededed;
    text-align: left;
    outline: none;
    font-family:'Skoda Pro';
    transition: 0.4s;
	margin-bottom: 10px;
	border-radius: 0px;
}




.accordionButtonActive {	

    background-color: #b2b4b9;
    color: #fff;
    cursor: pointer;
    padding: 18px 0% 18px 2.2%;
    width: 97.8%;
    border: 1px solid #ededed;
    text-align: left;
    outline: none;
    font-family:'Skoda Pro';
    transition: 0.4s;
	margin-bottom: 10px;
	border-radius: 0px;
	
	
	
	}


.accordionButton:before {	
	
	float: left;
	margin: 0px 6px 0px 3px;
	font-family:'Skoda Pro';
	font-weight: bold;
}

@media screen and (max-width: 40em) {
	
.accordionButton {	

font-size: 14px;
padding: 18px 0% 18px 6.2% !important;
width: 93.3%;
}	
.accordionButton:hover {	

font-size: 14px;
padding: 18px 0% 18px 6.2% !important;
width: 93.3%;
}
}

	



	


	

	

	



