.checked, .unchecked {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #5e2310;
	line-height: 23px;
	display: inline-block;
	margin: 0px 10px 0px 0px;
	cursor: pointer;
	white-space: nowrap;
	padding: 0px 0px 0px 25px;
	background: transparent url(../../images/layout/bg_checkbox_on.png) no-repeat left top;
}

.unchecked {
	background: transparent url(../../images/layout/bg_checkbox_off.png) no-repeat left top;
}

.selected {
}

.unselected {
}
