/*
 * $Id: add_by_sku.css,v 1.0.0 2010/06/09 09:18:57 ivan Exp $
 * vim: set ts=2 sw=2 sts=2 et:
 * */

#sku_search_container {
  position: relative;
  margin-top: -9px;
}

#full_product_info #quantity_input {
	width: 20px;
	height: 15px;
	font-weight: normal;
	padding: 0 2px;
}

#plus_minus_block {
  position: relative;
  display: inline-block;
  width: 30px;
}

#qty_plus {
  position: absolute;
  top: 1px;
  right: -10px;
}

#qty_minus {
  position: absolute;
  bottom: 1px;
  right: -10px;
}

#product_img {
  margin-right: 10px;
  float: left;
}

.out_of_stock #full_product_info #quantity, .out_of_stock #full_product_info #submit{
  display: none;
}

#close_prod_info {
	position: absolute;
	right: 6px;
	top: 5px;
}



.product_state #full_product_info {
	display: block;
}


#full_product_info {
	display: none;
	border: 1px solid black;
	position: relative;
	top: -1px;
	margin-top: 0px;
  padding: 5px;
  background-color: #CCCCCC;
  color:#330000;
  font-family:Verdana,Arial,Helvetica,Sans-serif;
  font-size:11px;
}

.busy #sku_search {
	background: url("../images/ajax-loader.gif") right center no-repeat;
}

#sku_search {
	border: 1px solid black;
	margin-bottom: 0px;
	font-weight: bold;
	padding-left: 5px;
	background: #FFFFFF;
	height: 18px;
	padding-right: 18px;
  position: absolute;
  right: 0px;
  top: -20px;
  width: 140px;
}

.nothing_founded #sku_search {
	background-color: #FF8888;
}

.product_state #sku_search {
	background-color: #888888;
}
