/*Основные параметры, свойства*/

html, body, div, p, img, a {
    font-family: Tahoma;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

a, a:visited {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: underline;
}
td {
	vertical-align:top;
}

/*шапка сайта*/ .head, .head_l2 {
    width: 100%;
    height: 300px;
    background-image: url(/images/head_bg.jpg);
    background-repeat: repeat-x;
    margin:0;
    padding:0;
} .head_l2 {
    background-image: url(/images/head.jpg);
    background-repeat: no-repeat;
    white-space: nowrap;
} .head_l2 .left_column {
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0px 0px 10px;
    color: #999999;
} .head_l2 .right_column {
    padding-top: 6px;
    text-align: right;
} .head_l2 .right_column a, .head_l2 .right_column a:visited, .head_l2 .right_column a:hover {
    text-decoration: none;
    color: #414141;
} .head_l2 .right_column img {
    border: solid 1px #dadada;
} #head_link_prokat {
    position: absolute;
    left: 50px;
    top: 230px;
}

/*Иконки слева (главная, карта сайта, контакты)*/ #small_icon {
    position: absolute;
    left: 10px;
    top: 100px;
    width: 20px;
    text-align: center;
} #small_icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

/*Заголовок страницы*/ .h1 {
    position: absolute;
    top: 215px;
    left: 390px;
} .h1 h1 {
    font-size: 20px;
    font-weight: normal;
}

/*Позиционируем слоган*/ .slogan {
    position: absolute;
    top: 275px;
    right: 10px;
} .slogan a, .slogan a:visited {
    font-size: 12px;
    text-decoration: none;
    color: black;
} .slogan a:hover {
    text-decoration: underline;
}

/*Создаем две колонки сайта*/ .columns {
    display: block;
    
    width: 100%;
} .columns .content {
    white-space: normal;
} .columns .right_column, .columns .right_column .content {
    
    padding: 10px 10px 10px 10px;
    color: #3f3f3f;
    line-height: 17px;
    text-align: justify;
}
.columns .right_column .content {
	width:100%;
}
/*Стили касательно правой колонки*/ .columns .right_column .content h2 {
    font-size: 16px;
    padding-left: 7px;
    border-left: solid 5px #fbdb44;
} .columns .right_column .content h3 {
    font-size: 16px;
    padding-left: 7px;
    border-left: solid 5px #932c07;
} .columns .right_column .content li {
    list-style-image: url(/images/li.jpg);
} .columns .right_column .content ul li a, .columns .right_column .content ul li a:visited {
    color: #932c07;
} .columns .right_column .content a, .columns .right_column .content a:visited {
    color: #1484e3;
} .this_table, .this_table td {
    border: solid 1px silver;
}

/*Блоки в левой колонке сайта*/ .head_l_block {
    display: block;
    width: 50%;
    height: 21px;
    background-color: #fbdb44;
    background-image: url(/images/left_column/title_right.jpg);
    background-position: right top;
    background-repeat: no-repeat;
} .head_l_block h4 {
    padding: 3px 0px 0px 10px;
} .head_l_block h4, .head_l_block h4 a, .head_l_block h4 a:visited {
    font-size: 12px;
    font-weight: normal;
    color: #062348;
    text-decoration: none;
} .head_l_block h4 a:hover {
    text-decoration: underline;
} .content_l_block_l2 div div div div {
    min-height: 95px;
} .content_l_block {
    background-image: url(/images/left_column/bg.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-bottom: 15px;
} .content_l_block_l2 {
    background-image: url(/images/left_column/bg_right_block.jpg);
    background-position: right top;
    background-repeat: repeat-y;
} .content_l_block_l2 div {
    background-image: url(/images/left_column/border.jpg);
    background-position: top;
    background-repeat: repeat-x;
} .content_l_block_l2 div div {
    background-image: url(/images/left_column/border.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
} .content_l_block_l2 div div div {
    background-image: url(/images/left_column/top_right_box.jpg);
    background-position: right top;
    background-repeat: no-repeat;
} .content_l_block_l2 div div div div {
    background-image: url(/images/left_column/bottom_right_box.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 3px 15px 10px 3px;
    text-align: right;
} .content_l_block_l2 div div div div a, .content_l_block_l2 div div div div a:visited {
    padding-right: 10px;
    background-image: url(/images/left_column/link_dot.gif);
    background-repeat: no-repeat;
    background-position: right 6px;
    text-decoration: none;
    color: black;
    font-size: 11px;
} .content_l_block_l2 div div div div a:hover {
    text-decoration: underline;
}

/*Вертикальное меню в шапке*/ 
.top_menu {
    margin-top: 40px;
    margin-left: 380px;
}
* html .top_menu {
    margin-top: 0px;
    margin-left: 360px;
}
.top_menu ul {
    list-style: none;
    border-left: solid 1px white;    
    margin:0px;
} 
.top_menuul li {
    padding: 0;
    float: left;
	border-left: solid 1px white;    
    text-align: center;
    display:block;
  
} 
*html .top_menuul li {
	width:150px;
}
.top_menu td {
	
}
.top_menu table ul {
	padding:0;
} .top_menu table ul li {
	border-left: none;
	margin: 0px;
    width: auto;
    height: auto;
    padding: 6px 0px 0px 10px;
    float: none;
    text-align: left;
} .top_menu table a, .top_menu table a:visited {
	padding: 0px 10px 0px 15px;
    font-size: 11px;
    font-weight: bold;
    color: black;
} .top_menu table a:hover {
    text-decoration: none;
    color: white;
} .top_menu table ul li a, .top_menu table ul li a:visited {
    font-size: 11px;
    font-weight: normal;
    padding: 0px 0px 0px 5px;
    color: black;
} .top_menu table ul li a:hover {
    background-image: url(/images/subarrow.skin.gif);
    background-position: left 6px;
    background-repeat: no-repeat;
    text-decoration: none;
    color: white;
}

/*Подвал сайта*/ .footer {
    width: 100%;
    min-height: 30px;
    white-space: nowrap;
    margin-bottom: 10px;
} .footer div {
    float: left;
    display: inline;
    min-height: 15px;
} .footer .one {
    background-color: #fbdb44;
    background-image: url(/images/links_footer/top_right.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    width:60%;
} .footer .one div {
    background-image: url(/images/links_footer/bottom_right.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 100%;
} .footer .one div div {
    background-image: url(/images/links_footer/arrow.gif);
    background-position: 97% center;
    padding: 10px 0px 10px 10px;
} .footer .one div div a, .footer .one div div a:visited {
    text-decoration: none;
    color: black;
} .footer .one div div a:hover {
    text-decoration: underline;
} .two, .three {
    margin-left: 20px;
	width:auto;
	align:right;
}

/*Стили для обратной связи*/
input, select {
    width: 200px;
    height: 20px;
}

textarea {
    width: 400px;
    height: 150px;
}

textarea, input, select {
    border: solid 1px silver;
    font-size: 12px;
    color: #5d5d5d;
} #get_new {
    cursor: pointer;
}

input {
    background-color: white;
    padding-bottom: 5px;
}
.img{width:200px;font-size:0px;margin:5px;}
.img img {
    padding: 0px;
    margin: 0px;
    float: left;
    cursor: pointer;
} .br {
    position: relative;
    clear: both;
    font-size:1px;
    height:1px;
    visibility:hidden;
    margin-top:-6px;
}
.car_table ul li,.car_table ul{
    padding:0px;margin:0px 0px 0px 15px;
}
.order{width:580px;margin-bottom:100px;text-align:center;}
.order img{margin-top:15px;cursor:pointer;}
.auto_name{font-size:16px;text-decoration:underline;display:block;width:100%;}
.car_table td{vertical-align:top;}

.columns .right_column .content h4 a,
.columns .right_column .content h4 a:visited{
    color:black;
}

.chbox {
    width:20px;
}

#counters {
 margin-left:10px;
 margin-top:10px;
 padding:0;
}