div#offer_proposal {
	padding: 8px 4px;
	background: #fff;
}

#offer_proposal td.status {
	text-align:center;
	height: 20px;
	vertical-align:middle;
}

#offer_proposal td.image {
	text-align: center;
	vertical-align:middle;
}

#offer_proposal td.name {
	height: 40px;
	vertical-align:middle;
	text-align:center;
	border-top: 1px solid #F3ECD5;
	border-bottom: 1px solid #F3ECD5;
}

#offer_proposal a {
	text-decoration: none;
}

#offer_proposal a:hover {
	text-decoration: underline;
}

#offer_proposal td.producer {
	height: 25px;
	text-align:center;
	vertical-align:middle;
}

#offer_proposal td.price_bar {
	height: 53px;
	background:url(../image/template/proposalBox_priceBg.gif) top left no-repeat;
	text-align:center;
	vertical-align:middle;
	color: #fff !important;
}

#offer_proposal td.price_bar span.price, #offer_proposal td.price_bar .priceDiscount {
	color: #fff;
	font-weight:bold;
}
#offer_proposal td.price_bar .pricePrev {
	color: #fff;
	text-decoration:none;
}

