div.selectbox-wrapper {
	position: absolute;
	top: 23px;
	left: 0;
	width:84px;
	background-color: white;
	border: 1px solid #1f1d19;
	padding: 0px;
	text-align: left;
	max-height: 200px;
	overflow: auto;
	font-size: 8pt;
	z-index: auto;
	float: left;
}

div.selectbox-wrapper ul {
	list-style-type: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.selectbox-wrapper ul li.selected { 
  background: #635f58;
  color: #1f1d19;
}

div.selectbox-wrapper ul li.current { 
  background: #635f58;
  color: #1f1d19;
}

div.selectbox-wrapper ul li {
	list-style: none;
	list-style-type: none;
	line-height: 16px;
	background-color: #46433e;
	border-top: 1px solid #1f1d19;
	display: block;
	color: #929282;
	padding: 3px 0 3px 5px;
	cursor: pointer;
}

.overlay 
{
	position: relative; 
	z-index: 23;
}

.qtyselect 
{
	position: relative; 
	z-index: 23;
	float: left;
}

.qty
{
	width: 70px; 
	float: left;
}

.custom-select-container
{
	position: relative;
	float: left;
}
.custom-select
{
	background: url(../../gr_bg_custom-select.gif) 0 0 no-repeat;
	padding:5px 0 0 8px;
	height: 19px;
}
.qtyselect .custom-select
{
	background: url(../../gr_bg_custom-select01.gif) 0 0 no-repeat;
	padding: 3px 0 0 4px;
	height: 17px;
}

.qtyselect .selectbox /* look&feel of  select box*/
{
  margin: 0 !important;
  /*font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;*/
  display : block;
  text-align:left; 
  line-height: 1em !important;
  cursor: pointer;
  border: none !important;
  color: #929282;
  background: transparent;
  padding: 0 !important;
  width: 60px !important;
  height: 1em !important;
}

.selectbox /* look&feel of  select box*/
{
  margin: 0 !important;
  /*font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;*/
  display : block;
  text-align:left; 
  line-height: 1em !important;
  cursor: pointer;
  border: none !important;
  color: #929282;
  background: transparent;
  padding: 0 !important;
  width: 78px !important;
  height: 1em !important;
}
.box01 .field01 input.selectbox {
	background: none;	
}
div.selectbox-wrapper ul li.custom-select_first
{
	display: none;
}

.custom-select-container02 .custom-select
{
	background: url(../../gr_bg_custom-select03.gif) 0 0 no-repeat;
	width: 108px;
}
	.custom-select-container02 .custom-select .selectbox
	{
		width: 108px !important;
		color: #c2343e;
	}
	.custom-select-container02 div.selectbox-wrapper
	{
		width: 114px;
	}
