@import url(../basic.css);
table {
font-size: 90%;
width: 550px;
margin-top: -10px;
margin-bottom: 10px;
margin-left: 10px;
border-top: 1px solid #7b766d;
border-left: 1px solid #7b766d; }

th {
color: #463e33;
background-color: #efeae2;
padding: 2px;
border-bottom: 1px solid #7b766d;
border-right: 1px solid #7b766d; }

th.price {
width: 250px; }

th.pricecomment {width: 350px; }

td {
background-color: #fff;
vertical-align: top;
padding: 2px;
border-bottom: 1px solid #7b766d;
border-right: 1px solid #7b766d; }


