@import url(../basic.css);
table {
font-size: 90%;
background-image: url(../img/bg_sample.gif);
background-repeat: repeat-x;
width: 485px;
margin-top: 10px;
margin-left: 20px;
border: solid 1px #a18e66; }

th {
background-color: #c7ba9f;
padding: 2px;
border:           solid 1px #a18e66; }

th.price {
width: 250px; }

th.pricecomment {width: 350px; }

td {
background-color: #fff;
vertical-align: top;
padding: 2px;
border: solid 1px #a18e66;
 }

