/* V 2.0 ********************************************************************************* */
/* ---------------------------------------------------------------style 1---------------------------------------------------------*/
/*Selects*/
.NFSelect_1 { height:22px; position:absolute; background:url(../imageset/ro/searchbox/box_middle.gif); }
.NFSelectLeft_1 { float:left; width:11px; height:22px; background:url(../imageset/ro/searchbox/box_left.gif) no-repeat 0 0; vertical-align:middle; }
.NFSelectRight_1 { height:22px; width:auto; background:url(../imageset/ro/searchbox/box_right_sel.gif) no-repeat 100% 0; cursor:pointer; color:#666666; margin: 0px 0px 0px 3px;  padding: 4px 0px 0px 3px; font-size: 8pt; }

.NFSelectTarget_1 { position:absolute; background:none; margin: 20px 0px 0px 8px; padding: 1px 1px 0px 1px; left:0; top:0; z-index:3; border: 1px solid #cdcdcd; background:#ffffff; }
.NFSelectOptions_1 { position:relative; list-style:none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; color:#ffffff; font-size: 8pt; z-index:4; max-height:200px; overflow-y:auto; overflow-x:hidden; left:0; top:0; background:#ffffff; }
.NFSelectOptions_1 li { padding-bottom:1px; }
.NFSelectOptions_1 a { display:block; text-decoration:none; color:#666666; padding:2px 3px 2px 3px; background:none; }
.NFSelectOptions_1 a.NFOptionActive_1 { color:#ffffff; background:#cf192a; }
.NFSelectOptions_1 a:hover { color:#ffffff; background:#2a4876; }

/*Hidden*/
.NFhidden_1 { opacity:0; z-index:-1; position:relative; }


/* ---------------------------------------------------------------style 2---------------------------------------------------------*/
/*Selects*/
.NFSelect_2 { height:20px; position:absolute; background:url(../imageset/ro/dropdownbox/box_middle.gif); text-align: left; }
.NFSelectLeft_2 { float:left; width:5px; height:20px; background:url(../imageset/ro/dropdownbox/box_left.gif) no-repeat 0 0; vertical-align:middle; }
.NFSelectRight_2 { height:20px; width:auto; background:url(../imageset/ro/dropdownbox/box_right_sel.gif) no-repeat 100% 0; cursor:pointer; color:#000000; margin: 0px 0px 0px 3px; padding: 3px 0px 0px 3px; font-size: 8pt; }

.NFSelect_over_2 { height:20px; position:absolute; background:url(../imageset/ro/dropdownbox/box_middle_over.gif); text-align: left; }
.NFSelectLeft_over_2 { float:left; width:5px; height:20px; background:url(../imageset/ro/dropdownbox/box_left_over.gif) no-repeat 0 0; vertical-align:middle; }
.NFSelectRight_over_2 { height:20px; width:auto; background:url(../imageset/ro/dropdownbox/box_right_sel_over.gif) no-repeat 100% 0; cursor:pointer; color:#000000; margin: 0px 0px 0px 3px; padding: 3px 0px 0px 3px; font-size: 8pt; }

.NFSelectTarget_2 { position:absolute; margin: 19px 0px 0px 5px; z-index:3; left:0; top:0; padding: 1px 1px 0px 1px; border: 1px solid #cdcdcd; background:#ffffff; }
.NFSelectOptions_2 { position:relative; list-style:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; color:#ffffff; font-size: 8pt; z-index:4; max-height:200px; overflow-y:auto; overflow-x:hidden; left:0; top:0; background:#ffffff; }
.NFSelectOptions_2 li { padding-bottom:1px; }
.NFSelectOptions_2 a { display:block; text-decoration:none; color:#666666; padding:2px 3px 2px 3px; background:none; }
.NFSelectOptions_2 a.NFOptionActive_2 { color:#ffffff; background:#cf192a; }
.NFSelectOptions_2 a:hover { color:#ffffff; background:#2a4876; }

/*Hidden*/
.NFhidden_2 { opacity:0; z-index:-1; position:relative; }














/* V 1.0 ********************************************************************************* */
/*Selects*/
.selectArea {
	height:21px;
	background:url(../imageset/ro/searchbox/box_middle.gif) repeat-x left top;
}
.selectArea .left {
	width:11px;
	height:21px;
	float:left;
	background:url(../imageset/ro/searchbox/box_left.gif) no-repeat left top;
}
.selectArea .right {
	width:11px;
	height:21px;
	float:right;
	background:url(../imageset/ro/searchbox/box_right_sel.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
        font: Arial;
        font-size: 8pt;
	color:#666666;
	padding-top:4px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
        position:absolute;
	margin-top:1px;
	margin-left:9px;
	background:#ffffff;
	padding-top:1px;
	padding-bottom:1px;
	font-size:11px;
        z-index:201;
}
.optionsDivInvisible {display:none; }
.optionsDivVisible {display:block; }
.optionsDivVisible p {
	margin:0;
	padding:0;

}
.optionsDivVisible a {
        width: 39px;
	color:#666666;
	text-decoration:none;
	display:block;
	padding:2px 3px;
	background:none;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#2a4876;

}
















