#Manager-widget .box-content {
	padding: 0;
}

#Manager-widget ul {
	background-color: #EEE;
}

#Manager-widget li {
	border-bottom: 1px solid #A9ABAC;
	border-top: 1px solid white;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	padding-left: 32px;
	position: relative;
	vertical-align: middle;
}

#Manager-widget li span.checkbox {
	background: url(../../images/bg/non-checked.png) no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	left: 8px;
	position: absolute;
	top: 10px;
	width: 16px;
}

#Manager-widget li span.checked {
	background: url(../../images/bg/checked.png) no-repeat;
}
