body, div, p, ul, li, form, input, select, option, img, button, h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#main {
	min-width: 1000px;
    margin-top: 17px;
    margin-bottom: 25px;
}
* html #main {
	width:expression((document.body.clientWidth<=1000)?'1000px':'100%');
}
a img {
	border: none;
}
ul {
	list-style-type: none;
}
/*li {
	list-style-type: none;
}*/
table.tabl {
	width: 100%;
}
* html table.tabl {
	width: auto;
}
* html img.png {behavior: url(/media/css/pngbehavior.htc);}
#header {
	height: 182px;
	background-image: url(/media/images/design/fon_header2.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
#car {
	background-image: url(/media/images/design/car.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 166px;
	padding: 16px 13px 0 23px;
}
* html #car {
	height: 182px;
}
#header_right {
	float: right;
}
* html #header_right: {
	width: 215px;
}
	#basket {
		background-image: url(/media/images/design/basket.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		width: 150px;
		height: 72px;
		padding: 8px 5px 5px 60px;
	}
	* html #basket {
		width: 215px;
		height: 85px;
		float:right;
	}
		#basket p {
			padding-left: 11px;
			padding-bottom: 2px;
		}
		#basket p#name_basket {
			color: #3a60a9;
			font-weight: bold;
		}
			#basket p span {
				color: #ca0c0c;
				font-weight: bold;
			}
		#basket p#bye {
			color: #183599;
			background-image: url(/media/images/design/marker_basket.gif);
			background-position: top left;
			background-repeat: no-repeat;
		}
			#basket p#bye a {
				color: #183599;
				text-decoration: underline;
			}
				#basket p#bye a:hover {
					text-decoration: none;
				}
	#phone {
		background-image: url(/media/images/design/phone.png);
		background-position: 28px bottom;
		background-repeat: no-repeat;
		height: 81px;
		padding: 0 3px 0 12px;
	}
	* html #phone {
		background-image:none;
		float: right;
		margin-top: 85px;
		margin-right: -215px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/media/images/design/phone2.png,sizingMethod=crop);
	}
		#phone p {
			color: #476994;
			padding-top: 5px;
			text-align: right;
		}
		#phone p#number {
            padding-top: 3px;
			color: #000000;
			font-size: 18px;
            width: 200px;
		}
        #phone p#hoursofservice {
            padding-top: 1px;
			color: #000000;
			font-size: 11px;
		}
#header_left {
	float: left;
}
#navig p {
	padding-top: 14px;
}
#podheader {
	background-image: url(/media/images/design/fon_menu.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 29px;
}
	#menu {
		float: left;
		padding-left: 15px;
	}
		#menu table td {
			color: #ffffff;
			height: 29px;
			
			vertical-align: middle;
			padding: 0 20px 0 10px;
			behavior:url("/media/css/hover.htc");
		}
			#menu table td a {
				color: #ffffff;
				text-decoration: none;
				height: 29px;
				line-height: 29px;
				background-image: url(/media/images/design/marker_menu.png);
				background-position: 12px 2px;
				background-repeat: no-repeat;
				display: block;
				padding-left: 20px;
			}
			* html #menu table td a {
				background-image:none;
				filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/media/images/design/marker_menu.png,sizingMethod=crop);
				font-size: 12px;
				padding-left: 10px;
			}
				#menu table td:hover {
					/*font-weight: bold;*/
					text-decoration: underline;
					background-image: url(/media/images/design/menu_fon_hover.gif);
					background-position: top left;
					background-repeat: repeat-x;
					height: 29px;
				}
				* html #menu table td.hover {
					/*font-weight: bold;*/
					text-decoration: underline;
					background-image: url(/media/images/design/menu_fon_hover.gif);
					background-position: top left;
					background-repeat: repeat-x;
					height: 29px;
				}
				#menu table td#active, #menu table td#active:hover {
					font-weight: bold !important;
					text-decoration: none !important;
					background-image: url(/media/images/design/fon_menu_activ.gif) !important;
					background-position: top left !important;
					background-repeat: repeat-x !important;
					color: #181c4b !important;
					height: 29px !important;
				}
				
	#search {
		float: right;
		padding-top: 4px;
	}
		#search input {
			border: none;
		}
		#field_search {
			background-image: url(/media/images/design/field_search.gif);
			background-position: top left;
			background-repeat: no-repeat;
			width: 134px;
			height: 17px;
			vertical-align: top;
			padding: 1px 15px 0;
			font-size: 11px;
			color: #525252;
			margin-top: 1px;
		}
		* html #field_search {
			width: 164px;
			height: 18px;
		}
#content {
	padding: 22px 13px 0 11px;
	clear: both;
}
#left {
	width: 247px;
	float: left;
	padding-bottom: 39px;
}
	.left_block ul {
		padding-bottom: 20px;
	}
	.left_block ul li {
		background-image: url(/media/images/design/fon_left_menu.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		width: 227px;
		height: 27px;
		margin-bottom: 1px;
		color: #181c4b;
		line-height: 27px;
		padding-left: 20px;
		behavior:url("/media/css/hover.htc");
	}
	.left_block ul li a {
		color: #181c4b;
		text-decoration: none;
		display: block;
		width: 227px;
		height: 27px;
	}
		.left_block ul li a:hover {
			text-decoration: none;
			color: #ffffff;
			padding-left: 10px;
			width: 217px;
		}
		.left_block ul li:hover, * html .left_block ul li.hover {
			background-image: url(/media/images/design/fon_left_menu_hover.jpg);
			background-position: top left;
			background-repeat: no-repeat;
			width: 227px;
			_width: 260px;
			height: 27px;
			color: #ffffff;
			font-weight: bold;
		}
		.left_block ul li#activ, .left_block ul li#activ:hover {
			background-image: url(/media/images/design/fon_left_menu_hover.jpg);
			background-position: top left;
			background-repeat: no-repeat;
			width: 227px;
			height: 27px;
			color: #ffffff;
			font-weight: bold;
		}
	.left_block .name_left_block {
		background-image: url(/media/images/design/red_head.gif);
		background-position: top left;
		background-repeat: no-repeat;
		height: 27px;
		color: #ffffff;
		font-style: italic;
		font-weight: bold;
		padding: 5px 18px 0;
	}
	.left_block div {
		padding: 5px 0 5px 2px;
		color: #343434;
	}
		.left_block div img {
			float: left;
			padding: 0 5px 1px 0;
		}
		.red_text {
			color: #990505;
			font-size: 10px;
		}
		.left_block div p a {
			color: #0d3a54;
			text-decoration: underline;
			font-weight: bold;
		}
			.left_block div p a:hover {
				text-decoration: none;
			}
#center {
	margin-left: 271px;
	padding-bottom: 39px;
}
	.one_proizv {
		float: left;
		width: 191px;
		height: 115px;
		padding: 0 44px 10px 0;
	}
		.ramka {
			background-image: url(/media/images/design/ramka.jpg);
			background-position: top left;
			background-repeat: no-repeat;
			width: 150px;
			height: 50px;
			/*text-align: center;*/
			float: none;
			/*padding-top: 1px;*/
			padding: 21px 21px 21px 20px;
		}
		.name_proizv {
			text-align: center;
		}
			.name_proizv a {
				background-image: url(/media/images/design/arrow.png);
				background-repeat: no-repeat;
				background-position: left 5px;
				padding-left: 12px;
				color: #ca0c0c;
				text-decoration: none;
				font-weight: bold;
				font-family: Arial;
				font-size: 12px;
			}
				.name_proizv a:hover {
					text-decoration: underline;
				}
	#about_proizv {
		margin-bottom: 20px;
	}
	#up_about {
		background-color: #f0f3fb;
		background-image: url(/media/images/design/up_center.jpg);
		background-position: top left;
		background-repeat: repeat-x;
	}
		#up_about_inner {
			background-image: url(/media/images/design/cor12.jpg);
			background-position: top right;
			background-repeat: no-repeat;
		}
			#up_about_inner2 {
				background-image: url(/media/images/design/cor11.jpg);
				background-position: top left;
				background-repeat: no-repeat;
				padding: 6px 0 0 0;
				min-height: 60px;
			}
			* html #up_about_inner2 {
				height: 60px;
			}
				#up_about_inner3 {
					border-right: 1px solid #dcdcdc;
					border-left: 1px solid #dcdcdc;
					padding: 2px 13px 6px;
					min-height: 60px;
				}
				* html #up_about_inner3 {
					height: 60px;
				}
					#up_about_inner3 img {
						float: left;
						padding-top: 5px;
					}
					#up_about_inner3 p {
						margin-left: 160px;
						font-size: 11px;
						padding-top: 7px;
					}
					#up_about_inner3 p#name_about_proizv {
						background-image: url(/media/images/design/arrow.png);
						background-position: center left;
						background-repeat: no-repeat;
						color: #c80909;
						font-size: 14px;
						font-weight: bold;
						padding-left: 12px;
						padding-top: 0;
					}
					#up_about_inner3 h1, #up_about_inner3 h2, #up_about_inner3 h3 {
						background-image: url(/media/images/design/arrow.png);
						background-position: center left;
						background-repeat: no-repeat;
						color: #c80909;
						font-weight: bold;
						padding-left: 12px;
						padding-top: 0;
						font-size: 18px;
                        margin-left: 160px;
					}
                    #up_about_inner3 h2 {
                        font-size: 14px;
                        font-style: italic;
                    }
                    #up_about_inner3 h3 {
                        font-size: 12px;
                        font-style: italic;
                    }
	#bottom_about {
		background-color: #ffffff;
		background-image: url(/media/images/design/bottom_center.jpg);
		background-position: bottom left;
		background-repeat: repeat-x;
		height: 78px;
	}
		#bottom_about_inner {
			background-image: url(/media/images/design/cor22.jpg);
			background-position: bottom right;
			background-repeat: no-repeat;
			background-color: transparent;
			height: 78px;
		}
			#bottom_about_inner2 {
				background-image: url(/media/images/design/cor21.jpg);
				background-position: bottom left;
				background-repeat: no-repeat;
				background-color: transparent;
				padding: 0 0 6px 0;
				height: 72px;
			}
				#bottom_about_inner3 {
					border-right: 1px solid #dcdcdc;
					border-left: 1px solid #dcdcdc;
					padding: 6px 13px 0;
					height: 66px;
				}
					#bottom_about_inner3 table {
						width: 100%;
					}
					#bottom_about_inner3 td {
						height: 66px;
						width: 25%;
						color: #ca0c0c;
						font-weight: bold;
						font-size: 12px;
					}
                    #bottom_about_inner3 td.disabled {
						color: #D0D0D0;
					}
					#bottom_about_inner3 td#winter_small {
						background-image: url(/media/images/design/winter_small.jpg);
						background-position: top left;
						background-repeat: no-repeat;
						padding-left: 55px;
					}
					#bottom_about_inner3 td#summer_small {
						background-image: url(/media/images/design/summer_small.jpg);
						background-position: top left;
						background-repeat: no-repeat;
						padding-left: 80px;
					}
					#bottom_about_inner3 td#all_seasons_small {
						background-image: url(/media/images/design/all_seasons_small.jpg);
						background-position: top left;
						background-repeat: no-repeat;
						padding-left: 55px;
					}
					#bottom_about_inner3 td#all_small {
						background-image: url(/media/images/design/all_small.jpg);
						background-position: top left;
						background-repeat: no-repeat;
						padding-left: 55px;
					}
                    
                    #bottom_about_inner3 td#disk_alloy_small {
						background-image: url(/media/images/design/disk_alloy_small.gif);
						background-position: center left;
						background-repeat: no-repeat;
						padding-left: 43px;
					}
					#bottom_about_inner3 td#disk_forged_small {
						background-image: url(/media/images/design/disk_forged_small.gif);
						background-position: center left;
						background-repeat: no-repeat;
						padding-left: 68px;
					}
					#bottom_about_inner3 td#disk_all_small {
						background-image: url(/media/images/design/disk_all_small.jpg);
						background-position: top left;
						background-repeat: no-repeat;
						padding-left: 74px;
					}
						#bottom_about_inner3 table td a {
							font-weight: bold;
							color: #797979;
							text-decoration: underline;
						}
							#bottom_about_inner3 table td a:hover, #bottom_about_inner3 table td a:active {
								color: #ca0c0c;
								text-decoration: none;
							}
	.one_product {
		float: left;
		width: 212px;
		height: 116px;
		padding: 0 23px 20px 0;
	}
	* html .one_product {
		width: 235px;
		height: 136px;
	}
	.one_product2 {
		float: left;
		width: 265px;
		height: 145px;
		padding: 0 23px 20px 0;
	}
	* html .one_product2 {
		width: 283px;
		height: 165px;
	}
    .one_product3 {
		float: left;
		width: 180px;
		height: 165px;
		padding: 0 23px 20px 0;
	}
	* html .one_product3 {
		width: 203px;
		height: 185px;
	}
		.ramka_product {
			background-image: url(/media/images/design/ramka_product.jpg);
			background-position: top left;
			background-repeat: no-repeat;
			width: 198px;
			height: 109px;
			float: none;
			padding: 6px 6px 1px 8px;
		}
		* html .ramka_product {
			width: 212px;
			height: 116px;
		}
		.ramka_product2 {
			background-image: url(/media/images/design/ramka_product2.jpg);
			background-position: top left;
			background-repeat: no-repeat;
			width: 255px;
			height: 135px;
			float: none;
			padding: 9px 5px 1px 5px;
		}
		* html .ramka_product2 {
			width: 265px;
			height: 145px;
		}
        .ramka_product3 {
			background-image: url(/media/images/design/ramka_product3.jpg);
			background-position: top left;
			background-repeat: no-repeat;
			width: 170px;
			height: 155px;
			float: none;
			padding: 9px 5px 1px 5px;
		}
		* html .ramka_product3 {
			width: 180px;
			height: 165px;
		}
			.ramka_product .img_product {
				float: left;
			}
			.ramka_product2 .img_product {
				float: left;
			}
            .ramka_product3 .img_product {
				float: left;
			}
			.ramka_product .sclad {
				float: right;
				text-align: center;
			}
			.ramka_product2 .sclad {
				float: right;
				text-align: center;
			}
            .ramka_product3 .sclad {
				float: right;
				text-align: center;
			}
				.ramka_product .sclad p {
					color: #64b527;
					font-size: 10px;
					text-align: center;
				}
				.ramka_product2 .sclad p {
					color: #64b527;
					font-size: 10px;
					text-align: center;
				}
                .ramka_product3 .sclad p {
					color: #64b527;
					font-size: 10px;
					text-align: center;
				}
                .ramka_product3 .sclad img {
					padding: 0 9px 5px 0;
				}
                
				.ramka_product .sclad p.no_sclad {
					color: #ca0c0c;
				}
				.ramka_product2 .sclad p.no_sclad {
					color: #ca0c0c;
				}
                .ramka_product3 .sclad p.no_sclad {
					color: #ca0c0c;
				}
			.weather {
				float: right;
				text-align: right;
			}
				.weather p {
					padding-right: 4px;
				}
				.weather img {
					padding: 0 4px 5px 0;
				}
				*html .weather img {
					margin: 0 5px 5px 0;
				}
            .weather3 {
				float: right;
				text-align: right;
			}
				.weather3 p {
					padding-right: 8px;
				}
				.weather3 img {
					padding: 0 4px 5px 0;
				}
				*html .weather3 img {
					margin: 0 5px 5px 0;
				}
			.name_shina {
			text-align: right;
			clear: right;
			padding-top: 22px;
			}
			.name_shina a {
				background-image: url(/media/images/design/arrow.png);
				background-repeat: no-repeat;
				background-position: left 5px;
				padding-left: 12px;
				color: #ca0c0c;
				text-decoration: none;
				font-weight: bold;
				font-family: Arial;
				font-size: 12px;
			}
				.name_shina a:hover {
					text-decoration: underline;
				}
			.name_shina2 {
			text-align: right;
			clear: right;
			padding-top: 62px;
			}
			.name_shina2 a {
				background-image: url(/media/images/design/arrow.png);
				background-repeat: no-repeat;
				background-position: left 5px;
				padding-left: 12px;
				color: #ca0c0c;
				text-decoration: none;
				font-weight: bold;
				font-family: Arial;
				font-size: 12px;
			}
                .name_shina2 a:hover {
                    text-decoration: underline;
                }
           .name_shina3 {
			text-align: center;
			clear: both;
			padding-top: 0px;
			}
			.name_shina3 a {
				background-image: url(/media/images/design/arrow.png);
				background-repeat: no-repeat;
				background-position: left 5px;
				padding-left: 12px;
				color: #ca0c0c;
				text-decoration: none;
				font-weight: bold;
				font-family: Arial;
				font-size: 12px;
			}
                .name_shina3 a:hover {
                    text-decoration: underline;
                }
	.name_search {
		color: #0d3a54;
		font-style: italic;
		font-size: 14px;
		font-weight: bold;
		border-bottom: 1px dashed #0d3a54;
	}
    .name_search_extra {
		color: #0d3a54;
		font-style: italic;
		font-size: 12px;
		font-weight: bold;
		border-bottom: 1px dashed #0d3a54;
        cursor: pointer;
	}
		.block_search {
			background-image: url(/media/images/design/search_center.jpg);
			background-position: top left;
			background-repeat: repeat-x;
			height: 43px;
			margin: 15px 0;
		}
			.block_search_right {
				background-image: url(/media/images/design/serch_right.jpg);
				background-position: top right;
				background-repeat: no-repeat;
				height: 43px;
				padding-right: 9px;
			}
				.block_search_left {
					background-image: url(/media/images/design/search_left.jpg);
					background-position: top left;
					background-repeat: no-repeat;
					height: 32px;
					padding-left: 20px;
					padding-top: 12px;
				}
				* html .block_search_left {
					height: 43px;
				}
				.block_search_left select {
					color: #525252;
					font-size: 12px;
				}
	#spec {
		padding-bottom: 20px;
		font-size: 10px;
		font-weight: bold;
	}
		#spec a {
            color: #c60707;
            font-weight: bold;
			font-family: Arial;
            font-size: 12px;
			text-decoration: underline;
		}
			#spec a:hover {
				text-decoration: none;
			}
	#spec div {
		text-align: center;
		padding-bottom: 10px;
	}
		#spec div div {
			padding: 0 10px;
		}
		#spec div img {
			text-align: center;
		}
	.name_center_block {
		color: #c50606;
		font-size: 16px;
		border-bottom: 1px solid #c50606;
		font-weight: bold;
		margin-bottom: 12px;
	}
	.icons {
		text-align: center;
		width: 200px;
		vertical-align: top;
	}
    .icons_content {
		width: 150px;
	}
	.icons p {
		text-align: center;
        color: #8e8e8e;
        font-size: 10px;
		font-weight: normal;
	}
#popular #img_pop img {
	border: 1px solid #919191;
	float: left;
	margin: 5px 10px 10px 0;
}
#img_pop {
	height: 161px;
}
#popular #tovar table td {
	vertical-align: top;
	padding-left: 10px;
}
#popular #tovar table td p.no_ship {
	color: #ca0c0c;
	text-decoration: underline;
	padding: 4px 0 10px 0;
}
#popular #tovar td#left_table {
	width: 50%;
	border-right: 1px solid #a7a7a7;
	padding-left: 0;
	padding-right: 10px;
}
.name_shin {
	color: #606060;
	font-weight: bold;
	padding: 10px 0;
}
#opisanie_shin {
	color: #8e8e8e;
}
.popular_left {
	float: left;
	width: 49%;
}
#footer {
	clear: both;
	background-image: url(/media/images/design/fon_footer.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 31px;
	padding: 10px;
}
	#copy {
		float: left;
		color: #ffffff;
		font-size: 11px;
	}
	#counter {
		float: right;
	}
	#counter_page p span{
		font-weight: bold;
	}
	#counter_page p{
		color: #0d3a54;
	}
	#counter_page p a {
		color: #0d3a54;
		text-decoration: underline;
		font-weight: normal;
	}
	.all_products {
		float: left;
	}
	.pages {
		float: right;
	}
	#counter p a:hover {
		text-decoration: none;
	}
		#counter img {
			float: left;
			padding-left: 10px;
		}
	#footer_menu {
		float: none;
		text-align: center;
	}
	#footer_menu ul {
		text-align: center;
		padding-top: 7px;
		padding-left: 30%;
	}
		#footer_menu ul li {
			float: left;
			font-size: 11px;
			border-right: 1px solid #a7a7a7;
			padding: 0 10px;
		}
		#footer_menu ul li#last_footer_menu {
			border-right: none;
		}
			#footer_menu ul li a {
				color: #a7a7a7;
				text-decoration: underline;
			}
				#footer_menu ul li a:hover {
					text-decoration: none;
				}
				
select.changer {
	margin-right: 15px;
}
button {
	height: 20px;
	border: none;
	background: transparent;
}
select.sel1 {
	margin-right: 6px;
}
select.sel2 {
	margin-right: 6px;
	margin-left: 6px;
}
select.sel3 {
	margin-left: 6px;
	margin-right: 15px;
}
select.sel4 {
	margin-left: 6px;
	margin-right: 15px;
}
span.spanr {
	color: #ca0c0c;
	font-weight: bold;
}
a.extsearch {
	color: #525252;
}
	a.extsearch:hover
	{
		text-decoration: none;
	}
select.sel5 {
	margin-right: 15px;
	margin-left:6px;
}
select.sel6 {
	margin-right: 15px;
	margin-left: 6px;
}
select.sel7 {
	margin-left: 6px;
	margin-right: 6px;
}
select.sel8 {
	margin-left: 6px;
	margin-right: 15px;
}
.butt_search {
	margin-bottom: -6px;
}
.tipe_size {
	min-height: 360px;
}
.tovar {
	float: left;
	height: 310px;
	width: 225px;
	text-align: right;
	padding-right: 60px;
}
.watermark {
	position: relative;
	z-index: 1;
	overflow: hidden;
	top: 40px;
}
.name_code {
	color: #ca0c0c;
	font-weight: bold;
	padding-bottom: 7px;
}
.fe {
	color: #0d3a54;
	padding-bottom: 5px;
}
.number {
	font-weight: bold;
	color: #343434;
	padding-bottom: 15px;
}
.shifr {
	color: #7c7c7c;
	padding-bottom: 10px;
}
	.shifr span {
		color: #ca0c0c;
	}
.next {
	color: #ca0c0c;
	float: right;
    font-size: 14px;
}
	.next a {
		text-decoration: underline;
		color: #ca0c0c;
	}
		.next a:hover {
			text-decoration: none;
		}
.current {
	font-weight: bold;
    color: #0d3a54;
    text-align: center;
    font-size: 14px;
}
	.current a {
		text-decoration: underline;
		color: #ca0c0c;
	}
		.current a:hover {
			text-decoration: none;
		}
.previous {
	color: #ca0c0c;
	float: left;
    font-size: 14px;
}
	.previous a {
		text-decoration: underline;
		color: #ca0c0c;
	}
		.previous a:hover {
			text-decoration: none;
		}
.table_size {
	margin-top: 10px;
    margin-bottom: 20px;
}
.table_size table {
	width: 100%;
	color: #052470;
	border-collapse: collapse;
}
* html .table_size table {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}
	.table_size table td {
		height: 30px;
		text-align: center;
		border: 1px solid #dcdcdc;
		font-size: 12px;
	}
		.table_size table td img {
			padding-right: 10px;
		}
		* html .table_size table td img {
			margin-right: 10px;
		}
		.table_size table td a {
			color: #ca0c0c;
			text-decoration: underline;
			font-weight: bold;
		}
			.table_size table td a:hover {
				text-decoration: none;
			}
	.table_size table td.name_td {
		background-color: #e5ebf9;
		font-weight: bold;
		border-left: none;
		border-right: none;
		border-top: 1px solid #c1cadf;
		border-bottom: 1px solid #c1cadf;
		color: #0d3a54;
	}
	.table_size table td.bord_left {
		border-left: 1px solid #c1cadf;
	}
    .table_size table td.no_bord_left {
		border-left: none;
	}
    .table_size table td.bord_right {
		border-right: 1px solid #c1cadf;
	}
	.table_size table td.no_bord_right {
		border-right: none;
	}
	.table_size table td.table_basket {
		color: #afafaf;
		font-weight: bold;
	}
    
.allsizes {
	color: #ca0c0c;
	/*float: right;*/
    padding-top: 10px;
    text-align: right;
}
	.allsizes a {
		text-decoration: underline;
		color: #ca0c0c;
	}
		.allsizes a:hover {
			text-decoration: none;
		}
        
#podpodheader {
    background-color: #e4f0fe;
	height: 29px;
}
	#submenu {
		float: left;
		padding-left: 15px;
	}
		#submenu table td {
			color: #181c4b;
			height: 29px;
			
			vertical-align: middle;
			padding: 0 20px 0 10px;
		}
			#submenu table td a {
				color: #181c4b;
				text-decoration: none;
				height: 29px;
				line-height: 29px;
				display: block;
				padding-left: 20px;
			}
			* html #submenu table td a {
				font-size: 12px;
				padding-left: 10px;
			}
				#submenu table td:hover {
					font-weight: bold;
					text-decoration: underline;
					height: 29px;
				}
				* html #submenu table td.hover {
					font-weight: bold;
					text-decoration: underline;
					height: 29px;
				}
				#submenu table td#active, #submenu table td#active:hover {
					font-weight: bold !important;
					text-decoration: none !important;
					color: #181c4b !important;
					height: 29px !important;
				}

#podmenu {
	height: 24px;
	background-color: #e3f0fd;
	padding-top: 5px;
}
	#podmenu ul li {
		font-weight: bold;
		float: left;
		padding: 0 15px;
		border-right: 1px solid #7181aa;
	}
		#podmenu ul li a {
			color: #7181aa;
			text-decoration: underline;
		}
			#podmenu ul li a:hover {
				text-decoration: none;
			}
                
.description {
    margin-left: 300px;
}

    .description p {
        margin-left: 5px;
        font-size: 11px;
        padding-top: 7px;
    }
    
    .description h1, .description h2, .description h3 {
        background-image: url(/media/images/design/arrow.png);
        background-position: center left;
        background-repeat: no-repeat;
        color: #c80909;
        font-weight: bold;
        padding-left: 12px;
        padding-top: 0;
        font-size: 18px;
        margin-left: 5px;
    }
    .description h2 {
        font-size: 14px;
        font-style: italic;
    }
    .description h3 {
        font-size: 12px;
        font-style: italic;
    }
    
    .description ul {
        list-style-type: disc;
        margin-left: 0px;
        padding-left: 1.5em;
    }
    
    .description ol {
        list-style-type: decimal;
        margin-left: 0px;
        padding-left: 1.5em;
    }
    
    .description li {
        font-size: 11px;
    }

.article {
    padding-bottom: 10px;
}

    .article p {
        padding-bottom: 5px;
        text-align: justify;
    }
    
    .article img.title_image {
        float: left;
        display: block;
		margin: 10px;
	}
    
    .article img {
        display: block;
        margin-left: auto;
        margin-right: auto;
		margin-top: 10px;
        margin-bottom: 10px;
	}
    
    .article p.name_center_block {
		color: #c50606;
		font-size: 16px;
		border-bottom: 1px solid #c50606;
		font-weight: bold;
        padding-bottom: 0px;
		margin-bottom: 12px;
	}
    
    .article p.article_row {
        height: 80px;
    }
    
    .article h1 {
        color: #c50606;
		font-size: 16px;
		border-bottom: 1px solid #c50606;
		font-weight: bold;
        padding-bottom: 0px;
		margin-bottom: 12px;
    }
    
    .article h2 {
        color: #c50606;
		font-size: 14px;
		font-weight: bold;
        padding-bottom: 0px;
		margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .article h3 {
        color: #c50606;
		font-size: 12px;
		font-weight: bold;
        padding-bottom: 0px;
		margin-bottom: 8px;
        margin-top: 8px;
    }
    
    .article ul.enumeration {
        list-style-type: none;
    }
    
    .article ul {
        list-style-type: disc;
        padding-left: 0em;
        padding-bottom: 5px;
        margin: 0px;
    }
    
    .article ul li {
        list-style-position: inside;
        text-align: justify;
    }
    
    .article ol {
        list-style-type: decimal;
        padding-left: 0em;
        padding-bottom: 5px;
        margin: 0px;
    }
    
    .article ol li {
        list-style-position: inside;
        text-align: justify;
    }
    
    .article ol ul {
        margin-left: 1.5em;
    }
    
    .article ul ol {
        margin-left: 1.5em;
    }
    
    .article p.summary {
        font-style: italic;
    }
    
    .article p.article_date {
        color: #ca0c0c;
        float: right;
    }

    .article p a {
			color: #0d3a54;
			text-decoration: underline;
			font-weight: bold;
    }
    
    .article ul a, .article ol a {
			color: #0d3a54;
			text-decoration: underline;
			font-weight: bold;
    }
    
    .article div p a:hover {
        text-decoration: none;
    }

    .article table {
        width: 100%;
        color: #052470;
        padding-bottom: 5px;
        //border-collapse: collapse;
    }

	.article table td {
		text-align: center;
        border-bottom: 1px dashed #e5ebf9;
	}

		.article table td a {
			color: #ca0c0c;
			text-decoration: underline;
			font-weight: bold;
		}
			.article table td a:hover {
				text-decoration: none;
			}
            
	.article table th {
		background-color: #e5ebf9;
		font-weight: bold;
		color: #0d3a54;
	}

.attention {
    border: 1px dashed #e42020;
    padding: 5px;
    margin: 5px;
}
    
.buy_form {
    margin: 0px;
    padding: 0px;
}

    .buy_form input {
        float: center;
        margin-left: 3px;
        margin-right: 3px;
    }
    
    .buy_form input#id_quantity {
        width: 20px;
        height: 18px;
    }
    
    .buy_form input.basket_add {
        margin-bottom: -4px;
    }
    
    .buy_form input.basket_delete {
        margin-bottom: -4px;
    }
    
    .buy_form input.basket_update {
        margin-bottom: -4px;
    }
    
    .buy_from p {
        text-align: center;
    }
    
.order_form {
    
}
    .order_form label {
        font-weight: bold;
		color: #0d3a54;
    }
    
    .order_form input {
        width: 300px;
    }
    
    .order_form input#order_form_submit {
        width: auto;
        padding: 2px;
    }
    
    .order_form textarea {
        width: 300px;
        height: 100px;
    }
    
    .order_form ul.errorlist li {
        color: red;
        font-size: 10px;
    }

.block_search select#id_profile_height {
    margin-right: 5px;
}

.block_search select#id_radius {
    margin-right: 5px;
}

.block_search select#id_season {
    margin-right: 5px;
}

.block_search select#id_stud {
    margin-right: 5px;
}

.block_search select#id_vendor {
    margin-right: 5px;
}

.block_search select#id_width {
    margin-right: 5px;
}

.block_search select#id_diameter {
    margin-right: 5px;
}

.block_search select#id_pcd {
    margin-right: 5px;
}

.block_search select#id_et {
    margin-right: 5px;
}

.block_search input#id_available {
    margin-right: 5px;
}

.block_search input#id_runflat {
    margin-right: 5px;
}

.block_search select#id_et_to {
    margin-right: 5px;
}

.block_search select#id_dia {
    margin-right: 5px;
}

.block_search select#id_car {
    margin-right: 10px;
}

.block_search select#id_year {
    margin-right: 10px;
}

.block_search select#id_modification {
    margin-right: 10px;
}
        .table_size table td img.season_image {
			display: block;
            margin-left: auto;
            margin-right: auto;
            padding: 0px;
		}
		* html .table_size table td img.season_image {
			display: block;
            margin-left: auto;
            margin-right: auto;
            padding: 0px;
		}
        
        .table_size table td img.stud_image {
			display: block;
            margin-left: auto;
            margin-right: auto;
            padding: 0px;
            margin-top: 4px;
		}
		* html .table_size table td img.stud_image {
			display: block;
            margin-left: auto;
            margin-right: auto;
            padding: 0px;
            margin-top: 4px;
		}
        .table_size table td img.type_image {
			display: block;
            margin-left: auto;
            margin-right: auto;
            padding: 0px;
            //margin-top: 4px;
		}
		* html .table_size table td img.type_image {
			display: block;
            margin-left: auto;
            margin-right: auto;
            padding: 0px;
            //margin-top: 4px;
		}

.paginator {
    padding-bottom: 5px;
}

.two_column_left {
    width: 49%;
    margin: 0px;
    float: left;
}

.two_column_right {
    width: 49%;
    margin: 0px;
    float: right;
}

.modification_column {
    width: 250px;
    margin: 0px;
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}

.modification_header {
    height: 120px;
    padding-bottom: 5px;
}

    .modification_header img {
        float: left;
        display: block;
		margin: 10px;
    }
    
    .modification_header h2 {
        color: #c50606;
		font-size: 14px;
		font-weight: bold;
        padding-bottom: 0px;
		margin-bottom: 10px;
        padding-top: 25px;
    }
    
#left_content_bottom {
    padding-top: 15px;
    clear: left;
}

#flash-top { 
    position: fixed;
    top: 0px;
    left: 0px; 
    width: 100%;
    z-index: 1000;
    background-color: #e42020;
    height: 17px;
    overflow: hidden;
    _position:absolute;
    _top:expression(eval(document.body.scrollTop));
}

#flash-bottom { 
    position: fixed;
    bottom: 0px;
    left: 0px; 
    width: 100%;
    z-index: 1000;
    background-color: #e42020;
    height: 29px;
    overflow: hidden;
    _position:absolute;
    _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
}

#flash-top p, #flash-bottom p {
    color: white;
    padding: 1px;
    text-align: center;
    font-weight: normal;
}

#flash-bottom p {
    font-size: 24px;
}

#flash-top a, #flash-bottom a {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

#right-sidebar { 
    position: fixed;
    top: 211px;
    right: 0px;
    width: 18px;
    height: 205px;
    z-index: 1000;
}

div#search-results {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 100%;
    display:inline-block;
}

div.search-result {
    padding: 5px 10px;
    border: 1px solid #c1cadf;
    margin-bottom: 5px;
    height: 190px;
    _height: 210px;
    
    float: left;
    width: 294px;
    _width: 315px;
    margin-right: 5px;
    overflow: hidden;
}

div.search-result-image {
    float: left;
    width: 125px;
    height: 125px;
    margin-right: 10px;
}

div.search-result-desc {
    float: left;
    height: 125px;
    width: 158px;
    overflow: hidden;
}

    div.search-result-desc p {
        color: black;
        font-size: 12px;
    }
    
    div.search-result-desc p span {
        color: black;
        font-size: 12px;
        font-weight: bold;
    }
    
    div.search-result-desc p.item-name {
        font-style: italic;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    
    div.search-result-desc p.item-name a {
        color: #c50606;
    }


div.search-result-cart {
    position: relative;
    float: right;
    height: 40px;
    width: 296px;
}

div.search-result-cart div.cart-price {
    width: 125px;
    height: 65px;
    float: left;
    margin-right: 10px;
    display: table;
}

div.search-result-cart p.actual-price {
    color: #c50606;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

div.search-result-cart p.old-price {
    color: #c50606;
    font-size: 16px;
    font-weight: bold;
    text-decoration: line-through;
    font-style: italic;
    text-align: center;
}

div.search-result-cart div.cart-quantity {
    float: left;
    width: 160px;
    height: 40px;
    display: table;
}

    div.cart-quantity p {
        color: black;
        font-size: 14px;
        text-align: right;
    }
    
    div.cart-quantity span {
        font-weight: bold;
    }
    
div.search-result-cart div.cart-buy {
    float: right;
    width: 160px;
    height: 25px;
    text-align: right;
}
    
.buy_text_form {
    margin: 0px;
    padding: 0px;
}

    .buy_text_form input {
        padding: 2px;
    }
    
    .buy_text_form input#id_quantity {
        width: 20px;
        margin-right: 3px;
        padding-top: 1px;
    }

div.div-v-align-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
    
div.search-result-pics {
    float: left;
    height: 125px;
    width: 25px;
    margin-left: 20px;
}

div.search-result-pics img {
    margin-bottom: 5px;
}

div.notes {
    margin-top: 5px;
    margin-bottom: 15px;
}

div.notes p {
    font-size: 10px;
}

.callbackme_form {
    
}
    .callbackme_form label {
        font-weight: bold;
		color: #0d3a54;
    }
    
    .callbackme_form input {
        width: 400px;
    }
    
    .callbackme_form select {
        width: 405px;
    }
    
    .callbackme_form textarea {
        width: 400px;
        height: 75px;
    }
    
    .callbackme_form input#callbackme_submit {
        width: auto;
        padding: 2px;
    }
    
    .callbackme_form ul.errorlist li {
        color: red;
        font-size: 10px;
    }
    
#callbackme {
    float: right;
    height: 29px;
}
    #callbackme p {
        padding: 6px 15px 0 0;
        text-align: right;
    }
    
    #callbackme p a {
        font-size: 14px;
        font-weight: bold;
        color: white;
        text-decoration: none;
    }
    
    #callbackme p a:hover {
		text-decoration: underline;
    }
    
div#left_poll p#question {
    font-weight: bold;
    color: #0d3a54;
}

div#left_poll ul {
    padding-bottom: 0px;
}

    div#left_poll ul li {
        background-image: none;
        width: 227px;
        height: 100%;
        line-height: normal;
        padding: 0 0 0 20px;
        margin: 0;
    }

    div#left_poll ul li:hover, * html div#left_poll ul li.hover {
        background-image: none;
        width: 227px;
        height: 100%;
        line-height: normal;
        color: black;
        font-weight: normal;
        padding: 0 0 0 20px;
        margin: 0;
    }
    
#left_poll_form input {
        width: auto;
        padding: 2px;
        margin-top: 10px;
    }

p#medals {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

img.medal {
    margin-left: 5px;
    margin-right: 5px;
}

h3.relative_discount_header {
    font-weight: bold;
    /*font-style: italic;*/
    font-size: 18px;
    /*text-align: center;*/
}

ul.relative_discount_list {
    font-size: 14px;
}

ul.relative_discount_list li {
    font-size: 14px;
}

ul.relative_discount_list li {
    color: #0d3a54;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}

img#relative_discount_img {
    float: right;
    margin: 5px;
}

div#relative_discount_info {
    min-height: 90px;
}

* html div#relative_discount_info {
    height: 90px;
}
