table.products {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: hidden hidden hidden hidden;
	border-color: green green green green;
	border-collapse: separate;
	background-color: white;
}
table.products th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: green green green green;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.products td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: green green green green;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

.product_item {
	width: 175px;
	height: 250px;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: green green green green;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	float: left;
	text-align: center;
	margin: 2px;
	font-family: arial;
}

.top_product_line {
	width: 664px;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;

	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	float: left;
	text-align: center;
	margin: 2px;
	font-family: arial;
}

#products {
	margin: 0px auto;
	text-align: center;
	width: 550px;
	background-color: #ffffff;
	align: center;
	font-size: 9pt;
}
