* {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}
a {
	border: 0px;
}
table {
	/*border-collapse: collapse;*/
}
table td{
padding:0px; /* cellpadding="0" */
}
body {
	background-color: Black;
	text-align: center;
	font-family: "Trebuchet MS";
	color: White;
}
select {font-size: 10px;}
/*Меню*/
#menu {
	min-width: 1000px;
	margin: 0px auto;
	width: 96%;
	height: 33px;
}
#menu #left_end {
	width: 7px;
	background-image: url(../images/menu_left_end.gif);
	background-repeat: no-repeat;
}
#menu #right_end {
	width: 7px;
	background-image: url(../images/menu_right_end.gif);
	background-repeat: no-repeat;
}
#menu .cell {
	min-width: 120px;
	background-color: Black;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
}
#menu .cell a:link, #menu .cell a:visited {
	color: White;
	text-decoration: none;
}
#menu .cell a:hover {
	text-decoration: underline;
}
#menu .cell h2 {
    font-size: 14px;
}
#menu .separator {
	width: 1px;
	background-image: url(../images/menu_separator.gif);
	background-repeat: no-repeat;
}
/*Башка*/
#head {
	min-width: 1000px;
	height: 164px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/head.jpg);
}
#icq {
	position: absolute;
	right: 0px;
	top: 15px;
	width: 300px;
	height: 100px;
	text-align: right;
	background-image: url(../images/icq_bg.png);
	background-repeat: repeat-y;
	background-position: right;
	color: White;
	text-decoration: none;
}
#home_link {
    padding-right: 30px; margin-top: 20px;
}
#home_link a {
     font-size: 18px; font-weight: bold; text-decoration: none; color: Gray;
}
#contacts {
	text-align: left;
	height: 164px;
	width: 300px;
	background-image: url(../images/phone.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: White;
	text-decoration: none;
	float: left;
}
#contacts h1{
    font-size: 16px;
    font-weight: normal;
    line-height: 10%;
}
/*Телоид*/
.panes {
	width: 33%;
	min-width: 300px;
	background-color: #131313;
	float: left;
	margin: 12px 1px;
	background-image: url(../images/panes_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
}
.panes a:link, .panes a:visited {
	font-size: 13px;
	color: #396494;
	text-decoration: underline;
}
.panes a:hover {
	text-decoration: none;
}
#parts a:link, #parts a:visited {
	text-decoration: none;
	color: #cbab73;
	font-size: 14px;
}
#parts a:hover {
	text-decoration: underline;
}
#parts #vendors {
	margin: 5px auto;
	width: 320px;
}
#parts #vendors td {
	text-align: left;
}
#tyres td, #disks td {text-align: left; font-size: 12px;}
#tyres select, #disks select {font-size: 10px;}
#tyres table, #disks table {margin: 0px auto; width: 260px;}
#tyres, #parts, #disks {
	height: 300px;
	text-align: center;
}
#tyres h2 {color: White; margin-top: 20px}
/*Иконки*/
.icons {
	height: 120px;
	width: 130px;
	float: left;
	text-align: center;
}
.icons span {
	padding: 0px;
	margin: 3px;
	border-bottom: 2px dashed White;
}
.icons img {
	margin: 3px;
}
/*Футер*/
#footer {
	text-align: left;
	clear: both;
	margin: 0px auto;
	width: 96%;
	border-top: 1px solid Gray;
	padding: 15px 0px;
	color: #aaaaaa;
	font-size: 12px;
}
#footer a:link, #footer a:visited {
	font-size: 13px;
	color: #396494;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
/*Правая колонка*/
#right_col {
	text-align: center;
	width: 240px;
	vertical-align: top;
}
/*Ссылки табы*/
.tab_links {
	vertical-align: middle;
}
.tab_links a:link, .tab_links a:visited {
	font-size: 15px;
	font-weight: bold;
}
/*Подбор по авто*/
.panes_search {
	width: 60%;
	background-color: #131313;
	margin: 1px;
	background-image: url(../images/panes_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
}
#car_name {
	padding-top: 10px;
	text-align: left;
	width: 50%;
	color: #cbab73;
	font-size: 12px;
}
#pics {
	padding-top: 10px;
	text-align: right;
}
/*Поиск шин и дисков*/
#search_head td {
	border-left: 1px solid #3d3d3d;
	border-top: 1px solid #3d3d3d;
	border-bottom: 1px solid #0d0d0d;
	border-right: 1px solid #0d0d0d;
	background-color: #2e2e2e;
	text-align: center;
	padding: 3px 3px;
	font-size: 13px;
	width: 50%;
}
.search_title {
	text-align: center;
	padding: 3px 0px;
	color: #373737;
	background-color: #1b1b1b;
	font-size: 13px;
}
.search_row {
	text-align: center;
	padding: 3px 0px;
	color: #6d6d6d;
	background-color: #171717;
	font-size: 13px;
	border-bottom: 1px solid #1b1b1b;
}
.search_row a:link, .search_row a:visited {
	color: #6d6d6d;
	text-decoration: none;
}
.search_row a:hover {
	text-decoration: underline;
}
.search_product {
	width: 92%;
	height: 170px;
	margin: 3px auto;
	text-align: left;
	background-color: #1e1e1e;
	background-image: url(../images/wheel_trace.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
.search_image {
	height: 145px;
	width: 150px;
	text-align: center;
	background-color: White;
	background-image: url(../images/image_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}
.search_img {
    margin: 5px auto; height: 130px;
}
.search_name {
	width: 150px;
	background-color: #dedede;
	height: 25px;
	background-image: url(../images/name_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: center;
	color: #b72000;
	font-size: 14px;
	font-weight: bold;
}
    .search_name a:link, .search_name a:visited {
        color: #b72000;
	    font-size: 14px;
	    font-weight: bold;
	    text-decoration: none;
    }
.search_descr {
	padding: 10px 20px;
	color: #494949;
	font-size: 13px;
}
    .search_descr a:link, .search_descr a:visited {
        color: #ff8000;
        font-size: 14px;
        text-decoration: none;
    }
.search_descr span {
	color: #787878;
}
.search_price {
	vertical-align: top;
	padding: 15px 30px;
	text-align: right;
	font-size: 18px;
	color: #bf9449;
}
    .search_price a:link, .search_price a:visited {
    	font-size: 18px;
    	color: #bf9449;
    	text-decoration: none;
    }
    .search_price a:hover {
        text-decoration: underline;
    }
/*Голосование*/
#poll {
	background-image: url(../images/poll_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #131313;
	width: 220px;
	font-size: 12px;
	margin: 10px auto;
	padding-top: 30px;
	text-align: left;
}
/*Category view*/
#vendors {
	padding-top: 10px;
	vertical-align: top;
}
#vendors a:link, #vendors a:visited {
	text-decoration: none;
	color: #cbab73;
	font-size: 14px;
	margin-left: 20px;
}
#vendors a:hover {
	text-decoration: underline;
}
#vendors h3 {font-weight: normal; font-size: 12px; margin-left: 10px}
#left_col {font-size: 10px; color: #fd7b01; padding: 5px 0px 0px 20px;}

#category_view {
	vertical-align: top;
	text-align: center;
}
/*Product view*/
.product {
	width: 146px;
	height: 160px;
	margin: 2px;
	float: left;
	color: #b72000;
	text-align: center;
	background-image: url(../images/rounded_sq.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.product img {
	height: 128px;
	margin: 3px 3px 5px 3px;
}
/*Закругленная табличка*/
.products_table {
	 background-color: #1e1e1e;
	 width: 96%;
}
.products_table .products_lt {
	height: 8px;
	width: 8px;
	background-image: url(../images/lt.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.products_table .products_rt {
	height: 8px;
	width: 8px;
	background-image: url(../images/rt.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.products_table .products_lb {
	height: 8px;
	width: 8px;
	background-image: url(../images/lb.gif);
	background-repeat: no-repeat;
}
.products_table .products_rb {
	height: 8px;
	width: 8px;
	background-image: url(../images/rb.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.products_table .products_left {
	background-image: url(../images/dot.gif);
	background-position: left;
	background-repeat: repeat-y;
}
.products_table .products_right {
	background-image: url(../images/dot.gif);
	background-position: right;
	background-repeat: repeat-y;
}
.products_table .products_top {
	background-image: url(../images/dot.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.products_table .products_bottom {
	background-image: url(../images/dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
/*Content*/
#content {
	padding: 15px;
}
#content p {
    font-size: 13px;
    color: #cbab73;
    text-indent: 15px;
    line-height: 130%;
    margin-bottom: 10px;
    text-align: justify;
}
#content h2 {
    text-align: center;
    width: 100%;
}
#content ul, #content ol {
    font-size: 13px;
    color: #cbab73;
    margin-left: 20px;
    margin-bottom: 10px;
}
#content table {
    margin: 10px;
}
#content table td {
    color: #cbab73;
    font-size: 13px;
    padding-right: 10px;
}

#content-top {
    vertical-align: top;
    text-align: left;
    width: 150px;
}
#content-top h2 {
    margin-top: 15px;
    text-align: center;
}
/*Страница тестов шин*/
.test {
    border-collapse: collapse;
}
.test td {
    border: 1px solid;
    padding: 2px;
    text-align: center;
}
#sizes {
    border-collapse: collapse;
}
#sizes td {
    text-align: center;
    border: 1px solid;
}
#sizes h3 {
    text-align: left;
}

.info_links {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.info_links table td {
    padding-left: 20px;
    text-align: left;
}
.info_links a:visited, .info_links a:link {
    color: Gray;
    font-size: 13px;
    text-decoration: none;
}
.info_links a:hover {
    text-decoration: underline;
}
/*Details*/
.details_table {
	width: 96%;
}
.details_table td{
	background-color: #1e1e1e;
}
.details_info {
	padding: 10px 20px;
	color: #494949;
	font-size: 13px;
	width: 300px;
}
.details_info span {
	color: #787878;
}
.details_price {
	background-image: url('../images/wheel_trace_top.gif');
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 18px;
	color: #bf9449;
	text-align: right;
	vertical-align: top;
	padding: 15px 30px;
}
.details_description {
	background-image: url('../images/wheel_trace_top.gif');
	background-position: top right;
	background-repeat: no-repeat;
	color: #494949;
	font-size: 13px;
	text-align: justify;
	vertical-align: top;
	padding: 15px 30px;
}
    .details_description h1 {
        font-size: 16px;
        color: #fd7b01;
    }
.details_img {
	width: 260px;
	background-image: url('../images/white_sq.gif');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
}
.details_img img {
	height: 237px;
	margin: 3px auto;
	border: 0px solid Green;
}
.details_feedback {
	padding: 20px;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(../images/details_lb.gif);
	text-align: justify;
}
.details_rb {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(../images/details_rb.gif);
}
.details_price a:link, .details_price a:visited {
    font-size: 22px;
}
/*Sizes*/
.sizes_head td {
	border-left: 1px solid #3d3d3d;
	border-top: 1px solid #3d3d3d;
	border-bottom: 1px solid #0d0d0d;
	border-right: 1px solid #0d0d0d;
	background-color: #2e2e2e;
	text-align: center;
	padding: 3px 5px;
	font-size: 13px;
	font-weight: normal;
}
.sizes_col {
	border-left: 1px solid #232323;
	border-right: 1px solid #0d0d0d;
	border-top: 1px solid #1b1b1b;
	text-align: center;
	font-size: 13px;
	background-color: #171717;
	padding: 5px;
}
/*Контентки*/
.contentki {
	margin: 5px 1px;
	overflow: hidden;
	border-collapse: collapse;
}
.contentki .content_lt {
	height: 25px;
	background-image: url(../images/content_dot.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
	font-weight: bold;
	color: Black;
	vertical-align: top;
}
.contentki .content_title{
	background-image: url(../images/content_lt.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #cbab73;
	height: 25px;
	padding-left: 12px;
	float: left;
}
    .contentki .content_title h2, .contentki .content_title h1 {
        font-size: 16px;
    }
.contentki .content_rt {
	height: 25px;
	width: 15px;
	background-image: url(../images/content_rt.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.contentki .content_r {
	background-image: url(../images/content_dot.gif);
	background-position: right;
	background-repeat: repeat-y;
}
	.contentki .content_l {
		background-image: url(../images/content_dot.gif);
		background-position: left;
		background-repeat: repeat-y;
		padding: 15px 0px 0px 15px;
		color: #787878;
		font-size: 12px;
		line-height: 130%;
		text-align: justify;
		overflow: hidden;
		vertical-align: top;
	}
	.contentki .content_l p {
		color: #787878;
		font-size: 12px;
	}
	.contentki .content_l h2 {
		color: White;
		font-size: 16px;
		font-weight: normal;
	}
	.contentki .content_l table td {
	   padding: 5px;
	   vertical-align: top;
	}
	.contentki .content_l a:link, .contentki .content_l a:visited {
    	text-decoration: none;
    	color: #396494;
	}
    .contentki .content_l a:hover {
    	text-decoration: underline;
    }
.contentki .content_rb {
	height: 15px;
	width: 15px;
	background-image: url(../images/content_rb.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.contentki .content_b {
    vertical-align: bottom;
	background-image: url(../images/content_dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.contentki .content_lb {
	height: 15px;
	background-image: url(../images/content_lb.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}