.prtbl {
width: 170px;
*width: 185px;
border-collapse: collapse;
}
.prtbl_normal .prtbl_label TD {
padding: 4px 0;
}
.prtbl_wacky_first .prtbl_label TD,
.prtbl_wacky_others .prtbl_label TD {
height: 21px;
}
.prtbl_wacky_others .prtbl_label TD {
padding-top: 15px;
}
.prtbl_wacky_others .prtbl_price {
color: #ff6699;
font-weight: bold;
}
.prtbl_wacky_others {
padding-top: 10px;
}
.prtbl_label {
color: #ff9900;
font-weight: bold;
}
.prtbl_wacky_first .prtbl_even,
.prtbl_wacky_others .prtbl_even,
.prtbl_header {
background: #e8e8e8;
}
.prtbl_header TD {
height: 21px;
font-weight: bold;
}
.prtbl_item {
height: 19px;
}
.prtbl_header TD, .prtbl_item {
padding-left: 5px;
}
.prtbl_header TD.prtbl_price {
padding-right: 10px;
white-space: nowrap;
}
.prtbl_qd TD {
text-align: center;
font-size: 11px;
line-height: 1.2;
padding-top: 10px;
}
.prtbl_sh TD {
text-align: right;
font-size: 11px;
line-height: 1.2;
padding-top: 10px;
}
.prtbl_add TD {
text-align: left;
font-size: 11px;
line-height: 1.2;
padding-top: 10px;
}
.prtbl_price, .prtbl_sale {
text-align: right;
}
.prtbl_sale {
text-align: left;
}
.prtbl_sale .prtbl_orig {
text-decoration: line-through;
font-size: 11px;
}
.prtbl_sale .prtbl_price {
color: red;
}

.strike {
text-decoration:line-through;
}