table.Theme {
    border-collapse: collapse;
    margin-top: 10px;
}


table.Theme caption {
    margin: 10px 0 10px 0;
}

table.Theme caption span.Title {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}

table.Theme caption span.Subtitle {
    display: block;
    font-size: 12px;
    line-height: 16px;
}



table.Theme th,
table.Theme td {
    text-align: center;
    padding: 4px 2px;
    border-bottom: 1px solid #999;
}

table.Theme th {
    font-weight: bold;
}

table.Theme thead {
    border-bottom: 2px solid #000;
}

table.Theme tfoot th,
table.Theme tfoot td {
    border-bottom: 0;
}

table.Theme td.Price {
    display: none;
}


/* Column Classes */

table.Theme td.Col1,
table.Theme th.Col1 {
    text-align: left;
    width: 250px;
}

table.Theme th.Col1 span.Price {
    font-size: 12px;
    font-weight: normal;
}


table.Theme td.Total,
table.Theme th.Total {
    text-align: right;
    width: 100px;
}

table.Theme th.Subtotal {
    text-align: right;
}

input.Qty {
    width: auto;
    border: 1px solid #999;
}

input.disabled {
    border: 1px solid #999;
    background: #ccc;
}

input.readonly {
    border: 1px solid #999;
    background: #eee;
}
