@charset "utf-8";
/* CSS Document */

table {
width: 700px;
font-size: 11px;
}
table, td {
padding: 10px;
}
.colone {
width: 145px;
}
.price {
width: 50px;
font-weight: bold;
color: #861A17;
}
.qty {
width: 50px;
}
.header{
	text-decoration:underline;
	font-size: 12px;
	color: #861A17;
	font-weight: bold
}