/** 
  */
.colorpicker {
	-webkit-box-shadow: 0 0 8px gray;
	-khtml-box-shadow: 0 0 8px gray;
	-moz-box-shadow: 0 0 8px gray;
	-ms-box-shadow: 0 0 8px gray;
	-o-box-shadow: 0 0 8px gray;
	box-shadow: 0 0 8px gray;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	float: left;
	background-color: rgba(192, 192, 192, 0.75);
	border: 1px solid gray;
	font-size: 12px;
	z-index: 1000;
}

.colorPicker-clear {
	float: clear;
}

.colorpicker-wrapper {
	display: inline-block;
	width: auto;
	float: left;
	padding: 3px;
	color: DimGray;
}

.colorpicker-colors {
	cursor: crosshair;
	position: relative;
	background-image: url('../../img/c1.png');
	background-repeat: no-repeat;
	width: 98px;
	height: 98px;
}

.colorpicker-colors-marker {
	position: absolute;
	background-image: url('../../img/c1-marker.png');
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
}

.colorpicker-intensity {
	cursor: row-resize;
	position: relative;
	background-image: url('../../img/c2.png');
	background-repeat: no-repeat;
	width: 14px;
	height: 97px;
}

.colorpicker-intensity-marker {
	position: absolute;
	left: -3px;
	background-image: url('../../img/c2-marker.png');
	background-repeat: no-repeat;
	width: 20px;
	height: 11px;
}

.colorpicker-span {
	display: inline-block;
	width: 12px;
	text-align: center;
}

.colorpicker-input {
	width: 34px;
	margin: 0 0 0 3px;
	padding: 0;
	border: 0;
	color: gray;
	text-align: center;
	vertical-align: baseline;
	font-size: 12px;
}

.colorpicker-variation {
	position: relative;
}

.colorpicker-var {
	width: 24px;
	height: 14px;
	cursor: pointer;
}

.colorpicker-variation-marker {
	position: absolute;
	left: -2px;
	background-image: url('../../img/c3-marker.png');
	background-repeat: no-repeat;
	width: 28px;
	height: 18px;
	cursor: pointer;
}

.colorpicker-selection {
	display: inline-block;
	width: 148px;
	height: 16px;
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
	cursor: pointer;
}

.colorpicker-selection:hover {
	font-weight: bold;
}

.colorpicker-selection:active {
	-webkit-user-opacity: 0.5;
	-moz-user-opacity: 0.5;
	-ms-user-opacity: 0.5;
	-o-user-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
