/***
 *  - mooRainbow: defaultCSS
 * author: w00fz <w00fzIT@gmail.com>
 */

#mooRainbow { font-size: 11px; color: #000; }

.moor-box {
	width: 262px;
	height: 166px;
	color: #FFF;
	font-size: 90%;
	background: url(../images/rainbow/box.png) no-repeat 0 0;
}
.moor-overlayBox {
	width: 135px; /* Width and Height of the overlay must be setted here: default 256x256 */
	height: 135px; 
	margin-top: 15px; 
	margin-left: 15px;
	border: 1px solid #000;
}
.moor-slider {
	cursor: pointer;
	border: 1px solid #000;
	margin-top: 15px; 
	margin-left: 165px;
	width: 10px; /* if you want a bigger or smaller slider... */
	height: 135px;
}
.moor-colorBox {
	border: 1px solid #000; 
	width: 50px; 
	height: 20px; 
	margin-top: 15px;
	margin-left: 195px;
}
.moor-currentColor { /* Bottom Box Color, the backup one */
	margin-top: 16px; 
	margin-left: 221px; 
	width: 25px; 
	height: 20px;
}
.moor-okButton {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	margin-top: 160px;
	margin-left: 15px;
	color: #FFF;
	height: 22px;
	line-height: 22px;
	border: 1px solid #d6d6d6;
	background: #000;
	border-left-color: #f5f5f5;
	border-top-color: #f5f5f5;
}
#mooRainbow label {
	font-family: mono;
}
/* Following are just <label> */
.moor-rLabel {
	margin-top: 42px;
	margin-left: 195px;
}
.moor-gLabel {
	margin-top: 67px;
	margin-left: 195px;
}
.moor-bLabel {
	margin-top: 93px;
	margin-left: 195px;
}
.moor-HueLabel {
	display: none;
	margin-top: 190px;
	margin-left: 315px;
}
span.moor-ballino { /* Style hue ° (degree) !! */
	display: none;
	margin-top: 190px;
	margin-left: 370px;
}
.moor-SatuLabel {
	display: none;
	margin-top: 215px;
	margin-left: 315px;
}
.moor-BrighLabel {
	display: none;
	margin-top: 240px;
	margin-left: 315px;
}
.moor-hexLabel {
	width: 55px;
	margin-top: 110px;
	margin-left: 195px;
}

/* <input> */
.moor-rInput, .moor-gInput, .moor-bInput, .moor-HueInput, .moor-SatuInput, .moor-BrighInput { 
	margin: 0 0 0 7px;
	width: 30px;
}
.moor-hexInput {
	width: 50px;
}
.moor-cursor {
	background-image: url(../images/rainbow/moor_cursor.gif); 
	width: 12px;
	height: 12px;
}
.moor-arrows {
	top: 9px; 
	left: 157px;
	width: 28px;
	height: 9px;
	cursor: pointer;
	background-image: url(../images/rainbow/moor_arrows.gif);
}
.moor-chooseColor { /* Top Box Color, the choosen one */
	margin-top: 16px; 
	margin-left: 196px; 
	width: 25px; 
	height: 20px;
}

#option_btn {
	cursor: pointer;
	left: 0;
	position: fixed;
	top: 130px;
	z-index: 999;
   
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #7e7e7e;
	box-shadow: 0 0 5px #7e7e7e;
	background: #fff;
}
#option_btn span,
.rb-normal span {
	margin: 0 0 0 -5px;
	width: 45px;
	height: 40px;
	display: block;
    cursor: pointer;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	background: url(../images/rainbow/cog.png) no-repeat 14px 10px #fff;
}
#option_btn:hover span,#option_btn.rb-actived span {
	background: url(../images/rainbow/cog.png) no-repeat 14px -30px #fff;
}
#option_wrapper {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	-webkit-box-shadow: 0 0 5px #7E7E7E;
	-moz-box-shadow: 0 0 5px #7E7E7E;
	box-shadow: 0 0 5px #7E7E7E;
	background: #fff;
	color: #000;
	    font-size: 90%;
	left: -140px;
	padding: 10px 0;
	position: fixed;
	top: 110px;
	width: 160px;
	z-index: 999;
   
}
#option_wrapper .inner {
	margin: 0 10px;
	padding: 0;
}
.moor-box input {
	border: solid 1px #000;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.rb-items {
	margin: 20px 0 10px;
	width: 100%;
	overflow: hidden;
}

.rb-item {
	width: 22px;
	height: 22px;
	float: right;
	cursor: pointer;
	position: relative;
	background: url(../images/rainbow/swtich.png) no-repeat 0 0;
}
#select_color_bd input.rb-color {
    height: 16px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 16px;
    box-shadow: 0;
    border-radius:0;
	cursor: pointer;
	line-height: 21px;
	text-indent: -999em;
	border: none;
	background: url(../images/rainbow/swtich.png) no-repeat -3px -3px;
}
.rb-item:hover {
	background-position: -22px 0;
}
.pt-select {
	width: 90px;
	border: none;
	text-indent: -9999em;
	background-color: #1E1E1E;
}
.pt-select option {
	height: 25px;
	text-indent: -9999em;
	border-bottom: solid 1px #474747;
}
.pt-select option:hover {
	cursor: pointer;
}
.pattern-select {
	display: none;
}
.pattern-active {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-color: #000;
}
.pattern-popup {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
.lady_item {
	margin: 0 5px 5px 0;
	cursor: pointer;
	float: left;
	width: 30px;
	height: 30px;
	
	background-color: #ddd;
	box-shadow: inset 0 0 2px #444;
}
.lady_item:hover{
	box-shadow: inset 0 0 4px #444;
}
.rb-title{font-size:12px;font-weight:bold;font-size:11px;color:#333;}
.rb-reset {
	cursor: pointer;
	padding: 4px 8px;
	color: #454545;
	background: #D5D5D5;
	border: solid 1px #9A9A9A;
}
.rb-reset:hover {
	border: solid 1px #000;
}
.grouptitle {
	font-weight: bold;
}