
#basket_div
{
  display: none; 
  width: 900px; 
  height: 499px;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  background: #777;
  padding: 10px;
}

.basket_input
{
  text-align: center;
  color: #000;
  font-weight: bold;
  border: 1px solid #000;
}

.btn
{
  border: none;
  background: #eee;
}

#basket_add
{
  color: #000;
}

#basket_add_wrapper
{
  border: 1px solid #FFAFAF;
  background: #FFDFDF;
  margin: 10px;
  padding: 10px;
  text-align:left;
}

#actual_basket_wrapper
{
  border: 1px solid #DFDFDF;
  background: #EFEFEF; 
  margin: 10px;
}

.basket_table   
{
  width: 800px;
  border-collapse: collapse;
}

.basket_table img
{
  width: 15px;
  height: 15px;
  border: none;
  margin-left: 10px;
  margin-right: 10px;
}

.basket_button
{
  text-align: center;
  padding: 10px;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;  
  cursor: pointer;
  background: #eee;
  border: 1px solid #ddd;
  color: #000;
  font-weight: bold;
}

.basket_button:hover
{
  background: #ddd;
  border: 1px solid #ccc;
  color: #333;
}

.basket_table td
{
  border: 1px solid #a4a4a4;
  color: #000;
  text-align: center;
}

.basket_table_header
{
  font-weight: bold;
  text-align: center;
  background: #FFB400;
  height: 20px;
}

.basket_table_odd
{
  background: #fff;
}

.basket_table_even
{
  background: #d7d7d7;
}

.td_kup
{
  width: 50px;
}

.td_buy
{
  cursor: pointer;
}

.td_buy:hover
{
  background: #f8a410;
}

#tooltip 
{
	position: absolute;
  font-size: 11px;	
	z-index: 3000;
	border: 1px solid #000;
	background-color: #fff;
	padding: 5px;
	opacity: 0.8;
	text-align: left;
	padding: 4px;
}

#tooltip h3, #tooltip div 
{ 
  margin: 0; 
  line-height: 1.5em;
	text-align: left;  
}

#basket_add_overall
{
  width: 48px;
  font-weight: normal;
}

#select_dost
{
  padding: 2px;
  background: #FFB400;
}

.basket_adding_btn
{
  font-weight: bold;
}

