.sideSmallCart {
	float: left;
	width: 250px;
	background-image: url(../cms/pics/basket.jpg);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	padding-top: 70px;
	margin-top: 0px !important;
}

.sideSmallCart p{
	margin-left: 12px !important;
	margin-left: 12px;
	margin-top: 10px;
	/*padding-left: 0px;
	padding-right: 0px;*/
	width: 234px;
	text-align: center;
	border-left: 2px solid #f4f4f4;
  border-right: 2px solid #f4f4f4;
}

.cart_header {
  font-weight: bold;
	display: block;
	margin-left: 40px;
	width: 241px;
  height: 67px;
}

.basket_value{
  border-left:2px solid #F4F4F4;
  border-right:2px solid #F4F4F4;
  float:left;
  margin-left: 12px !important;
  margin-left: 12px;
  padding-top:10px;
  width: 234px;
}

.chart_bottom{
  width: 250px;
  height: 40px;
  background-image: url(../cms/pics/basket_bottom.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	background-position: 10px top;
	float:left;
}

table.cart_products {
	width: 100%;
}

.sideSmallCart table.cart_products {
	width: 90%;
	padding-left:20px;
}

.cart_products tr.row_0 {
	background-color: #E1E1E1;
}

table.cart_products a {
    text-decoration: none;;
	color: #000;
}

.mainbody table.cart_products td, .mainbody table.cart_products th {
    padding-left: 10px;
    padding-right: 10px;
}

.mainbody table.cart_products a {
	display: block;
	width: 100%;
	text-align:center;
}


table.cart_products th {
	font-size: 11px;
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
}

.cart_products td {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align:center;
}

*html .cart_products td {
	padding-top: 2px;
	padding-bottom: 2px;
}

td.cart_transit_price {
    text-align: right;
}


td.cart_product_price {
    text-align: right;
}

td.cart_sum_price {
    text-align: right;
}

tr.cart_summ td {
    border-top: 1px solid #000;
}

#right .basket_value{
  border:2px solid #F4F4F4;
	padding-bottom: 20px;
  float:left;
  margin-left: 12px !important;
  margin-left: 12px;
  padding-top:10px;
  width: 90%;
}
.removeOneProduct {
	background-color:#ECE9D8;
	border:1px solid;
	font-size:110%;
	padding-left:4px;
	padding-right:4px;
}