
table.productListing {
	border-spacing: 0px;
	margin-bottom: 20px;
	width: 96%;
}

table.productListing td {
	padding: 10px 15px;
	vertical-align: top;
}

table.productListing th {
	border-bottom: 1px solid black;
}

table.productListing th a {
	color: black;
	text-decoration: none;
}

table.productListing th a:hover {
	color: rgb(250, 172, 19);
}

table.productListing th.image {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-radius-top-left: 10px;
	border-radius-top-right: 10px;
	background: rgb(250, 172, 19);
	border-bottom: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	text-align: center;
	width: 60px;
}

table.productListing td.image {
	background: rgb(250, 172, 19);
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
	width: 60px;
}

table.productListing tr.bottom-row td.image {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-radius-bottom-left: 10px;
	border-radius-bottom-right: 10px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

table.productListing td.desc, table.productListing th.desc {
	padding-left: 10px;
	text-align: left;
}

table.productListing td.desc a {
	color: black;
	font-weight: bold;
}

table.productListing td.desc a:hover {
	color: rgb(250, 172, 19);
}

table.productListing td.price, table.productListing th.price {
	padding-right: 15px;
	text-align: right;
}

table.productListing td.price {
	font-weight: bold;
	padding-bottom: 15px;
	width: 40px;
}

table.productListing td.info, table.productListing td.cart {
	padding: 2px;
	text-align: center;
	width: 35px;
}

table.productListing td.cart {
	padding-right: 10px;
	padding-top: 1px;
}

table.productListing td.cart-type, table.productListing th.cart-type {
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

table.productListing td.label {
	font-weight: bold;
	text-align: right;
}

table.horiz {
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgb(250, 172, 19);
	border: 1px solid black;
	margin: 5px auto;
}

table.horiz td {
	text-align: center;
	vertical-align: top;
}

table.horiz td.image {
	background: transparent;
	border-width: 0px;
	color: white;
	font-size: 80%;
	font-weight: bold;
	padding: 10px 15px 5px 15px;
}

table.horiz td.image a {
	color: black;
	text-decoration: none;
}

table.horiz td.image a:hover {
	color: rgb(255, 255, 0);
}

table.4-way td {
	width: 25%;
}

table.5-way td {
	width: 20%;
}

div#desc img {
	float: right;
	margin-left: 10px;
}

div#desc hr {
	clear: right;
}

