/* Royal Selectbox*/

/* Default RS styles */
.royal_selectbox {
   position:relative;
   z-index:1;
}
.rs_field {
   background:url('../gfx/royalselect_field.gif') no-repeat;
   position:relative;
}
.rs_field_active {
   background-image:url('../gfx/royalselect_field_active.gif');
}

.rs_label {
   display:block;
   padding:2px 32px 1px 6px !important;
   cursor:pointer;
   float:none !important;
   color:black !important;
   width:auto !important;
   overflow:hidden;
   white-space:nowrap;
}
.rs_arrow {
   position:absolute;
   top:0;
   right:0;
   background:url('../gfx/royalselect_arrow.gif') no-repeat;
   width:26px;
   height:17px;
   cursor:pointer;
}
.rs_arrow_active {
   background-image:url('../gfx/royalselect_arrow_active.gif');
}
.rs_options {
   position:absolute;
   top:18px;
   left:0;
   display:none;
   width:100%;
   background:#dfdfdf;
}
.rs_options a {
   display:block;
   padding:3px 7px 3px 11px;
   text-decoration:none;
   color:black;
}
.rs_options a:hover {
   background:#393939;
   color:white;
}

/* Exception RS styles */

#royalselect_selectsite .rs_label {
   width:150px !important;
}