.n2Select{
	font:normal 12px "Trebuchet MS", Arial, sans-serif;
	color:#5d5d5d;
}
#id_ship_state{
	height:23px;
}
a:link.n2Select-anchor, a:visited.n2Select-anchor{
	position:absolute;
	overflow:hidden;
	width:167px;
	padding:1px 106px 1px 10px;
	border:none;
	color:#000;
	text-decoration:none;
	background:url(n2Select/bg-closed.gif) no-repeat left center;
	font:normal 12px/23px "Trebuchet MS", Arial, sans-serif;
	color:#5d5d5d;
	/*outline:none;*/
}
a:hover.n2Select-anchor, a:active.n2Select-anchor, a:focus.n2Select-anchor{
	text-decoration:none;
	background:url(n2Select/bg-open.gif) no-repeat left center;
	/*outline:none;*/
}
.n2Select-list{
	position:absolute;
	margin:0;
	padding:0;
  overflow: hidden;
	overflow-y:auto;
	z-index:500;
	font:normal 12px/12px "Trebuchet MS", Arial, sans-serif;
}
.n2Select-even{
}
.n2Select-odd{
}
.n2Select-group{
	font-weight:bold;
	font-style:italic;
	padding:0 8px;
	color:#000;
	cursor:default;
	/* more style for select groups */
	background-image:url(n2Select/item2.gif);
	background-repeat:no-repeat;
	background-position:3px 8px;
	padding-left:14px;
	font:italic 14px/20px "Trebuchet MS", Arial, sans-serif;
}
.n2Select-item{
	color:#5d5d5d;
	padding:0;
	margin:0;
	height:12px;
	cursor:pointer;
	z-index:500;
	/* more style for select options */
	background-image:url(n2Select/bg-option.gif);
	background-repeat:repeat-y;
	padding-left:10px;
	width:163px;
	font:normal 12px/12px "Trebuchet MS", Arial, sans-serif;
}
.n2Select-sub{
	padding:0 8px 0 16px;
	color:red;
	cursor:pointer;
	/* more style for select options */
	background-image:url(n2Select/item3.gif);
	background-repeat:no-repeat;
	background-position:8px 4px;
	padding-left:22px;
}
.disabled .n2Select, .n2Select-disabled{
	/*background-image:none;*/
	color:#ccc;
	cursor:default;
}
.n2Select-selected{
	background-color:#4096EE;
	color:#5d5d5d;
	text-decoration:underline;
}
.n2Select-first{
	background-image:url(n2Select/bg-first.gif);	
}
.n2Select-last{
	background-image:url(n2Select/bg-last.gif);	
}

.frame.closed .n2Select-list,
.frame.closed .n2Select-anchor { display: none; }

.field-holder.state { z-index: 500; }