.ddmcc {
	width: 185px;
	float: left;
	margin-left: 10px;
}

.ddmcc ul {
list-style:none;
margin: 10px;
}

.ddmcc li {
	display: block;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 5px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 2px;
	margin-bottom: 2px;
	padding-left: 20px;
	color: #999;
	line-height: 1.4em;
	font-size: 11px
/*	padding-left: 10px;
		line-height: 1.4em;
	font-size: 11px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 2px;
	margin-bottom: 2px;*/
}

.ddmcc p.sep {
	font-size: 1.2em;
	color: #808080;
	font-weight: bold;
}

.ddmcc p.sep:hover {
	cursor: pointer;
}