body{
    text-align:center;
    font-family: 'Lucida Sans',"Trebuchet MS",Arial,Helvetica,sans-serif;
    background: #FFFFFF url(../img/bg.gif) repeat scroll 0 0;
    color: #595959;
}
.header {
    text-align:left;
    width:800px;
    height: 130px;
    margin: 0 auto;
    background: #C30707 none repeat;
    /*background: transparent url(drapes.jpg) no-repeat scroll 0 0;*/
}
.site_name_header {
    color:#FFFFFF;
    font-size:47px;
    font-style:italic;
    font-weight:normal;
    margin: 0 0 20px 30px;
}
.site_name_header a {
    text-decoration: none;
    color: white;
}
.header_menu {
    display: inline;
    list-style-type: none;
    white-space: nowrap;
    padding: 0;
}
.header_menu li {
    display: inline;
    font-weight: bold;
    margin: 0 5px;
}
.header_menu li a {
    color: white;
    text-decoration:none;
    border-bottom: 1px solid yellow;
}
.menu_holder {
    position: relative;
    text-align: center;
}
.menu_holder div a {
    position: absolute;
    right: 0;
    top: 5px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}
.description {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    margin-left: 150px;
    position: relative;
    top: -5px;
}

.body {
    margin: 0 auto;
    width: 800px;
    padding: 5px;
}
.body a {
    color: #A31A1A;
}
.menu {
    float: left;
    width: 155px;
    background: #FFFFFF none repeat;
    border: 3px;
}
.content {
    float: right;
    width: 640px;
    background: transparent none repeat;
}
.footer {
    margin: 0 auto;
    width: 800px;
    clear: both;
    font-size: 10px;
    background: #FFFFFF none repeat;
    position: relative;
    top: 5px;
}
.section_title {
    text-align: left;
    margin: 5px 5px;
}
.vehicle_search_form {
    text-align: left;
    margin: 5px;
}
.vehicle_search_form label {
    display: block;
    font-size: 14px;
}
.vehicle_search_form input, .vehicle_search_form select {
    width: 140px;
}
.vehicle_search_form .number {
    width: 55px;
}
.vehicle_search_form .year {
    width: 60px;
}
.vehicle_search_form .submit {
    text-align: left;
    width: 60px;
}
.dynamic_content {
    width: 495px;
    float: left;
    background: #FFFFFF none repeat;
}
.ads {
    width: 140px;
    float: right;
    background: #FFFFFF none repeat;
}
.form {
    margin: 5px;
    text-align: left;
}
.form label {
    display: block;
    font-size: 14px;
}
.form input {
    width: 450px;
}
.form textarea {
    width: 450px;
    height: 80px;
}
.form .submit {
    width: 60px;
    text-align: left;
}
.form  .vehicle_select {
    width: 250px;
}
.form .vehicle_images div {
    float:left;
    margin: 5px 5px 5px 0;
    text-align: center;
    height: 110px;
    width: 105px;
}
.form .vehicle_images div img {
    width: 100px;
    height: 100px;
}
.form .vehicle_images div a {
    font-size: 10px;
    font-weight: bold;
    position: relative;
}
.form .vehicle_images div a:visited {
    color: #595959;
}
.state {
    float: left;
    width: 110px;
}
.state select {
    width: 100px;
}
.city {
    float: right;
    width: 370px;
}
.city select {
    width: 340px;
}
.user_image {
    margin-top: 10px;
}
.user_image .user_image_view {
    float: left;
}
.user_image .user_image_view img {
    width: 100px;
    height: 100px;
    border: none;
}
.user_image .user_image_select {
    float: right;
}
.user_image_select input {
    width: 360px;
}
.validation_error {
    color: red;
    font-size: 12px;
    margin-left: 5px;
}

.vehicle_data {
    text-align: left;
    height: 105px;
    border-bottom: thin solid #595959;
    margin-top: 5px;
    margin-left: 5px;
}
.vehicle_data .vehicle_image {
    float: left;
    height: 100px;
    width: 100px;
}
.vehicle_data .vehicle_image img {
    width: 100px;
    height: 100px;
    border-style: none;
}
.vehicle_data .vehicle_information {
    float: left;
    height: 100px;
    width: 380px;
    font: normal normal normal 11px/150% verdana, sans-serif;
    overflow: hidden;
    margin-left: 5px;
}
.vehicle_data .vehicle_information .additional_data {
    color: #D54444;
    background: #E9E9E9 no-repeat 0 0;
    height: 70px;
    overflow: hidden;
}
.vehicle_data .vehicle_information p, .additional_data {
    margin: 0 3px;
}
.vehicles_ordenation {
    font-size: 10px;
    text-align: right;
    font-weight: 100;
}

.vehicle_view {
    text-align: left;
    height: 110px;
}
.vehicle_view .user_data {
    float: left;
    width: 365px;
}
.vehicle_view .user_data p {
    margin: 0 5px;
    font-size: 12px;
}
.vehicle_view .user_image {
    float: right;
}

.vehicle_view .user_image img {
    width: 120px;
    height: 100px;
    border: none;
    margin-right: 10px;
}
.vehicle_view_data {
    clear: both;
    margin-top: 10px;
    text-align: left;
}
.vehicle_view_data .vehicle_information {
    margin-top: 10px;
}
.vehicle_information p {
    margin: 0 5px;
    font-size: 12px;
}
.vehicle_information p span {
    color: #D54444;
    font-weight: bold;
}
.vehicle_additional_data {
    color: #D54444;
    background: #E9E9E9 no-repeat 0 0;
    margin: 5px;
    clear: both;
    text-align: left;
    word-wrap: break-word;
}
.vehicle_view_form {
    border: solid thin #D54444;
    margin: 5px;
}
.vehicle_image_gallery {
    margin-top: 5px;
}
.vehicle_image_gallery ul {
    list-style-type: none;
}
.vehicle_image_gallery ul li {
    display: inline;
}
.vehicle_image_gallery img {
    width: 120px;
    height: 110px;
    margin-right: 10px;
    border : none;
}

.vehicle_contact {
    text-align: left;
    border-bottom: thin solid #595959;
    margin: 5px 5px;
}
.vehicle_contact a {
    font-size: 12px;
}
.vehicle_contact p {
    font-size: 12px;
    margin: 5px 0;
}
.vehicle_contact div {
    background: #E9E9E9 none no-repeat scroll 0 0;
    color: #D54444;
}

.contacts {
    background: #E9E9E9 none no-repeat scroll 0 0;
    text-align: left;
    color: #D54444;
    margin: 5px 5px;
}

.user_data_vehicle_registration .check_label {
    display: inline;
}
.user_data_vehicle_registration .check_button {
    width: auto;
}

.error_status_message {
    background: #CD5C5C none repeat;
    color: #8B0000;
    font-size: 12px;
    margin: 5px;
}
.success_status_message {
    background: #90EE90 none repeat;
    color: #006400;
    font-size: 12px;
    margin: 5px;
}
