

.acordion-arrow {
	position: absolute;
	right: 8px;
	top: 8px;
}
#acordion-container {
	width: 700px;
	border: 1px solid #999;
	float:left;
	}
h1 {
	background: url('/images/inactiveheader.gif') repeat-x;
	font-weight: bold;
	padding: 10px;
	color: #000000;
	font-size: 13px;
	border-top: 1px solid #888;
	}
h1.active {
	background: url('/images/activeheader.gif') repeat-x;
	color: #000000;
	}
.acordion-content {
padding:10px;
}

