#productlisting {
	margin: 0px;
	padding: 0px;
    margin-left: 0px;
    width: 100%;
}

#productlisting li {
	display: inline;
	float: left;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

.productlisting_name {
	width: 175px;
	height: 75px;
	text-align: center;
}

html>body .productlisting_name {
	height: 50px;
}

.productlisting_image {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
}

.productlisting_imagecontainertable {
	height: 190px;
	width: 175px;
}

a.email {
	color: #0066cc;
	text-decoration: none;
	font-size: 12px;
}

td.price_cents, td.price_currency {
	text-align: left;
	font-size: 11px;
	color: green;
	font-weight: bold;
	vertical-align: top;
}

td.price_currency {
	padding-left: 10px;
	vertical-align: top;
}

td.price_dollars {
	text-align: left;
	font-size: 15px;
	color: green;
	font-weight: bold;
	vertical-align: top;
}
