.cart {
	position: relative;
	cursor: pointer;
	display: block;
	padding: 5px 5px 5px 67px;
	height: 36px;
	
    text-align: center;
	overflow: hidden;
}

.cart:before {
	position: absolute;
	left: 50px;
	top: 0px;
  
	background: white;
	width: 100%;
	height: 100%;
}

.empty_cart:after {
	content: '.';
	font-size: 0px;
	line-height: 0px;
	
	display: block;
	width: 36px;
	height: 30px;
	
	position: absolute;
	top: 7px;
	left: 8px;
	
	background: url(../images/sprite.png) 0px -237px no-repeat;
	z-index: 2;
}

.empty_cart:hover:after {
	background-position: 0px -237px;
}

.empty_cart:active:after {
	background-position: 0px -237px;
}

.full_cart:after {
	content: '.';
	font-size: 0px;
	line-height: 0px;
	
	display: block;
	width: 36px;
	height: 30px;
	
	position: absolute;
	top: 7px;
	left: 8px;
	
	background: url(../images/sprite.png) -62px -177px no-repeat;
	z-index: 2;
}

.full_cart:hover:after {
	background-position: -62px -177px;
}

.full_cart:active:after {
	background-position: -62px -237px;
}

.cart span {
	position: relative;
	z-index: 1;
}

.cart span.tv_count, .cart span.tv_sum > .price {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

.cart span.empty_cart_tag {
	line-height: 36px;
	font-weight: bold;
}


/*************КОРЗИНА В ШАПКЕ***************/
.header_cart > .cart {
	min-width: 130px;
	width: auto;
}

/*************КОРЗИНА В КОЛОНКЕ***************/

.column_cart > .cart {
	position: relative;
	margin: 0px 0px 10px;
}




/*************ВЫБОР ВАЛЮТЫ***************/
.cbr {
	display: block;
	top: 5px;
	right: 5px;
	margin: 0px;
	position: absolute;
	text-align: center;
	color: #000;
}





	/*Сама корзина*/
.cart_buttons_block {
	padding: 5px 0px;
}

.cart_table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}
.cart_table thead, .cart_table tbody, .cart_table tfoot, .cart_table tr, .cart_table td, .cart_table th{
	border-width: inherit;
	border-style: inherit;
	border-color: inherit;
}

.cart_table td, .cart_table th{
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}


.cart_table thead {
	line-height: 25px;
}
/*ЦЕНЫ В КОРЗИНЕ*/
td.cart_prices {
	padding: 2px 10px;
}
td.cart_prices, td.cart_prices > span.price {
	font-size: 12px;
	font-style: normal;
	text-align: right;
}
td.cart_prices > span.cart_big_prices, td.cart_prices > span.cart_big_prices > span.price {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
td.cart_prices > span.cart_old_price {
	font-size: 13px;
	font-weight: normal;
	text-decoration: line-through;
	color: #797979;
}
td.cart_prices > span.cart_old_price > span.price {
	font-size: 13px;
	font-weight: bold;
	color: #797979;
}
td.cart_prices > span.cart_economy {
	font-size: 12px;
	font-weight: normal;
}
td.cart_prices > span.cart_economy > span.price {
	font-size: 12px;
	font-weight: bold;
}
/**************/

td.cart_product_photo {
	width: 100px;
	vertical-align: bottom;
}

td.cart_product_photo a, td.cart_product_photo a img{
	display: block;
}

td.cart_product_title {
}

td.cart_product_count{
	width: 40px;
}

td.cart_product_count > input{
	width: 40px;
	text-align: center;
}

td.cart_product_price {
	text-align: center;
}

td.cart_summary_title {
	text-align: right;
	font-weight: bold;
	padding: 0px 10px;
	font-size: 14px;
}

td.cart_summary_counts {
	font-weight: bold;
}

td.cart_summary {
	text-align: left;
}

td.cart_product_delete{
	width: 22px;
}
td.cart_product_delete > .cart_product_delete_button{
	width: 22px;
	height: 22px;
	background: url(../images/del_pic.png) no-repeat;
	cursor: pointer;
	opacity: 0.5;
}
td.cart_product_delete > .cart_product_delete_button:hover{
	opacity: 0.7;
}
td.cart_product_delete > .cart_product_delete_button:active{
	opacity: 1;
}

/*СКИДКИ*/

td.cart_skidka_title {
	text-align: left;
	padding: 0px 10px;
}
td.cart_skidka_price {
}


/*ДОСТАВКА*/

td.dostavka_header{
	font-weight: bold;
	font-style: normal;
	font-family: Arial;
	font-size: 14pxl;
	line-height: 20px;
	text-align: center;
	padding: 0px 10px;
}
td.dostavka_title{
	text-align: left;
	padding: 0px 10px;
}
td.dostavka_radio{
}
td.dostavka_price, td.dostavka_price > span{
}


/*УСПЕШНЫЙ ЗАКАЗ*/
.order_ok {
	font: normal 14px/20px Arial;
}

.order_ok_top {
	text-align: center;
}
.order_ok_title {
	font: bold 18px/30px Arial;
}

table.order_ok_table {
	border-collapse: collapse;
	width: 100%;
	text-align:center;
}

.order_ok_table th, .order_ok_table td {
	border: 1px solid #cccccc;
	padding: 3px;
	font-size: 11px;
	font-family: Tahoma;
	vertical-align: middle;
}

.order_ok_table th {
	color: #7b6538;
	background: #DAD5CA;
	font-weight: bold;
	line-height: 20px;
}

.order_ok_table td > .price {
	font-size: 14px;
}


.ajaxflowcart {
	position: absolute;
	z-index: 500;
	right: 0px;
	top: 58px;
	padding: 5px 15px 5px;
	width: 300px;
	border: 1px solid #AB2FAB;
	border-radius: 5px;
	margin: 5px 0px 0px;
}

.ajaxflowcart > table {
	width: 300px;
}
.ajaxflowcart td{
	padding: 5px;
	border-top: 1px solid #D3CAC5;
}
.ajaxflowcart tr:first-child > td{
	border-top: none;
}
.ajaxflowcart_photo {
}
.ajaxflowcart_title {
}
.ajaxflowcart_count {
}
.ajaxflowcart_price {
}