img.retailer {
	border: none;
	height: 100px;
	width: 100px;
}

div.site {
	text-align: left;
	font-weight: bold;
}

div.retailer {
	margin-left: 240px;
}

div.retailer div.st:hover {
	background: #CC9999;
	/*margin-left: auto;*/
}

div.st div {
	margin: 2px;
}

div.retailer div.st {
	text-align: left;
	overflow: auto;
	cursor: pointer;
}

div.thumb {
	vertical-align: middle;
	text-align: center;
	height: 100%;
	float: left;
}

div.desc {
	vertical-align: top;
	text-align: justify;
	float: right;
	width: 80%;
}

div.products {
	float: right;
	width: 80%;
}

div.products img {
	border: solid black 1px;
}


