.hlisting, .clisting {
	text-align: center;
	margin: 0px -5px;
}

.cat_title {
	font: bold 14px/20px Arial;
}

.hlisting .hproduct, .clisting .hcatalog  { /*Вывод категорий, товаров*/
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 10px;
}

.content_block .hlisting .hproduct {
	width: 210px;
	margin: 10px 26px 20px;
}

.hproduct, .hcatalog {
	width: 160px;
	margin: 0px 0px;
	padding: 5px;
	text-align: center;
	border-radius: 0px;
}





.row_product .hproduct {
	width: auto;
	background: #ffffff;
	border: 1px solid #c9c9c9;
}
.row_product .product_top {
	margin-bottom: 10px;
}
.row_product .product_left_block, .row_product .product_right_block , .row_product .product_mid_block {
	display: table-cell;
	vertical-align: top;
	padding: 0px;
}
.row_product .product_left_block {
	text-align: center;
}
.row_product .product_right_block {
	text-align: center;
	padding: 0px 10px;
	vertical-align: middle;
}
.row_product .product_mid_block {
	text-align: left;
	padding: 0px 10px;
}
.row_product .hproduct .product_mid_block {
	vertical-align: top;
	text-align: center;
}

/*П Р О Д У К Т*/
.prod_title, .cat_title {
	padding: 5px 0;
	margin-bottom: 5px;
	font-size:17px;
}
.product_mid_block .prod_title {
	margin: 0;
}

.product .product_mid_block .prod_title {
	font: bold 20px/25px Arial;
}

.prod_title ,
.prod_title .show_product{
	text-decoration: none;
	font-weight: bold;
}
.cat_title  > a{text-decoration: none;}
.show_product {
	position: relative;
}

.product_photo, .cat_image {						/*контейнер фото товара*/
	position: relative;
	margin-bottom: 5px;
	text-align: center;
}
.product_left_block .product_photo {
	margin-bottom: 0px;
}

.product_photo a, .cat_image a{
	position: relative;
	display: inline-block;
	background: url(../images/s.gif);
	border: 1px solid #bdbdbd;
	border-radius: 0px;
}

.product_photo > a > img, .cat_image > a > img{
	vertical-align: bottom;
	display: block;
}


.prod_options {						/*дополнительные иконки (хит, новика, спец)*/
	position: absolute;
	right: -20px;
	top: 0px;
}
.product_photo .prod_options {
	right: -5px;
}

.new_m,  .hit_m, .skidka_m {
	display: block;
}

.product_photo .prod_options .new_m, .product_photo .prod_options  .hit_m, .product_photo .prod_options .skidka_m  {
	margin-bottom: 2px;
}

.prod_price,
.price,
.currency{
	color: #ac002e;
}
.cart_summary_counts .currency{
	color: #000;
}
.prod_price {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
}
.price {
	font-weight: inherit;
	font-size: 16px;
	font-weight: bold;
}
.currency {
	font-weight: bold;
	font-size: inherit;
}
.prod_price.prod_big_price, .prod_price.prod_big_price .price  {
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
}
.prod_price.prod_big_price.opt, .prod_price.prod_big_price.opt .price  {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}
.prod_price.prod_big_price .currency {
	font-size: 18px;
}
.prod_price.prod_big_price.opt .currency {
	font-size: 14px;
}
.prod_price_old {
	color: #7f7f7f;
	text-decoration: line-through;
}
.prod_price_old .price{
	color: #7f7f7f;
}
.prod_price_economy {
	font-size: 12px;
}
.prod_price_economy  .price {
	font-size: 15px;
}




.prod_podrobnee { 					/*Кнопка подробнее*/
	text-align: center;
	margin-bottom: 5px;
	font: bold italic 12px Arial;
}

.short_description {					/*краткое описание товара*/
	text-align: justify;
	margin-bottom: 5px;
}

.short_description p {
	padding: 0px;
}

.kolvo_buy_button_add {
}

.kolvo{								/*Количество*/
	display: block;
	margin-bottom: 5px;
}

.hproduct .kolvo {
	display: none;
}

.kolvo > div.kolvo_arrow{
	display: inline-block;

	padding: 0px 0px 2px;
	width: 22px;
	height: 10px;
	cursor: pointer;
	height: 25px;
	line-height: 25px;

	vertical-align: bottom;
	text-align: center;

	font-weight: bold;
	font-size: 20px;
}

input.kolvo_inp {
	display: inline-block;
	width: 25px;
	text-align: center;
	vertical-align: bottom;
}

.kolvo_arrow_down {
	background: url(../images/kolvo_arrow_down.png) center top no-repeat;
}

.kolvo_arrow_up {
	background: url(../images/kolvo_arrow_up.png) center bottom no-repeat;
}

.btn_add{
}
.buy_link { 							/*кнопка "Добавить товар"*/
}
.buy_link:hover {
}

.prod_selector {						/*Выбор размера, цвета, ...*/
	display: block;
	width: 100%;
	margin: 0px 0px 10px;
}

.prod_selector > div{
	display: inline-block;
}

.prod_selector_title {
	text-align: left;
	padding: 5px 5px 5px 0px;
	margin: 2px 2px 2px 0px;
	font: bold 12px/20px Arial;
}

.prod_selector span.radio_size:not(#Foo) label{
	cursor: pointer;
	display: inline-block;
	min-width: 20px;
	padding: 5px;
	margin: 2px 2px;
	border: 1px solid #bcbdbc;
	font: normal 20px/20px Arial;
	text-align: center;
}

.prod_selector span.radio_size:not(#Foo) label:hover{
	border: 1px solid #777;
	background: #ededed;
}

.prod_selector span.radio_size:not(#Foo) input[type=radio]{
	display:none;
}



/*С В О Й С Т В А  П Р О Д У К Т А*/


.prod_dop_option {					/*Дополнительная хар-ка продукта*/
	margin: 0px 0px 5px 0px;
	font-size: 12px;
}

.prod_artikul {
	color: #7f7f7f;
}

.prod_dop_option > a{
	text-decoration: underline;
}

.ya_share2 .yashare-auto-init { 		/*БЛОК "Поделиться"*/
display: inline;
}

.product_dop_modes {					/*ВКЛАДКИ*/
	position: relative;
}

ul.product_dop_modes_navigation {
	position: relative;
	height: 28px;
	padding: 0px;
	z-index: 12;
	font-weight: bold;
}

ul.product_dop_modes_navigation li {
	position: relative;
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 0px 20px;
	margin-right: 2px;
	cursor: pointer;
	font-weight: bold;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

ul.product_dop_modes_navigation li:hover {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

ul.product_dop_modes_navigation li.mod_selected {
	cursor: default;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.product_dop_modes_content .product_dop_title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	font-weight: bold;
}

.recc_block .product_dop_title {
	padding:5px 10px;
	font-weight:normal;
	border-bottom:1px solid #BBBBBB;
}
.product_dop_modes_content_tab {
	border-top-left-radius: 0px;
}

.product_dop_modes_content {
	position: relative;
	z-index: 10;
	padding: 10px;
	text-align: justify;
	margin: 0px 0px 10px;
}

.product_dop_photo {					/*Фотогалерея товара*/
	position: relative;
	display: block;
	padding: 5px 20px;
	overflow: hidden;
}

.product_dop_photo_slider > ul {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
}

.product_dop_photo_slider > ul > li{
	display: table-cell;
	padding: 0 4px;
	vertical-align: middle;
	text-align: center;
}
.dop-photo-item{}
.dop-photo-item > a{}
.dop-photo-item > a > img{border: 1px solid #bdbdbd;}

.product_dop_photo_slider > ul > li a img{
	display: block;
}

.prev_dop_photo,
.next_dop_photo{
	width: 15px;
	position: absolute;
	top: 5px;
	bottom: 5px;
	cursor: pointer;
}
.prev_dop_photo {left:0;}
.next_dop_photo {right: 0;}
.prev_dop_photo:hover,
.next_dop_photo:hover{
	background: #ececec;
}

.prev_dop_photo:before,
.next_dop_photo:before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-top: 12px solid rgba(0, 0, 0, 0);
	border-bottom: 12px solid rgba(0, 0, 0, 0);
}
.prev_dop_photo:before{border-right: 10px solid #a2a2a2;}
.next_dop_photo:before{border-left: 10px solid #a2a2a2;}
.prev_dop_photo:active:before{border-right-color:  #D10F46;}
.next_dop_photo:active:before{border-left-color:  #D10F46;}

.product_recc_prod {					/*Рекомендуемые товары товара*/
	position: relative;
	display: block;
	padding: 5px 28px;
	overflow: hidden;
}
.product_recc_prod:hover .next_recc_prod, .product_recc_prod:hover .prev_recc_prod{
	visibility: visible;
}

.product_recc_prod_slider {
	margin: 0px auto;
}
.product_recc_prod_slider > ul {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.product_recc_prod_slider > ul > li{
	display: inline-block;
	padding: 0px 5px;
	height: auto;
	vertical-align: middle;
	text-align: center;
}

.product_recc_price > span {
	font-size: 14px;
}

.product_recc_prod_slider > ul > li a{
	display: inline-block;
	vertical-align: bottom;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.product_recc_prod_slider > ul > li a img{
	vertical-align: bottom;
}

.product_recc_prod .next_recc_prod, .product_recc_prod .prev_recc_prod {
	// width: 39px;
	// height: 39px;
	// position: absolute;
	// top: 50%;
	// margin-top: -19px;
	// cursor: pointer;
	// background: url(../images/arrow.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 152;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -20px;
	transition: opacity 0.15s ease-in-out;
	opacity: 0.5;
	visibility: hidden;
}
.product_recc_prod .prev_recc_prod {
	left: 35px;
	background: url(../images/skitter_prev.png);
}
.product_recc_prod .prev_recc_prod:hover {
	cursor: pointer;
	opacity: 0.8;
	// background-position:0 -39px ;
}
.product_recc_prod .prev_recc_prod:active {
	// background-position:0 -78px 
	opacity: 1;
}


.product_recc_prod .next_recc_prod {
	// background-position: -39px 0;
	right: 35px;
	background: url(../images/skitter_next.png);
}
.product_recc_prod .next_recc_prod:hover {
	cursor: pointer;
	opacity: 0.8;
	// background-position:-39px -39px ;
}
.product_recc_prod .next_recc_prod:active {
	// background-position:-39px -78px 
	opacity: 1;
}
/*
.prev_recc_prod:before {
	content:'.';
	font-size:0px;
	line-height:0px;
:hover
	display:block;
	width: 16px;
	height: 71px;

	position:absolute;
	top:0;
	right:0;

	background:url(../images/sprite.png) 0 0 no-repeat;
}
.prev_recc_prod:active:before {
	background-position: -51px 0;
}
.next_recc_prod:before {
	content:'.';
	font-size:0px;
	line-height:0px;

	display:block;
	width: 16px;
	height: 71px;

	position:absolute;
	top:0;
	right:0;

	background:url(../images/sprite.png) -17px 0 no-repeat;
}
.next_recc_prod:active:before {
	background-position: -34px 0;
	}*/
	.prev_recc_prod {left: 10px;}

	.next_recc_prod {right: 10px;}

	.product_recc_prod_slider > ul > li .price{
		font-family: Arial, sans-serif;
	}

	.prod_description {					/*полное описание товара*/
		line-height: 1.5;
		text-align: justify;
		padding: 5px 0px;
	}

	div#small_images {					/*дополнительные фото*/
		margin: 0px 0px 0px;
		text-align: center;
	}

	div#small_images img {
		margin:3px;
	}

	.o_box {								/*отзывы о товаре*/
		border-bottom: 0px dashed #ccc;
		padding: 0px 0px 5px 0px;
		margin: 0px 0px 5px 0px;
	}

	.o_name, .o_msg {
		padding:3px 10px;
	}

	.o_name span {
		font-weight:bold;
	}

	/*блок всплывающий при добавлении в корзину*/

	.flow_comment {
		background: url(../images/flow_commnent_img.png) center 20px no-repeat;
	}

	.flow_cart {
		background: url(../images/flow_cart_img.png) center 0px no-repeat;
	}

	div.sort_panel {						/*Панель сортировки*/
		margin:5px 0px 5px;
		line-height: 15px;
	}

	.sort_panel span {
		margin: 0px 0px 0px 15px;
	}
	.sort_panel span > a {
		margin: 0px 0px 0px 5px;
	}
	.sort_panel span.this_sort {
		font-weight: bold;
	}
	.sort_panel > span.asc_sort:before {
		content: "\2193 ";
	}
	.sort_panel > span.desc_sort:before {
		content: "\2191 ";
	}
	.fast_order
	{
		margin-top: 10px;
	}
	.fast_order_form
	{
		position: absolute;
		min-width: 300px;
		min-height: 20px;
		padding: 10px;
		background: #FFFFFF;
		border-radius: 5px;
		border: 1px solid #000000;
		z-index: 1000;
		top: 67px;
		left: 227px;
	}

	/*Характеристики и сравнение товаров*/
	.chars_table {
		border-bottom-color: inherit;
		width: 100%;
	}
	.chars_table tr td{
		border-bottom-style: dotted;
		border-bottom-width: 1px;
		border-bottom-color: inherit;
	}
	.chars_table tr.chars_table_tr_1 {
		background: #eeeeee;
	}
	.chars_table td{
		vertical-align: middle;
		padding: 5px;
		text-align: left;
	}
	.chars_table.product_chars td{
		width: 50%;
	}
	.chars_table td.chars_title{
		font-weight: bold;
		padding: 5px 55px 5px 5px;
	}

	div.compare {
		line-height: 20px;
		margin-bottom: 5px;
	}

	.compare_link {
		border-bottom-style: dashed;
		border-bottom-width: 1px;
		text-decoration: none;
	}

	.dop_atr {
		color: #000;
	}

	.product_mid_block .dop_atr .prod_dop_option {
		margin: 0px 0px 8px 0px;
	}

	.block_selector_all {
		position: relative;
		top: 4px;
	}

	.block_selector {
		padding: 5px;
		display: inline-block;
		background: #F0F0F0;
		line-height: 0px;
		margin-right: 10px;
		border: 1px solid #DDDDDD;
		border-radius: 1px;
		cursor: pointer;
	}

	.block_selector:hover {
		background: #fff;
	}

	.block_selector_all .selector_selected,.block_selector_all .selector_selected:hover {
		border-color: #50AAD2;
		background: #F0F0F0;
	}

	.img_selector {
		width: 16px;
		height: 16px;
		cursor: pointer;
	}

	.beznal_radio_nal, .beznal_radio_robokassa {
		background: url(../images/pay_labels.png) 0 0 no-repeat;
		width: 38px;
		height: 28px;
		display: inline-block;
	}

	.beznal_radio_robokassa {
		height: 21px;
		background: url(../images/pay_labels.png) 0 -84px no-repeat;
		margin-top: 5px;
	}

	.product_mg {
		margin: 10px 0;
	}

	.product_mg * {
		margin: 0;
	}
	.folow_cart
	{
		position: fixed;
		top: 0px;
		text-align: right;
		width: 180px;
		height: auto;
		z-index: 1000;

	}
	.folow_cart_title
	{
		width: 180px;
		border: 1px solid #ada4ff;
		border-radius: 0px 0px 5px 5px ;
		text-align: left;
		height: 29px;
		cursor: pointer;
		display: inline-block;
		box-shadow: 1px 1px 2px #000;
		padding-left:5px;

		background: linear-gradient(to bottom,#ada4ff,#aaaaff);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ada4ff,endColorstr=#aaaaff,GradientType=0);
		background-color: #ada4ff;
		opacity: 0.7;
		position: relative;

	}
	.folow_cart:hover .folow_cart_title
	{
		background: linear-gradient(to bottom,#fff,#fff);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff,GradientType=0);
		opacity: 1;
		border-radius: 0px;
		box-shadow: none;
		border-bottom: 0px;
		border-top: 0px;
		z-index: 1001;
		padding-top: 1px;
	}
	.folow_cart_title:active
	{
		box-shadow: none;
	}
	.folow_cart_title .folow_cart_img
	{
		height: 28px;
		background: url("../images/folow_cart.png") 2px 4px no-repeat ;
		margin-right: 10px;
		width:33px;


		display: inline-block;
		border-radius: 5px 0px 0px 5px;


	}
	.folow_cart_title .tv_count
	{
		font-weight: bold;
		font-size: 14px;
		vertical-align: top;
		color: #000;
		margin: 0px;
		line-height: 30px;
	}
	.folow_cart_title .currency
	{

		vertical-align: top;
		margin: 0px;
		line-height: 30px;

	}
	.folow_cart_title .flow_cart_text
	{
		font-weight: bold;
		font-size: 14px;
		vertical-align: top;
		color: #000;
		margin: 0px;
		line-height: 30px;
		margin-right: 5px;
	}
	.folow_cart_content
	{
		background: #fff;
		position: absolute;
		width: 360px;
		text-align: left;
		right: -7px;
		border: 1px solid #ada4ff;
		display: none;
		top: 29px;
		border-radius: 5px 0px 5px 5px;

	}
	.folow_cart:hover .folow_cart_content
	{
		display: block;
	}
	.folow_cart_content > div
	{
		border-bottom: 1px solid #ada4ff;
		height: 70px;

	}

	.folow_cart_img1
	{
		float: left;
		width: 80px;
		height: 60px;
		padding-left: 10px;
		padding-top: 10px;
	}
	.folow_cart_product_title
	{
		height: 35px;
		width: 180px;
		line-height: 14px;
		display: inline-block;
		padding-top:5px;

	}
	.folow_cart_product_price
	{
		height: 16px;
		width: 180px;
		line-height: 20px;
		display: inline-block;
		position: relative;

	}
	.folow_cart_product_count
	{
		display: inline-block;
		width: 50px;
		position: relative;

		height: auto;
		line-height: 15px;
		text-align: center;
	}
	.folow_cart_product_count1
	{
		display: inline-block;
		width: 50px;
		position: relative;

		height: 35px;
		line-height: 15px;
		text-align: center;
		vertical-align: top;
		padding-top:5px;
	}
	.folow_cart_product_count1 span
	{
		font-weight: bold;
	}
	.folow_cart_product_count span
	{
		font-weight: bold;
		font-size: 14px;
	}
	.folow_cart_product_del
	{
		display: inline-block;
		position: relative;
		width: 40px;
		vertical-align: top;
		text-align: center;
		height: 35px;
		padding-top:5px;
		cursor: pointer;
		top: 12px;
		background: url("../images/del_pic.png") center center no-repeat;
	}
	.folow_cart_itogo
	{
		height: 40px;
		line-height: 40px;
		width: 174px;
		display: block;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	.folow_cart_itogo_i
	{
		height: 40px !important;
		border-bottom: 0px solid #ada4ff !important;
	}
	.folow_cart_itogo > span:first-child
	{

		width: 80px;
		padding-left: 5px;
		padding-right: 43px;
		font-weight: bold;
		position: relative;
		top: -2px;
	}
	.folow_cart_button
	{
		display: block;
		width: 165px;
		height: 41px;
		position:absolute;
		bottom: 0px;
		right: 0px;
		border: 0px;
		text-align: center;
		line-height: 39px;
		font-size: 15px;
		border-radius: 0px 0px 5px 0px;
		background-color: #ada4ff;
	}
	.folow_cart_button:hover, .folow_cart_button:active
	{
		border-radius: 0px;
		border: 0px;
	}

	.recc_block {padding:0;}