﻿@charset "utf-8";
/* CSS Document */

#accordionwrapper {
	width: 100%;
	}
.accordionButton {	
	width: 100%;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	height:auto;
	margin-bottom:5px;
	margin-top:5px;
	}
.accordionButton p{	
	margin:0;
	padding:0;
	}


.accordionContent {	
	width: 100%;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	height:auto;
	margin-bottom:5px;
	}

@media print {.accordionContent{display: block !important;}}