.catalog-image{
	text-align:center;
	float:left;
	width:250px;
	border:#CCC 1px solid;
	padding:10px;
	margin-right:30px;
	margin-bottom:10px;
	position:relative;
}
.discount{
	background:url(images/percent.png) no-repeat left top;
	height:71px;
	width:71px;
	display:block;
	position:absolute;
	z-index:99;
	top:-15px;
	left:-15px;
	
}
.catalog-price-disc{
	color:#E50707;
}
.clear{
	clear:both;
}
p.p_price{
	color:#999999;
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:10px;
	margin:0px;
}
p.price_value{
	color:#000000;
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
div.price{
	margin-bottom:10px;
}
div.catalog-detail-buttons{
	margin-bottom:10px;
	margin-top:0px !important;
}
.buy_div a{
	color:#FFF !important;
	text-decoration:none;
	font-size:16px;
}
div.price_buy{
	float:left;
}
.buy_div{
	width:120px;
	display:block;
	padding:5px 0px;
	background:#E50707;
	border:#E50707 solid 1px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align:center;
	margin-bottom:7px;
}
.buy_div.not{
	width:160px;
	background:#EAEAEA;
	border:#EAEAEA solid 1px;
	color:#000;
}
.buy_div.not a{
	color:#000 !important;
}

.get_coup{
	width:250px;
	display:block;
	padding:5px 0px;
	background:#FFCC00;
	border:#FFCC00 solid 1px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align:center;
	margin-bottom:7px;
}
.get_coup a{
	color:#000 !important;
	font-weight:bold;
}
.popup__overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    text-align: center;
	z-index:9999;
    }
.popup__overlay:after {
   display: inline-block;
   *display: inline;
   *zoom: 1;
   height: 100%;
   width: 0;
   vertical-align: middle;
   content: ''
        }
/* Added for IE<9 compatibility */
.popup__overlay_ie {
   background: #000;
   opacity: .7;
   filter: alpha(opacity=70)
}
.popup {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    max-width: 80%;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 15px;
    background: #fff;
    vertical-align: middle;
    }
/* Added instead of :after pseudoelement */
.popup__valignfix {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 0;
    height: 100%;
    vertical-align: middle;
    }
.popup__close {
    display: block;
    position: absolute;
    top: -20px;
    right: 10px;
    width: 12px;
    height: 12px;
    padding: 8px;
    border: 1px solid #FFF;
    border-radius: 50%;
    cursor: pointer;
    background: #FFCC00;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #000000 !important;
    text-decoration: none;
    }
    .popup__close:hover {
        background: red
        }	
#coup_form{
	width:400px;
	text-align:center;
	font-size:14px;
}
.c_field{
	display:block;
	width:320px;
	height:20px;
	padding:5px;
	text-align:left;
	margin:5px auto 5px auto;
	padding-left:20px;
}
.c_field label{
	width:120px !important;
	display:block;
	padding-top:5px;
	height:20px;
	float:left;
	margin-right:20px;
}
.c_field input{
	padding:2px;
}
.c_button{
	text-align:center;
}
.c_button input{
	width:200px;
	display:block;
	padding:5px 0px;
	background:#FFCC00;
	border:#FFCC00 solid 1px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align:center;
	margin-bottom:7px;
	margin-left:auto;
	margin-right:auto;
}
.c_mess{
	width:300px;
	text-align:left;
	margin:5px auto 5px auto;
	font-size:13px;
	color:#F00;
}
