/*
form br
{
	clear:both;
}*/
/*** Selectboxes in detail preview ***/
#wrapper {
	position:relative;
	top:0px;
	right:15px;
	width:141px;
	height:22px;
	margin:0px;
	float:right;
}

#wrapper .around_input {	
	/* for ie6 */
	position:absolute;
	/* end for ie6 */
	top:0px;
	left:0px;
	width:151px;
	height:31px;
	margin:0px;		
	background: url('../../img/select_fancy.gif');
	 /*	z-index:1;*/
}

#wrapper .combo {
	display: block;
	position:absolute;
	width: 141px;
	height:21px; 
	left:0px;
	top:4px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:#666666;
	text-align:left;
	line-height:20px;	
	padding:2px 0px 0px 10px;
	padding:0px 0px 2px 10px !ie;
	background-image:url(../../img/select_pd_inner.jpg);
	background-repeat: no-repeat;	
	cursor: pointer;
	border:0px;
	 /*	z-index:1;*/
}

/*** Selectbox in cart***/
#wrapper_cart {
	position:relative;		
	margin:0px;
	width:190px;
	height:19px;
	float:left;
}
#wrapper_cart .around_input {	
	/* for ie6 */
	position:absolute;
	/* end for ie6 */
	top:0px;
	left:0px;
	width:200px;
	height:28px;
	margin:0px;		
	background-image: url('../../img/select_cart.png') !important;
	background-image: url('../../img/select_cart.gif');
	z-index:1;
}

#wrapper_cart .combo {
	display: block;
	position:absolute;
	width: 192px;
	height:18px; 
	left:0px;
	top:4px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:#666666;
	text-align:left;
	line-height:18px;	
	padding:2px 0px 0px 8px;
	padding:0px 0px 2px 8px !ie;
	background-image:url(../../img/select_cart_inner.jpg);
	background-repeat: no-repeat;	
	cursor: pointer;
	border:0px;
	z-index:1;
}

/*** Selectbox in checkout***/
#wrapper_checkout {
	position:relative;		
	margin:0px;
	width:212px;
	height:24px;
	float:left;
}
#wrapper_checkout .around_input {	
	/* for ie6 */
	position:absolute;
	/* end for ie6 */
	top:0px;
	left:0px;
	width:222px;
	height:33px;
	margin:0px;		
	background-image: url('../../img/select_checkout.png') !important;
	background-image: url('../../img/select_checkout.gif');
	z-index:2;
}

#wrapper_checkout .combo {
	display: block;
	position:absolute;
	width: 214px;
	height:23px; 
	left:0px;
	top:4px;	
	color:#b2579d;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;	
	text-align:left;		
	padding:2px 0px 0px 8px;
	padding:0px 0px 2px 8px !ie;
	background-image:url(../../img/select_checkout_inner.jpg);
	background-repeat: no-repeat;	
	cursor: pointer;
	border:0px;
	z-index:2;
}



/*
div.comboOptions {
  position:relative;
  border:1px solid #ccc;
  margin:0px;
  padding:0px;
  text-align:left;
  max-height:200px;

}
div.comboOptions ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  background-color:#FFFF33;
}
.lihover { 
  background-color: #EAF2FB;
}
div.comboOptions ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

.paypal input{
	display:none;
}

#button{
	display:block;
	height:24px;
	width:128px;
}*/
