﻿
.goods-container-prices .goods-price-buttons input#goods-price-add
{
  background-image: url(../images/add_order.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  width: 100px;
  height: 36px;
  background-color: Transparent;
  border: none;
  cursor: pointer;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 2px;
}
.goods-container-prices .goods-price-buttons input#goods-price-add:hover
{
    cursor: hand;
}
.goods-container-prices .goods-price-buttons input#goods-price-pay
{
  background-image: url(../images/add_order.jpg);
  background-repeat: no-repeat;
  background-position: -100px top;
  float: left;
  width: 100px;
  height: 36px;
  background-color: Transparent;
  border: none;
  cursor: pointer;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 2px;
}
.goods-container-prices .goods-price-buttons input#goods-price-pay:hover
{
     cursor: hand;
}
.goods-container-prices p.goods_price
{ 
    margin: 0;
    padding: 48px 0 0 18px;
    font-family: Tahoma, Arial, Verdana;
	  font-size: 12px;
	  color: Red;
	  font-weight: bold;
	  text-align: center;
}
.goods-container-prices p.goods_price span
{ 
    display: block;
    color: #000;
}
.goods-container-prices p.goods_price span.current_price
{ 
    display: block;
    font-size: 24px;
    color: Red;
}
.goods-container-prices p.goods_price span.old_price
{ 
    text-decoration: line-through;
    color: Green;
    font-size: 11px;
}
.goods-container-prices p.goods_price span.new_price
{ 
    text-decoration: none;
    color: Red;
    font-size: 22px;
}

/*basket*/
.BasketContainer
{
	display: none;
	visibility: hidden;
	position: absolute;
	width: 290px;
	height: 93px;
	/*background-color: #fff;*/
	background-image: url(../images/ballone.png);
	background-repeat: no-repeat;
	z-index: 2;
}
.BasketContainer p
{
	margin: 0 0 0 10px;
	padding: 0;
}
#basket_goods_present
{
	font-family: Tahoma;
	color: Red;
	font-size: 12px;
	display: none;
	margin: 5px 0 0 10px;
	padding: 0;
	font-weight: bold;
}
#basket_goods_nopresent
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 5px 0 0 10px;
	padding: 0;
}
.BasketContainer .basket_goods_count
{
	border: solid 1px #ccc;
	background-color: #fff;
	width: 40px;
	padding: 2px;
	margin: 0 5px;
}
#basket_goods_button_ok
{
	background-image: url(../images/ok.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: Transparent;
	cursor: pointer;
	width: 37px;
	height: 17px;
	border: none;
	margin-left: 3px;
}
#basket_goods_button_ok:hover
{
    cursor: hand;
}
#basket_goods_button_cancel
{
	background-image: url(../images/cancel.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: Transparent;
	cursor: pointer;
	width: 37px;
	height: 17px;
	border: none;
}
#basket_goods_button_cancel:hover
{
     cursor: hand;
}
