#kwicks .kwick {
	display: block;
	width: 180px;
	height: 15px;
	border-bottom: 1px solid #0000A0;
	border-left: 1px solid #0000A0;
	border-right: 1px solid #0000A0;
	overflow: hidden;
	padding: 10px;
	position: relative;
	background-color: #DDDDDD;
}

#kwicks .kwick p.bodytext {
	text-align: left;
}

#kwicks {
	position: relative;
	margin-left: -11px;
	margin-top: -11px;
	background-color: #94ACDE;
}

.kwick h1 {
	border: 1px solid #0000A0;
	position: relative;
	margin-left: -11px;
	margin-top: -11px;
	padding: 10px;
	width: 180px;
	height: 15px;
	overflow: hidden;
	background-color: #94ACDE;
	cursor: pointer;
}

.kwick h1:hover {
	background-color: #748CBE;
}


#kwicks .first {
	border-top: 1px solid #0000A0;
	height: 220px;
}

