
#control-panel{
	position: fixed; 
	left: 0px;
	top: 90px; 
	width: 284px;
	left:-279px;
	z-index: 9000;
	font-family: "Myriad Pro"!important;
	
}	

#control-panel label {
	float: left;
	clear: left;
	width: 140px;
	display: block;
	height: 26px;
	line-height: normal;
	font-size: 14px;
}

#control-panel h3 {
	clear: both;
	color: #FFF;
	font-size: 17px;
}

#control-panel .colorSelector {
	float: left;
	clear: left;
	margin: 5px 3px;
}

	#panel-t{
		height:8px;
		background: url(img/panel-t.png) -16px top no-repeat;
	}
	#panel-main{
		background: url(img/panel-bg.png) -16px top repeat-y;
		padding: 8px 0 15px 10px;
	}
	#panel-b{
		height:9px;
		background: url(img/panel-b.png) no-repeat;
	}
		#panel-close{
			height:45px;
			width: 35px;
			background: url(img/control-close-2.png) no-repeat;
			position: absolute; 
			top: 26px; 
			right: -30px
		}
		#panel-close.control-open{
			background: url(img/control-close.png) no-repeat;
		}
		.panel-title{
			font-size:14px;
			line-height: 23px;
			color:#060606;
			font-family: "Myriad Pro"!important;
			margin-bottom: 11px;
			font-weight: normal;
		}
		.bg-pattern{
			overflow: hidden;
			margin-bottom: 8px;
			clear: both;
			
		}
		.bg-pattern a{
			display: block;
			float: left;
			margin: 0 13px 8px 0;
			border: 1px solid #9ca4a9;
			width:28px;
			height: 27px;
			border: 2px solid #FFF;
		}
		.bg-pattern a.active{ border: 2px solid #000; }
		.bg-pattern a img{
			display: block;
		}
		#panel-bg1{
			background: url(img/bg1.png) no-repeat;
		}
		#panel-bg2{
			background: url(img/bg2.png) no-repeat;
		}
		#panel-bg3{
			background: url(img/bg3.png) no-repeat;
		}
		#panel-bg4{
			background: url(img/bg4.png) no-repeat;
		}
		#color1{
			background: #060606;
		}
		#color2{
			background: #eb2629;
		}
		#color3{
			background: #1075d9;
		}
		#color4{
			background: #f5e640;
		}
		.panel-btn{
			display:block;
			width:79px;
			height:23px;
			font-size: 10px;
			text-decoration: none;
			color:#060606;
			background: url(img/panel-btn.png) no-repeat;
			text-align: center;
			line-height: 23px;
			margin: 0 0 9px 0;
			float: left;
		}
		.panel-reset{
			display:block;
			width:83px;
			height:25px;
			font-size: 10px;
			text-decoration: none;
			color:#060606;
			background: url(img/panel-reset.png) no-repeat;
			text-align: center;
			line-height: 25px;
			margin: 20px 0 0 0;
			
			
		}
		.panel-btn:hover{
			text-decoration: none;
		}
		.panel-clear{
			clear: both;
		}
		.panel-wrap{
			overflow: hidden;
			margin-bottom: 8px;
		}
		#control-panel select{
	    color: black;
	    font-size: 12px;
	    height: 21px;
	    width: 113px;	  
	    float: left;  
		}
		#control-panel .select-title{
			width:45px;
			margin: 0 5px 0 0;
			float: left;
			height: 21px;
			line-height: 21px;
			font-size: 12px;
			color: #333;
		}
		#control-panel .panel-select{
			overflow: hidden;
			margin-bottom: 10px;
			
		}
		#control-panel .select-wrap{
			float: left;
			position: relative;
			
		}
/*Select Box*/

/* Drop down styles*/
#control-panel div.selectbox-wrapper {
  position:absolute;
  min-width:111px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  margin-top:-18px;
  margin-left: 2px;
  padding:0px;
  text-align:left;
  max-height:200px;
  overflow:auto;
  z-index: 999;
 	color: black;
}

/*Drop down list styles*/
#control-panel div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
#control-panel div.selectbox-wrapper ul li.selected {
  background-color: #EAF2FB;
}

/* Hover state for dropdown list */
#control-panel div.selectbox-wrapper ul li.current {
  background-color: #CDD8E4;
}

/* Drop down list items style*/
#control-panel div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

/* Look and feel of select box */
#control-panel .selectbox
{
  font-family:Arial;
  font-size:12px;/* Resize Font*/
  width : 80px; /* Resize Width */
  height: 21px;
  padding: 0 25px 0 8px;
  line-height: 21px;
  display : block;
  text-align:left;
  background: url('img/panel-select.png');
  cursor: pointer;
  color:black;
  border: none;
}

.panel-texture {
	background-color: #FFF;
}