@charset "UTF-8";

.products{
	width:680px;
	margin:0 0 20px;
	}
.products td{
	vertical-align:top;
	padding:0 0 0;
	text-align:left;
	border:1px solid #ddd;
	}
.products td h4{
	font-size:14px;
	line-height:1.5;
	text-align:center;
	margin:8px 10px 10px 10px;
	padding:0 0 7px 0;
	border-bottom:dotted 1px #ddbd96;
	}
.products td p{
	font-size:12px;
	line-height:1.7;
	margin:5px 12px 10px 15px;
	}
.products td img{
	text-align:center;
	padding:15px 15px 0;
	}
