.post .product_header {
    display: block;
    overflow: hidden;
	padding: 5px 0 0 10px;
	margin: 12px 0 0;
	border-bottom: 1px dotted #C49090;
}
.post .product_header .product_header_left {
	display: block;
	float:left;
}
.post .product_header .product_header_right {
	padding: 10px 6px 25px 0;
	display: blo;	
	float:right;
}
.post .product_header .product_header_left2 {
	display: block;
	float:left;
}
.post .product_header .product_header_right2 {
	display: block;
	float:right;
}
