﻿@charset "utf-8";
#pro_detial { width: 100%; }
#pro_left { width: 310px; float: left; }
#pro_img { padding: 5px; border: 1px solid #ddd; width: 298px; max-height: 298px; text-align: center; line-height: 0px; }
#pro_img img {
	max-width: 300px;
	max-height: 300px;
	_width: expression((this.offsetWidth > 300) ? "300px" : this.offsetWidth + "px" );
	_height: expression((this.offsetHeight > 300) ? "300px" : this.offsetHeight + "px" );
	}
#pro_do { width: 583px; float: right; }
#pro_do p.div { display: block; padding: 0; margin: 0; color: #F00; font: bold 14px/35px "Microsoft YaHei", "Arial"; }
