#BuyOrder {
	position: absolute;
	display: none;
	width: 300px;
	z-index: 9999;
	background-color: #fff;
	border: 1px solid #555;
	border-radius: 6px;
	box-shadow: 5px 5px 15px 0 #000;
	background: url(/BuyOrder/background-tocart.png) no-repeat;
}

#BuyOrderCanvas {
	padding: 5px 20px 10px 10px!important;
	font-size: 10px;
	color: #282828;
	background: white;
	margin: 10px;
	height: 194px;
	border-radius: 3px;
}
#BuyOrderCanvas1 {
	/*padding: 5px 20px 10px 20px!important;*/
	font-size: 10px;
	color: #282828;
}

#BuyOrderForm input{
	width: 100%!important;
	margin: 0 0 15px 0!important;
	padding: 3px 5px!important;
}


#BuyOrderClose {
	position: absolute;
	top: -10px;
	right: -7px;
	height: 22px;
	width: 22px;
	border: 0;
	background: url(/oneClick/exit_from_cart.png) no-repeat;
	cursor: pointer;
}
#BuyOrderClose1{
	position: absolute;
	top: -14px;
	right: -16px;
	height: 16px;
	width: 16px;
	border: 0;
	background: url(/BuyOrder/close.png) no-repeat;
	cursor: pointer;
}
#BuyOrderSubmit{
	margin-top: 16px;
	height: 24px;
	width: 158px;
	border: 0;
	/* box-shadow: 1px 1px 2px 0 #999; */
	cursor: pointer!important; 
	font-size: 11px;
	background: url(/BuyOrder/place_an_order.png) no-repeat;
	color: white;
	font-Family: Arial;
}

#BuyOrderState .oneclick_title {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
}

#BuyOrderState h3{
	color: #B48E66!important;
	font-weight: bold!important;
	margin-bottom: 15px!important;
}

#BuyOrderLoading {
	display: none;
	position: relative;
	left:95px;
}

#BuyOrderLoading img {
	width: 24px;
	height: 24px;
}

.orderError {
	box-shadow: 0 0 2px 0 #f00;
}
.showBuyOrder{
	/*position: absolute;*/
	/*top:15px;*/
	/*right: 0;*/
	color: #f00;
}

.product_text_cart {
	font-size: 12px;
	font-family: Arial;
	line-height: 22px;
}

.product_text_cart_count {
	float: right;
	line-height: 25px;
}

.col_minus_cart {
	width: 10px !important;
	height: 10px;
	padding: 0;
	background: url("cart_minus.png") no-repeat;
}

.col_plus_cart {
	width: 10px !important;
	height: 10px;
	padding: 0;
	background: url("cart_plus.png") no-repeat;
}

.con_amount {
	width: 22px !important;
	height: 9px;
	padding: 0px 4px;
	padding-top: -2px;
}

.result_tocart { 
	float: right;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	margin-top: 3px;
}