.product_element {
	margin-top:40px;
	padding-bottom:16px;
}
.header_yellow {
	background:#ffcb00;
	font-size:17px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow:1px 1px 1px #ffee00;
	line-height: 40px;
	box-shadow: 0px -3px 2px #eaba00 inset;
	border-radius:5px 5px 0 0;
}
.product_element {
	border:1px solid #dfdfdf;
   background:#fff;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;	
	width:100%;	
	position:relative;
}
.plash_tax {
	width:56px;
	height:43px;
	background:url(../images/plash_tax.png) no-repeat left;
	position:absolute;
	top:20px;
	left:0;
	padding-left:13px;
}
.plash_tax .text_tax {
	color:#000;
	font-size:11px;
	padding-top:2px;
}
.plash_tax .value_tax{
	color:#000;
	font-weight:bold;
	font-size:19px;
}
.product_element a.img_product_day {
	width: 81%;
	display: block;
	margin: 0 auto;
	padding-top: 60%;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	margin-top:20px;
	position:relative;
}
.product_element .img_product_day img{
	max-width:209px;
	max-height:172px;
}
.product_element .name_product {
	width: 81%;
	margin: 0 auto;
	text-align:center;
}
.product_element .name_product a {
	color:#1161a6;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}
.product_element .name_product a:hover{
	color:#686868;
}
.product_element .price_block .new_price {
	font-size:24px;
	font-weight:bold;
	color:#282828;
	text-align: left;
	padding-left: 26%;
	margin-top: 5px;
}
.product_element .price_block .new_price span {
	font-size:18px;
}
.product_element .price_block .old_price {
	font-size:15px;
	color:#777777;
	text-align: left;
	padding-left: 26%;
	text-decoration:line-through;
	line-height:10px;
}
.product_element .time {
	width: 81%;
	margin: 0 auto;
	margin-top:20px;
}
.product_element .time .pdtd {
	font-size:10px;
	color:#777777;
	text-align:center;
}
.product_element .time .pd_td {
	width:37px;
	height:40px;
	background:url(../images/product.png) no-repeat center;
	color:#fff;
	text-align:center;
	font-size:24px;
	font-family:Arial Narrow,Arial,sans-serif;
}
.product_element .time .pd_num_separator {
	font-weight:bold;
	color:#282827;
}
#action_end {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}