#wrapper {
	width:600px;
	margin:0 auto;
	text-align:left;
}
#products,.product,.wrapper,.image,.description {
	float:left;
}
#products,.product {
	width:100%;
}
.product {
	padding:13px 0;
	border-bottom:dashed 1px #aaa;
}
.product:last-child{
	border:0;
}
.image {
	width:180px;
}
.description {
	width:420px;
}
.grid .product {
	padding:10px;
	text-align:center;
	border:none;
	margin-bottom:10px;
	margin-right:20px;
}
.grid .product,.grid .wrapper,.grid .image,.grid .description {
	width:180px;
}

.grid .image {
	margin-bottom:7px;
}
.grid .wrapper {
	border:solid 1px #ddd;
	padding:5px;
	/*border-left-width: 0;*/
}
/*div.wrapper:first-child{
	border-left-width: 1px;
}*/
.grid .description p {
	display:none;
}











