@charset "utf-8";
/* CSS Document */
table.product{
	border-collapse:collapse;
	width:100%;
	display:table;
	text-align:left;
	border:solid 1px #ebebeb;
	margin:3px 0px;
}
table.product td{
	padding:2px 10px;
	border-bottom:solid 1px #f7f7f7;
}
table.product td.image{
	width:120px;height:120px;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	background:#f7f7f7;
	padding:5px;
}

table.product td.image img{display:none;}


table.product td.title a{font-size:14px;font-weight:bold;color:#ff6600;text-decoration:underline;}
