/* Formatting for the email quote.  For the web version a lot
   is inherited from the yui styles, but we'll just put the
   relevent ones here to be included in the email. */

div.email p {
    margin-bottom : 1em;
}

div.email table {
    border-collapse : collapse;
    border-spacing  : 0;
}

div.email th,
div.email td,
div.email h1 {
    margin      : 0;
    padding     : 0;
    line-height : 1.22em;
}

div.email td {
    font-family : arial,helvetica,clean,sans-serif;
    font-size   : 13px;
}

div.email h1 {
    font-size     : 1.5em;
    margin-bottom : 0.7em;
    margin-left   : 0em;
    margin-top    : 0.5em;
}

div.email ul {
    padding : 0;
}

/* For the web version */

div.web {
    display      : block;
    width        : 100%;
    margin-left  : auto;
    margin-right : auto;
}

/* For both versions */

.error {
    color       : red;
    font-weight : bold;
}

ul.notes li {
    margin-left     : 2em;
    list-style-type : disc;
}

ul.notes li ul li {
    margin-left     : 2em;
    list-style-type : circle;
}

/* Distributors */

table.distros {
    font-size : .95em;
}

td.d_countries {
    width : 105px;
}

td.d_name {
    width : 200px;
}

td.d_addr {
    width : 239px;
}

td.d_contact {
    width : 232px;
}

img.map {
    float : right;
    /*margin-left : 5em;*/
}

/* Quote */

td.title {
    padding-top    : 0.5em;
    padding-bottom : 0.5em;
    font-weight    : bold;
}

span.asterisk {
    color       : red;
    margin-left : 0.2em;
}

p.note {
    font-style : italic;
}

input,
select {
    margin : 0.2em 0em 0.2em 0.3em;
}

/* Misc */

img.right {
    float : right;
}


