/****************************************
���� ������������� ������
*****************************************/
/*�������� ����*/
.related_zagolovok {
	height:30px;
	width:550px;
	color: #ed506a;
	font-size: 20px;
	font-family: 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	margin:10px 0 10px 0;
	padding:5px;
	box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.5);
	background: #ebc67e;
	border-bottom: 1px #eee solid;
	border-color:#A3A3A3;
    transition: all 0.5s ease-in-out;
	position:relative;

  	margin-TOP: 0px;
    behavior: url(/PIE-1.0.0/PIE.php);
	}

.related_product{
	height:300px;
	width:160px;
	margin:5px 0px 5px 0px;
	padding:5px;

	box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.5);
	background: #ebc67e;
	border: 1px #eee solid;
	border-radius:6px;
	border-color:#A3A3A3;
    transition: all 0.5s ease-in-out;

	position:relative;
    margin-TOP: 0px;
    padding-left:10px;
    padding-right:10px;
    display: inline-block;

    behavior: url(/PIE-1.0.0/PIE.php);
	}
	/*�������� ����: ��� ��������� ����� � IE �� �������� ����� ������� ��������*/
.related_product:hover {
	border: 1px #16910D solid;
    }

/*������� ���� ���������*/
.related_product_1 {
	float: left;
	width:160px;
	height:160px;
	}

.related_product_1 .image img {
	width:160px
	}

/*���� � �������*/
.related_product_2 {
	float: right;
	height:100px;
	width:160px;
	position: relative;
     margin-right: 0px;
     margin-TOP: 0px;
	}
.related_product_2 .name {
	margin-bottom: 8px;
	}
.related_product_2 .name a {
	color: #0839da;
	font-size: 13px;
	font-family: 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	text-decoration: none;
	}
.related_product_2 .name a:hover {
    color: #ffffff;
	text-decoration: underline;
	}

/*���� � �������*/
.related_product .cart {
	position:absolute;
	bottom:5px;
	left:25px;
	margin-bottom: 3px;
	float:left;

	}
.related_product .cart a {padding:0 20px}


.related_product_button {
	cursor:pointer;
	color:#232323;
	height: 30px;
	font:bold 12px/30px "PT Sans Narrow", Tahoma, Arial, Helvetica, sans-serif !important;
	text-transform:uppercase;
	background:#000 url(../image/mainMenu.png) 0 30% repeat-x;
	position: relative;
    border-radius:6px;
    margin-TOP: 0px;
    behavior: url(/PIE-1.0.0/PIE.php);

	}
a.related_product_button {
	display: inline-block;
	text-decoration: none;
	height: 30px;
	padding: 0px 10px 0 10px;
	background-color:#16910D;
	color:#FFFFFF;
	}
input.related_product_button {
	margin: 0;
	border: 0;
	height: 30px;
	padding: 0px 12px 0px 12px;
	background-color:#16910D;
	color:#FFFFFF;
	}

a.related_product_button:hover,
input.related_product_button:hover {
background-color:#8A9C10;
}
/****************************************
(END)
���� ������������� ������
*****************************************/

/*BEGIN Блок категории товаров(вариант 1)*/

/*Контейнер(широкий в одну строку товар) - основной блок*/
.category_conteiner{
	height:220px;
	width:160px;
	margin:5px 0px 5px 0px;
	padding:5px;

	box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.5);
	background: #ebc67e;
	border: 1px #eee solid;
	border-radius:6px;
	border-color:#A3A3A3;
	transition: all 0.5s ease-in-out;

	position:relative;
	margin-TOP: 0px;
	padding-left:10px;
	padding-right:10px;
	display: inline-block;

	behavior: url(/PIE-1.0.0/PIE.php);
}
/*Контейнер - основной блок: при навидении курсора*/
.category_conteiner:hover {
	border: 1px #16910D solid;
}

/*Вложеный контейнер 1-й c image*/
.category_part_1 {
	float: left;
	width:160px;
	height:160px;
}

.category_part_1 .image img {
	width:160px
}

/*Вложеный контейнер 2-й c текстом*/
.category_part_2 {
	float: right;
	height:60px;
	width:160px;
	position: relative;
	margin-right: 0px;
	margin-TOP: 0px;
	text-align: center;
}
.category_part_2 .name {
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;

}
.category_part_2 .name a {
	color: #0839da;
	text-decoration: none;
}
.category_part_2 .name a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/*END Блок категории товаров*/