/* CSS Document */

div.merchandise {
	display:inline-block;
	width:140px;
	margin:20px 5px;
	border-bottom:1px dotted #333366;
}

.merchandise img {
	max-width:140px;
	max-height:200px;
}
