div.cart_order table{
	width:90%;
	border:1px solid #ccc;
	padding:5px;
}
div.cart_order table thead tr td{
	padding:3px;
	color:#000;
	font-size:18px;
}
div.cart_order table tbody tr td{
	padding:3px;
}
div.cart_order h1{
	font-size:18px;
	text-align:left;
	padding:5px;
	padding-left:30px;
	color:#fff;
	width:90%;
	border:1px solid #ccc;
}

/*.title{
	background:#d7696c;
	color:#fff;
} 
*/
.odd{
} 

.even{
	background:#eee;
}