/**
 * @author Denis Barushev <barushev@gmail.com>
 * @since 29.07.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: #fff url(/media/images/bgs/html.gif) repeat-x top;
}

body {
    background: url(/media/images/bgs/body.png) no-repeat right 231px;
    font: 62.5% Arial, Tahoma, sans-serif;
    color: #333;
}

ul {
    list-style-type: none;
}

img {
    border: 0;
    vertical-align: top;
}

a {
    /*color: #59679b;*/
    color: #273a7f;
}


#wrap {
    width: 830px;
    margin: 0 auto;
}

#header {
    background: url(/media/images/bgs/header.png) no-repeat 260px 49px;
    height: 400px;
    padding: 63px 0 40px 0;
}

#header .description {
    font-size: 2.2em;
    width: 270px;
    line-height: 95%;
    padding: 30px 0 0 0;
}

#header .description .selected {
    background: #f4f4e3;
    padding: 0 2px;
}

#header .description p {
    margin: 0.9em 0;
}

#header .description .link {
    font-weight: bold;
}

h1 {
    color: #273a7f;
    font-size: 3.5em;
    margin: 0 0 30px 0;
}

span.link {
    color: #273a7f;
    border-bottom: 1px dashed #5d6b9f;
    cursor: pointer;
}

#body {
    zoom: 1;
    overflow: hidden;
}


#content {
    width: 580px;
    float: left;
}


#content div.text {
    font-size: 22px;
}

#content div.text dt {
    font-size: 26px;
    font-weight: bold;
}

#content div.text dd {
    padding: 0 0 40px 30px;
}

#content div.text ul {
    list-style-type: disc;
}

#content div.text p {
    margin-bottom: 1em;
}

#content .warning {
    font-size: 1.6em;
    font-family: Tahoma, Verdana, sans-serif;
    background: #f9f9dd url(/media/images/bgs/dash.gif) repeat-x bottom;
    padding: 23px 40px;
    margin-top: -20px;
}

#content form {
    background: #efefef;
    font-size: 12px;
    padding: 30px 0 5px 0;
}

#content form li {
    padding: 0 0 20px 180px;
    position: relative;
    zoom: 1;
}

#content form dl {
    padding-right: 30px;
    position: relative;
}

#content form dl label {
    border-bottom: 1px dashed #999;
    cursor: pointer;
}

#content form dt {
    padding: 4px 0;
    position: relative;
    padding-left: 23px;
    zoom: 1;
}

#content form dt input {
    position: absolute;
    top: 2px;
    left: 0;
}

#content form dd {
    background: #fff url(/media/images/bgs/dd.gif) no-repeat left top;
    padding: 24px 16px 15px 16px;
    margin-bottom: 7px;
    margin-top: 3px;
    display: none;
}

#content form li.submit {
    padding-left: 170px !important;
}

#content form li.vehicle_type {
    margin-top: 10px;
}

#content form li.vehicle_type .comment {
    display: none;
    top: -8px;
    position: relative;
}

#content form li.city {
    padding-bottom: 40px;
}

#content form li.term {
    padding-bottom: 30px;
}

#content form li.persons {
    padding-bottom: 30px;
}

#content form li.other_city,
#content form li.seating_capacity,
#content form li.carrying_capacity,
#content form li.moto_engine_volume,
#content form li.persons
{
    display: none;
}

#content form .price {
    font-size: 21px;
    font-weight: bold;
    color: #999;
}

#content form .price .total {
    color: #273a7f;
}

#content form .price .percent {
    font-size: 15px;
    position: relative;
}

#content form .price .sale {
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    left: 4px;
    top: 17px;
}

#content form li.term label.field,
#content form li.engine_volume label.field,
#content form li.moto_engine_volume label.field,
#content form li.carrying_capacity label.field  {
    padding-top: 3px;
}

#content form li.city label.field,
#content form li.vehicle_type label.field,
#content form li.seating_capacity label.field {
    top: -5px;
}

#content form li.separated {
    background: url(/media/images/bgs/dash.gif) repeat-x top;
    padding-top: 20px;
}

#content form li.separated label.field {
    top: 25px;
}

#content form li.city label.field {
    top: auto;
}

#content form label.field {
    width: 135px;
    position: absolute;
    left: 30px;
    text-align: right;
}


#content form.step2 label.field {
    top: 5px;
}

#content label.top_5 {
    top: 5px;
}

#content form label.disabled {
    color: #787878;
}

#content form label input {
    vertical-align: -4px;
}

#content form select.full {
    width: 250px;
}

#content form input.full,
#content form textarea.full {
    width: 330px;
}

#content form select.brief {
    width: 150px;
}

#content form input.brief {
    width: 115px;
}

#content form input.phone {
    width: 140px;
}

#content form input.empty {
    color: #999;
}

#content form input.extrabrief {
    width: 60px;
}

#content form .checkbox {
    padding-bottom: 5px;
}

#content form .text {
    background: #fff;
    border: 1px solid #c5c0b5;
    padding: 4px;
    font-size: 12px;
    font-family: Arial, Tahoma, sans-serif;
}

#content form .comment {
    color: #999;
    padding-top: 3px;
}

#content form .padded {
    padding-bottom: 10px;
}

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

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

#content form .back {
    width: 135px;
    position: absolute;
    left: 30px;
    text-align: right;
    font-size: 18px;
    top: 25px;
}

#content form .driving_licence {
    overflow: hidden;
    zoom: 1;
}

#content form .serial {
    float: left;
}

#content form .number {
    float: left;
    padding-left: 10px;
}

#content form .add_driver {
    padding-top: 5px;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}

#content form .delete {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding-right: 60px;
}




#sidebar {
    width: 215px;
    padding: 65px 0 0 30px;
    float: right;
}

#sidebar .phone {
    font-size: 2.5em;
    font-weight: bold;
    letter-spacing: -1.3px;
    padding: 10px 0 25px 0;
}

#sidebar .link {
    font-weight: bold;
}

#sidebar p {
    font-size: 1.8em;
}

#sidebar .send_message {
    padding: 0 0 50px 0;
}

#sidebar .axa {
    padding: 10px 0 0 0;
}

#sidebar .more {
    padding: 15px 0 55px 0;
}

#sidebar .text {
    line-height: 100%;
}


#sidebar_details {
    padding-top: 15px;
}

#sidebar_details p {
    margin-bottom: 1em;
}

#sidebar_details,
#content_details,
#sidebar_message,
#content_message {
    display: none;
}

#content_message form {
    margin-bottom: 20px;
}


#footer {
    font-size: 1.2em;
    color: #8c8c8c;
    margin: 1.5em 0 5em 0;
}

.submit input {
    padding: 0 .15em;
    width: auto;
    overflow: visible;
    font-size: 18px;
    color: #333333;
    margin-left: 11px;
    padding: 2px 10px 2px 10px;
}

.request input {
    background: #71aa6b;
    color: #fff;
}

#content_message div.text {
    display: none;
}

#content_message .contacts {
    font-size: 1.6em;
}

#content_message .contacts p {
    margin-bottom: 1em;
}

.print_ticket {
    font-size: 28px;
    font-weight: bold;
}

#send_to_email {
    width: 330px;
    padding: 14px 20px 18px 20px;
    background: #efefef;
    margin-bottom: 20px;
    display: none;
}

#send_to_email label {
    display: block;
    padding-bottom: 6px;
}

#send_to_email form {
    padding: 0;
    margin-bottom: 5px;
}

#send_to_email input.text {
    width: 206px;
}

#send_to_email input.submit {
    padding: 2px;
}

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

#sidebar img {
    vertical-align: bottom;
}
.useful {
    margin-top: 30px;
    border-top: 4px solid #4c9b46;
    background: #f4f4e3;
    padding: 10px 15px 15px 15px;
    font-size: 1.3em;
}

.useful a{
    font-weight: bold;
}