
.title_entry {
	font-family: georgia, arial;
	font-size: 120%;
	color: #fff;
	line-height: 140%;
	font-style: italic;
	padding: 0 20px 20px 20px;
/*	background: url('../imgs/red-back.png') bottom left #000 repeat-x; */
}

.product_entry {
	padding: 0px 0 5px 0;
	margin: 0 0 10px 0;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	color: #f1f1f1;
}

.product_entry p {
	margin: 4px 0 0 0;
	padding: 0;
	font-family: arial, verdana;
}

.product_entry p.product_details {
	float: right;
	display: inline;
	height: 25px;
	line-height: 25px;
	font-size: 70%;
	font-family: tahoma, arial;
}

.product_title {
	padding: 10px 0 0 0;
}

.product_entry p.product_desc {
	font-size: 80%;
	padding: 10px 0 10px 0;
}

.prod_img {
	border: 5px solid #1E1C1D;
}