.blog_h2 {
    display: table;
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 16px;
    table-layout: fixed;
}
	
.blog_h2 a {	
	font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 16px;
    text-transform: none;
	color: #333745;
}	
.blog_h2 a:hover {
    text-decoration: none;
    cursor: pointer;
    color: rgb(255, 93, 0);
}

#product_block {
	display: block;  
	background-image: url('/image/stamp_VestaCeram_dop.png');
	background-repeat: no-repeat;  
	/*background-size: 40% 90%; */
	background-size: 35%;
	background-position: 90% 0%;
}
.product_info {
	width: 53%;
	float: left;
	display: block;
	margin-right: 5px;
}
.normal_price_block {
	float: left;
	margin-right: 15px;
	margin-top: 20px;
}
.normal_price_gray {
	font-size: 18px;
	color: #999999;
}
.normal_price_blue {
	font-size: 24px; 
	color: rgb(8, 47, 112);
}
.normal_price_text {
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;  font-size: 14px;
	text-transform: none;
	color: rgb(51, 55, 69);
	margin-bottom: 5px;
}
.special_price_block {
	float: left;
	font-size: 18px;
	margin-top: 20px;
}
.special_price_text {
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;  font-style: normal;
	font-size: 14px;
	text-transform: none;
	color: rgb(51, 55, 69);
	margin-bottom: 5px;
}