/**
 * @author Denis Barushev <barushev@gmail.com>
 * @since 03.11.2008
 */
html, body, div, ul, ol, dl, li, dt, dd, p, form, h1, h2, h3, h4, h5, h6, table, tr, td {
    margin: 0;
    padding: 0;
}

html {
    background: #f5f5f5;
}

body {
    font: 11px Tahoma, Verdana, sans-serif;
    color: #000;
    padding: 15px;
}

ul {
    list-style-type: none;
}

a {
    color: #1979c4;
}

.link {
    color: #1979c4;
    text-decoration: underline;
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

p {
    margin: 1em 0;
}

#calculator td {
    padding: 8px 0;
    vertical-align: top;
}

#calculator td.label {
    width: 135px;
    padding-right: 15px;
    padding-top: 11px;
    text-align: right;
}

#calculator td.multiline {
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
}

input.empty {
    color: #999;
}

.w280 {
    width: 280px;
}

select.w280 {
    width: 284px;
}

.w160 {
    width: 160px;
}

select.w160 {
    width: 164px;
}

.submit input {
    font: bold 12px Arial, Tahoma, sans-serif;
    padding: 5px 10px;
}

.price {
    font: 21px Arial, Tahoma, sans-serif;
}

.comment {
    color: #999;
}

form label input {
    vertical-align: -0.3em;
}

.checkboxes li {
    padding: 1px 0;
}

#calculator tr.separated td {
    background: url(/media/images/bgs/dash.gif) repeat-x top;
    padding-top: 30px;
}

#calculator tr.separated_bottom td {
    padding-bottom: 30px;
}

#calculator .error {
    border: 2px solid #df9b9b;
}

.vehicle_type .comment {
    display: none;
}

.seating_capacity,
.carrying_capacity,
.moto_engine_volume,
.other_city,
.persons {
    display: none;
}

#send_to_email {
    display: none;
}

#send_to_email .done {
    background: #fff7b0;
    display: none;
    padding: 5px 8px 4px 8px;
}

#result {
    display: none;
}

p.print_ticket {
    margin-bottom: 2em;
}

p.print_ticket a {
    font-weight: bold;
}

form .error_message {
    color: #ff4e4e;
    padding-top: 3px;
}
