
.input-color {
	list-style-type: none!important;
}

.li-color {
	margin: 5px;
	display: inline-block!important;
    /* You can also add some margins here to make it look prettier */
    zoom:1!important;
    *display:inline!important;
    /* this fix is needed for IE7- */
}

.inner-color {
	cursor: pointer;
	width: 40px;
	height: 40px;
}

.selected-color {
	cursor: pointer;
	width: 40px!important;
	height: 40px!important;
	position: relative;
}

.color-image {
	background-size: 100% auto!important;
}

.selected-color:before {
	border: solid 1px #000;
	background-color: rgba(255, 255, 255, .2);
	content: "";
	top: -4px;
	left: -4px;
	bottom: 0px;	
	right: 0px;
	width: 48px;
	height: 48px;
	position: absolute;
}