
#cclist {
	border-bottom: 1px solid #e1e1e1;
	margin: 0;
	padding: 0 0 0 12px;
	background-color: #fdfdf2;
	width: 95%;
}

#cclist div.selected { 
	border-bottom: none;	
}
#cclist div div {
	padding: 0px 0px 10px 12px;
}
#cclist div.title {
	border-top: 1px solid #e1e1e1;
	background-color: #fdfdf2;
	background-image: url(../pics/arroww.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;	
	padding: 5px 5px 5px 5px;
	text-indent:14px;
	cursor: pointer;
}

