/* 쇼핑몰 상세설명 테이블 */
div.comment_msg					{ clear: both; margin-top: 10px; font-size: 13px; }
div.comment_msg	p.tabletitle    { text-align: left; margin-left: 6px; height: 20px;font-weight: bold; font-size: 14px; }
div.comment_msg table			{ width: 100%;}

div.comment_msg col.head		{ width: 40%; }
div.comment_msg col.title		{ width: 60%; }
div.comment_msg col.body		{  } 
div.comment_msg th				{ text-align: center; height: 25px; background-color: #f1f1f1; color: #595959; font-weight: bold; font-size: 14px; }
div.comment_msg td				{ margin: 0 auto; height: 25px; color: #333333; font-size: 13px; }
div.comment_msg td.center	{ text-align: center; }
div.comment_msg td strong	{ color: #cf0000; }
