#list1b p {
float:none;
}
.basic  {
	width: 560px;
	font-family: verdana;
	border: 1px solid black;
}
.basic div {
	background-color: #eee;
}
.basic div div.champ{
    display:inline;
    padding:0 5px;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a, .basic a:visited {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #7F341D;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
}
.basic a:hover {
	color:black;
	background-color: white;
}
.basic a.selected {
	color: black;
	background-color: white;
}
#list1b label {
    clear:none;
    float:none;
    width:auto;
}
#list1b input, #list1b select, #list1b textarea {
    float:none;
}
#list1b h4 {
    padding:7px 0 3px 0;
}
