ul.products_list {
	list-style: none;
	padding: 0;
}

.products_list li {
	display: table;
	border-bottom: dotted 1px #A2C334;
	margin-bottom: 15px;
	width: 100%;
}

.products_image {
	display: table-cell;
	padding: 5px 5px 10px;
	margin: 0 auto;
	vertical-align: middle;
	width: 150px;
	text-align: center;
}

.products_image img {
	width: 100%;
	height: auto;
}

.products_text {
	display: table-cell;
	vertical-align: top;
	padding: 5px 5px 10px;
}

.products_title {
	margin-bottom: 10px;
	color: #669900;
	font-size: 18px;
	border-bottom:dotted 2px #CCCCCC;
}

.products_area_navi {
	background: #fff6cc;
	text-align: center;
	margin-top: 20px;
}

.products_area_navi h3 {
	background: #A2C334;
	margin: 5px;
	padding: 5px;
	font-size: 14px;
	text-align: left;
}

.products_area_navi a {
	margin: 0 20px;
}

.products_area_navi a img {
	width: 120px;
}
