

/* box principal */
div.jsmenu_color {
	border: 1px solid black;
	width: 211px;
	height: 145px;
	background-color: #e3e3e3;
}

/* box interno */
div.jsmenu_color .jsmenu_color_container {
	position: relative;
	width: 211px;
	height: 145px;
	border: none;
}

/* box superior com cor atual */
div.jsmenu_color .jsmenu_color_value {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 50px;
	height: 17px;
	border: 1px solid black;
}
/* box superior com valor da cor por extenso */
div.jsmenu_color .jsmenu_color_label {
	position: absolute;
	top: 4px;
	left: 100px;
	width: 50px;
	height: 17px;
	font-size: 12px;
}


/* box com todas as cores juntas */
div.jsmenu_color .jsmenu_color_box {
	position: absolute;
	top: 23px;
	left: 0px;
	width: 210px;
	height: 120px;
	border-top: 1px solid black;
	border-bottom: none;
	border-left: none;
	border-right: none;
	overflow: hidden;
}

/* mini box com valores */
div.jsmenu_color .jsmenu_opt {
	width: 9px;
	height: 9px;
	border: none;
	position: absolute;
	display: block;
	border: 1px solid black;
	z-index: 1;
}
div.jsmenu_color .jsmenu_opt:hover {border: 1px solid white; z-index: 2;}






