@charset "utf-8";
/* project name */
html, body{
	margin:0;
	padding:0;
	}
table, td, th, form, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, fieldset, img, input, button {
	margin:2;
	padding:2;
	}
	html, body {
		background:#fff;
		height:100%;
		/* no 100% */
		/*height:auto;*/
		}
	html, img {
		border:none;
		}
img {
		/*float:left;*/
		margin-right:11px;
}
body {
	color:#000;
	background:#fff url(/images/left_col.gif) 0 0 repeat-y;
	font:12px Arial, Tahoma, sans-serif;
	/* no 100% */
	background:#fff;
	}
/*****elements
*******************/
a {
	color:#2e3192;
	}
a:visited {
	color:#793798;
	}
a:hover {
	color:#ee1d25;
	}
a.pricelist {
    font-weight: bold;
    }
p {

    margin-bottom:12px;
	line-height:1.4;
}
	p img {
		/*float:left;*/
		margin-right:11px;
}
p.ask {
	margin-left: 8px;
	}
p.noitems {
    color: #666666;
    margin-bottom: 20px;
    }
h1, .h1_vt {
	color:#2d2d2d;
	font:bold 16px Arial, Helvetica, sans-serif;
	margin-bottom:6px;
	/*text-transform:uppercase;*/
	border-bottom:1px solid #e2e2e2;
	padding:4px 38px 3px 0;
	position:relative;
	margin-left:-28px;
	margin-right:-10px;
	height:1%;
	width:100%;
	}
	h1 span, .h1_vt span {
		display:block;
		border-left:2px solid #ff7e00;
		padding:9px 6px 3px;
		}
		h1 span {
			padding-right:50px;
			}
h2 {
	color:#2d2d2d;
	font:bold 14px Arial, Helvetica, sans-serif;
	margin-bottom:7px;
	border-bottom:1px solid #e2e2e2;
	margin-left:-28px;
	padding-left:27px;
	padding-bottom:3px;
	position:relative;
	height:1%;
	width:70%;
	margin-right:-23px;
	padding-right:11px;
	}
h3 {
	color:#414141;
	font:bold 13px/1 Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	margin-left:-14px;
	border-left:2px solid #ff7e00;
	padding-left:12px;
	position:relative;
	}
h4, .h4_vt {
	color:#252525;
	font:bold 12px Tahoma, Arial, sans-serif;
	margin-bottom:5px;
	}
h5, .h5 {
	font:bold 11px Tahoma, Arial, sans-serif;
	margin-bottom:9px;
	}
table {
	border-collapse:collapse;
        border-color:#a9a9a9;
	}
.print_version {
	padding:5px 0;
	text-align:right;
	}
.print_version a {
	background:url(/images/printer.gif) 0 0.3em no-repeat;
	padding:1px 0 5px 19px;
	}
ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	ul li {
		padding:0 0 0 12px;
		margin:0 0 7px;
		background:url(/images/bull.gif) 0 0.7em no-repeat;
		}
		ul ul {
			margin:7px 0 0 10px;
			}
		ul ul li {
			background-image:url(/images/bull2.gif);
			}
form.auto_form,
div.auto_form {
	width:600px;
	border:1px solid #d9d9d9;
	padding:7px 15px;
	font:normal 11px Tahoma, Arial, sans-serif;
	margin-bottom:10px;
	}
	form.auto_form .h6_vt {
		font:bold 11px Arial, Helvetica, sans-serif;
		/*text-transform:uppercase;*/
		color:#414141;
		margin:-7px 0 5px -16px;
		border-left:2px solid #ff7e00;
		padding:7px 13px 2px;
		height:1%;
		position:relative;
		}
		a.help_n_aid {
			float:right;
			}
	table.auto_form_holder {
		width:100%;
		}
		table.auto_form_holder .col1 {
			width:40%;
			}
		table.auto_form_holder th,
		table.auto_form_holder td {
			vertical-align:top;
			padding-bottom:15px;
			}
		table.auto_form_holder th {
			font-weight:normal;
			text-align:left;
			padding-right:15px;
			}
		/*form.auto_form */.inputtext,
		/*form.auto_form */.inputselect,
		/*form.auto_form */.inputtextarea {
			border:1px solid #acacac;
			width:353px;
			font:11px Tahoma, Arial, sans-serif;
			padding:1px 5px;
			position:relative;
			}
			form.auto_form .inputselect {
				padding:0;
				width:365px;
				}
		form.auto_form td td {
			padding-right:5px;
			padding-bottom:0;
			vertical-align:top;
			}
			form.auto_form td td label {
				display:block;
				padding-bottom:7px;
			}
		.button_submit {
			border:none;
			background:#039;
			color:#fff;
			font:bold 11px Tahoma, Arial, sans-serif;
			overflow:visible;
			padding:0 10px;
			border:1px solid #4c70b7;
			margin:0 5px 0 0;
			cursor: pointer;
			}
		.button_reset{
			border:none;
			background:#ed1d24;
			color:#fff;
			font:bold 11px Tahoma, Arial, sans-serif;
			overflow:visible;
			padding:0 10px;
			border:1px solid #f2353c;
            cursor: pointer;
            }
		.red {
            background-color: red;
		}
form.auth_form, form.register_form  {
	width:330px;
}
    form.register_form table.auto_form_holder .col1 {
            width:150px;
            }
    form.auth_form .inputtext,
    form.auth_form .inputselect,
    form.auth_form .inputtextarea {
        width:265px;
    }

    form.register_form .inputtext,
    form.register_form .inputselect,
    form.register_form .inputtextarea {
        width:168px;
    }

form.forgot_form {
    width:220px;
}
    form.forgot_form table.auto_form_holder .col1 {
        width:20%;
    }
    form.forgot_form .inputtext {
        width: 140px;
    }

    form.request_form table.auto_form_holder .col1 {
        width:36%;
    }
    form.request_form .inputtext,
    form.request_form .inputselect,
    form.request_form .inputtextarea {
        width:270px;
    }


.form-required.starrequired {
	color:#ee1d25;
	}
.commentarij {
	font-style:normal;
	color:#777;
	display:block;
	}
.nowrap {
    white-space: nowrap;
}
.page_menu_vt {
	display:block;
	font:normal 11px Tahoma, Arial, sans-serif;
	margin-bottom:15px;
	}
	.page_menu_vt span {
		margin-right:6px;
		height:14px;
		}
		.page_menu_vt span a {
			}
	.page_menu_vt .sign_vt img {
		width:13px;
		height:13px;
		vertical-align:middle;
		}
		.page_menu_vt .sign_vt a,
		.page_menu_vt .sign_vt a:visited {
			text-decoration:none;
			}
		.page_menu_vt .sign_vt a img,
		.page_menu_vt .sign_vt a:visited img {
			background:#003399;
			text-decoration:none;
			}
		.page_menu_vt .sign_vt a:hover img {
			background:#ee1d25;
			color:#fff;
			}
		.page_menu_vt span.curr_page_vt {
			width:auto;
			position:relative;
			top:1px;
			}			
			.page_menu_vt span.curr_page_vt b, .page_menu_vt span.curr_page_vt ins {
				background:#00a550 url(/images/p_sides.gif) 0 0 no-repeat;
				color:#fff;
				font-weight:normal;
				display:inline-block;
				}
				.page_menu_vt span.curr_page_vt b b {
					background-position:100% 0;
					background-color:transparent;
					padding:0 4px;
					}
	.page_menu_vt .first_vt img,
	.page_menu_vt .last_vt img {
		width:14px;
		}
		.page_menu_vt img {
			background:#b5b5b5;
			}
/*****layout
*****************/
#obertka {
	min-height:100%;
	background:url(/images/left_col.gif) 0 0 repeat-y;
	min-width:770px;
	max-width:1260px;
	margin:0 auto;
	/* no 100% */
	/*min-height:1px;
	background:#fff;*/
	}
	/*#obertka .l_vematek {
   	margin-left: 0;
	}  */
	.index_page_vt #obertka{
		height:auto;
		background:#fff;
		}
.obertka_vt {
	padding-left:220px;
	}
.l_vematek {
	width:220px;
	float:left;
	margin-left:-220px;
	display:inline;
	}
.r_vematek {
	width:100%;
	float:right;
	background:transparent;
	padding-left:220px;
	margin-left:-220px;
	}
#dno {
	display:block;
	height:1%;
	width:auto;
	padding:13px 0 0;
	border-top:1px solid #d8d8d8;
	height:56px;
	margin:-70px auto 0;
	background:#fff;
	overflow:hidden;
	min-width:770px;
	max-width:1260px;
	}
	#dno .inner_box {
		padding:0 16px 0 32px;
		}
	.index_page_vt #dno {
		margin-top:0;
		border-top:none;
		} 
/*****shapka_vt
****************/
.shapka_vt {
	display:block;
	border-bottom:1px solid #d8d8d8;
	background:#fff;
	}
	.shapka_vt .l_vematek img.vematek_logotip {
		margin:6px 0 6px 6px;
		display:block;
		}
table.top_table_vt {
	width:100%;
	}
	.col_w_auto {
		width:auto;
		}
	.col_cart {
		width:154px;
		}
		table.top_table_vt th {
			text-align:left;
			font-size:12px;
			/*text-transform:uppercase;*/
			padding-right:5px;
			width:1%;
			}
		table.top_table_vt td.input_text_vt input {
			background:#eaeaea;
			border:1px solid #bfbfbf;
			width:99%;
			}
		table.top_table_vt td.input_submit_vt {
			text-align:right;
			width:1%;
			padding-left:5px;
			}
form.site_search_vt {
	margin:6px 0 4px 0;
	padding:0 0 15px 6px;
	border-left:2px solid #ff7e00;
	}
	form.site_search_vt table.search_els_holder {
		margin-bottom:7px;
		}
	form.site_search_vt p {
		color:#585858;
		padding-left:3px;
		margin:0;
		}
		span.example_vt {
			border-bottom:1px dashed #585858;
			cursor:pointer;
			}
		a.example_vt {
            border-bottom:1px dashed #585858;
            text-decoration: none;
            color:#585858;
            }
.top_menu_vt {
	display:block;
	background:#86878A;
	border-top:1px solid #d8d8d8;
	}
	.top_menu_vt ul {
		list-style:none;
		font-weight:bold;
		padding:0;
		margin:0;
		}
		.top_menu_vt ul li {
			display:block;
			float:left;
			padding:0;
			margin:0;
			background:none;
			}
		.top_menu_vt ul a,
		.top_menu_vt ul a:visited {
			display:block;
			padding:2px 20px 3px;
			color:#fff;
			text-decoration:none;
			}
		.top_menu_vt ul a:hover,
		.top_menu_vt ul a.selected,
		.top_menu_vt ul a.selected:hover {
			background:#646466;
			color:#fff;
			}
.top_menu_vt ul a.desint
			{
			background: #007739;
			color: #FF0000;
			}
/*****td_cart
******************/
.td_cart_vt {}
	.cart_box_vt {
		padding:6px 0 0 9px;
		text-align:right;
		}
	.cart_box_vt img.cart_img {
		float:left;
		width:29px;
		height:36px;
		}
	.h7_vt {
		display:block;
		color:#2d2d2d;
		border-right:15px solid #2e3092;
		padding-right:2px;
		font:bold 12px/100% Arial, Helvetica, sans-serif;
		margin-bottom:12px;
		text-transform:uppercase;
		}
	.cart_content_vt {
		padding-right:3px;
		color:#585858;
		}
.td_cart2_vt {
	text-align:right;
	}
	.td_cart2_vt a {
		text-decoration:none;
		}
	.td_cart2_vt img {
		margin:0 4px 0 0;
		}
/*****obertka_all_n_vse
****************************/
.obertka_all_n_vse {
	padding-bottom:25px;
	background:none;
	border-bottom:none;
	padding-bottom:100px;
	}
	.index_page_vt .obertka_all_n_vse {
		padding-bottom:25px;
		border-bottom:1px solid #d8d8d8;
		background:url(/images/left_col.gif) 0 0 repeat-y;
		}
	.oblast_contenta {
		padding:0 10px 0 28px;
		}

/*****left_menu
********************/
.left_menu_vt {
	padding-right:2px;
	}
	.left_menu_list_vt {
		background:#f3f3f3;
		margin:0 0 15px;
		padding:0;
		list-style:none;
		border-bottom:1px solid #f2f2f2;
		}
		.left_menu_list_vt li {
			display:block;
			margin:0;
			padding:0 0 1px;
			border-top:1px solid #f2f2f2;
			border-bottom:1px solid #cdcdcd;
			background:#fff;
			position:relative;
			height:1%;
			}
			.left_menu_list_vt li a,
			.left_menu_list_vt li a:visited {
				border-bottom:1px solid #cdcdcd;
				padding:3px 12px 4px 32px;
				color:#313131;
				background:#e1e1e1 url(/images/left_menu_bull_blue.gif) 7px 2px no-repeat;
				text-decoration:none;
				font-weight:bold;
				display:block;
				outline-style:none;
				height:1%;
				}
				.left_menu_list_vt li.special_point a,
				.left_menu_list_vt li.special_point a:visited {
					background-image:url(/images/left_menu_bull_red.gif);
					}
		/*	.left_menu_list_vt li a:hover, 
			.left_menu_list_vt li a.like_hover,
            .left_menu_list_vt li a.like_hover:visited {
				background-color:#cfcfd9;
				border-bottom-color:#bdbdc7;
				color:#313131;
				}*/
		.left_menu_list_vt ul {
			background:#f3f3f3;
			list-style:none;
			margin:-1px 0 0;
			padding:0 22px 0 23px;
			border-top:1px solid #fff;
			position:relative;
			top:1px;
			}
			.left_menu_list_vt ul li {
				border-top:none;
				border-bottom-color:#fff;
				background:#cdcdcd;
				}
				.left_menu_list_vt ul li.edge_point {
					padding-bottom:0;
					border:none;
					}
				.left_menu_list_vt ul li a,
				.left_menu_list_vt ul li a:visited {
					border:none;
					background:#f3f3f3 url(/images/left_menu_bull_sub_blue.gif) 11px 10px no-repeat;
					padding:4px 12px 4px 24px;
					font-weight:normal;
					position:relative;
					}
					.left_menu_list_vt ul li a:hover,
					.left_menu_list_vt ul li a.like_hover,
					.left_menu_list_vt ul li a.like_hover:visited
					 {
						background-color:#e8e8e8;
						}


/*****index_page_vt
************************/
.index_page_vt {
	}
	.index_page_vt .oblast_contenta {
		padding-right:158px;
		}
		.index_page_vt .oblast_contenta .l_vematek {
			float:left;
			width:100%;
			border-right:158px solid #fff;
			margin:0 -158px 0 0;
			}
		.index_page_vt .oblast_contenta .r_vematek {
			float:left;
			width:151px;
			margin:0 -158px 0 0;
			padding:0 0 0 7px;
			background:#fff;
			}
			.index_page_vt h1, .index_page_vt  .h1_vt {
				margin-right:0;
				padding-right:28px;
				}
			.oblast_contenta .r_vematek .h1_vt {
				margin-left:0;
				margin-right:0;
				width:auto;
				padding-right:0;
				}
			ul.ask_answer {
				background:url(/images/border_horiz_grey.gif) 0 100% repeat-x;
				padding-bottom:1px;
				margin-left:13px;
				margin-right:6px;
				margin:0 6px 8px 13px;
				}
				ul.ask_answer li {
					background:url(/images/bull3.gif) 1px 0.4em no-repeat;
					padding-left:13px;
					margin-left:-13px;
					margin-bottom:12px;
					position:relative;
					}
					ul.ask_answer li b.ask_date {
						color:#898989;
						}
			ul.ask_answer2 {
				font-weight:bold;
				float:right;
				margin:0 6px 6px auto;
				}
				ul.ask_answer2 li {
					background:url(/images/bull4.gif) 0 0.4em no-repeat;
					}
.news_all_vt {
	display:block;
	margin-left:-15px;
	position:relative;
	height:1%;
	width:100%;
	padding-right:15px;
	/*margin-left:0;
	padding-right:15px;
	width:auto;*/
	padding-bottom:25px;
	}
	.index_page_vt .news_all_vt {
		padding-bottom:0;
		}
	ul.news_all_list_vt {
		display:block;
		list-style:none;
		}
	ul.news_all_list_vt .news_item_vt {
		/**/
		background:url(/images/bull3.gif) 0 0.3em no-repeat;
		height:1%;
		}
	.news_all_vt .item_vt {
		/*background:url(/images/border_horiz_grey.gif) 0 100% repeat-x;*/
		height:1%;
		padding:0 0 10px;
		}
		img.preview_image_vt {
			float:left;
			margin:3px 7px 0 0;
			}
h5.news_title_vt a,
h5.news_title_vt a:visited {
	color:#000;
	text-decoration:underline;
	}
h5.news_title_vt a:hover {
	color:#ee1d25;
	}
h5.news_title_vt span.news_date_vt {
	color:#797979;
	font-size:10px;
	font-weight:normal;
	}
.news_text_vt {
	padding-bottom:5px;
	}
p.news_more_vt {
	margin:0;
	text-align:right;
	}
	p.news_more_vt a {
		background:url(/images/bull4.gif) 0 0.4em no-repeat;
		padding-left:11px;
		display:inline-block;
		font-size:10px;
		}
/*****feedback_page
************************/
.feedback_page form.auto_form {
	border:none;
	padding-top:0;
	}
	form.auto_form span.warning_vt {
		color:#ed1d24;
		display:block;
		margin-bottom:-2px;
		}
/*****search_result_vt
****************************/
.search-page {}
p.search-page_result {
	color:#585858;
	padding-left:6px;
	margin-bottom:11px;
	}
	.search-page form.auto_form {
		border:none;
		width:auto;
		padding:0 0 2px;
		margin:0;
		white-space:nowrap;
		}
		.search-page form.auto_form .inputtext {
			width:270px;
			vertical-align:middle;
			}
		.search-page form.auto_form .inputselect {
			width:145px;
			margin-right:5px;
			vertical-align:middle;
			}
		.search-page form.auto_form .button_submit {
			vertical-align:middle;
			margin-right:0;
			}
.search_result_list_vt {
	list-style:none;
	margin-bottom:18px;
	}
	.search_result_list_vt li {
		background:url(/images/bull3.gif) 0 0.4em no-repeat;
		}
		.search_result_list_vt ul li {
			background-image:url(/images/bull4.gif);
			}
.search-page .page_menu_vt {
	margin-bottom:7px;
	}
p.no_padding {
	padding-left:0;
	}
/*****news_list
******************/
.page_menu_years {
	margin-bottom:9px;
	}
	.page_menu_years span.curr_page_vt {
		margin:0 9px 0 3px;
		} 
/*****news_page_item
*************************/
.news_page_item {
	height:1%;
	padding-right:12px;
	position:relative;
	}
	.news_page_item .item_vt {
		padding-bottom:20px;
		height:1%;
		}
dl.news_reference {
	display:block;
	padding:0 0 20px;
	}
	dl.news_reference dt {
		font-weight:bold;
		margin-bottom:6px;
		}
	dl.news_reference dd {
		padding-left:10px;
		margin-bottom:6px;
		}
.news_page_item .preview_image_vt {
	margin:3px 10px 5px 0;
	}
.news_page_item .search_result_list_vt li {
	background-image:url(/images/bull5.gif);
	position:relative;
	}
.super_navigation {
	display:none;
	position:absolute;
	right:12px;
	top:-25px;
	}
	.super_navigation a {
		margin-left:4px;
		}
	.super_navigation img.tuda_suda {
		height:13px;
		width:13px;
		background:#003399;
		}
		.super_navigation a:hover img.tuda_suda {
			background:#ee1d25;
			}
/*****u_dna
****************/
.u_dna {
	display:block;
	margin-bottom:0px;
	position:relative;
	}
	.u_dna .h1_vt {
		margin-left:16px;
		margin-bottom:16px;
		margin-right:0;
		width:auto;
		padding-right:0;
		}
	.u_dna table.for_all_u_dna {
		width:100%;
		margin-left:15px;
		}
		table.for_all_u_dna col.empty_col {
			width:0px;
			}
		table.for_all_u_dna  col.col_w_auto {
			width:19.5%;
			}
		table.for_all_u_dna td {
			border-left:1px solid #dedede;
			vertical-align:top;
			text-align:center;
			}
			table.for_all_u_dna td.edge_cell {
				border-left:none;
				}
			table.for_all_u_dna tr.decor_row td {
				border-top:1px solid #dedede;
				}
			table.for_all_u_dna td p {
				text-align:left;
				padding:5px 5px 5px 15px;
				margin-bottom:3px;
				}
				table.tsena_n_more {
					width:100%;
					margin:0 auto 1px;
					}
					table.tsena_n_more td {
						vertical-align:middle;
						border-bottom:none;
						padding:1px 0 2px;
						width:50%;
						}
					table.tsena_n_more td.tsena_cell {
						border:none;
						}
						td.tsena_cell strong {
							font:bold 11px Tahoma, Arial, sans-serif;
							color:#00a650;
							}
/*****bread_crumb
***********************/
.bread_crumb_vt {
	display:block;
	padding-bottom:20px;
	}
	.bread_crumb_vt a,
	.bread_crumb_vt a:visited {
		/*text-decoration:none;
		color:#313131;*/
		color: #2E3192;
		}
	.bread_crumb_vt a:hover {
		color:#ee1d25;
		}
table.table_list_vt {
	margin-bottom:15px;
	}
   table.table_list_vt th {
        text-align: left;
        padding-bottom:6px;
        }
	table.table_list_vt td {
		padding-bottom:6px;
		}
col.input_col {
	width:24px;
	}
.choose_payer_vt h5 {
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	}
/*****press_center_vt
***************************/
.press_center_vt {
	display:block;
	}
	.division_vt {
		display:block;
		border-bottom:1px solid #d7d7d7;
		height:1%;
		margin-bottom:10px;
		}
	.press_center_vt h4 {
		font:bold 14px Arial, Helvetica, sans-serif;
		margin-bottom:15px;
		color:#2d2d2d;
		}
		.press_center_vt .division_vt a.list_vt {
            background:transparent url(/images/bull3.gif) no-repeat scroll 0pt 0.4em;
            margin:0pt 0pt 7px;
            padding:0pt 0pt 0pt 12px;
            }
.press_center_vt .item_vt {
	padding-bottom:20px;
	}
div.news_title_vt {
	padding-bottom:5px;
	}
/*.press_center_vt .news_more_vt  a{
	font-size:11px;
	}*/
.foto_archive {
	border-bottom:none;
	}
	.foto_archive .item_vt {
		padding-bottom:0;
		}
/*****ask_page_vt
**********************/
.ask_page_vt {}
.ask_page_vt .item_vt {
	border-bottom:1px solid #d9d9d9;
	margin-bottom:10px;
	padding-bottom:5px;
	}
	.ask_page_vt .last_item_vt {
		border-bottom:none;
		}
	.ask_page_vt p {
		margin-bottom:10px;
		}
	ul.ask_list_about_vt {
		margin-bottom:15px;
		}
		ul.ask_list_about_vt li {
			background:none;
			padding-left:0;
			margin-bottom:1px;
			}
			ul.ask_list_about_vt li b {
				font-weight:normal;
				color:#777;
				}
/*****dno
*************/
#dno table.top_table_vt {
	color:#8a8a8a;
	font-size:10px;
	}
	col.trinet {
		width:92px;
		}
	.schetchiki {
		display:block;
		padding:0 60px;
		text-align:right;
		}
		.schetchiki a {
			text-decoration:none;
			}	
		.schetchiki img {
			margin-left:1%;
			}
/*****classes
******************/
.clear_vt {
	display:block;
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
	overflow:hidden;
	}
#min_width {
	display:block;
	height:0;
	width:770px;
	overflow:hidden;
	position:absolute;
	top:-10px;;
	left:0;
	}
#max_width {
	display:block;
	height:0;
	width:1260px;
	overflow:hidden;
	position:absolute;
	top:-10px;
	left:0;
	}
#print_version_vt {
	display:none;
	}
.txt_r {
	text-align:right;
	}
.txt_l {
	text-align:left;
	}
.txt_c {
	text-align:center;
	}
.txt_j {
	text-align:justify;
	}
.in_just_case {}
/*****/
.item_vt {
	padding-bottom:8px;
	}
table.end_pos_page_cat_vt {
	border:1px solid #fff;
	border-bottom:none;
	color:#5e5e5e;
	width:100%;
	margin-bottom:10px;
}
table.end_pos_page_cat_vt th,
table.end_pos_page_cat_vt td {
	text-align:left;
	font-size:11px;
	}
	table.end_pos_page_cat_vt th.txt_l {
		text-align:left;
		}
	table.end_pos_page_cat_vt th,
	table.end_pos_page_cat_vt td {
	}
table.end_pos_page_cat_vt thead td {
	background:#ededed;
	}
	table.end_pos_page_cat_vt thead th {
		vertical-align:middle;
		padding:1px 4px 7px;
		font-weight:normal;
		border:1px solid;
		border-color:#ededed #fff #c9c9c9 #fff;
		background:#ededed url(../images/brdr_th.gif) 0 100% repeat-x;
		color:#000;
		}
	table.end_pos_page_cat_vt thead td {
		height:6px;
		font-size:1px;
		}
table.end_pos_page_cat_vt tbody td {
	border-right:1px solid #ededed;
	background:#fff url(../images/brdr_td.gif) 0 100% repeat-x;
	padding:6px 3px;
	}
	table.end_pos_page_cat_vt tbody td.cart_cell {
		border-right:none;
		}
	table.end_pos_page_cat_vt tbody td.txt_l {
		text-align:left;
		padding:6px 9px;
		}
	table.end_pos_page_cat_vt .last_row_vt td {
		background:none;
		}
	table.end_pos_page_cat_vt tbody td p{
	   line-height: 1px;
	   margin-bottom: 0;
    }
table.end_pos_page_cat_vt .izvrat_vt td {
	font-size:1px;
	line-height:1;
	height:2px;
	border-right:none;
	background:none;
	padding:0;
	empty-cells:show;
	}
table.end_pos_page_cat_vt .bot_izvrat td {
	height:4px;
	background:url(../images/brdr_td2.gif) 0 3px repeat-x;
	border-bottom:1px solid #c9c9c9;
	}
table.end_pos_page_cat_vt tbody tr.trhover td {
	background-color:#f8f8f8;
	} 
/*****table_catalog_page
******************************/
table.table_catalog_page {
	width:auto;
	margin:2px 0 0;
	}
	table.table_catalog_page td {
		padding-right:5%;
		padding-bottom:28px;
		vertical-align: top;
		}
		table.table_catalog_page .last_row_vt td {
			padding-top:30px;
			}
	table.table_catalog_page h4 {
		margin-bottom:7px;
		}
	    /*
	    table.table_catalog_page h4 a {
	        color:#252525;
	        text-decoration: none;
	        }*/
    table.table_catalog_page .search_result_list_vt {
		margin-bottom:8px;
		}
		table.table_catalog_page .search_result_list_vt li {
			padding-left:14px;
			}
	table.table_catalog_page em.show_all_vt {
		display:block;
		padding-left:14px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#2E3192;
		text-decoration:underline;
		cursor:pointer;
		float: right;
		}
		span.like_link {
			color:#2E3192;
			text-decoration:underline;
			cursor:pointer;
			}
table.button_holder {
	width:100%;
	}
	table.button_holder td {
		padding-bottom:10px;
		}
		table.button_holder td.txt_r .button_submit {
			margin-right:0;
			}
table.end_pos_page_cat_vt .inputtext {
	width:25px;
	padding:1px 4px;
	}
table.end_pos_page_cat_vt tbody td.txt_r {
	text-align:right;
	}
	table.end_pos_page_cat_vt tbody td.itogo_vsego {
		padding-right:11px;
		}
.add_to_cart_link {
	display:block;
	float:left;
	text-decoration:none;
	padding:5px 0;
	}
	.add_to_cart_link em {
		font-style:normal;
		text-decoration:underline;
		}
	.add_to_cart_link img {
		vertical-align:middle;
		}
/*****vopros_podrobno
**************************/
.vopros_podrobno {
	}
	.vopros_podrobno h4,
	.vopros_podrobno .h4_vt {
		font-family:Arial, Helvetica, sans-serif;
		}
	.vopros_podrobno .item_vt {
		padding-bottom:0;
		}
	.admin_answer {
		color:#777;
		}
	.admin_answer,
	.admin_answer .h4_vt  {
		font-style:italic;
		}
		.h4_vt span {
			font-weight:normal;
			}
	.comment_vopros {
		display:block;
		}
		.comment_vopros .h4_vt {
			color:#b9b9b9;
			}
			.comment_vopros .h4_vt span {
				color:#777;
				}
		.comment_vopros .admin_answer {
			padding-left:20px;
			}
			.comment_vopros .admin_answer .h4_vt,
			.comment_vopros .admin_answer .h4_vt span {
				color:#252525;
				} 
div.hr_vt {
	display:block;
	height:1px;
	font-size:1px;
	line-height:1;
	overflow:hidden;
	background:#d9d9d9;
	margin-bottom:12px;
	}
div.text_vt {
	padding-bottom:15px;
	}
/*****vse_voprosy
**********************/
table.vse_voprosy {
	margin:30px 0;
	}
	table.vse_voprosy td {
		/*border-left:1px dotted #c5c5c5;*/
		padding:0 42px 0 8px;
		background:url(/images/brdr_l.gif) 0 0 repeat-y;
		}
		table.vse_voprosy ul {
			padding:0;
			margin:0 0 -6px;
			}
		table.vse_voprosy ul li {
			background:none;
			padding-left:0;
			margin-bottom:6px;
			margin-top:-3px;
			}
/*****catalog_page2
************************/
.catalog_page2 {}
	.catalog_page2 .search_result_list_vt ul  {
		margin-left:20px;
		}
	.themes_box {
		display:block;
		/*padding:17px 0 0;*/
		padding:0;
		}
		.themes_box h4 {
			font-family:Arial, Helvetica, sans-serif;
			}
table.themes_item {
	margin-bottom:20px;
	}
	table.themes_item th,
	table.themes_item td {
		vertical-align:top;
		text-align:left;
		font-weight:normal;
		padding:0 10px 4px 0;
		color: #666;
		}
		table.themes_item td[colspan="2"] {
			padding-top:3px;
			}
		col.date_col {
			width:6em;
			}
		col.theme_title {
			width:auto;
			}
/*****ask_us_about_smth
****************************/
.ask_us_about_smth form.auto_form .h6_vt {
	padding-top:0;
	}
.ask_us_about_smth .auto_form_holder {
	margin-top:-2px;
	}
/*****design_forever!!!
*****************************/
.design_forever form.auto_form {
	width:auto;
	border:none;
	padding:0;
	margin:0 0 15px;
	}
.comments_vt {
	display:block;
	padding:2px 0;
	font-size:10px;
	}
.design_forever .button_submit {
	width:89px;
	padding-left:0;
	padding-right:0;
	}
.design_forever div.auto_form {
	margin-bottom:23px;
	}
.design_forever .inputtextarea {
	height:98px;
	}
/*****about_company_vt
****************************/
.about_company_vt h2 {
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
	border:none;
	}
ol {
	margin-left:20px;
	padding-left:0;
	}

/*****patches
****************************/
.printmaterials {
	font-size: 11px;
	border: 1px solid #000000;
}
.printmaterials th {
	color: #000000;
}
.aprint a{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}
.printhead {
	font-size: 12px;
	color: #FFFFFF;
}
.printrow {
	background-color: #F3F3F3;
}
.printheader {
	background-color: #428d0a;
	text-align: center;
}
.aprint a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}
.zagolovok {
	color: #FFFFFF;
}
.direction {
float:right; 
border: 2 solid #00823e; 
background-color:#ffffcc; 
padding: 7px;
margin: 3px;
}
.tableimg {
	margin: 7px;
}
.city-name {
	font-weight: bold;
	color: #CC0000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC0000;
	margin: 10px 5px 5px;
}
.news-omsk
{
border-width:1px; 
border-style:solid; 
border-color:#003399; 
background-color:#FFFFCC; 
float:right; 
margin:8px; 
padding:5px;
}

.starrequired {
	color:#ee1d25;
	}

.sale-price {
	color: #FF0000;
	font-weight: bold;
  }
.colorInfo {
	margin: 5px;
	background-position: bottom;
	vertical-align: bottom;
}
.rBoxPICContent {
	margin: 5px;
	height: 50px;
	width: 100px;
}
.desint
{
color: #FF0000;
}
