.basic  {
	width: 100%;
}

.basic div {
}

.basicHeader h3
{
	display:block;
	padding:5px;
	color: white;
	background-color: #db7777;
	margin-bottom: 0.6em;
}

.basic h3 {
	cursor:pointer;
	display:block;
	padding:5px;
	background-color: #ececfe;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 0.6em;
}

.basic h3:hover {
	background-color: #b3b3cd;
}

.basic h3.selected {
	color: white;
	background-color: #666699;
}

.basic p {
	margin: 0.9em 0 0.9em 0;
}