@charset "utf-8";
/* CSS Document */

body { font: 0.8em Arial, sans-serif; }
	

.pageContent {
	width: 355px;
}

.accordion { 
	list-style-type: none;
	padding: 0; 
	margin: 0 0 30px; 
	border: 1px solid #17a; 
	border-top: none; 
	border-left: none; 
}
	
.accordion ul {
	padding: 0; 
	margin: 0; 
	float: left; 
	display: block; 
	width: 100%; 
}

.accordion li { 
	background: #2e8bfc; 
	cursor: pointer; 
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
	float: left; 
	display: block;
	width: 100%;
}
	
.accordion li.active>a { 
	background: url(/wt_systems/images/close.gif) no-repeat center right;
}

.accordion li.active a { 
	background: url(http://www.broadwayequipment.com/wt_systems/images/close.gif) no-repeat center right;
}

.accordion li div { 
	padding: 20px; 
	background: #aef; 
	display: block; 
	clear: both; 
	float: left; 
	width: 305px;
}

.accordion a { 
	text-decoration: none; 
	border-bottom: 1px solid #000; 
	font: bold 1.1em/2em Arial, sans-serif; 
	color: #222; 
	padding: 0 10px; 
	display: block; 
	cursor: pointer; 
	background: url(/wt_systems/images/open.gif) no-repeat center right;
}
	

.accordion li div.innerbox {
	border-style:dotted;
	border-color:#000;
	width:290px;
	padding:5px;
	margin-bottom:0px;
	}
	
.bold{
	font-size:0.9em;
	font-weight:bold;
}

