@charset "utf-8";
/* CSS Document */


/***  F O R M S  ***/

#sellroCp {
	display: none;
  z-index: 610;
  position: fixed;
  top: 30px;
  left: 0;
  width: 220px;
  height: 535px;
  /*padding: 80px 10px 10px 10px;*/
  padding: 0 10px 10px 10px;
  background: #2d2d2d url(../images/cp/panel_bgr.png) no-repeat top center;
  background: #2d2d2d url(../images/cp/panel_bgr.jpg) no-repeat top center;
  border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#sellroCp_title {
  line-height:40px;
  height:40px;
  color: #fff;
  display:inline-block;
}
#sellroCp_open {
  z-index: 100;
  position: fixed;
  top: 30px;
  left: 0;
  display: none;
  border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
}
#sellroCp_open a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  background:#2d2d2d  url(../images/brush.png) no-repeat center;
}
#sellroCp_close {
  float:right;
  width: 22px;
  height: 22px;
  display: block;
  background:url(../images/x_close.png) no-repeat;
  margin-top:8px;
}
#sellroCp_close:hover {
  background-position: center bottom;
}
#sellroCp_wrapper {
  width: 220px;
  height: 480px;
  background-color: #fff;
}
#sellroCp h3 {
  margin: 0;
  padding: 5px 10px;
  font-weight: bold;
  line-height:normal;
}
#sellroCp .s_panel_section {
  ~overflow: hidden;
  position: relative;
  padding: 10px;
  background: url(../images/cp/panel_section.png) no-repeat center top;
  /* temp 
  height: 448px;*/
}
#sellroCp form {
  position: relative;
  height: 535px;
}
#sellroCp .s_cp_row {
  padding: 3px 0;
}
#sellroCp .s_cp_row:first-child,
#sellroCp .s_cp_row:first-child label
{
  padding-top: 0 !important;
}
#sellroCp label {
  float: left;
  padding: 4px 0;
  line-height: 14px;
  color: #000;
  font-size: 11px;
  width:auto;
  text-align:inherit;
}

#sellroCp .clearfix {
  margin-bottom: 0;
  zoom: 1;
}
#sellroCp strong {
  font-weight: bold;
}
#sellroCp select,
#sellroCp input[type=text]
{
  float: left;
  margin-right: 5px;
  line-height: 20px;
  color: #666;
  font-size: 11px;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#sellroCp input[type=text] {
  height: 18px;
  padding: 1px 3px;
}
#sellroCp select {
  width: 100%;
  padding: 3px;
  height: 24px;
}
#sellroCp .s_color {
  float: right !important;
}
#sellroCp .colorSelector {
  float: right;
}
#sellroCp select:hover,
#sellroCp select:focus,
#sellroCp input[type=text]:hover,
#sellroCp input[type=text]:focus
{
  color: #000;
  background-color: #fffbe5;
  border-color: #928641 #d7cd94 #d7cd94 #aea368;
}
.colorpicker {
  z-index: 1001;
  margin-top: -55px;
  position: fixed !important;
}