#categories {
	float:left;
	width: 200px;
	padding: 0 5px;
	background: url(../images/bg_fade_purple.gif) top left repeat-x;
}
#levels {
	float: left;
	width: 150px;
	padding: 0 5px;
	background: url(../images/bg_fade_blue.gif) top left repeat-x;
}
#resources {
	float:left;
	width:390px;
	padding: 0 5px;
	background: url(../images/bg_fade_yellow.gif) top left repeat-x;
	word-wrap: break-word;
}

p.top {
	height: 5em;
	font-weight: bold;
}

ul.options {
	margin:0;
	padding:0;
	list-style: none;
}

.options li {
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

.options li label {
	display:block;
	padding: 1px 2px;
	margin: 2px 0;
	background-color: #eee;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	word-wrap: break-word;
}

.options li.selected label {
	background-color: #cc9;
	border-right: solid 1px #bb8;
	border-bottom: solid 1px #bb8;
	word-wrap: break-word;
}

.options input {
	top: -2em;
	position: absolute;
	/*
	margin: -.7em 0 0 -100px;
	float: right;
	margin: 0 -100px 0 0;
	*/
	/*
	overflow: hidden;
	margin-left: -40px;
	margin-right: 30px;
	*/
	
}

.visible {
	visibility: visible;
	display: block;
}

.hidden {
	visibility: hidden;
	display: none;
}