div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px 0 0 10px;
  padding:0px;
  overflow: auto;
  font-size: 80%;
  z-index: 1000;
}
div.selectbox-wrapper ul {
	position: relative;
	list-style-type:none;
	margin:0;
	padding:0px;
   z-index: 1000;
}
div.selectbox-wrapper ul li.selected { 
	font-weight: bold;
}
div.selectbox-wrapper ul li.current { 
}
div.selectbox-wrapper ul li {
	position: relative;
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px 2px 4px 2px;
	cursor:pointer;
	border-bottom: 1px dashed #f0f0f0;
	z-index: 1000;
	}
	div.selectbox-wrapper ul li#marketfilter_input_0 {
		color: #aaa;
	}
	div.selectbox-wrapper ul li:hover, div.selectbox-wrapper ul .current  {
		/*padding-left: 9px !important;*/
		border-right: 5px solid #0680A2 !important;
		color: #0680A2;
		}
		div.selectbox-wrapper ul li#marketfilter_input_0:hover {
			padding-left: 2px !important;
			border-right: 5px solid #fff;
		}

.selectbox
{
	color: #aaa;
	font-size: 80%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-left: 1.0em;
	width: 157px;
	height: 19px;
	border: 0 !important;
	padding: 2px 0 0 5px;
	display : block;
	background: url('../images/structural/bg_select.gif') right;
	cursor: pointer;
}

select {
	background: url('../images/structural/bg_select.gif') right;
}

#billing_country_input.selectbox {
	margin-left: 0 !important;
}

#billing_country_container {
	margin-left: 0 !important;
	}
	#billing_country_container li {
		/*padding-left: 9px;	*/
		background: none;
	}	
