.embrulhos .selectbox, .doacoes .selectbox { width: 136px; }
#omg, #opcional { width: 135px; }
.embrulhos, .doacoes { height: 25px; position: absolute; left: 0px; }

.selectbox_ano{
	width:50px;
	height:18px;
	border: none;
	cursor:pointer;
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	z-index:1;
	float:left;
	margin-bottom:7px;
}
.selectbox_ano .input_ano{
}
.selectbox {
	background:#460318;
	width:164px;
	height:18px;
	border: none;
	cursor:pointer;
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	z-index:1;
	float:left;
	margin-bottom:7px;
}
.inputs {
	float:left;
	font-size:	10px;
	position:absolute;
	cursor:pointer;
	padding-left:10px;
	padding-right:17px;
	
	width:109px;
	border: 0px none #FFFFFF;
	background-image: url(/temas/default/imagens/btn_selectbox.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height:16px;

}

.inputs2 {
width:109px;
	height:15px;
	border: 1px solid #D5D5D5;
	float:left;
	font-size:	10px;
	
	padding-left:10px;
	padding-right:17px;
	
	
	
	
}

.options {
	
	visibility:hidden;
	background-color:	#460318;
	overflow-x:	hidden;
	overflow-y:	hidden;
	width:164px;
	margin-top:19px;
	
	position:absolute;
	font-size: 11px;
	z-index:5;
	border: 1px solid #D5D5D5;
	margin-left:0px;
	padding-left: 0px;
	padding-top:0px;
	border:1px solid #000;
	
	
}

.options ul {
width:	100%;
margin-left:0px;
margin-bottom:0px;
margin-top:0px;


	padding-left: 0px;
	list-style:none;
}



.options  ul  li  a {
	display:block;
	width:	100%;
	padding-top:1px;
	padding-bottom:2px;
	padding-left: 10px;
	text-decoration:none;
	color: #fff;
}

.options  ul  li  a:link {
	display:block;
	width:	100%;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 10px;
	text-decoration:none;
	color: #fff;
}
.options ul li a:visited {
	display:block;
	width:	100%;
	padding-left: 10px;
	text-decoration:none;
	color:#fff;
}
.options ul li a:hover {
	display:block;
	width:	100%;
	padding-left: 10px;
	margin:0px;
	background-color: #460318;
	text-decoration:underline;;
	color:#fff;
}
.options ul li a:focus {
	display:block;
	width:	100%;
	padding-left: 10px;
	margin:0px;
	background-color: #460318;
	color:#fff;
}

/* loja confirmar.php */
.selectbox_entrega{
	position: relative;
	float: left;
	width: 178px; 
	height: 24px; 
}
.selectbox_entrega input{
  width: 150px;
  background:url(/temas/default/imagens/btn_selectbox.jpg) no-repeat right #460318;
}
.selectbox_entrega #selectNamepagamento {
  width: 158px;
  top: 0;
  left: 0;
}
.selectbox_entrega .options { margin: 21px 0 0 -1px; width: 177px; }


.selectbox_expedicao{
	left:115px;
	position:relative;
	top:-20px;
	clear: both;
	width:178px;
	height: 24px;
}
.selectbox_expedicao input{
  width: 150px;
  background:url(/temas/default/imagens/btn_selectbox.jpg) no-repeat right #460318;
}
.selectbox_expedicao #selectNamepagamento {
  width: 158px;
  top: 0;
  left: 0;
}
.selectbox_expedicao .options { margin: 21px 0 0 -1px; width: 177px; }
