.color-picker {
	background: #f7f7f7;
	height: auto;
	position: fixed;
	right: -160px;
	top: 150px;
	width: 160px;
	z-index: 250;
}
	.color-picker div {
	cursor: pointer;
	float: left;
	height: 30px;
	margin: 5px;
	width: 90px;
	-moz-transition: top 0.2s linear;
	-webkit-transition: top 0.2s linear;
	-o-transition: top 0.2s linear;
	-ms-transition: top 0.2s linear;
	transition: top 0.2s linear;
	}
	.color-picker .picker-btn {
	border: medium none;
	cursor: pointer;
	left: -45px;
	padding: 5px;
	position: absolute;
	top: 45px;
	width: 40px;
	height: 120px;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	color: #0d0d0d;
	background-image: url(../images/icons/circulo_44.png);
	background-repeat: no-repeat;
	}
	.color-picker .pickerTitle {
		background: #0d0d0d;
		border: medium none;
		color: #fff;
		cursor: auto;
		float: none;
		line-height: 30px;
		margin: 0;
		padding: 10px 5px;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
		height: 50px;
	}
	.black .color-picker .pickerTitle {
		background: #000;
	}
	.color-picker .pwrapper {
		height: auto;
		padding: 15px 20px 25px;
		width: 160px;
	}
	.color-picker .pickersubTitle {
		border-bottom: 1px solid #EDEDED;
		border-top: 1px solid #EDEDED;
		clear: both;
		color: #7F7F7F;
		cursor: auto;
		float: none;
		font-size: 12px;
		height: auto;
		margin: 0 5px;
		padding: 10px 5px;
		text-align: center;
		text-transform: uppercase;
		width: auto;
	}
	.color-picker div.nopick {
		height: 0;
		width: 0;
	}
	.color-picker .picker-pink {
	    background: #ffca78;
	}
	.color-picker .picker-turquoise {
	    background: #9cfffe;
	}
	.color-picker .picker-yellow {
	    background: #fff89d;
	}
	.color-picker .picker-red {
	    background: #ff907f;
	}
	.color-picker .picker-green {
	    background: #89cc93;
	}
	.color-picker .picker-purple {
	    background: #bfbdff;
	}

	.color-picker .picker-blue {
	    background: #53a1cc;
	}
	.color-picker .picker-lightgreen {
	    background: #a1cc69;
	}
	.color-picker .picker-lightred {
	    background: #e4ba8f;
	}

	.color-picker .picker-black {
	    background: #000;
	}
	.color-picker .picker-white {
	    background: #fff;
	    border: 1px solid #ccc;
	}
