﻿.product-list {
	margin-top: 30px;
}

.product-list-i-wrapper {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

	.product-list-i-wrapper table {
		width: 100%;
	}

		.product-list-i-wrapper table .product-list-i-img {
			width: 30%;
		}

			.product-list-i-wrapper table .product-list-i-img a {
				display: block;
				text-align: center;
			}

.product-list-i-title {
	margin-bottom: 10px;
}
