/**
 * tigermoth.css
 *
 * Style sheet
 *
 * @author      Dave Leach
 * @copyright   Damil Ltd, 2008
 * @id          $Id: tigermoth.css 801 2009-11-17 21:47:57Z Dave $
 */

table.tigermoth {
    width: 800px;
    border-collapse:collapse;
    border: 1px solid #f3f3f3;
    border-bottom: 1px dotted #003;
    background: #FFF url('/images/tigermoth_bg_large.jpg') no-repeat;
    background-color: #f6f6f6;
    padding: 2px;
}
table.tigermoth tr {
    border-top: 1px dotted #003;
}
table.tigermoth td.title {
    height: 2em;
    vertical-align: bottom;
    padding-left: 2px;
    border: none;
    font-weight: bold;
    color: #d00;
}
table.tigermoth td.label {
    width: 12%;
    vertical-align: top;
    border: none;
    border: 1px dotted #003;
    border-left: none;
    padding: 0 30px 0 2px;
}
table.tigermoth td.detail {
    vertical-align: top;
    border: none;
    border: 1px dotted #003;
    border-right: none;
    padding: 0 30px 0 10px;
}
table.tigermoth td.price {
    width: 12%;
    vertical-align: top;
    border: none;
    border: 1px dotted #003;
    border-right: none;
    font-weight: bold;
    font-size: 95%;
    padding: 0 30px 0 10px;
}
#tigermoth div.left {
    width: 300px;
}

