/* tags */

    table, thead, tfoot, tbody, tr, th, td {
        border-collapse: collapse;
    }
    img {
        border: none;
    }
    img {
        display: block;
    }
    html, body, div, h3, p, ul, li, dl, dt, dd, table, thead, tfoot, tbody, tr, th, td, form, input, select, option, textarea, button {
        font-family: arial, verdana;
    }
    h1, h2, p.price {
        font-family: arial;
    }
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 14px;
    }
    html, body, div, h3, p, ul, li, dl, dt, dd, table, thead, tfoot, tbody, tr, th, td, form, input, select, option, textarea, button {
        font-size: 12px;
    }
    p, li, dt, dd {
        line-height: 17px;
    }
    p small, li small, dt small, dd small {
        line-height: 13px;
    }
    ul, li {
        list-style: none;
    }
    html, body, div, h1, h2, h3, p, ul, li, dl, dt, dd, thead, tfoot, tbody, tr, th, td, form, input, select, option, textarea, button {
        margin: 0;
    }
    table {
        margin: 6px 0;
    }
    html, body, div, li, dt, dd, table, thead, tfoot, tbody, tr, form, input, select, option, textarea, button {
        padding: 0;
    }
    h1, h2, h3, p, ul, dl {
        padding: 6px 12px;
    }
    th, td {
        padding: 3px 12px;
    }
    textarea, input {
        padding: 3px;
    }
    select {
        padding: 2px;
    }
    button {
        padding: 3px 0;
    }
    th, td {
        vertical-align: top;
    }