#checkout table {
	width:95%;
}
#checkout td {
	padding:5px;
	vertical-align:top;
	background:#f4f4ee;
	border-top:1px solid #fff;
	border-bottom: 1px solid #e0e0d2;
}
#checkout th {
	padding:5px;
	text-align:left;
	vertical-align:top;
	color: #4d3c3a;
	background-color: #e6e6dc;
	border-top:1px solid #fff;
	border-bottom: 1px solid #d0d0c1;
	font-size:12px;
}
#checkout textarea {
	width:650px;
	height:100px;
}

.product_bar {
	min-height:90px;
	padding:5px;
	background:#f4f4ee; 
	border-top:4px solid #fff;
	border-bottom:1px solid #e0e0d2;
}
#checkout .product_bar table {
	width:450px;
}
#checkout .product_bar td {
	padding:2px 5px;
	border:none;
}
.product_bar .picture {
	display:block;
	float:left;
	width:90px;
	height:90px;
}
.product_bar .text {
	display:block;
	margin-left:100px;
}
.product_bar h3 {
	font-size:14px;
	color:#533c3c;
}
