/* =========================================
*/
.product_listing {
	margin: 5px 0px 5px 0px;
	padding: 20px 5px 20px 10px;
	border-top: 1px #EEEDE8 solid;
/*	clear: both;*/
}

.product_listing h1 {
	padding: 0px 0px 5px 0px;
	margin: 0;
	font: 1.125em Georgia, sans-serif;
	font-weight: bold;
}

.product_listing td.left {
	text-align: right;
	vertical-align: top;
	width: 25%;
	font-weight: bold;
	color: #888782;
}

.product_listing td.right {
	text-align: left;
	vertical-align: top;
	width: 73%;
}

.product_listing td.space {
	width: 2%;
}

.product_listing a {
	text-decoration: none;
	color: #383d44;
	font-weight: normal;
}

.product_listing a:hover {
	text-decoration: underline;
	color: #383d44;
}

.product_listing img {
	background: white;
	padding: 3px;
}

.product_listing_content a {
	text-decoration: none;
	color: #F78626;
	font-weight: normal;
}

.product_listing_content a:hover {
	text-decoration: underline;
	color: #F78626;
}
