/*menu .subMenu a span { color: #333333; font: bold 18px "Cuprum Bold", Arial, sans-serif; display: block; line-height: 40px;  margin-bottom: 5px; text-align: center; }
.subMenu{text-align: center;}*/
.hit {
	position: relative;
}

.hit:after {
	background: url(../img/hit.png) no-repeat;
	content: "";
	height: 73px;
	position: absolute;
	right: 10px;
	top: -10px;
	width: 69px;
	z-index: 99;
}

.merchItem .merchPic div {
	min-height: 210px;
}

/*Всплывающее содержимое коризины*/
.basket_popup { 
	display: none;
	position: absolute;
	border: 1px solid #3F90CC;
	float: right;
	z-index: 100;
	background-color: #ECF5FA;
	width: 230px;
	top: 100px;
	right: 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 3px 10px 1px #3F90CC;
	box-shadow: 2px 3px 10px 1px #3F90CC;
	color: #666666;
	font: normal 14px "Cuprum Regular", Arial, sans-serif;
}

.basket_price{
	color: #228ac6;
}

.basket_img img{
	margin: 5px;
	float: left;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.basket_mouse{
	cursor: pointer;
	position: absolute;
	right: 0;
	width: 230px;
	height: 100px;
}


menu .subMenu { -webkit-box-shadow: 0px 0px 5px #333333; -moz-box-shadow: 0px 0px 5px #333333; box-shadow: 0px 0px 5px #333333; background-color: #f1ab13; display: none; left: 275px; position: absolute; top: -1px; z-index: 999; top: -20px;}
.popup-bg .popup { background-color: #f1ab13; left: 50%; min-width: 450px; padding: 10px; position: absolute; text-align: center; top: 30%; }
.size_img{ 
	padding: 10px;
}

input#ORDER_PROP_6_val{
	display: none!important;
}