.expand {
	clear:both;
}
.collapse {
	overflow:hidden;
	background-color: #000;
	padding-bottom:20px;
	padding-top:8px;
	margin-bottom: 20px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
#wrapper p {
	margin: 0px;
	padding: 8px;
	font-size: 11px;
	line-height: 12px;
}
.collapse a, .expand a {
	font-size: 11px;
	line-height: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555;
	display: block;
	padding: 8px;
	margin: 0px;
}
.collapse a:hover {
	background-color: #333;
}
.collapse a:after {
	content: "download";
	float: right;
}
.collapse ul {
	margin-bottom: 20px;
}
.collapse ul li {
	font-size: 11px;
	line-height: 12px;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 30px;
}
#wrapper h3 {
	margin: 0px;
}
#wrapper h3.expand a {
	display:block;
	background-image:url(../img/arrow-down.gif);
	background-repeat:no-repeat;
	background-position:right top;
	color: #69c;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#wrapper h3.expand a:link, #wrapper h3.expand a:visited {
	display:block;
	background-image:url(../images/down.png);
	background-repeat:no-repeat;
	background-position:right center;
	margin: 0px;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
}
#wrapper h3.expand a:hover, #wrapper h3.expand a:active, #wrapper h3.expand a:focus {
	color: #2d3137;
	margin: 0px;
	background-image:url(../images/over.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-color: #eaeaea;
}
#wrapper h3.expand a:active, #wrapper h3.expand a:focus {
	background-color: transparent;
	margin: 0px;
	color: #FFF;
}
#wrapper h3.expand a:link.open, #wrapper h3.expand a:visited.open {
	background-color: #000;
	background-image: url(../images/up.png);
	background-repeat: no-repeat;
	background-position:right center;
	color: #fff;
}
