/* Royal Selectbox*/

/* Default RS styles */
.royal_selectbox {
   position:relative;
   z-index:9999;
   color:#12397b;
}
.rs_field {
	background-color:#FFF;
   position:relative;
   border: 1px #cdd5e3 solid;
}
.rs_field_active {
	background-color:#FFF;
}

.notsograyMorelikeblue {
	border-color: #12397b !important;
}

.rs_label {
   display:block;
   padding:2px 0px 0px 6px !important;
   cursor:pointer;
   float:none !important;
   color:12397b !important;
   width:auto !important;
   overflow:hidden;
   font-weight:bold;
   white-space:nowrap;
}
.rs_arrow {
   position:absolute;
   top:0;
   right:0;
   background:url('../gfx/royalselect_arrow.gif') no-repeat;
   width:21px;
   height:22px;
   cursor:pointer;
}
.rs_arrow_active {
   background:url('../gfx/royalselect_arrow_active.gif');
}
.rs_options {
   position:absolute;
   top:22px;
   left:0;
   display:none;
   width:100%;
   background:#ffffff;
   border: 1px #cdd5e3 solid;
}
.rs_options a {
   display:block;
   padding:3px 7px 3px 11px;
   text-decoration:none;
   font-weight:bold;
   color:black;
}
.rs_options a:hover {
   background:#12397b;
   color:white;
}

/* Exception RS styles */

#royalselect_selectsite .rs_label {
   width:121px !important;
}