/* Widget */
.hyc_color { 
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 35px;
	height: 35px;
	margin: 2px 10px 7px 0;
	display: block;
	float: left; 
	border-style: solid;
	border-width: 2px;
}
.hyc_color:hover { border-color: #000 !important; }

.hyc_color-entry { display: inline-block; float: none; margin: 0 3px; width: 10px; height: 10px; border-width: 1px !important; }

.clear { clear: left; }