body {
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-size: 11px;
}
th {
text-align: left;
font-weight: bold;
font-size: 11px;
background-color: #CCCCCC;
}
.heading {
font-weight: bold;
margin-top: 15px;
margin-bottom: 5px;
}
.info td {
border-bottom: 1px dashed #999999;
}
.info {
border-top: 1px dashed #999999;
}
.price {
text-align: right;
}
.row_odd {
background-color: #EEEEEE;
}
.row_even {
background-color: #F5F5F5;
}
|