
.product {
	width: 299px;
	height: 169px;
	border-bottom: 1px #666666 dotted;
	margin: 2px;
	padding: 2px;
}

.right-dotted {
	border-right: 1px #666666 dotted;
}
.left-dotted {
	border-left: 1px #666666 dotted;
}


.product-a {
	float: left;
	width: 90px;
}
.product-a img {
	width: 90px;
}

.product-b {
	float: left;
	margin-left: 3px;
	width: 200px;
	vertical-align: text-top;
	font-size: 10px;
	text-align: justify;
}

.product-b h6 {
	margin-top: 0;
}

.product-b h6 a {
	color: #940000;
	font-weight: bold;
	text-decoration: none;
}

.sorter {
	padding: 10px;
	margin: 0  0 0 -10px;
	width: 610px;
	background: #a60000;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 3px 3px 3px #000000;
	text-align: center;
}

.sorter-select {
	height: 1.5em;
	font-size: 1em;
	padding:0;

}
.filter-buttons {
	background: #ffffff;
}