/*
 * Date created: 2025-07-30 13:34:49
 */
/*
 * ATTENTION! This file is automatically created from several CSS files.
 * Find file path and name in the comments in the beginning of the each code block
 */


/*
 * FILE START: _mod_files/_css/common.css
 */

.status_error {background:#ffef8f; color: #F00000;}
.status_normal {background:#b0efff;}
.status_notice {background:#ffef8f;}
/* 
	-- COMMON.CSS strucrure: --
	1. Reset browser's defaults styles
	2. Common styles
	3. Current design styles
	4. Navigation styles
	5. Modules
	6. E-commerce
	7. System
*/

/* 1. RESET BROWSER's DEFAULTS ****************************************************************************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, p, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption  {
	margin: 0px;
	padding: 0px;
}
	
h1, h2, h3, h4, h5, .alt_header1, .alt_header2, .alt_header3, .alt_header4, .alt_header5 { margin: 0px 0px 0px 0px; }

div.edParagraph, p { margin: 0px 0px 12px 0px; padding: 0px; }

ul { padding: 0px; margin: 10px 0px 10px 40px; }
ol { padding: 0px; margin: 10px 0px 10px 45px; }

a img { border: none; }

table.dsn, table.dsn tbody, table.dsn tr, table.dsn th, table.dsn td { margin: 0; padding: 0; }
table.dsn { border-collapse: separate; border-spacing: 0; }

.wrapper { position: relative; }

.clear { clear: both; height: 0px; overflow: hidden; }

/* END RESET BROWSER's DEFAULTS */


/* 2. COMMON STYLES ****************************************************************************************************/

body {
background: url(_mod_files/ce_images/maket/bg2_02.png)repeat;
}
body, table, tr, td, p, a, input, select, textarea {color:#333; font-family: 'PT Sans Narrow', sans-serif; font-size:14px; }


a {color:#00539f; text-decoration:none;}
a:hover {color:#00539f; text-decoration:underline;}
a:visited {color:#00539f;}

hr { height: 1px; border: 0px; color: #dddddd; background: #dddddd; }

blockquote {margin-top:5px;margin-bottom:5px;margin-left:16px;margin-right:0px}

h1, .alt_header1, h1 a, h1 a:visited {
color: #333;
font-size: 36px;
text-transform: uppercase;
font-family: 'PT Sans Narrow', sans-serif;
font-weight: bold;
margin-bottom: 5px;
margin-top: 5px;
}
h2, .alt_header2, h2 a, h2 a:visited {
/*color:#f7941c;font-size:1.1em;font-weight:bold;*/
font-family: 'PT Sans Narrow', sans-serif;
text-transform: uppercase;
font-size: 36px;
color: #333;
font-weight: bold;
margin-bottom: 35px;
margin-top: 55px;
 margin-bottom:5px; margin-top:5px;}
h3, .alt_header3, h3 a, h3 a:visited {
color: #000;
font-size: 15pt;
font-weight: bold;
text-transform: uppercase;
font-family: 'PT Sans Narrow', sans-serif;
text-shadow: #f0f0f1 2px 1px 0px;
}
h4, .alt_header4, h4 a, h4 a:visited {
color: #1F80C4;
font-size: 12px;
font-weight: normal;
margin-bottom: 5px;
margin-top: 1px;
font-style: italic;
}
h5, .alt_header5, h5 a, h5 a:visited {color:#33626F;font-size:0.9em;font-weight:normal; margin-bottom:5px; margin-top:5px;}

/* COMMON STYLES form */
form {  margin: 0px; }
input { font-size:14px; }

input.txt, input.field, input.filter_field {
font-size: 1em;
border: #ccc 1px solid;
padding: 9px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
border-radius: 7px;
font-style: italic;
}
input.txt_noborder   { border: #FFFFFF 0px solid; }
input.check { border: 0px; }



select.sel  { font-size: 0.9em; border: #848484 1px solid; }
ckeckbox.chb{ font-size: 0.9em; border: #848484 1px solid; }
textarea.ta {font-size: 1em;
border: #ccc 1px solid;
padding: 9px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
border-radius: 7px;
font-style: italic;
width: 400px; }

button {
	background-color: #ff6600;
	border: solid #ff6600 1px;
	color: #fff;
	height: 20px;
	line-height: 20px;
	font: bold 0.95em arial, tahoma, verdana;
	cursor: pointer;
	margin-right: 2px;
}

/* COMMON STYLES END form */


/* COMMON STYLES table */

table.tbl, table.price { 
}
table.tbl td, table.price td { font-size: 0.9em;padding:5px 8px 5px 8px }
table.tbl TH, table.price th { color:#ffffff;border:0px; background-color:#18ba24;font-size:0.95em;padding:5px 8px 5px 8px }

/* COMMON STYLES END table */

.small, .small a { font-size: 0.8em; }
.top_tool_bar, .bottom_line {background-color:#48899B}

.wd1 { width: 60px !important; }
.wd2 { width: 110px !important; }
.wd3 { width: 150px !important; }
.wd4 { width: 200px !important; }
.wd5 { width: 250px !important; }
.wd6 { width: 500px !important; }
.wd7 { width: 100% !important; }

.sz1 { font-size: .5em !important; }
.sz2 { font-size: .6em !important; }
.sz3 { font-size: .7em !important; }
.sz4 { font-size: .9em !important; }
.sz5 { font-size: 1em !important; }
.sz6 { font-size: 1.2em !important; }
.sz7 { font-size: 1.3em !important; }
.sz8 { font-size: 1.5em !important; }
.sz9 { font-size: 2em !important; }

/* END COMMON STYLES */


/* 3. CURRENT DESIGN STYLES START ****************************************************************************************************/

#layout { margin: 0 auto; width: 940px;}

#dsn_note { position: relative; 	width: 399px; height: 85px; }
* html #dsn_note { width: 401px; }

#dsn_note_top {
	width: 399px; height: auto;
	min-height: 74px;
	background: #ffab00 url('_mod_files/ce_images/note_area_fon.gif') top left repeat-x; 
	border-left: solid #d9d9d9 1px;	border-right: solid #d9d9d9 1px;
}
* html #dsn_note_top { width: 401px; }

#dsn_note_i { margin-top: 8px; width: 50px; height: 66px;	float: left; }
#dsn_note_text, #dsn_note_text a, #dsn_note_text a:hover, #dsn_note_text a:visited {	padding-top: 8px; font-size: 0.9em;	color: #fff; }
#dsn_note_bott {	width: 401px; height: 0.9em;}

.dsn_left_orange_block_1 {
	margin-bottom: 10px;
	padding-top: 6px;
	width: 200px; height: 76px;
	background: url('_mod_files/ce_images/basket_fon.png') top right no-repeat;
}

.dsn_left_block_1 { position: relative; width: 200px; border: solid #d9d9d9 1px; margin-bottom: 10px;}

.dsn_left_block_1_head  {
	margin: 10px 15px 10px 10px;
	padding-bottom: 3px;
	border-bottom: solid #d9d9d9 1px;
	line-height: 25px;
	font: bold 1.3em tahoma, arial, verdana;	color: #0066FF !important;	text-decoration: none;
}
.dsn_left_block_1_head  a { font: bold 1.3em tahoma, arial, verdana;	color: #0066FF !important;	text-decoration: none; }
.dsn_left_block_1_content { width: auto; margin-left: 10px; margin-right: 15px; margin-bottom: 15px;}
* html .dsn_left_block_1_content { width: 100%; }


.dsn_right_block_1 { position: relative; width: 200px; border: solid #d9d9d9 1px; margin-bottom: 10px;}

.dsn_right_block_1_head  {
	margin: 0px 15px 10px 15px;
	padding-bottom: 3px;
	border-bottom: solid #d9d9d9 1px;
	line-height: 25px;
	font: bold 1.2em tahoma, arial, verdana;	color: #ff6600 !important;
	text-decoration: none;
}
.dsn_right_block_1_head  a { font: bold 1.2em tahoma, arial, verdana;	color: #ff6600 !important;	text-decoration: none; }
.dsn_right_block_1_content { width: auto; margin-left: 15px; margin-right: 15px; margin-bottom: 15px;}
* html .dsn_right_block_1_content { width: 100%; }

.dsn_footer_contacts {
	padding-left: 90px;	padding-top: 15px;
	background: url('_mod_files/ce_images/i_write.jpg') 10px 10px no-repeat;
	font: normal 0.9em arial, tahoma, verdana;
	color: #666;
}

a.dsn_footer_a:link, a.dsn_footer_a:visited, a.dsn_footer_a:active, a.dsn_footer_a:hover {
	font: normal 0.9em arial, tahoma, verdana;
}

.dsn_block_tl { position: relative; top: -1px; left: -1px; width: 10px; height: 10px; }
.dsn_block_tr { position: relative; float: right; top: -1px; right: -1px; width: 10px; height: 10px; }
.dsn_block_bl { position: relative; bottom: -1px; left: -1px; width: 10px; height: 10px; }
.dsn_block_br { position: relative; float: right; bottom: -1px; right: -1px; width: 10px; height: 10px;}

.dsn_center_block1 { position: relative; width: 100%; border: solid #d9d9d9 1px; }

.dsn_center_block1 .dsn_center_block1_content { position: relative; width: auto; margin-left: 15px; margin-right: 15px; margin-bottom: 5px;}
* HTML .dsn_center_block1 .dsn_center_block1_content { width: 100%;}

.dsn_center_block1_head  {
	margin: 0px 15px 10px 0px;
	padding-bottom: 3px;
	border-bottom: solid #d9d9d9 1px;
	line-height: 25px;
	font: bold 1.2em tahoma, arial, verdana;	color: #0066ff !important;
	text-decoration: none;
}

.title_img { float: left; margin: 10px 0 30px 30px;}
.small_search_eshop { color: #000; float: right; padding: 55px 0 0 0; width: 180px;}
* html .small_search_eshop { width: 140px;}

.line_main_menu {  
clear: both;
overflow: hidden;
zoom: 1;
box-shadow: 0px 1px 1px #0F6185;

}

.information { float: left; margin: 10px 20px 0 0; padding: 0 0 0 20px; width: 200px;}
.information { float: left; margin: 10px 20px 0 0; padding: 0 0 0 20px; width: 220px;}
.information img { margin: 0 10px 0 0;}

.copyright { clear: both; font-size: 0.95em; padding: 20px 0 0 20px; text-align: right;}

.title_left { 
color: #00539f;
font-weight: bold;
padding: 0 0 8px 0;
margin: 20px 0 0 0;
}

.title_left a:link,.title_left a:visited,
.title_left a:active,.title_left a:hover { color: #00539f;}

/* CURRENT DESIGN STYLES END */


/* 4. NAVIGATION STYLES (Menus, Sitemaps, etc.) ****************************************************************************************************/

/* NAVIGATION STYLES TOP MENU */

.top_menu, .top_menu a, .top_menu a:hover, .top_menu a:visited {font-size: 0.8em;}

/* NAVIGATION STYLES END TOP MENU */


/* NAVIGATION STYLES BOTTOM MENU */

.bottom_menu { float: right; margin: 20px 0 0 0;}
.bottom_menu a:link, .bottom_menu a:visited, .bottom_menu a:active, .bottom_menu a:hover { font-size: 0.95em; }
.bottom_menu a:hover { font-size: 0.95em; }

/* NAVIGATION STYLES END BOTTOM MENU */


/* NAVIGATION STYLES MAIN MENU */

.main_menu { }
.main_menu td{ padding:5px; }
.main_menu td.splitter { background: url(_mod_files/.._img/splitter.gif) 5px 0 no-repeat; width: 1px;}

.main_menu a:link, .main_menu a:visited, .main_menu a:active, .main_menu a:hover {
        color:#fc8508;
	font-weight:bold;
	text-decoration:none; 
	font-size: 0.9em; 
	text-transform:uppercase;
}

.submenu { 
	position:absolute; 	z-index: 999;
	left: 0; top:0; 
	display: none; 
	width:auto; 
}

.pd_menu { border:1px #6D6D6D solid; }
.pd_menu td {
	color:#6D6D6D;
	border:0px; 
	padding:5px 8px 5px 8px;
}
.pd_menu a:link, .pd_menu a:visited, .pd_menu a:active, .pd_menu a:hover {
    font-size: 0.9em;
	font-weight: normal; 
	text-decoration:none;
	color:#6D6D6D;
}

/* NAVIGATION STYLES END MAIN MENU */


/* NAVIGATION STYLES MEMBER MENU */

.member_menu { margin-top: 10px; border: solid red 0px; }
.member_menu td { padding-left: 10px; padding-right: 10px; text-align: center;}
.member_menu  a {	font: normal 0.95em arial, tahoma, verdana; color: #666 !important; text-decoration: none;}
.member_menu  a:hover { text-decoration: underline; }

/* NAVIGATION STYLES END MEMBER MENU */


/* NAVIGATION STYLES SITE MAP, SECTION MAP */

.sm_tree {  }

.sm_tree .sm_level_1 {  }
.sm_tree .sm_level_1 a:link, 
.sm_tree .sm_level_1 a:visited, 
.sm_tree .sm_level_1 a:active, 
.sm_tree .sm_level_1 a:hover { font-size: 1.1em; }
.sm_level_1 .sm_tree_item_selected { font-size: 1.1em; }

.sm_tree .sm_level_2 { margin-left: 15px; }
.sm_tree .sm_level_2 a:link, 
.sm_tree .sm_level_2 a:visited, 
.sm_tree .sm_level_2 a:active, 
.sm_tree .sm_level_2 a:hover { font-size: 0.95em; }
.sm_level_2 .sm_tree_item_selected { font-size: 0.95em; }

.sm_tree .sm_level_3 { margin-left: 25px; }
.sm_tree .sm_level_3 a:link, 
.sm_tree .sm_level_3 a:visited, 
.sm_tree .sm_level_3 a:active, 
.sm_tree .sm_level_3 a:hover { font-size: 0.95em; }
.sm_level_3 .sm_tree_item_selected { font-size: 0.95em; }

.sm_tree .sm_tree_item_selected { font-weight: bold; }

.sm_imaged_tree { }

.sm_imaged_tree  .sm_imaged_item_normal_1, .sm_imaged_tree  .sm_imaged_item_active_1,
.sm_imaged_tree  .sm_imaged_item_normal_2, .sm_imaged_tree  .sm_imaged_item_active_2,
.sm_imaged_tree  .sm_imaged_item_normal_3, .sm_imaged_tree  .sm_imaged_item_active_3 { 
	padding-left: 7px; 
	line-height: 19px;
}

/* NAVIGATION STYLES END SITE MAP, SECTION MAP */


/* NAVIGATION STYLES PAGER */

.pager { font-size: 1.1em; margin-top: 30px; text-align: center; }

.pager .pager_sibl_pages { font-size: 1.1em;  }
.pager .pager_sibl_pages span { font-weight: bold; }

.pager .pager_pages { margin: 10px 0px; padding: 4px 0px;  }

a.pager_sibl:link, a.pager_sibl:active, a.pager_sibl:visited, a.pager_sibl:hover,
a.pager_fin:link, a.pager_fin:active, a.pager_fin:visited, a.pager_fin:hover  {
	font-size: 1.1em;
	text-decoration: none;
	font-weight: normal;
}
a.pager_sibl:hover, a.pager_fin:hover  { text-decoration: underline; }

a.pager_block:link, a.pager_block:active, a.pager_block:visited, 
a.pager_block:hover, .pager_active, .pager_dotdot  {
	margin-right: 3px;
	padding: 2px 6px;
	font-size: 1.1em;
	text-decoration: none;
	text-align: center;
	background-color: #f2f2f2;
}
a.pager_block:hover { background-color: #ccc; }

.pager .pager_active { font-size: 1.1em; color: #f9f9f9;	background-color: #666;}

.pager span.pages_nav_split { font-size: 1.1em; font-weight: normal; padding: 0px 5px; }

.pager_item_details { }

.pager_item_details .pager_showall  { margin-top: 0.8em; }

/* NAVIGATION STYLES END PAGER */

/* NAVIGATION STYLES PAGES */

.pages_path {  }
.pages_path h1 { margin: 0px 0px 20px 0px; }

.pages_nav_bar {  }

.pages_sibl_bar { text-align: center; margin: 0px 0px 20px 0px; }

.pages_name {  }
.pages_name h3 {  }

a.pages_print_version:link, a.pages_print_version:visited, 
a.pages_print_version:active, a.pages_print_version:hover {
	display: block;
	margin: 40px 0px 0px 0px;
}

a.pages_print_version img { margin-right: 8px; }

/* NAVIGATION STYLES END PAGES */

/* NAVIGATION STYLES (Menus, Sitemaps, etc.) */


/* 5. MODULES ****************************************************************************************************/

/* MODULES VOTES */

.vote_res_small_on {background-color:#119419;border-top:1px #119419 solid;border-bottom:1px #119419 solid;}
.vote_res_on {background-color:#119419;border-top:1px #119419 solid;border-bottom:1px #119419 solid;}
.vote_res_small_off {border-top:1px #119419 solid;border-bottom:1px #119419 solid;}
.vote_res_off {border-top:1px #119419 solid;border-bottom:1px #119419 solid;}

/* MODULES END VOTES */


/* MODULES KNOWLEDGE BASE */

.kb_item_row_name { margin-bottom: 5px; }
.kb_item_row_announce {  }
.kb_item_row_announce p { margin: 0px; padding: 0px; }

/* MODULES END KNOWLEDGE BASE */


/* MODULES BLOG */

.blog IMG {margin:3px;border:#ff0000 0px solid;}

/* MODULES END BLOG */


/*MODULES NEWS STYLES */

.small_news { }
.small_news_item_row {  }
.small_news_urgent_item_row { color: #ff0000; }
.small_news_item_date { display: inline; }
.small_news_item_time { }
.small_news_item_header { display: inline; }
.small_news_item_announce { }
.small_news_rss { }

.news { }
.news_item_row {  }
.news_item_date {  }
.news_item_time {  }
.news_item_header {  }
.news_item_announce {  }
.news_item_pic { float: left; margin: 0 10px 10px 0; }

.news_item_row {  }
.news_urgent_item_date {  }
.news_urgent_item_time {  }
.news_urgent_item_header { margin-bottom: 5px; }
.news_urgent_item_announce {  }

.news_urgent_item_announce p, .news_item_announce p { margin: 0px; padding: 0px; margin-bottom: 10px; }

.news_rss { }

/* MODULES END NEWS STYLES */


/* MODULES ARTICLES STYLES */

.small_articles {  }
.small_articles_item_row {  }
.small_articles_item_date { display: inline; }
.small_articles_item_header { display: inline; }
.small_articles_rss { }


.articles {  }

.articles_cat_name, .articles_cat_header, .articles_sticky_cat_header { display: inline; }
.articles_cat_name a, .articles_cat_header a, .articles_sticky_cat_header a { font-size: 1.2em; }
.articles_cat_num_items, .articles_cat_num_public_items, .articles_sticky_cat_num_public_items { display: inline; }
.articles_cat_announce {  }
.articles_cat_announce p, .articles_sticky_cat_announce p { margin: 0; padding: 0; }
.articles_urgent_cat_name {  }
.articles_urgent_cat_num_items {  }
.articles_urgent_cat_announce {  }
    
.articles_item_row {  }
.articles_item_date {  }
.articles_item_header {  }
.articles_rss { }
.articles_item_pic { float: left; margin: 0 10px 10px 0; }
.articles_item_source { margin: 5px 0px; }
.articles_item_announce { }

/* MODULES END ARTICLES STYLES */


/* MODULES STICKERS */

.stickers { }
.stickers td { vertical-align: top; text-align: left; }
.stickers .small_row { border: 0px; }
.stickers .small_row_dashed { border: dashed #ccc 1px; }

.stickers .small_header { line-height: 16px;  }
.stickers .small_header a { text-decoration: none; border-bottom: dashed 1px;}

.stickers .small_announce { padding: 3px; }

.stickers .small_Hsplitter img { width: 20px; height: 1px; }
.stickers .small_Vsplitter img { width: 1px; height: 20px; }

/* MODULES END STICKERS */

/* MODULES PHOTOALBUM */

.photo_info .picture_wrapper {
    text-align: center;
}

.photoalbum { width: 100%; }

.photoalbum_path { margin-bottom: 10px; font-size: 0.95em; }
.photoalbum_path A { font-size: 0.95em !important; }

.photoalbum .cat_body { margin: 0px 0px 10px 0px; }

/* categories */

.photoalbum .urgent_cat_list { margin-bottom: 30px; }
.photoalbum .urgent_cat_list td { background: #eee; }
.photoalbum .cat_list { width: 100%; }

.photoalbum .urgent_cat_row { padding: 10px 15px; }
.photoalbum .cat_row { width: 25%; padding: 10px 15px;}

.photoalbum .cat_row a.name:link, .photoalbum .cat_row a.name:visited,
.photoalbum .cat_row a.name:active, .photoalbum .cat_row a.name:hover,
.photoalbum .urgent_cat_row a.name:link, .photoalbum .urgent_cat_row a.name:visited,
.photoalbum .urgent_cat_row a.name:active, .photoalbum .urgent_cat_row a.name:hover {
	display: block;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.photoalbum .cat_row a.small_picture_wrapper, .photoalbum .urgent_cat_row a.small_picture_wrapper {
	border: solid #fff 1px;
	display: block;
	margin: 0px 0px 10px 0px;
}

.photoalbum .cat_row .announce, .photoalbum .urgent_cat_row  .announce { padding: 0px 0px 10px 0px; }

.photoalbum .cat_row .rating, .photoalbum .urgent_cat_row .rating {
	clear: both; margin: 0px 0px 10px 0px;
}

.photoalbum .cat_row .num_photos, .photoalbum .urgent_cat_row .num_photos {
	clear: both;
	font-size: 0.9em;
	font-style: italic;
}

/* items */

.photoalbum .urgent_item_list { margin-bottom: 30px; }
.photoalbum .item_list, .photoalbum .browse_item_list {  }

.photoalbum .browse_item_list { margin: 30px auto 0px; }
.photoalbum .browse_item_list .active { background: #eee; }

.photoalbum .urgent_item_row { vertical-align: top; background: #eee; padding: 10px 15px; }
.photoalbum .item_row { width: 25%; vertical-align: top;  padding: 10px 15px; }
.photoalbum .browse_item_row { vertical-align: top; width: 30%; padding: 10px 15px; }

.photoalbum .item_row a.header:link, .photoalbum .item_row a.header:visited,
.photoalbum .item_row a.header:active, .photoalbum .item_row a.header:hover,
.photoalbum .browse_item_row a.header:link, .photoalbum .browse_item_row a.header:visited,
.photoalbum .browse_item_row a.header:active, .photoalbum .browse_item_row a.header:hover,
.photoalbum .urgent_item_row a.header:link, .photoalbum .urgent_item_row a.header:visited,
.photoalbum .urgent_item_row a.header:active, .photoalbum .urgent_item_row a.header:hover  {
	display: block;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.photoalbum .item_row a.small_picture_wrapper, .photoalbum .urgent_item_row a.small_picture_wrapper,
.photoalbum .browse_item_row a.small_picture_wrapper {
	display: block !important;
	margin: 0px 0px 10px 0px  !important;
}

.photoalbum .urgent_item_row .announce, .photoalbum .item_row .announce,
.photoalbum .browse_item_row .announce { margin: 0px 0px 10px 0px; }

.photoalbum .urgent_item_row .forum, .photoalbum .item_row .forum,
.photoalbum .browse_item_row .forum {	padding: 10px 0px 0px 0px; }

.photoalbum .item_hSplitter img { width: 10px; }
.photoalbum .item_vSplitter img { height: 20px; }

/* item details */

.photoalbum .sibl_pages { text-align: right; }

.photo_info {
	position: relative;
	margin: 0 auto;
	margin-top: 25px;
}

.photoalbum .item_details .header { font-size: 1.4em; padding: 0px 0px 10px 0px; }

.photoalbum .item_details a.enlarge {
	display: block;
	text-align: center;
	margin: 5px 0px 0px 0px;
}

.photoalbum .body { margin: 20px 0px; }

.photoalbum .item_details .forum { padding: 10px 0px 0px 0px; }
.photoalbum .item_details .rating {  }


/* small */

.photoalbum_small_list {  }
.photoalbum_small_list .small_row { }

.photoalbum_small_list a.header:link, .photoalbum_small_list a.header:visited,
.photoalbum_small_list a.header:active, .photoalbum_small_list a.header:hover {
	display: block;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.photoalbum_small_list a.small_picture_wrapper { display: block; }

.photoalbum_small_list  .announce { margin: 10px 0px }
.photoalbum_small_list  .rating {  }
.photoalbum_small_list  .forum { margin: 10px 0px 0px 0px; }

.photoalbum_small_list .small_Vsplitter img { height: 20px; }
.photoalbum_small_list .small_Hsplitter img { width: 10px; }

/* MODULES END PHOTOALBUM */


/* END MODULES */


/* 6. E-COMMERCE ****************************************************************************************************/

.eshop_image { /*width: 64px;*/ float:left; margin-top:3px;margin-right:15px;}
.eshop_image_click {border: 0; margin-bottom: -2px; margin-top: 3px;}

.views_browse {border-top: 1px #e0e0e0 solid;border-right: 1px #e0e0e0 solid;}
.views_browse td {border-bottom: 1px #e0e0e0 solid;border-left: 1px #e0e0e0 solid;}

.currency_block {font-size: 0.8em; color:#616161; font-weight:bold;}

.row1 {}
.row2 {}

.spec_eshop_cart { font: normal 0.9em arial, tahoma, verdana; color: #fff; }
.spec_eshop_cart a:link, .spec_eshop_cart a:visited, .spec_eshop_cart a:active, .spec_eshop_cart a:hover {
	font: normal 0.9em arial, tahoma, verdana;
}

/* E-COMMERCE trEE LINKS */

.spec_eshop_tree_links { line-height: 1.5em;  }
.spec_eshop_tree_links .item_popup_picture {}
.spec_eshop_tree_links .item_small_picture {}
.spec_eshop_tree_links .item_picture {}

.spec_eshop_tree_links .level_0  {  }
.spec_eshop_tree_links .level_0  a:link , .spec_eshop_tree_links .level_0  a:visited,
.spec_eshop_tree_links .level_0  a:active, .spec_eshop_tree_links .level_0  a:hover  { 
	text-decoration: underline; 
	font-size: 1.2em; 
	text-transform: uppercase; 
}
.spec_eshop_tree_links .level_0  a:hover { text-decoration: none; }
.spec_eshop_tree_links .level_0 .item_normal {  }
.spec_eshop_tree_links .level_0 .item_selected { }

.spec_eshop_tree_links .level_1 {  }
.spec_eshop_tree_links .level_1 .item_normal {  }
.spec_eshop_tree_links .level_1 .item_selected {  }
.spec_eshop_tree_links .level_1  a:link , .spec_eshop_tree_links .level_1 a:visited,
.spec_eshop_tree_links .level_1  a:active, .spec_eshop_tree_links .level_1  a:hover  { 
	text-decoration: underline; 
	font-size: 1em; 
	text-transform: none; 
}
.spec_eshop_tree_links .level_1  a:hover { text-decoration: none; }

.spec_eshop_tree_links .level_2 { margin-left: 15px; }
.spec_eshop_tree_links .level_2 .item_normal { }
.spec_eshop_tree_links .level_2 .item_selected {  }
.spec_eshop_tree_links .level_2  a:link , .spec_eshop_tree_links .level_2 a:visited,
.spec_eshop_tree_links .level_2  a:active, .spec_eshop_tree_links .level_2  a:hover  { 
	text-decoration: underline; 
	font-size: .9em; 
	text-transform: none; 
}
.spec_eshop_tree_links .level_2  a:hover { text-decoration: none; }


.spec_eshop_tree_links .level_3 { margin-left: 15px; }
.spec_eshop_tree_links .level_3 .item_normal { }
.spec_eshop_tree_links .level_3 .item_selected {  }
.spec_eshop_tree_links .level_3  a:link , .spec_eshop_tree_links .level_3 a:visited,
.spec_eshop_tree_links .level_3  a:active, .spec_eshop_tree_links .level_3  a:hover  { 
	text-decoration: underline; 
	font-size: .9em; 
	text-transform: none; 
}
.spec_eshop_tree_links .level_3  a:hover { text-decoration: none; }

.spec_eshop_tree_links2 { margin: 0 auto;}
.spec_eshop_tree_links2 .lev1 { }
.spec_eshop_tree_links2 .lev2 { }
.spec_eshop_tree_links2 .item_normal { }
.spec_eshop_tree_links2.item_selected { }

.spec_eshop_tree_links2 .lev1 a:link, 
.spec_eshop_tree_links2 .lev1 a:visited, 
.spec_eshop_tree_links2 .lev1 a:active, 
.spec_eshop_tree_links2 .lev1 a:hover { font: bold 1.1em arial, tahoma, verdana;	text-transform: uppercase; }

.spec_eshop_tree_links2 .lev2 a:link, 
.spec_eshop_tree_links2 .lev2 a:visited, 
.spec_eshop_tree_links2 .lev2 a:active, 
.spec_eshop_tree_links2 .lev2 a:hover { font: normal 0.8em arial, tahoma, verdana; }

.spec_eshop_tree_links2 .item_small_picture { float: left; margin-right: 20px; }

/* E-COMMERCE END trEE LINKS */


/* E-COMMERCE Categories list sets */

.catd_row { vertical-align: top; width: 50%; }
.catd_row .cat_small_picture { margin-right: 20px; }
.catd_row .catd_name {}
.catd_row .catd_subcategory_list { margin-top: 10px; }
.catd_row .catd_count_items { padding: 0px 5px; }
.catd_row a.catd_name:link, .catd_row a.catd_name:active, 
.catd_row a.catd_name:visited, .catd_row a.catd_name:hover { font-size: 0.95em; font-weight:bold }
.catd_row .cat_small_picture { margin-right: 15px; }

.catd_Hsplitter img { width: 10px; }
.catd_Vsplitter img { height: 25px; }

/* E-COMMERCE End Categories list sets */


/* E-COMMERCE ITEM LIST CLASSES */

.eshop_list_item_row { }
.eshop_list_item_row a.name:link, .eshop_list_item_row a.name:active,
.eshop_list_item_row a.name:visited, .eshop_list_item_row a.name:hover { 
	display: block; 
	margin-bottom: 10px;
	font-size: 0.9em; 
	font-weight: bold;
}
.eshop_list_item_row .small_picture_wrapper {  }
.eshop_list_item_row .announce {  }
.eshop_list_item_row .custom_fiels { margin-top: 10px; }
.eshop_list_item_row .digitals {  }
.eshop_list_item_row .prices {  }
.eshop_list_item_row .forum { }
.eshop_list_item_row .rating { margin-top: 15px; }
.eshop_list_item_row .addtocomparsion { margin-top: 10px; }
.eshop_list_item_row .addtocomparsion a { font-size: 0.9em; }

.eshop_list_item_row .search_path { margin-bottom: 10px; }

.eshop_list_item_row .search_path a.name { display: inline !important; margin: 0px !important; font-size:0.95em;  font-weight: bold;}
.eshop_list_item_row .search_path a.catname { display: inline !important; margin: 0px !important; font-size:0.95em;  font-weight: bold;}

.eshop_list_item_row .index { font-weight: bold; font-size: 0.95em; }

.eshop_cat_item_nSplitter {}

.eshop_cat_item_Hsplitter, .eshop_cat_cat_item_Hsplitter {
	width: 1px;
	background: #d9d9d9;
	border-left: solid #fff 20px;
	border-right: solid #fff 20px;
}

.eshop_cat_item_Vsplitter, .eshop_cat_cat_item_Vsplitter {
	height: 1px;
	background: #d9d9d9;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 10px;
}

.eshop_cat_cat_item_Hsplitter {
	border-left: solid #f9f9f9 20px;
	border-right: solid #f9f9f9 20px;
}

.eshop_cat_cat_item_Vsplitter { 
	border-top: solid #f9f9f9 20px; 
	border-bottom: solid #f9f9f9 20px; 
}


.eshop_cat_item_list {
	/*border: solid #d9d9d9 1px;*/
	background: #f9f9f9;
	padding: 10px;
	margin-top: 15px;
}
.eshop_cat_item_list .header {
	display: block;
	margin-bottom: 10px;
}

/* E-COMMERCE END ITEM LIST CLASSES */


/* E-COMMERCE PRICES */

.item_base_price, .search_item_base_price { padding: 15px 0px; }
.item_other_price { padding-bottom: 15px; }

.item_base_price .price_caption, .item_other_price .price_caption { font-weight: bold; padding-right: 10px; }
.item_base_price .price_original, .item_other_price .price_original {
font-size: 1.2em; color:#777; font-weight: bold; text-decoration: line-through;
margin-right: 10px; }

.item_base_price .price_price, .item_other_price .price_price { font-size: 0.8em; color:#F7941C; font-weight: bold; }
.item_base_price .price_difference, .item_other_price .price_difference {  }
.item_base_price  .price_null, .item_other_price  .price_null { font-size: 0.8em; color:#F7941C; font-weight: bold; }

.item_base_price .buy_form, .item_other_price .buy_form { margin-left: 10px; display: inline; }
.item_base_price .txt, .item_other_price .txt { width: 30px; }
.item_base_price .price_txt { margin-right: 10px; }

/* E-COMMERCE END PRICES */


/* E-COMMERCE ITEM DETAILS */

.itemD_detail { width: 100%; }
.itemD_detail .name { color:#f7941c;font-size:1.1em;font-weight:bold; margin-bottom: 20px;}

.itemD_detail .small_picture_wrapper {}
.itemD_detail .itemD_small_picture { float: left; margin-right: 15px; }
.itemD_detail .itemD_picture {  } 
.itemD_detail .itemD_popup_picture {  }

.itemD_detail .custom_field_all { margin-bottom: 30px; }
.itemD_detail .base_price {  }
.itemD_detail .other_prices {  }
.itemD_detail .add_to_comparison { margin-top: 40px; }
.itemD_detail .eshop_digitals_info { clear: both; }
.itemD_detail .description { background: #f5f5f5; padding: 5px 10px; margin-bottom: 10px; }
.itemD_detail .property_data {  }
.itemD_detail .forum { clear: both; overflow: hidden; margin-top: 25px; }
.itemD_detail .rating { margin-top: 15px; }

.itemD_detail .itemD_custom_field_multi_list {  }

.itemD_detail .itemD_custom_field_multi_related_items_list {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}
.itemD_detail .itemD_custom_field_multi_related_items, .itemD_detail .itemD_custom_field_multi_related_cats {
	margin-right: 30px;
	float: left;
	text-align: center;
}

/* E-COMMERCE END ITEM DETAILS */


/* E-COMMERCE HOME */

.eshop_list_small_special_row { }
.eshop_list_small_special_row a.name:link, .eshop_list_small_special_row a.name:active,
.eshop_list_small_special_row a.name:visited, .eshop_list_small_special_row a.name:hover { 
	display: block; 
	margin-bottom: 10px;
	font-size: 1.1em; 
}
.eshop_list_small_special_row .small_picture_wrapper { padding-right: 10px; }
.eshop_list_small_special_row .announce {  }
.eshop_list_small_special_row .spec_announce { margin-top: 10px; font-size: 0.9em; }
.eshop_list_small_special_row .custom_fiels { margin-top: 10px; }
.eshop_list_small_special_row .digitals { font-size: 0.9em; }
.eshop_list_small_special_row .prices {  }
.eshop_list_small_special_row .rating { font-size: 0.9em; margin-top: 15px; }
.eshop_list_small_special_row .addtocomparsion { margin-top: 20px; }
.eshop_list_small_special_row .addtocomparsion a { font-size: 0.9em; }


.small_special_base_price, .small_special_base_price_variable, .small_special_base_price_null { padding-bottom: 10px; }
.small_special_other_prices, .small_special_other_prices_null {}

.small_special_base_price .price_caption, .small_special_other_prices .price_caption,
.small_special_base_price_variable .price_caption, .small_special_base_price_null .price_caption,
.small_special_other_prices_null .price_caption { font-weight: bold; padding-right: 10px;  }

.small_special_base_price .price_original,
.small_special_other_prices .price_original { font-size: 1.1em; color:#777;
font-weight: bold; text-decoration: line-through; margin-right: 10px; }

.small_special_base_price .price_price,
.small_special_other_prices .price_price { font-size: 0.9em; color:#F7941C; font-weight: bold; }

.small_special_base_price .price_difference, .small_special_other_prices .price_difference {  }

.small_special_base_price .buy_form, .small_special_other_prices .buy_form  { margin-left: 10px; display: inline; }

.small_special_base_price .txt, .small_special_other_prices .txt { width: 30px; }

.small_special_base_price_null .price_null, .small_special_other_prices_null .price_null {
	font-size: 1.1em; color:#F7941C; font-weight: bold;
}

.small_special_base_price_variable .price_txt { margin-right: 10px; }

/* E-COMMERCE END HOME */


/* E-COMMERCE FILTER BOX */

.filter_box {   
 -moz-border-radius: 10px 10px 10px 10px;
    border: 7px solid #f0f0f0;
    margin-bottom: 20px;
    padding: 10px;
 -webkit-border-radius: 10px;
border-radius:10px;
display:block;
width:90%;
background-color:#f0f0f0 !important;
}

.filter_box1{background:#FFEED2;}

.filter_box td { font-size:13px;}
.filter_box .txt {width:50px}
.search_box { padding-bottom: 20px; }

.filter_box_caption { margin-right: 5px; }
.filter_box .sel, .filter_box .check, .filter_box .txt { vertical-align: middle; margin:0 6px 0 6px; }

.filter_box_row td {line-height:20px; }
.filter_box_prop_row td { padding-right: 15px; }

.filter_box_hsplitter { width: 20px; }
.filter_box_vsplitter { height: 10px; }

/* E-COMMERCE END FILTER BOX */



/* E-COMMERCE CAT PATH */

.cat_path { margin-bottom: 25px; margin-top: 25px; font-size: 1.2em; color:#f7941c;font-weight:bold;}
.cat_path A { color:#f7941c;font-size: 1.1em;font-weight:bold; }

/* E-COMMERCE END CAT PATH */


/* E-COMMERCE References */

.ref_small_item {}
.ref_small_splitter { height: 5px; line-height: 5px; }

/* E-COMMERCE End References  */


/* E-COMMERCE SORT BOX */

.items_sort { text-align: right; padding: 20px 0px; }

/* E-COMMERCE END SORT BOX */


/* E-COMMERCE COMPARE */

table.compare {border-left:1px #dddddd solid;border-top:1px #dddddd solid}
table.compare td {border:0px;color:#848484}
table.compare tr {border-bottom:1px solid #dddddd;}
table.compare td {border-bottom:1px solid #dddddd;border-right:1px solid #dddddd; font-size: 0.9em;padding:5px 8px 5px 8px}
a.comp_del,a.comp_del:visited {background:#ff6600;color:#ffffff;font-weight:bold;text-decoration:none;padding:0px 5px}
a.comp_del:hover{color:#ffffff;text-decoration:none;}
tr .sel {background:#eeeeee} 

.compare_script_bottom { padding: 35px 0px 15px 0px; }

/* E-COMMERCE END COMPARE */

/* END E-COMMERCE */


/* 7. SYSTEM ****************************************************************************************************/

table#sign{margin: 0 auto; width:940px;}
table#sign td { text-align: right;font-family:Verdana; font-size: 0.85em; color:#119419; padding-top:10px; padding-bottom:10px;}
table#sign A, table#sign A:hover, table#sign A:visited {color:#00539f;text-decoration:underline; font-size:0.8em; padding-left:5px;}

#stat {display:none;}
#sp {display:none;}

/*AlertWindow*/


.AlertWindow, #status_message {
    position:fixed;
    top:200px;
    left:200px;
    padding:20px;
    font-size:14px;
    display:'inline-block';
    visibility:hidden;
    border:2px #fff solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 10px 3px #ccc;
    -webkit-box-shadow: 0px 0px 10px 3px #ccc;
    box-shadow: 0px 0px 10px 3px #ccc;
    z-index:10000;
}


/* QuestBook */

.front_edit_msg, .quest_subject_item_row, .quest_answer_for, .forum_topic, .forum_front_edit, 
.forum_tr_create_topic, .discussion_front_edit, .discussion_span_answer_for {display: none;}
.quest_item_row {background: #f5f5f5; height: 28px; padding: 0px 10px;}
.quest_item_row_block {float: left;}
.quest_split {clear: both;}
.quest_bb_preview, .forum_bb_preview {text-align:center;display:none}
.quest_preview, .forum_preview {width:100%; margin-bottom:3px; display:none;}
.quest_attach_icon {text-align: right;}
.quest_pager, .quest_bbprev_input {text-align: center;}
.quest_forum_form {text-align: left;}

/* Forum */

.forum_cat_row {padding:0px;border:0px;}
.forum_inline_block {display: inline;}
.forum_itemd_row {border-right:0px;}
.forum_sign, .forum_split {border: 0; padding: 0;}
.forum_itemp_row {padding-bottom: 10px;}
.forum_hr_margin {margin-top:10px;}

/* Discussion */

.discussion_item_row {float: left; padding-right: 5px;}
.discussion_bb_preview {width:600px;text-align:center;display:none;}
.discussion_amiroTEdDivPreview {width:600px;margin-bottom:3px;display:none;padding:3px;border-color:#808080;}
.message_text {margin-left:55px; margin-bottom:16px;}


div.AlertWindow {overflow: hidden; cursor: move;}
div.AlertWindow  .popupClose{ position: absolute; display: block; right: 5px; top: 3px; width: 21px; height: 21px; background: url("_img/close_alert.gif"); cursor: pointer; }
div.AlertWindow .popupHeader{ display: block; width:100%; height: 0px; }
div.AlertWindow .popupHeaderText {display: none}
div.AlertWindow .popupContent {padding: 0px;}



.status_error {background:#ffef8f; color: #F00000;} 
.status_normal {background:#b0efff;} 
.status_notice {background:#ffef8f;} 

.local_status_error  {color:#800000;}
.local_status_notice  {color:#008000;}
.local_status_normal {color:#008000;}



/* SYSTEM Text editor styles */

div.amiroTEdDiv{ }
div.amiroTEdDivEditor{ display: block; }
div.amiroTEdDivPreview{ border: 1px solid black; display: none; overflow: auto; }
img.amiroTEdCtrl{ border: 0px; cursor: pointer; }
select.amiroTEdCtrl, input.amiroTEdCtrlButton{
    font: normal 0.85em Arial; text-decoration: none; color: #000000; margin-bottom: 4px; width: auto;
}
img.amiroTEdSep{ border: 0px; }
img.amiroTEdSmile{ border: 0px; cursor: pointer; }
textarea.amiroTEdCtrl{}
div.amiroTEdDivResize{
    height: 4px;
    margin-top: 1px;
    background-color: #d4d0c8;
    border-bottom: 1px solid #808080;
    margin-bottom: 1px;
    cursor: s-resize;
}
span.amiroTEdMore{
    cursor: pointer;
    height: 25px;
    font: bold 1.2em arial;
    text-decoration: underline;
    color: #000000;
}
blockquote.edQuote { border-left: 2px solid #999999; margin: 0px; padding: 10px; margin-left: 15px; background: #f9f9f9; }

PRE.edCode{ margin:5px 0px 5px 16px; width: 500px; overflow: auto; border: 1px dotted gray; padding: 5px; }

/* SYSTEM Text editor styles */

/* END SYSTEM */

textarea.inp-h{
    display: none;
}

/* Suggestions control */

div.suggestionDiv{ position: absolute; padding-top: 2px; border: 1px solid #848484; background: #fff; overflow: hidden; display: none; z-index: 100; }
div.suggestionRow, div.suggestionRowselected{ padding: 1px 3px 0px 3px; cursor: default; white-space: nowrap; font-family: Arial; font-size: 11px; cursor: pointer; }
div.suggestionRow a, div.suggestionRowselected a{ padding-left: 6px; font-size: 11px !important; }
div.suggestionRowselected{ background: #5fabfe; color: #fff; }
div.suggestionRowselected a{ color: #fff !important; }
div.suggestionRowExact{ font-weight: bold; }
div.suggestionRowAllResults{ margin: 6px 0px 0px 0px; }
div.suggestionResult, div.suggestionResultFirst{ margin: 8px 3px 3px 3px; padding-top: 6px; border-top: 1px solid #848484; text-align: left; font-weight: bold; font-size: 11px; }
div.suggestionResultFirst{ margin-top: 0px; padding-top: 1px; border-top: 0px; }
div.suggestionRow a.suggestionAllResults, div.suggestionRowselected a.suggestionAllResults{ padding-left: 0px; font-weight: bold; font-size: 11px; }

div.suggestionMinWidth{ line-height: 0px; height: 0px; }

/* MediaBox control */

.MediaBox_shadow{ position: fixed; display: none; top: 0px; left: 0px; width: 100%; height: 100%; background: #000; z-index: 100000;}
* html .MediaBox_shadow{ position: absolute; }
.MediaBox{ position: fixed;  display: none; background: #fff; z-index: 100001; }
* html .MediaBox{ position: absolute; }
.MediaBox_shadowL, .MediaBox_shadowR, .MediaBox_shadowT, .MediaBox_shadowB, .MediaBox_shadowLT, .MediaBox_shadowRT, .MediaBox_shadowLB, .MediaBox_shadowRB{ position: absolute; overflow: hidden; }
.MediaBox_shadowL, .MediaBox_shadowR{ width: 15px; height: 100%; background: url(_img/ami_jsapi/shade-v.png) repeat-y; }
.MediaBox_shadowL{ left: -15px; top: 0px; }
.MediaBox_shadowR{ right: -15px; top: 0px; background-position: -15px 0px; }
.MediaBox_shadowT, .MediaBox_shadowB{ width: 100%; height: 15px; background: url(_img/ami_jsapi/shade-h.png) repeat-x; }
.MediaBox_shadowT{ left: 0px; top: -15px; }
.MediaBox_shadowB{ left: 0px; bottom: -15px; background-position: 0px -15px; }
.MediaBox_shadowLT, .MediaBox_shadowRT, .MediaBox_shadowLB, .MediaBox_shadowRB{ width: 15px; height: 15px; background: url(_img/ami_jsapi/shade-c.png) no-repeat; }
.MediaBox_shadowLT{ left: -15px; top: -15px; }
.MediaBox_shadowRT{ right: -15px; top: -15px; background-position: -15px 0px; }
.MediaBox_shadowLB{ left: -15px; bottom: -15px; background-position: 0px -15px; }
.MediaBox_shadowRB{ right: -15px; bottom: -15px; background-position: -15px -15px; }
.MediaBox_speckLT{ position: absolute; width: 0px; height: 0px; }
.MediaBox_speckRB{ position: absolute; width: 0px; height: 0px; }
.MediaBox_close{ position: absolute; width: 39px; height: 39px; right: -20px; top: -20px; background: url(_img/ami_jsapi/close.png); cursor: pointer; }
.MediaBox_loader{ position: absolute; width: 32px; height: 32px; left: 50%; top: 50%; margin: -16px 0px 0px -16px; background: url(_img/ami_jsapi/loader.gif); }
.MediaBox_container{ margin: 10px 10px; }
/* Black version */
.MediaBoxBlack{ background: #000; }
.MediaBoxBlack .MediaBox_shadowL, .MediaBoxBlack .MediaBox_shadowR{ background-image: url(_img/ami_jsapi/glass-frame-v.png); }
.MediaBoxBlack .MediaBox_shadowT, .MediaBoxBlack .MediaBox_shadowB{ background-image: url(_img/ami_jsapi/glass-frame-h.png); }
.MediaBoxBlack .MediaBox_shadowLT, .MediaBoxBlack .MediaBox_shadowRT, .MediaBoxBlack .MediaBox_shadowLB, .MediaBoxBlack .MediaBox_shadowRB{ background-image: url(_img/ami_jsapi/glass-frame-c.png); }
.MediaBoxBlack .MediaBox_speckLT{ background-image: url(_img/ami_jsapi/glass-frame-c2lt.png); }
.MediaBoxBlack .MediaBox_speckRB{ background-image: url(_img/ami_jsapi/glass-frame-c2rb.png); }
.MediaBoxBlack .MediaBox_close{ right: -25px; top: -25px; background-image: url(_img/ami_jsapi/glass-frame-close.png); }
.MediaBoxBlack .MediaBox_loader{ background-image: url(_img/ami_jsapi/loader-black.gif); }
.MediaBoxBlack .MediaBox_container{ margin: 0px 0px; }

/* Multiselectbox */

div.mselectFrame{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; border: 1px solid #848484; overflow: auto; }
div.mselectOption, div.mselectOptionselected{ padding: 0px 2px; white-space: nowrap; cursor: default; }
div.mselectOptionselected{ background: #5fabfe; color: #fff; }

img[data-ami-mbpopup] { cursor: url(_img/ami_jsapi/pointer_plus.png), pointer; }
.MediaBox_loader{ position: absolute; width: 32px; height: 32px; left: 50%; top: 50%; margin: -16px 0px 0px -16px; background: url(_img/ami_jsapi/loader.gif); z-index: 100002; }
.MediaBox_group{ margin: 10px; margin-bottom: 0px; font-style: italic; }
.MediaBox_header{ margin: 10px; margin-bottom: 0px; text-align: center; font-weight: bold; }
.MediaBox_url{ margin: 10px; margin-bottom: 0px; text-align: center; }
.MediaBox_description{ padding: 10px; padding-bottom: 0px; }
.MediaBox_imageArea{ position: relative; }
.MediaBox_previous{ position: absolute; left: -28px; top: 50%; width: 32px; height: 63px; margin-top: -32px; background: url(_img/ami_jsapi/mb-prev.png); cursor: pointer; }
.MediaBox_next{ position: absolute; right: -28px; top: 50%; width: 32px; height: 63px; margin-top: -32px; background: url(_img/ami_jsapi/mb-next.png); cursor: pointer; }
.MediaBox_container{ position: relative; margin: 10px 10px 0px 10px; text-align: center; }
.MediaBox_zoom{ margin: 10px; margin-bottom: 0px; text-align: right; font-style: italic; }
.MediaBox_zoom a{ font-style: italic; }
#MediaBox_sliderPrevious{ float: left; width: 10px; height: 20px; margin: 40px 0px 0px 10px; background: #00f; cursor: pointer; }
#MediaBox_sliderNext{ float: right; width: 10px; height: 20px; margin: 40px 10px 0px 0px; background: #00f; cursor: pointer; }
.MediaBox .disabled{ background: #ccf !important; cursor: default !important; }
.MediaBox_slider{ position: relative; overflow: hidden; height: 80px; margin: 10px 30px 0px 30px; white-space: nowrap; }
.MediaBox_sliderImage{ max-height: 80px; cursor: pointer; }
.MediaBox_sliderDelimeter{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; width: 10px; }
.MediaBox_counter{ margin: 10px; margin-bottom: 0px; text-align: right; font-style: italic; }

/* ToolTip */

div.AMIToolTip{ position: absolute; padding: 2px; border: 1px solid #000; background: #fff798; }
/* Imagetape gadget */

.image_item_nopopup {border: 1px solid #ffffff; float:left; margin:2px; padding: 3px; cursor:pointer;}
.image_item_nopopup_selected {border: 1px solid #cccccc; float:left; margin:2px; padding: 3px; cursor:pointer;}
.imagetape_fullinfo {cursor: pointer; margin-right: 10px;padding: 3px 6px;border: 1px solid #ccc;position: relative;}
.imagetape_fullinfo_select {cursor: pointer; margin-right: 10px;padding: 3px 6px;border: 1px solid #000;position: relative;background: #555;color: #fff;}
.header_fullinfo {font-size: 14px;font-weight: bold;padding-bottom: 10px;}
.description_fullinfo {padding-right: 10px;padding-bottom: 10px;}
.left_imagetape_fullinfo {float: left;}
.right_imagetape_fullinfo {float: right;}
.bottom_imagetape_fullinfo {width: 100%; float: right; text-align: right;}
.block_imagetape_fullinfo {background: #FFFFFF; float: left; padding-bottom: 20px; width: 100%;}
.imagetapeControl {cursor: pointer;}
.imagetapeControl.left {background:url('_img/imagetape-prev.png') 50% 50% no-repeat transparent;float:left;width: 30px;}
.imagetapeControl.right {background:url('_img/imagetape-next.png') 50% 50% no-repeat transparent;float:left;width: 30px;}
.imagetapeControl.up {background:url('_img/imagetape-up.png') 50% 50% no-repeat transparent;clear:both;height: 30px;}
.imagetapeControl.down {background:url('_img/imagetape-down.png') 50% 50% no-repeat transparent;clear:both;height: 30px;}
.imagetapeControl.disabled {cursor: default !important;filter: alpha(opacity=50);opacity: 0.5;-moz-opacity: 50%;}
/* User menu */

/* .user_menu_index {float: left; } */
.user_menu_index {display: inline;}
.user_profile {font-weight: bold; cursor: pointer;}
.user_menu li {color: #ccc; cursor: default;}
.user_menu_img {cursor: pointer; padding-left: 5px;}
ul.user_menu  {list-style-type: none; border: 1px solid #000000; padding: 0px; margin: 15px 0px 0px 0px; border: 1px solid #ccc; visibility: hidden; position: absolute; background: #fff;}
ul.user_menu li {padding: 0px; margin: 10px;}
.member_user_menu {position: relative;}
.user_profile_on {font-weight: bold; cursor: pointer; color: #000;}
.user_menu {
    z-index: 1000; 
    padding-top: 10px; 
    box-shadow: 0px 1px 5px #ccc; 
    border: 1px solid #000000; 
    top:-21px; left: -11px; 
    border: 1px solid #ccc; 
    visibility: hidden; 
    position: absolute; 
    background: #fff; 
    //padding-top: 20px;
}
.user_menu_discussion {
    top: -24px; 
    //top: -21px;
}
.user_menu ul {list-style-type: none; margin: 0px; padding: 0px;}
.user_menu ul li {padding: 0px; margin: 10px;}
.top_user_block {padding:3px; background-color:#f5f5f5; float: left;}


/* My messages */

/*
#my_messages {
    display: inline-block; 
    text-align: center; 
    background: url(_img/messages.png) no-repeat; 
    padding-top: 5px; 
    width: 35px; 
    height: 20px; 
    position: relative; 
    //height: 25px;
}
#my_messages a {color: #000; background: #fff; opacity: 0.75; border-radius: 4px; text-decoration: none; font-size: 10px; font-family: Tahoma, Arial; font-weight: bold;}
#member_info {float: left; margin-right: 10px; margin-top: 5px}
*/

#my_messages {
    top: -2px; 
    //top: 0px; 
    position: relative; 
    background: url(_img/messages_front.png) no-repeat; 
    width: 29px; 
    height: 18px; 
    text-align: center; 
    display: inline-block;
}
#my_messages a {text-decoration: none; font-size: 10px; color: #000; position: relative; top: -1px;}

/* Ami Popup */

div.popupWindowShadow{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    background: #fff;
    background: #000000;
    -moz-opacity: 0.3;
    filter:alpha(opacity=30);
    opacity: 0.3;
    z-index:10;
}

div.amiPopup {
    display: none;
    position: fixed;
    background: white;
    overflow: hidden;
    border: 1px solid #888888;
    box-shadow: 0px 0px 15px 3px #000;
}

div.amiPopup .popupClose{
    position: absolute;
    display: block;
    right: 5px;
    top: 1px;
    width: 26px;
    height: 26px;
    background: url("_img/amiPopup_close_btn.gif");
    cursor: pointer;
}

div.amiPopup .popupHeader{
    cursor:move;
    padding-top: 4px;
    position: relative;
    display: block;
    top: 0px;
    left: 0px;
    width:100%;
    height: 25px;
    color: black;
    background-color: #EEE;
    border-top: 1px #fff solid;
}

div.amiPopup .popupHeaderText{
    margin: 3px 0px 0px 14px;
    font-weight: bold;
}

.popupContent {
    padding: 5px 10px 10px 14px;
}

/* Eshop_item_row */

.compare_script_bottom a {display: inline-block;padding-right: 20px;padding-top: 20px;}
.items_sort a {cursor: pointer;}
.items_sort a:hover {color: #8B8B8B;}

.grid_on {color: #000;}
.grid_off {color: #8B8B8B;}

#grid {display: table; width: 100%;}
#grid .div_table {display: table; width: 100%;}
#grid .div_tr {display: table-row}
#grid .div_td {display: table-cell; vertical-align: top;}

#grid .custom_fiels, #grid {display: none}
#grid .eshop_cat_item_Vsplitter, #grid  .eshop_cat_cat_item_Vsplitter {background: none}
#grid .eshop_list_item_row {width: 50%;}

.list_on, .sort_on {color: #000;}
.list_off, .sort_off {color: #8B8B8B;}

#list .item_small_picture {width: 80px; border: 1px solid #CCCCCC;}
#list .name {font-size: 14px;margin-left: 100px;position: absolute;}
#list .custom_fiels {margin-left: 100px; width: 245px;}
#list .prices {margin-left: 100px;}
#list .eshop_cat_item_Hsplitter {background: none; height: 40px;}
#list .eshop_cat_item_Vsplitter {background: none; border-bottom: 0px; height: 20px;}
#list .addtocomparsion {margin-left: 95px;}
#list .announce {display: block; margin-left: 100px; margin-top: -70px;}
#list .rating {margin-top: 20px; margin-left: 100px;}
#list .small_picture_wrapper {width: 80px; height: 80px;}
#list .forum  {margin-left: 100px;}

.eshop_agreement {text-align: center}
.eshop_agreement_button {display: inline-block;}

.filter_box input.btn {margin-top: 15px;}
.forum {margin: 10px 0px}
.currency_list {font-size:9px; color:#000000; font-weight:bold;}
#flt_search_subcat, .check { zoom:0.8}
#left_btn {margin-top: 10px}
#propery_table {margin: 10px 0px;}

.spec_eshop_tree_links_img { width: 90%; margin: 0 auto;}
.spec_eshop_tree_links_img .lev1 { }
.spec_eshop_tree_links_img .lev2 { }
.spec_eshop_tree_links_img .item_normal { }
.spec_eshop_tree_links_img .item_selected { }
.spec_eshop_tree_links_img .lev1 a:link,
.spec_eshop_tree_links_img .lev1 a:visited,
.spec_eshop_tree_links_img .lev1 a:active,
.spec_eshop_tree_links_img .lev1 a:hover { font: bold 14px arial, tahoma, verdana;    text-transform: uppercase; }
.spec_eshop_tree_links_img .lev2 a:link,
.spec_eshop_tree_links_img .lev2 a:visited,
.spec_eshop_tree_links_img .lev2 a:active,
.spec_eshop_tree_links_img .lev2 a:hover { font: normal 10px arial, tahoma, verdana; }
.spec_eshop_tree_links_img .item_small_picture { float: left; margin-right: 20px; }

/* Spec eshop cart popup */

#spec_eshop_cart_popup_link{
    display:none;
}

#cartPopupWindow #spec_eshop_cart_popup_link{
    display:block;
}

/* 6.0 styles (Status Block) */

.status-block {
    display:block;
    background: #F0F0F0;
    border-radius:10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px;
    margin:5px 0px 5px 2px;
    font-weight: normal;
    position:relative;
}

.status-icon{
    position:absolute;
    top:0px;
    left:3px;
    width:32px;
    height:32px;
}

.status-msgs{padding:15px;}
.block-container { padding:10px 10px 10px 30px;}
.status-red{color: #bc4702;}
.status-black{color: #333;}
.status-none{color: #004080;}

.member_forum_watch_menu {display: inline-block; position: relative;}

/* User Rating extension */

.amiUserRatingControls {
    float: right;
    padding-left: 10px;
    padding-top: 1px;
}
.amiUserRatingControls .amiUserRatingDec, .amiUserRatingControls .amiUserRatingInc {
    width: 16px;
    height: 16px;
    float: left;
    cursor: pointer;
}

.amiUserRatingControls .amiItemRatingValue .user_rating_minus {color: red;}
.amiUserRatingControls .amiItemRatingValue .user_rating_null {color: #ccc;}

.amiUserRatingControls .amiUserRatingDec {background: url(_img/rating/hands.png) no-repeat -18px 1px; opacity: 0.25}
.amiUserRatingControls .amiUserRatingDec:hover {opacity: 1}

.amiUserRatingControls .amiUserRatingInc {background: url(_img/rating/hands.png) no-repeat 0 0; opacity: 0.25}
.amiUserRatingControls .amiUserRatingInc:hover {opacity: 1}

.amiUserRatingControls .amiItemRatingValue {
    color: green;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-top: 2px;
    text-align: center;
    width: 25px;
}

.amiUserRatingControls .user_rating_count {color: #ccc; padding: 0 3px;}

.amiUserRatingMemberBg{
    margin-top: 8px;
    width: 102px;
    height: 16px;
}
.amiUserRatingMemberBg .amiUserRatingMemberBgLeft, .amiUserRatingMemberBg .amiUserRatingMemberBgRight {
    /*background: url(_img/rating/stars/user_stars.gif) no-repeat;
    height: 13px;
    width: 75px;*/
	width: 59px;
	background: url(_img/rating/stars/users_stars_gray.png) no-repeat;
	height: 10px;
    float: left;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgRight .amiUserRatingMemberPositive {
	/*background: url(_img/rating/stars/starsgreen5.gif) no-repeat;
	height: 13px;*/
	background: url(_img/rating/stars/users_stars_green.png) no-repeat;
	height: 10px;
    float: left;
}

.amiUserRatingControls .thanks_user, .amiUserRatingControls .thanks_user:hover {
margin-top: -3px;
border: 1px solid #CCCCCC;
border-radius: 5px 5px 5px 5px;
padding: 2px 15px;
width: auto;
color: #000000;
background: #efeaea; /* Old browsers */
background: -moz-linear-gradient(top,  #efeaea 0%, #eaeaea 50%, #cecece 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efeaea), color-stop(50%,#eaeaea), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efeaea 0%,#eaeaea 50%,#cecece 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efeaea 0%,#eaeaea 50%,#cecece 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efeaea 0%,#eaeaea 50%,#cecece 100%); /* IE10+ */
background: linear-gradient(top,  #efeaea 0%,#eaeaea 50%,#cecece 100%); /* W3C */
filter: progid:DXImagetransform.Microsoft.gradient( startcolorstr='#efeaea', endcolorstr='#cecece',GradientType=0 ); /* IE6-9 */
opacity: 0.7;
}

.amiUserRatingControls .thanks_user:hover {opacity: 1;}

.amiUserRatingMemberBg .amiUserRatingMemberBgLeft {
    border-right: 1px solid black;
	display: none;
}
.amiUserRatingMemberBg .amiUserRatingMemberBgRight {
    border-left: 1px solid white;
}
.amiUserRatingMemberBg .amiUserRatingMemberBgLeft .amiUserRatingMemberNegative{
    background-color: red;
    float: right;
    height: 16px;
}

.amiUserRatingMemberBg .amiUserRatingMemberTitle{
    font-size: 10px;
}

.amiUserRatingControls div {
    line-height: 1.2 !important;
    font-size: 12px !important;
}

/* ___ */

html{
	height:100%;
}
.body{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column;
	flex-direction:column;
	margin:0 auto;
	min-height:100%;
}
.body__header{
	display:block;
	-webkit-flex:0 0 auto;
	flex:0 0 auto;
}
.body__nav{
	-webkit-flex:0 0 auto;
	flex:0 0 auto;
}
.body__middle{
	display:table;
	display:-webkit-flex;
	display:flex;
	-webkit-flex:1 0 auto;
	flex:1 0 auto;
	-webkit-flex-direction:row;
	flex-direction:row;
	width:100%;
}
.body__aside{
	display:table-cell;
	-webkit-flex:0 0 auto;
	flex:0 0 auto;
	width:200px;
	vertical-align:top;
}
.body__sidebar{
	display:table-cell;
	-webkit-flex:0 0 auto;
	flex:0 0 auto;
	width:200px;
	vertical-align:top;
}
.body__content{
	min-width:200px;
	display:table-cell;
	-webkit-flex:0 1 auto;
	flex:0 1 auto;
	vertical-align:top;
}
.body__footer{
	display:block;
	-webkit-flex:0 0 auto;
	flex:0 0 auto;
}
@media (max-width:940px){
	.body .body__middle{
		display:block;
	}
	.body .body__sidebar{
		display:block;
		width:auto;
	}
}
@media (max-width:767px){
	.body .body__aside,	.body .body__sidebar,	.body .body__content{
		display:block;
		width:auto;
	}
}
@media (max-width:480px){
	.body .body__middle{
		display:-webkit-flex;
		-webkit-flex-direction:column;
	}
	.body .body__content{
		-webkit-order:-1;
	}
}
*+html .body__middle{
	position:relative;
}
*+html .body__content{
	margin:0 200px;
}
*+html .body__aside{
	position:absolute;
	left:0;
	top:0;
}
*+html .body__sidebar{
	position:absolute;
	right:0;
	top:0;
}
* html .body__middle{
	position:relative;
}
* html .body__content{
	margin:0 200px;
}
* html .body__aside{
	position:absolute;
	left:0;
	top:0;
}
* html .body__sidebar{
	position:absolute;
	right:0;
	top:0;
}
.cart-small{
	display:inline-block;
	vertical-align:top;
	line-height:1.5em;
}
.cart-small__visual{
	display:none;
}
.cart-small__text{
	display:block;
	float:left;
}
.cart-small__title{
	display:block;
	font-size:13px;
	text-decoration:none;
}
.cart-small__visual:hover+.cart-small__text>.cart-small__title{
	text-decoration:underline;
}
.cart-small__info{
	font-size:12px;
	color:#444;
}
.cart-small__info_is_empty{
	display:none;
}
.cart-small__info_not_empty{
	display:none;
}
.cart-small__success-message{
	display:none;
}
.cart-small__order-btn{
	display:none;
	background:#eee;
	clear:both;
}
.cart-small__cont-btn{
	display:none;
}
.cart-small_empty .cart-small__info_is_empty{
	display:block;
}
.cart-small_not_empty .cart-small__info_not_empty{
	display:block;
}
.cart-small_not_empty .cart-small__order-btn{
	display:inline-block;
}
.cart-small_type_success .cart-small__success-message{
	margin:10px 0;
	display:block;
	font-weight:700;
}
.cart-small_type_success .cart-small__info_not_empty{
	display:block;
	margin:10px 0;
}
.cart-small_type_success .cart-small__order-btn{
	display:block;
	float:left;
}
.cart-small_type_success .cart-small__cont-btn{
	display:block;
	float:left;
}
*+html .cart-small{
	zoom:1;
	display:inline;
}
* html .cart-small{
	zoom:1;
	display:inline;
}


.chosen-properties{
	margin:0;
}
.chosen-properties:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.chosen-properties__header{
	font-weight:700;
	margin-bottom:10px;
}
.chosen-properties__property{
	float:left;
	width:49%;
	padding:0;
	font-size:12px;
}
.chosen-properties__value{
	float:left;
	width:49%;
	padding:0;
	font-size:12px;
}
.eshop-cat-detailed__description{
	display:block;
}
.eshop-cat-detailed__description::after{
	content:"";
	display:block;
	width:100%;
	height:0;
	clear:both;
}
.eshop-cat-detailed__splitter{
	display:inline;
	width:2px;
	height:2px;
	background:#000;
}
.eshop-cat-detailed__description-image{
	float:left;
}
.eshop-cat-detailed__description::after{
	content:"";
	display:block;
	clear:both;
}
.eshop-item-detailed__cart-quantity{
	text-align:right;
}
.eshop-cat-list{
	display:block;
	text-align:justify;
	word-spacing:-4px;
}
.eshop-cat-small{
	display:inline-block;
	margin-bottom:15px;
	min-width:130px;
	word-spacing:normal;
	word-spacing:0;
	text-align:center;
	vertical-align:top;
max-width: 425px;

}
.eshop-cat-small__content{
	min-width:150px;
	text-align:left;
}
.eshop-cat-small__name{
	font-weight:700;
}
.eshop-cat-small__category-data{
	display:inline-block;
	vertical-align:top;
	padding-right:20px;
width: 100%;
}
.eshop-cat-small__subcategory-list{
	display:inline-block;
	min-width:100px;
	margin-top:12px;
	vertical-align:top;
}
.eshop-item-small__one-click{
	display:inline-block;
	border-bottom:1px dashed;
	cursor:pointer;
}
.eshop-cat-tree{
	clear:both;
	display:block;
	margin:0;
	padding:0;
}
.eshop-cat-tree:after{
	content:"";
	display:table;
	clear:both;
}
.eshop-cat-tree__item{
	position:relative;
	display:block;
	min-width:70px;
	line-height:18px;
}
.eshop-cat-tree__item-link{
	display:block;
	padding:3px 15px;
	text-decoration:none;
}
.eshop-cat-tree__item-link:before{
	content:"";
	display:inline-block;
	margin-right:3px;
	vertical-align:middle;
}
.eshop-cat-tree__item-link_type_selected,.eshop-cat-tree__item-link_type_selected:visited{
	color:#fff;
	background:#08c;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
.eshop-cat-tree__item-link_type_selected:hover{
	color:#fff;
	background:#08c;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
.eshop-cat-tree__item-link:hover .eshop-cat-tree__item-name{
	text-decoration:none;
}
.eshop-cat-tree__small-picture{
	display:none;
}
.eshop-cat-tree_level_1{
	border:0;
	box-shadow:none;
}
.eshop-cat-tree_level_1 .eshop-cat-tree__item-link{
	padding-left:5px;
}
.eshop-cat-tree_level_2{
	border:0;
	box-shadow:none;
}
.eshop-cat-tree_level_2 .eshop-cat-tree__item-link{
	padding-left:15px;
}
.eshop-cat-tree_level_3{
	border:0;
	box-shadow:none;
}
.eshop-cat-tree_level_3 .eshop-cat-tree__item-link{
	padding-left:25px;
}
.eshop-cat-tree_level_4{
	border:0;
	box-shadow:none;
}
.eshop-cat-tree_level_4 .eshop-cat-tree__item-link{
	padding-left:35px;
}
.eshop-cat-tree_type_dropdown{
	background-color:inherit;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree{
	background-color:inherit;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item{
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0;
	background-color:inherit;
	font-size:13px;
	line-height:18px;
	vertical-align:middle;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link{
	padding:7px 20px;
	background-color:inherit;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:before{
	display:none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2{
	position:absolute;
	left:0;
	top:32px;
	z-index:1000;
	visibility:hidden;
	opacity:0.0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover .eshop-cat-tree_level_2{
	visibility:visible;
	opacity:1.0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item .eshop-cat-tree_level_2:hover{
	visibility:visible;
	opacity:1.0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item{
	vertical-align:middle;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item{
	float:none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item-link{
	padding-left:35px;
	background:none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_4 .eshop-cat-tree__item-link{
	padding-left:50px;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_cols_1{
	width:200px;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_cols_2{
	width:400px;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_cols_3{
	width:600px;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_cols_4{
	width:800px;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1{
	width:auto;
}
*+html .eshop-cat-tree_type_dropdown .eshop-cat-tree__item{
	position:static;
	background-color:#fff;
}
*+html .eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover .eshop-cat-tree_level_2{
	display:block;
}
*+html .eshop-cat-tree_type_dropdown .eshop-cat-tree__item .eshop-cat-tree_level_2:hover{
	display:block;
}
*+html .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2{
	display:none;
}
*+html .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link{
	background:#ddd;
}
*+html .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2{
	top:auto;
	left:auto;
}
.eshop-item-detailed{
	text-align:justify;
}
.eshop-item-detailed__title{
	font-size:20px;
}
.eshop-item-detailed__subtitle{
	margin:10px 0;
	background:none;
	font-size:16px;
	font-weight:700;
	text-align:left;
}
.eshop-item-detailed__visual{
	display:inline-block;
	*float:left;
	vertical-align:top;
	margin:0 10px 10px 0;
}
.eshop-item-detailed__box{
	display:inline-block;
}
.eshop-item-detailed__text-box{
	display:inline-block;
	min-width:100px;
	max-width:300px;
	margin:0 10px 0 0;
	vertical-align:top;
}
.eshop-item-detailed__custom-fields{
	text-align:left;
}
.eshop-item-detailed__custom-field-name{
	display:inline-block;
	vertical-align:top;
}
.eshop-item-detailed__custom-field-value{
	display:inline-block;
	vertical-align:top;
}
.eshop-item-detailed__description{
	margin:10px 0;
}
.eshop-item-detailed__choice-box{
	display:inline-block;
	vertical-align:top;
}
.eshop-item-detailed__prices{
	position:relative;
}
.eshop-item-detailed__price-tag{
	display:inline-block;
	text-align:center;
	vertical-align:middle;
}
.eshop-item-detailed__origin-price{
	margin:0 0 -10px 0;
	text-decoration:line-through;
}
.eshop-item-detailed__actual-price{
	display:inline-block;
	font-size:13px;
	font-weight:700;
	border-radius:5px;
	text-align:left;
}
.eshop-item-detailed__other-price{
	display:inline-block;
	min-width:65px;
	min-height:30px;
	padding:0 10px 0 10px;
	text-align:center;
	background:#e0e0e0;
	border-radius:10px 3px;
	vertical-align:middle;
}
.eshop-item-detailed__other-price-actual{
	display:inline-block;
	color:black;
	font-size:13px;
	font-weight:700;
	border-radius:5px;
	text-align:left;
}
.eshop-item-detailed__cart-box{
	display:inline-block;
	vertical-align:middle;
}
.eshop-item-detailed__cart-quantity{
	width:30px;
	border:1px solid #ccc;
	box-shadow:none;
	vertical-align:middle;
	text-align:center;
}
.eshop-item-detailed__cart-icon{
	display:inline-block;
	vertical-align:middle;
}
.eshop-item-detailed__cart-text{
	display:inline-block;
	vertical-align:middle;
}
.eshop-item-detailed__price-wrapper{
	text-align:center;
	display:block;
	background:#eee;
	cursor:pointer;
}
.eshop-item-detailed__price-postfix{
	display:inline-block;
	vertical-align:middle;
}
.eshop-item-detailed__subitems-variants{
	margin-bottom:10px;
}
.eshop-item-detailed__unavailable{
	position:absolute;
	visibility:hidden;
	top:0;
	box-sizing:border-box;
	text-align:center;
	color:red;
}
.eshop-item-detailed__popup-link{
	display:block;
}
.eshop-item-detailed__img-label{
	display:block;
	text-align:center;
}
.eshop-item-detailed__digital-name{
	font-weight:700;
	display:inline-block;
}
.eshop-item-detailed__digital-size{
	display:inline-block;
	font-style:italic;
}
.eshop-item-detailed__digital-desc{
	margin-bottom:5px;
}
.eshop-item-detailed__sku-name{
	display:inline-block;
	font-weight:700;
}
.eshop-item-detailed__sku-value{
	display:inline-block;
}
.eshop-item-detailed__addpics{
	position:relative;
	overflow:hidden;
	width:200px;
	margin-top:20px;
}
.eshop-item-detailed__addpics-clipper{
	position:relative;
	overflow:hidden;
}
.eshop-item-detailed__addpics-container{
	position:relative;
	overflow:hidden;
}
.eshop-item-detailed__addpics-item{
	display:inline-block;
	padding:0;
	text-align:center;
}
.eshop-item-detailed__addpics-img{
	height:50px;
	width:50px;
	margin:0 3px;
	border:1px solid #ddd;
}
.eshop-item-list{
	width:auto;
	position:relative;
	overflow:hidden;
	text-align:center;
}
.eshop-item-list__title{
	text-align:left;
}
.eshop-item-list__content{
	position:relative;
	overflow:hidden;
}
.eshop-item-list__clipper{
	width:auto;
	position:relative;
	overflow:hidden;
}
.eshop-item-list__container{
	position:relative;
	display:block;
	width:auto;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:justify;
	word-spacing:-1px;
	font-size:1px;
	transition:left 0.5s ease-out,top 0.5s ease-out;
	-moz-transition:left 0.5s ease-out,top 0.5s ease-out;
	-webkit-transition:left 0.5s ease-out,top 0.5s ease-out;
	-o-transition:left 0.5s ease-out,top 0.5s ease-out;
}
.eshop-item-list__container:after{
	content:"";
	width:100%;
	height:0;
	display:inline-block;
	opacity:0;
}
.eshop-item-list__caption::after{
	content:"";
	display:block;
	width:100%;
	height:0;
	clear:both;
}
.eshop-item-list__caption{
	position:relative;
	margin-top:10px;
	min-height:30px;
}
.eshop-item-list__sorting{
	display:inline-block;
	float:left;
	padding:5px 15px;
	border:1px solid #ccc;
	border-radius:5px 5px 5px 5px;
}
.eshop-item-list__sort-over-text{
	font-weight:bold;
}
.eshop-item-list__switcher{
	display:none;
}
.eshop-item-list__switcher:nth-of-type(n){
	display:block;
	position:absolute;
	top:0;
	right:0;
	padding:5px 15px;
	border:1px solid #ccc;
	border-radius:5px;
	font-size:12px;
	font-weight:400;
}
.eshop-item-list__switcher-radio-list{
	display:none;
}
.eshop-item-list__switcher-radio-table{
	display:none;
}
.eshop-item-list__switcher-label-list{
	margin:0 10px;
	padding-left:20px;
	background:url("data:image/jpg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAPAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAEAAQAwERAAIRAQMRAf/EAFwAAAMBAAAAAAAAAAAAAAAAAAIDBAcBAQAAAAAAAAAAAAAAAAAAAAAQAAICAgEEAgMAAAAAAAAAAAECAwQRBQYAIRITMVEiMgcRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANv1ew1a2OWO/M5PCG2gsSSeqJdY3sZfUj2lkhIZgY8+OO2P3ySDdfveOvsK0cf9DW9K8qLHSNjTn3MzALHiKukh8j2wpz9dAembmUF3ksrcd1tYtbQ6mWOYQG9FkhprUsa2GDqmCMx5zlcYHmQvrbHnzW4Us6LWw1GcCxNHtJpJEQn8mWM0UDED4BcZ+x0H/9k=") no-repeat;
	color:#4490b2;
	cursor:pointer;
	text-decoration:underline;
}
.eshop-item-list__switcher-label-table{
	margin:0 10px;
	padding-left:20px;
	background:url("data:image/jpg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAPAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAEAAQAwERAAIRAQMRAf/EAGwAAQEBAAAAAAAAAAAAAAAAAAQDBwEAAgMAAAAAAAAAAAAAAAAAAQQDBQYQAAMAAgAFBQEAAAAAAAAAAAECAxEEACExcRJBYZEyBTQRAAEEAgICAwAAAAAAAAAAAAIAAREDUQRhcUESIbHR/9oADAMBAAIRAxEAPwDZ/P8AQ2NqktV5zSevOgLQm+SYTYksZOfs56t8etmA1BUJEMu/L5flZ+yzYPYMAP1YY8NhuFVdf9aNaPs2k8EWwKDXmhyNdnXDCEyD5c+o7Y58QHbSQwIwXb57TVFOyJyZ+w9NjpE0aCNnteVlZ9eUmQ6myWV0kiNkjXccmQ4w3bgHez1CPlv1GrVIdg7H+WKPpkrZ3pPG4lG5o6VE1GpsAktJkVf50xlvcDheU7D4X//Z") no-repeat;
	color:#4490b2;
	cursor:pointer;
	text-decoration:underline;
}
.eshop-item-list__switcher-label-list:hover{
	text-decoration:underline;
}
.eshop-item-list__switcher-label-table:hover{
	text-decoration:underline;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__caption .eshop-item-list__switcher .eshop-item-list__switcher-label-list{
	color:#4490b2;
	text-decoration:underline;
	font-weight:700;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__caption .eshop-item-list__switcher .eshop-item-list__switcher-label-table{
	color:#4490b2;
	text-decoration:underline;
	font-weight:700;
}
.eshop-item-list__splitter{
	display:inline-block;
	width:2px;
	height:2px;
	background:red;
	vertical-align:middle;
}
.eshop-item-list__compare{
	text-align:left;
	margin-top:20px;
}
.eshop-item-list__search-result{
	margin:10px 0;
	text-align:left;
}
.eshop-item-list_type_catalog{
	clear:both;
}
* html .eshop-item-list__caption{
	height:40px;
	width:100%;
}
*+html .eshop-item-list__caption{
	height:30px;
	width:100%;
}
.eshop-item-properties{
	margin:2px 0;
	padding:5px;
	border:1px solid #ddd;
	background:#f8f8f8;
	color:#555;
}
.eshop-item-properties_notavail{
	background:#fff0f0;
	border:1px solid #fcc;
}
.eshop-item-properties_notavail .eshop-item-properties__header::after{
	content:attr(title);
	color:#999;
	font-size:11px;
	margin-left:6px;
	text-transform:lowercase;
}
.eshop-item-properties__header{
	padding:2px 10px;
}
.eshop-item-properties_disabled{
	color:#ccc;
}
.eshop-item-properties__radio{
	border:0;
}
.eshop-item-properties__label:hover{
	color:#4490b2;
}
.eshop-item-properties__label_visited{
	font-weight:700;
}
.eshop-item-properties__label_value_notset{
	font-style:italic;
}
.eshop-item-properties__order-num{
	color:green;
	font-weight:900;
}
.eshop-item-properties__reset{
	border:1px solid #eee;
	padding:3px;
	background:#fff;
}
.eshop-item-properties_type_chosen-properties{
	padding:0;
	border:0;
	border-radius:0;
	background:transparent;
	margin:0;
	transition:all 0.0s;
}
.eshop-item-properties_type_chosen-properties::after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__header{
	padding:0;
	font-weight:700;
	margin-bottom:10px;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__header::after{
	display:none;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__property{
	float:left;
	width:49%;
	padding:0;
	font-size:12px;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__value{
	float:left;
	width:49%;
	padding:0;
	font-size:12px;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__value_disabled{
	color:#ccc;
}
.eshop-item-small{
	display:inline-block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	min-width:200px;
	padding-top:10px;
	text-align:center;
	vertical-align:top;
}

.eshop-item-small__header{
	*max-width:220px;
	min-height:36px;
	line-height:1.5;
}
.eshop-item-small__category{
	font-style:italic;
}
.eshop-item-small__title{
	text-decoration:underline;
	font-size:14px;
}
.eshop-item-small__title:hover,.eshop-item-small__category:hover{
	text-decoration:none;
}
.eshop-item-small__img{
	border:0;
}
.eshop-item-small__caption{
	display:inline-block;
	vertical-align:middle;
}
.eshop-item-small__prices{
	position:relative;
}
.eshop-item-small__price-tag{
	display:inline-block;
	vertical-align:middle;
}
.eshop-item-small__price-original{
	text-decoration:line-through;
}
.eshop-item-small__cart-form{
	display:inline-block;
	vertical-align:middle;
}
.eshop-item-small__cart-icon{
	display:none;
}
.eshop-item-small__quantity{
	width:20px;
	text-align:right;
	vertical-align:middle;
}
.eshop-item-small__cart-text{
	display:inline-block;
	vertical-align:middle;
}
.eshop-item-small__vkredit-price{
	display:inline-block;
	vertical-align:middle;
}
.eshop-item-small__vkredit-form{
	display:none;
}
.eshop-item-small__price-postfix{
	display:inline-block;
	vertical-align:middle;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small{
	display:block;
	width:auto;
	text-align:left;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__header{
	text-align:left;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__visual{
	width:auto;
	text-align:left;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__comparison{
	text-align:left;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__line{
	text-align:left;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__spec-announce{
	display:block;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__content{
	text-align:left;
	max-width:1000px;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small{
	display:inline-block;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__spec-announce{
	display:none;
}
.eshop-item-small_type_catalog .eshop-item-small__spec-announce{
	text-align:justify;
}
.eshop-item-small_type_catalog .eshop-item-small__custom-field-name{
	display:inline-block;
}
.eshop-item-small_type_catalog .eshop-item-small__custom-field-value{
	display:inline-block;
}
* html .eshop-item-small{
	float:left;
	width:210px;
}
*+html .eshop-item-small{
	float:left;
}
* html .eshop-item-small__price-tag{
	display:inline;
	width:100px;
}
*+html .eshop-item-small__price-tag{
	display:inline;
}
* html .eshop-item-small__cart-box{
	display:inline;
}
*+html .eshop-item-small__cart-box{
	display:inline;
}
* html .eshop-item-small__additional-prices{
	display:inline;
}
*+html .eshop-item-small__additional-prices{
	display:inline;
}
* html .eshop-item-small__cart-box{
	width:80px;
	text-align:center;
}
*+html .eshop-item-small__cart-box{
	width:80px;
	text-align:center;
}
* html .eshop-item-small__price-tag{
	height:30px;
}
.eshop-ordering::after{
	content:"";
	display:table;
	clear:both;
}
.eshop-ordering__login-window{
	display:none;
	background:#fff;
}
.eshop-ordering__login-window_as_popup{
	display:inline-block;
	position:fixed;
	z-index:100000;
	width:320px;
	left:50%;
	top:30%;
	margin-left:-160px;
}
.eshop-ordering__login-window-header:after{
	display:table;
	content:"";
	clear:both;
}
.eshop-ordering__close-login-window{
	cursor:pointer;
}
.eshop-ordering__fieldset::after{
	content:"";
	display:table;
	clear:both;
}
.eshop-ordering__field{
	margin:10px 0 10px 25px;
}
.eshop-ordering__field-name{
	display:inline-block;
	width:100px;
	vertical-align:middle;
}
.eshop-ordering__field-value{
	display:inline-block;
	vertical-align:middle;
}
.eshop-ordering__field_type_person{
	margin:5px 0;
}
.eshop-ordering__field_type_person .eshop-ordering__ckeckbox-label{
	margin-left:129px;
}
.eshop-ordering__field-sublist{
	overflow:hidden;
	visibility:visible;
	opacity:1.0;
	max-height:500px;
}
.eshop-ordering__field-sublist_state_hidden{
	max-height:0;
	visibility:hidden;
	opacity:0.0;
}
.eshop-ordering__textfield{
	height:18px;
	padding:0 3px;
	border:1px solid #c0c4cc;
	vertical-align:middle;
}
.eshop-ordering__radio{
	margin:0;
	vertical-align:top;
}
.eshop-ordering__radio-label{
	display:inline-block;
	min-width:80%;
	cursor:pointer;
}
.eshop-ordering__ckeckbox{
	margin:0;
}
.eshop-ordering__caption{
	margin:20px 0;
	font-size:16px;
	font-weight:700;
}
.eshop-ordering__login-links{
	text-align:right;
}
.eshop-ordering__submit,.eshop-ordering__login{
	min-width:109px;
	height:27px;
	margin:0;
	padding:0 10px;
	border:1px solid #ccc;
	border-radius:3px;
	color:#848484;
	font-weight:700;
	cursor:pointer;
	background:#ffffff;
	vertical-align:middle;
}
.eshop-ordering__submit_type_print{
	float:left;
	margin:30px 10px 10px;
}
.eshop-ordering__confirm{
	float:right;
	margin:30px 10px 10px;
	text-align:right;
}
.eshop-ordering__item-list-wrapper{
	*position:relative;
	*float:right;
	*width:400px;
	*min-height:200px;
	*z-index:1;
}
.eshop-ordering__item-list{
	*position:fixed;
	*width:340px;
	*padding:20px;
	*border:1px dashed #ccc;
}
.eshop-ordering__item-list-body{
	*position:relative;
	*min-height:50px;
}
.eshop-ordering__item-list-body_state_hidden{
	*opacity:0.2;
}
.eshop-ordering__list{
	*max-height:300px;
	*overflow:auto;
}
.eshop-ordering__item-list-rotor{
	*opacity:0.0;
	*visibility:hidden;
}
.eshop-ordering__item-list .eshop-ordering__caption{
	*margin-top:0;
}
.eshop-ordering__item-list-footer{
	*margin-top:10px;
}
.eshop-ordering__item-name{
	display:inline-block;
	width:60%;
	min-width:140px;
	max-width:300px;
	vertical-align:middle;
}
.eshop-ordering__item-quantity{
	font-style:italic;
}
.eshop-ordering__item-price,.eshop-ordering__item-list-footer .eshop-ordering__price-total-value{
	display:inline-block;
	width:38%;
	min-width:90px;
	white-space:nowrap;
	vertical-align:middle;
	font-style:italic;
	text-align:right;
}
.eshop-ordering__price-total{
	margin:20px 0;
	font-size:16px;
}
.eshop-ordering__price-total-value{
	font-weight:700;
}
.eshop-ordering__order-details-caption-row th{
	padding:25px 5px;
	background:#f6f6ff;
	text-align:center;
}
.eshop-ordering__order-details-caption-row th:not(:first-of-type){
	width:100px;
}
.eshop-ordering__order-details-item-row td{
	padding:15px 5px;
	border:1px dotted #ccc;
	border-width:1px 0 1px 0;
}
.eshop-ordering__order-details-total-row td{
	padding:5px;
}
.eshop-ordering__order-details-total-cell{
	padding:5px;
	border:1px dotted #ccc;
	border-width:0 0 1px 0;
}
.eshop-ordering__order-details-total-cell:last-of-type{
	text-align:right;
}
.eshop-ordering__order-details-total-cell:last-of-type .eshop-ordering__textfield{
	text-align:right;
	border:none;
	border-radius:0;
	box-shadow:none;
}
.eshop-ordering__ckeckbox{
	margin:0;
	padding:0;
	border:none;
}
.eshop-order__shippings{
	width:45%;
}
.eshop-ordering__shipping-name{
	font-weight:700;
}
.eshop-ordering__radio-label .eshop-ordering__shipping-description{
	display:inline-block;
	width:90%;
}
.eshop-ordering__radio-label .eshop-ordering__hint{
	display:block;
	min-width:80%;
}
.eshop-ordering__shipping-items{
	font-style:italic;
}
.eshop-ordering__info{
	padding:15px 25px;
	color:#848484;
	font-size:13px;
}
.eshop-ordering__toggle-pm-select{
	border-bottom:1px dashed #ccc;
	cursor:pointer;
}
.eshop-ordering__toggle-pm-select_state_hidden{
	visibility:hidden;
	opacity:0;
}
.eshop-ordering__pm-select_state_hidden{
	position:absolute;
	visibility:hidden;
	opacity:0;
}
.eshop-ordering__redirect-info{
	display:none;
	visibility:hidden;
}
.eshop-ordering_type_accepted{
	text-align:center;
}
.eshop-ordering_type_accepted .eshop-ordering__fieldset{
	width:300px;
	margin:30px auto;
	background:#fefefe;
	font-size:20px;
}
.eshop-ordering_type_accepted .eshop-ordering__field{
	margin:10px;
}
.eshop-ordering_type_accepted .eshop-ordering__field-name{
	width:auto;
}
.eshop-ordering_type_cancelled{
	text-align:center;
}
.eshop-ordering_type_cancelled .eshop-ordering__fieldset{
	width:300px;
	margin:30px auto;
	background:#f4f4f4;
	font-size:20px;
}
.eshop-ordering_type_cancelled .eshop-ordering__info{
	background:none;
}
.eshop-ordering_type_confirm .eshop-ordering__fieldset{
	padding:0;
	background:#fefefe;
	text-align:center;
	border:none;
}
.eshop-ordering_type_confirm .eshop-ordering__field{
	display:block;
	float:left;
	width:20%;
	vertical-align:top;
	margin:0;
	padding:20px 0;
}
.eshop-ordering_type_confirm .eshop-ordering__field_type_address{
	width:20%;
}
.eshop-ordering_type_confirm .eshop-ordering__field-name{
	display:block;
	width:auto;
	margin:0;
	border-left:1px dotted #ccc;
}
.eshop-ordering_type_confirm .eshop-ordering__field-value{
	display:block;
	font-weight:700;
	margin:0;
	border-left:1px dotted #ccc;
}
.eshop-ordering_type_confirm .eshop-ordering__field:first-of-type .eshop-ordering__field-name,.eshop-ordering_type_confirm .eshop-ordering__field:first-of-type .eshop-ordering__field-value{
	border-left:0;
}
.eshop-ordering_type_confirm .eshop-ordering__order-details{
	width:100%;
	border:1px dotted #ccc;
	border-collapse:collapse;
	text-align:left;
}
.eshop-ordering_type_print-dialog{
	text-align:center;
}
.eshop-ordering_type_print-dialog .eshop-ordering__fieldset{
	width:300px;
	margin:30px auto;
	background:#f4f4f4;
	border-radius:5px;
	font-size:20px;
}
.form{
	overflow:hidden;
	margin:5px 0;
	*padding:10px;
	border-bottom:1px solid dad9d3;
	background:transparent;
	font-family:arial,tahoma;
	font-size:12px;
width: 327px;
}
.form .form{
	display:block;
	position:static;
	left:0;
	top:0;
	width:auto;
	margin:0;
	padding:0;
	border:0;
	background:none;
	box-shadow:none;
}
.form__title{
	width:auto;
	margin:0;
	text-transform:uppercase;
	font-size:13px;
	font-weight:700;
}
.form__caption{
	margin:0 0 10px 0;
	font-size:12px;
	font-weight:700;
}
.form__search-line{
	margin:0 10px 0 0;
	padding:0 5px;
	border:1px solid #c0c4cc;
	vertical-align:middle;
}
.form__under-search-line{
	display:none;
}
.form__field-list{
	margin:0;
	padding:0;
	text-align:justify;
}
.form__field-sublist{
	display:inline-block;
	margin:0;
	padding:0;
	text-align:justify;
}
.form__field{
	display:inline-block;
	position:relative;
	overflow:hidden;
	margin:5px 20px 5px 0;
	vertical-align:top;
}
.form__field-caption{
	margin:3px 0;
	padding:0;
	font-size:12px;
	font-weight:700;
}
.form__fieldset{
	position:relative;
	display:block;
	overflow:hidden;
	margin:0 0;
	padding:0;
	border:0;
}
.form__select{
	margin:0;
}
.form__ckeckbox{
	margin:3px;
	vertical-align:middle;
}
.form__ckeckbox-label{
	position:relative;
	display:block;
	margin-right:10px;
	background:none;
	font-size:13px;
	vertical-align:baseline;
}
.form__ckeckbox-label:first-of-type{
	display:none;
}
.form__additional-flag .form__ckeckbox-label:first-of-type{
	display:block;
}
.form__ckeckbox-label-text{
	vertical-align:middle;
}
.form__label-img{
	margin-right:3px;
	vertical-align:middle;
}
.form__radio{
	float:left;
	clear:both;
	margin:3px;
	vertical-align:middle;
}
.form__radio-label{
	display:block;
	float:left;
	margin-right:10px;
	vertical-align:baseline;
	font-size:13px;
	line-height:17px;
}
.form__radio-label-text{
	vertical-align:middle;
}
.form__radio-dot{
	display:none;
}
.form__textfield{
	height:18px;
	padding:0 3px;
	border:1px solid #c0c4cc;
	border-radius:5px;
}
.form__submit{
	margin:0;
	padding:0;
	border:1px solid #ccc;
	font-weight:700;
	cursor:pointer;
	background:#fefefe;
}
.form__submit:hover{
	background:#ffffff;
}
.form__additional-flag{
	margin:5px 1px;
}
.form__v-splitter{
	display:block;
	width:auto;
	height:2px;
	margin:0 10px;
	background:transparent;
}
.form__h-splitter{
	display:inline-block;
	visibility:hidden;
	width:2px;
	height:30px;
	background:transparent;
	vertical-align:middle;
}
.form__v-flag-splitter{
	display:inline-block;
	box-sizing:border-box;
	width:95%;
	height:2px;
	margin-left:10px;
	background:#fff;
}
.form__h-flag-splitter{
	display:inline-block;
	width:2px;
	height:30px;
	background:#fff;
	vertical-align:middle;
}
.form__field-details{
	color:#ccc;
	font-size:10px;
	vertical-align:super;
}
.form_type_filter{
	clear:both;
	background:#f9f6eb;
	border-radius:5px;
}
.form_type_search .form__search-line{
	vertical-align:middle;
}
.form_type_search .form__submit{
	vertical-align:middle;
}
*+html .form__radio-label{
	margin-right:50%;
}
* html .form__radio-label{
	width:80%;
}
.global_cols_{
	width:auto;
}
.global_cols_0{
	width:auto;
}
.global_cols_1{
	width:100%;
}
.global_cols_2{
	width:50%;
}
.global_cols_3{
	width:33.33%;
}
.global_cols_4{
	width:25%;
}
.global_cols_5{
	width:20%;
}
.global_cols_6{
	width:16.666%;
}
.global_cols_7{
	width:14.285%;
}
.global_cols_8{
	width:12.5%;
}
.global_cols_9{
	width:11.111%;
}
.global_cols_10{
	width:10%;
}
.global_cols_11{
	width:9.09%;
}
.global_cols_12{
	width:8.333%;
}
.global_cols_13{
	width:7.692%;
}
.global_cols_14{
	width:7.142%;
}
.global_cols_15{
	width:6.666%;
}
.global_cols_16{
	width:6.25%;
}
.global_cols_17{
	width:5.882%;
}
.global_cols_18{
	width:5.555%;
}
.global_cols_19{
	width:5.263%;
}
.global_cols_20{
	width:5%;
}
*+html .global_cols_0{
	width:auto;
}
*+html .global_cols_1{
	width:100%;
}
*+html .global_cols_2{
	width:47%;
}
*+html .global_cols_3{
	width:30%;
}
*+html .global_cols_4{
	width:23%;
}
*+html .global_cols_5{
	width:18%;
}
*+html .global_cols_6{
	width:15%;
}
*+html .global_cols_7{
	width:13%;
}
*+html .global_cols_8{
	width:11%;
}
*+html .global_cols_9{
	width:10%;
}
*+html .global_cols_10{
	width:9%;
}
*+html .global_cols_11{
	width:8%;
}
* html .global_cols_0{
	width:auto;
}
* html .global_cols_1{
	width:100%;
}
* html .global_cols_2{
	width:47%;
}
* html .global_cols_3{
	width:30%;
}
* html .global_cols_4{
	width:23%;
}
* html .global_cols_5{
	width:18%;
}
* html .global_cols_6{
	width:15%;
}
* html .global_cols_7{
	width:13%;
}
* html .global_cols_8{
	width:11%;
}
* html .global_cols_9{
	width:10%;
}
* html .global_cols_10{
	width:9%;
}
* html .global_cols_11{
	width:8%;
}
.image-tape{
	position:relative;
	overflow:hidden;
}
.image-tape__clipper{
	position:relative;
	overflow:hidden;
}
.image-tape__container{
	transition:0.5s ease-out;
	-moz-transition:0.5s ease-out;
	-webkit-transition:0.5s ease-out;
	-o-transition:0.5s ease-out;
	text-align:justify;
}
.image-tape__item{
	display:inline-block;
	padding:0;
	text-align:center;
}
.image-tape__img{
	margin:10px;
}
.image-tape__radio{
	display:none;
}
.image-tape__number{
	display:none;
}
.image-tape_type_slideshow{
	position:relative;
	display:inline-block;
	z-index:0;
}
.image-tape_type_slideshow .image-tape__img{
	margin:0;
}
.image-tape_type_slideshow .image-tape__radio{
	display:none;
}
.image-tape_type_slideshow .image-tape__number{
	position:relative;
	display:inline-block;
	z-index:2;
	margin:0 3px;
	padding:4px 8px;
	background:#fff;
	cursor:pointer;
	font-size:12px;
	line-height:1em;
}
.image-tape_type_slideshow .image-tape__number:hover{
	background:#e6e6e6;
}
.image-tape_type_slideshow .image-tape__number-list{
	position:absolute;
	bottom:15px;
	right:15px;
	z-index:11;
}
.image-tape_type_slideshow .image-tape__item{
	opacity:1;
	position:relative;
}
.image-tape_type_slideshow .image-tape__item~.image-tape__item{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
.image-tape_type_slideshow .image-tape__radio:nth-of-type(1):checked~.image-tape__number-list .image-tape__number:nth-of-type(1),.image-tape_type_slideshow .image-tape__radio:nth-of-type(2):checked~.image-tape__number-list .image-tape__number:nth-of-type(2),.image-tape_type_slideshow .image-tape__radio:nth-of-type(3):checked~.image-tape__number-list .image-tape__number:nth-of-type(3),.image-tape_type_slideshow .image-tape__radio:nth-of-type(4):checked~.image-tape__number-list .image-tape__number:nth-of-type(4),.image-tape_type_slideshow .image-tape__radio:nth-of-type(5):checked~.image-tape__number-list .image-tape__number:nth-of-type(5){
	background:#333;
	color:#fff;
}
.image-tape_type_slideshow .image-tape__radio:checked~.image-tape__item{
	opacity:0;
}
.image-tape_type_slideshow .image-tape__radio:nth-of-type(1):checked~.image-tape__item:nth-of-type(1),.image-tape_type_slideshow .image-tape__radio:nth-of-type(2):checked~.image-tape__item:nth-of-type(2),.image-tape_type_slideshow .image-tape__radio:nth-of-type(3):checked~.image-tape__item:nth-of-type(3),.image-tape_type_slideshow .image-tape__radio:nth-of-type(4):checked~.image-tape__item:nth-of-type(4),.image-tape_type_slideshow .image-tape__radio:nth-of-type(5):checked~.image-tape__item:nth-of-type(5){
	opacity:1.0;
	z-index:6;
}
.image-tape_type_slideshow .image-tape__number-after{
	position:absolute;
	display:block;
	left:0;
	top:0;
	position:absolute;
	margin:0;
	padding:4px 8px;
	opacity:0;
	color:#fff;
	background:#333;
}
.image-tape:hover .image-tape__item,.image-tape:hover .image-tape__number-after{
	-moz-animation-play-state:paused;
	-o-animation-play-state:paused;
	animation-play-state:paused;
}
.image-tape_type_slideshow .image-tape__item{
	visibility:hidden \9;
}
.image-tape_type_slideshow .image-tape__item.image-tape__item_state_checked{
	visibility:visible \9;
	opacity:1.0 \9;
}
.image-tape_type_slideshow .image-tape__number-after{
	display:none \9;
}
.image-tape_type_slideshow .image-tape__number_state_checked .image-tape__number-after{
	display:none \9;
}
.image-tape_type_slideshow .image-tape__item_state_checked{
	z-index:5;
}
.image-tape_type_slideshow .image-tape__number_state_checked{
	background:#333;
	color:#fff;
}
*+html .image-tape_type_slideshow .image-tape__item{
	visibility:hidden;
}
*+html .image-tape_type_slideshow .image-tape__item_state_checked{
	visibility:visible;
}
*+html .image-tape_type_slideshow .image-tape__number-after{
	display:none;
}
* html .image-tape_type_slideshow{
	height:210px;
}
* html .image-tape_type_slideshow .image-tape__item{
	position:absolute;
}
* html .image-tape_type_slideshow .image-tape__item{
	visibility:hidden;
}
* html .image-tape_type_slideshow .image-tape__item_state_checked{
	visibility:visible;
}
* html .image-tape_type_slideshow .image-tape__number-after{
	display:none;
}
.letters{
	border:1px solid #ccc;
	padding:5px 15px;
}
.letters__item{
	display:inline-block;
	text-decoration:none;
	font-weight:700;
}
.letters__item:hover{
	text-decoration:underline;
}
.letters__item_type_noitems{
	color:#ccc;
}
.letters__item_type_selected{
	color:#000;
}
.letters__count{
	color:#999;
	font-weight:400;
	font-size:10px;
}
.main-menu{
	clear:both;
	display:block;
	margin:0;
	padding:0;
	border:1px solid rgba(0,0,0,0.05);
	*border-radius:4px;
	list-style-type:none;
	list-style:none;
	font-size:0;
}
.main-menu:after{
	content:"";
	display:table;
	clear:both;
}
.main-menu__item{
	position:relative;
	display:inline-block;
	float:none;
	min-width:70px;
	line-height:18px;
	font-size:12px;
}
.main-menu__item-link{
	display:block;
	padding:3px 15px;
	text-decoration:none;
}
.main-menu__item-link:hover{
	background:#eee;
}
.main-menu__item-link_type_selected,.main-menu__item-link_type_selected:visited{
	color:#fff;
	background:#08c;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
.main-menu__item-link_type_selected:hover{
	color:#fff;
	background:#08c;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
.main-menu__item-name{
	text-decoration:underline;
}
.main-menu__item-link:hover .main-menu__item-name{
	text-decoration:none;
}
.main-menu__item-picture-container{
	position:relative;
	display:inline-block;
	vertical-align:middle;
}
.main-menu__item:hover>.main-menu__item-link>.main-menu__item-picture-container>.main-menu__item-picture{
	opacity:0;
	visibility:hidden;
}
.main-menu__item-picture_type_hover{
	opacity:0;
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
}
.main-menu__item:hover>.main-menu__item-link>.main-menu__item-picture-container>.main-menu__item-picture_type_hover,.main-menu__item-picture_type_hover:hover{
	opacity:1;
	visibility:visible;
}
.main-menu_level_0{
	border:0;
	box-shadow:none;
}
.main-menu_level_0 .main-menu__item-link{
	padding-left:5px;
}
.main-menu_level_1{
	border:0;
	box-shadow:none;
}
.main-menu_level_1 .main-menu__item-link{
	padding-left:15px;
}
.main-menu_level_2{
	border:0;
	box-shadow:none;
}
.main-menu_level_2 .main-menu__item-link{
	padding-left:25px;
}
.main-menu_level_3{
	border:0;
	box-shadow:none;
}
.main-menu_level_3 .main-menu__item-link{
	padding-left:35px;
}
.main-menu_type_dropdown{
	display:table;
	display:-moz-box;
	display:-webkit-box;
	display:-ms-box;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
}
.main-menu_type_dropdown .main-menu{
	border:0;
}
.main-menu_type_dropdown .main-menu__item{
	display:block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
	-ms-box-flex:1.0;
	border:1px solid rgba(0,0,0,0.1);
	border-right:none;
}
.main-menu_type_dropdown .main-menu__item:first-of-type{
	*border-radius:4px 0 0 4px;
}
.main-menu_type_dropdown .main-menu__item:last-of-type{
	*border-radius:0 4px 4px 0;
	*border-right:1px solid rgba(0,0,0,0.1);
}
.main-menu_type_dropdown .main-menu__item_level_0{
	display:table-cell;
	display:box;
	display:-moz-box;
	display:-webkit-box;
}
.main-menu_type_dropdown .main-menu__item-link{
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
	-ms-box-flex:1.0;
	padding:7px 20px;
	background:none;
}
.main-menu_type_dropdown .main-menu__item-name{
	display:inline-block;
	white-space:nowrap;
	vertical-align:middle;
}
.main-menu_type_dropdown .main-menu__item_level_0>.main-menu__item-link{
	text-align:center;
}
.main-menu_type_dropdown .main-menu__item-link:before{
	display:none;
}
.main-menu_type_dropdown .main-menu__item-link:hover{
	background:#eee;
}
.main-menu_type_dropdown .main-menu_level_1{
	position:absolute;
	left:0;
	top:100%;
	z-index:1000;
	visibility:hidden;
	opacity:0.0;
	background-color:#f5f5f5;
}
.main-menu_type_dropdown .main-menu__item:last-of-type .main-menu_level_1{
	right:0;
	left:auto;
}
.main-menu_type_dropdown .main-menu__item:hover .main-menu_level_1{
	visibility:visible;
	opacity:1.0;
}
.main-menu_type_dropdown .main-menu__item .main-menu_level_1:hover{
	visibility:visible;
	opacity:1.0;
}
.main-menu_type_dropdown .main-menu_level_1 .main-menu__item{
	padding:0;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-radius:0;
	background:none;
	border:0;
	font-size:13px;
	line-height:18px;
	vertical-align:middle;
}
.main-menu_type_dropdown .main-menu_level_1 .main-menu__item-link{
	background:#f6f6f6;
}
.main-menu_type_dropdown .main-menu_level_1 .main-menu__item-link:hover{
	background:#ccc;
}
.main-menu_type_dropdown .main-menu_level_2 .main-menu__item-link{
	padding-left:35px;
	background:none;
}
.main-menu_type_dropdown .main-menu_level_2 .main-menu__item-link:hover{
	background:#eee;
}
.main-menu_type_dropdown .main-menu_level_3 .main-menu__item-link{
	padding-left:50px;
}
.main-menu_type_dropdown .main-menu_level_0{
	width:auto;
}
*+html .main-menu_type_dropdown .main-menu__item{
	position:static;
}
*+html .main-menu_type_dropdown .main-menu__item:hover .main-menu_level_1{
	display:block;
}
*+html .main-menu_type_dropdown .main-menu__item .main-menu_level_1:hover{
	display:block;
}
*+html .main-menu_type_dropdown .main-menu_level_1{
	display:none;
}
*+html .main-menu_type_dropdown .main-menu_level_1{
	top:auto;
	left:auto;
}
*+html .main-menu_type_dropdown .main-menu__item{
	display:block;
	float:left;
}
*+html .main-menu_type_dropdown{
	width:auto;
}
.main-menu__item{
	border:1px solid #eee \9;
}
.main-menu_type_dropdown .main-menu__item_level_0{
	vertical-align:top \9;
}
.nav-menu:after{
	content:"";
	display:table;
	clear:both;
}
.nav-menu__item{
	display:inline-block;
	padding:0 12px;
	border-radius:0;
	border-right:1px solid #e5e5e5;
	margin:0;
	text-decoration:none;
}
.nav-menu__item:hover{
	text-decoration:underline;
}
.nav-menu__item:last-of-type{
	border-right:0;
}
.nav-menu__item_state_active{
	text-decoration:underline;
}
.pager{
	clear:both;
	margin:20px 0;
	-o-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
}
.pager::after{
	content:"";
	display:table;
	clear:both;
}
.pager__content{
display: inline-block;	
}
.pager__button, .pager__button:visited {
display: block;
float: left;
padding: 2px 10px;
border: 1px solid #7db7da;
margin-left: 5px;
text-decoration: none;
font-size: 24px;
background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #ECECEC) );
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #ECECEC 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #ECECEC 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #ECECEC 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #ECECEC 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #ECECEC 100%);
color: #0079c2;
width: 20px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
border-radius: 7px;
}
.pager__button:focus{
	outline:none;
}
.pager__button_type_prev{
	
}
.pager__button_type_next{
	
}
.pager__button:hover{
	background:#c11b7b;
	color:#fff;
text-decoration: none;
}
.pager__button_state_active,.pager__button_state_active:hover{
	background:#c11b7b;
	color:#fff;
	text-decoration: none;
	cursor:default;
}
.pager__button_state_inactive,.pager__button_state_inactive:hover{
	background:#eee;
	cursor:default;
}
.rating{
	color:#323232;
	font-family:Tahoma;
}
.rating__submit{
	height:25px;
	margin-top:10px;
	padding:0;
	width:75px;
	border:1px solid #3e8702;
	border-radius:3px;
	background:#72b51b;
	color:#fff;
	font-weight:bold;
	box-shadow:0 0 2px #f0f0f0 inset;
	cursor:pointer;
}
.rating__select{
	width:157px;
	margin-top:20px;
}
.rating__caption{
	font-size:14px;
}
.rating__form{
	overflow:hidden;
	max-height:200px;
}
.rating__control{
	display:table;
	direction:rtl;
	unicode-bidi:bidi-override;
	white-space:nowrap;
	font:0/0px san-serif;
}
.rating__mark{
	display:inline-block;
	width:15px;
	height:13px;
	background:transparent url("_img/star_color_grey.png") no-repeat;
}
.rating__mark:hover{
	background:transparent url("_img/star_color_red.png") no-repeat;
}
.rating__mark:hover~.rating__mark{
	background:transparent url("_img/star_color_red.png") no-repeat;
}
.rating__bar{
	height:13px;
	background:url("_img/star_color_grey.png") repeat-x;
}
.rating__indicator{
	height:13px;
	background:url("_img/star_color_red.png") repeat-x;
}
.rating__control:hover+.rating__jsoff{
	display:block !important;
}
.rating_type_item-detailed{
	position:relative;
	margin-top:15px;
	background:#f7f4e9;
	border-radius:2px;
	padding:12px 17px 15px 20px;
	width:167px;
}
*+html .rating__control{
	display:inline;
}
* html .rating__control{
	display:inline;
}
*+html .rating__mark{
	display:inline;
}
* html .rating__mark{
	display:inline;
}
.slider-pad{
	user-select:none;
	-o-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
}
.slider-pad__arrow-left,.slider-pad__arrow-right,.slider-pad__arrow-up,.slider-pad__arrow-down{
	position:absolute;
	display:block;
	visibility:hidden;
	font-size:76px;
	cursor:pointer;
	opacity:0.7;
	transition:opacity 0.3s,background 0.3s;
	-moz-transition:opacity 0.3s,background 0.3s;
	-webkit-transition:opacity 0.3s,background 0.3s;
	-o-transition:opacity 0.3s,background 0.3s;
	z-index:2;
}
.slider-pad__arrow-left{
	width:15px;
	height:60px;
	left:0;
	top:0;
	background:url(_img/slider-pad__arrow-left.png) no-repeat;
	background-position:left,center;
}
.slider-pad__arrow-right{
	width:15px;
	height:60px;
	right:0;
	top:0;
	background:url(_img/slider-pad__arrow-right.png) no-repeat;
	background-position:right,center;
}
.slider-pad__arrow-up{
	position:absolute;
	left:0;
	top:0;
	width:60px;
	height:15px;
	background:url(_img/slider-pad__arrow-up.png) no-repeat;
	background-position:center,top;
}
.slider-pad__arrow-down{
	position:absolute;
	left:0;
	bottom:0;
	width:60px;
	height:15px;
	background:url(_img/slider-pad__arrow-down.png) no-repeat;
	background-position:center,bottom;
}
.slider-pad__arrow-left:hover,.slider-pad__arrow-right:hover,.slider-pad__arrow-up:hover,.slider-pad__arrow-down:hover{
	opacity:1.0;
}
.slider-pad__arrow-left{
	left:0;
}
.slider-pad__arrow-right{
	right:0;
}
.slider-pad__arrow-up{
	top:0;
}
.slider-pad__arrow-down{
	bottom:0;
}
.slider-pad__arrow_disabled,.slider-pad__arrow_disabled:hover{
	opacity:0.2;
}
.sorter{
	float:left;
	padding:5px 15px;
	border:1px solid #ccc;
	border-radius:5px;
	font-size:12px;
}
.sorter__link{
	font-size:12px;
}
.sorter__item{
	margin:0 4px;
	font-size:12px;
}
.sorter__item_type_asc{
	padding-left:12px;
	font-weight:700;
	background:url("data:image/gif;base64,R0lGODlhCwALAIABAAAAAP///yH5BAEAAAEALAAAAAALAAsAAAIPjI+py43QgFyypoqd3qYAADs=") no-repeat;
	background-position:left center;
}
.sorter__item_type_desc{
	padding-left:12px;
	background:url("data:image/gif;base64,R0lGODlhCwALAIABAAAAAP///yH5BAEAAAEALAAAAAALAAsAAAIPjI+pyx0AI0hyqtis2/wUADs=") no-repeat;
	background-position:left center;
	font-weight:700;
}

/* Member Small Popup Block */
div.popupWindowShadow{filter:alpha(opacity=30) !important;}
.small_login_form {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 15px #777777;
	left: 50%;
	margin-left: -155px;
	margin-top: -110px;
	padding: 20px 30px;
	position: fixed;
	width: 250px;
	z-index: 11;
	transition: opacity 0.3s ease-out 0s, top 0s ease-out 0.3s;
	-moz-transition: opacity 0.3s ease-out 0s, top 0s ease-out 0.3s;
	-webkit-transition: opacity 0.3s ease-out 0s, top 0s ease-out 0.3s;
	-o-transition: opacity 0.3s ease-out 0s, top 0s ease-out 0.3s;    
	opacity: 0;
	top: -50%; 
}
.small_login_form a {background: none !important;padding: 0 !important;}
.small_login_form input.txt {width: 170px;padding: 0 5px;}
.small_login_form_close {
	cursor: pointer;
	height: 25px;
	opacity: 0.7;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
}
.small_login_form_close:hover {opacity: 1;}
.small_login_form_close img {margin-left: -9px;margin-top: -5px;}
.small_login_form_on { 
	transition: top 0s ease-out 0s, opacity 0.3s ease-out 0s;
	-moz-transition: top 0s ease-out 0s, opacity 0.3s ease-out 0s;
	-webkit-transition: top 0s ease-out 0s, opacity 0.3s ease-out 0s;
	-o-transition: top 0s ease-out 0s, opacity 0.3s ease-out 0s;  
	opacity: 1;
	top: 50%; 
}   
/* End Member Small Popup Block */

/* Start hyper modules: news and articles */

.news_item-list__list, .articles_item-list__list, .articles_item-cat-list, .news_item-small, .articles_item-small {
    position: relative;
    width: 100%;
    font-size: 0;
}

.news_item-list__list div, .articles_item-list__list div, .articles_item-cat-list div, .news_item-small div, .articles_item-small div {
    font-size: 13px;
}

.news_item-list__cat-header h1, .news_item-detailed__header h1, .articles_item-list__cat-header h1, .articles_item-detailed__header h1 {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.news_item-row, .articles_item-row, .articles_item-cat-row, .news_item-small-row, .articles_item-small-row {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;
}

span.news_item-row__fdate, span.articles_item-row__fdate, span.news_item-small__fdate, span.articles_item-small__fdate {
    float: left;
    font-size: 14px;
    padding-right: 7px;
    padding-top: 1px;
}

.articles_item-small-row .articles_item-small__fdate {
    padding-top: 3px;
}

div.news_item-row__header, div.articles_item-row__header, div.articles_item-small-row__cat_header, div.news_item-small-row__cat_header, div.news_item-small-row__header, div.articles_item-small-row__header {
    margin-bottom: 15px;
    padding-right: 30px;  
}

a.news_item-row__header-name, a.articles_item-row__header-name, a.articles_item-list__cat-header, .news_item-small-row__cat_header a, .articles_item-small-row__cat_header a, .news_item-small-row__header a, .articles_item-small-row__header a {
    font-size: 15px;
    text-decoration: underline;
}

a.news_item-row__header-name:hover, a.articles_item-row__header-name:hover, a.articles_item-list__cat-header:hover, .news_item-small-row__cat_header a:hover, .articles_item-small-row__cat_header a:hover, .news_item-small-row__header a:hover, .articles_item-small-row__header a:hover {
    text-decoration: none;
}

.news_item-row__img_small-img, .articles_item-row__img_small-img, .articles_item-row__cat_img_small-img, .articles_item-small-row__img, .news_item-small-row__img {
    border: 1px solid #999;
    float: left;
    margin-right: 15px;
background: #fff;
padding: 5px;
width: 162px;
height: 162px;
overflow: hidden;
}

.news_item-row__announce, .articles_item-row__announce, .articles_item-cat-row__announce, .news_item-small-row__announce, .articles_item-small-row__announce, .articles_item-small-row__announce, .news_item-small-row__announce {
    margin-bottom: 10px;
   /* padding-right: 30px;*/
}

.news_item-detailed__item-details, .articles_item-detailed__item-details {
    display: inline-block;
    width: 100%;
}

.news_item-detailed__fdate, .articles_item-detailed__fdate, .news_item-small-row__cat_header, .articles_item-small-row__cat_header {
    margin-bottom: 15px;
    margin-right: 6px;
    display: inline-block;
}

.news_item-detailed__img, .articles_item-detailed__img {
    float: left;
    margin-right: 20px;
    text-align: center;
}

.news_item-detailed__img img, .articles_item-detailed__img img {
    border: 1px solid #CCCCCC;
}

.news_item-detailed__body, .articles_item-detailed__body, div.articles_item-cat-row__header {
    margin-bottom: 10px;   
}

.articles_item-list__item-list {
    display: inline-block;
    width: 100%;
}

.articles_item-list__cat-img {
    float: left;
    margin-bottom: 20px;
}

.articles_item-row__source, .articles_item-row__author, .articles_item-detailed__source, .articles_item-detailed__author {
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 5px;
    font-size: 12px;
}

.articles_item-small-row__cat_header a, .articles_item-small-row__cat_header {
    color: #666;
}

.articles_item-small-row__cat_header span {
    font-size: 22px;
}

div.articles_item-cat-row__header {
    margin-bottom: 20px;
}

.news_item-detailed__img, .articles_item-list__cat-img, .articles_item-detailed__img {
    float: right;
    padding-left: 20px;
    margin-bottom: 20px;
}

.news_item-detailed__img  .image_click_news, .articles_item-list__cat-img .image_click_articles, .articles_item-detailed__img .image_click_articles {
    border: none;
}

.articles_item-row__cat_img_small-img, .articles_item-row__cat_img_small-img {
    margin-bottom: 20px;
}

.articles_item-detailed__ext_discussion, .news_item-detailed__ext_discussion, .articles_item-small-row__ext_rating, .news_item-small-row__ext_rating {
    clear: both;
}

.articles_item-small-row__img, .news_item-small-row__img {
    margin-bottom: 10px;
}

.captcha-block {
    margin: 0 auto;
    padding-left: 30px;
    width: 350px;
}

.captcha-block__title, .captcha-block img, .captcha-block__input-txt {
    float: left;
    margin: 10px 0;
}

.captcha-block__title {
    padding-top: 11px;
    padding-right: 15px;
}

.captcha-block img {
    margin-right: 10px;
}

.captcha-block__input-txt input {
    width: 110px;
    margin-top: 9px;
}

.articles_item-detailed__announce, .news_item-detailed__announce {
    padding-bottom: 15px;
text-align: justify;
}

.ext_common-cf, .ext_rating, .ext_tags, .ext_discussion, .pager_showall {
    padding-bottom: 5px;
}

.articles_item-detailed__social-buttons, .news_item-detailed__social-buttons {
     margin: 15px 0 5px -5px;
}

.pager_item_details .pager__content {
    float: left;
}

.pager__content span, .pager__content a, .pager__content span:hover, .pager__content a:hover {
    padding: 2px 7px;
}

div.sort {
    height: 40px;
}

div.sort_caption,
div.sort_field,
div.sort_field_caption,
div.sort_field_separator,
div.sort_dir {
    float: left;
}

div.sort_field_active {
}

div.sort_field_caption {
    padding-left: 6px;
}

div.sort_field_separator {
    padding-left: 6px;
    border-right: 1px dotted black;
}

div.sort_field_active div.sort_field_caption {
    font-weight: bold;
}

div.sort_dir {
    padding-left: 8px;
}

/* End hyper modules: news and articles */

/* Start module sort */

.sort-type {
    display: block;
    height: 40px;
    line-height: 1.8;
    width: 100%;
}
.sort-type__area {
    float: right;   
}
.sort-type__field, .sort-type__caption, .sort-type__selectarea {
    float: left;
}
.sort-type__field-caption {
    padding: 0;
    margin: 0 8px;
}
.sort-type__field-selected {
    font-weight: bold;
}
.sort-type__selectarea {
    margin-left: 5px;
}

/* End module sort */

#natural {
display: none;
}
/* Start order history
 * @tpl eshop_order_history.tpl
 */

.eshop-order-history-detail__back {
    padding-top: 10px;
}

.eshop-order-history-list__id-status {
    display: none;
    color: #A6A6A6;
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .eshop-order-history-list__name,
    .eshop-order-history-list__owners,
    .eshop-order-history-list__comments,
    .eshop-order-history-list__status,
    .eshop-order-history-list__image,
    .eshop-order-history-list__per-discount,
    .eshop-order-history-list__abs-discount,
    .eshop-order-history-list__price {
        display: none;
    }

    .eshop-order-history-list__view {
        width: 54px;
    }

    .eshop-order-history-detail .eshop-order-history-list__name {
        display: table-cell;
    }
    
    div.eshop-order-history-list__id-status {
        display: block;
    }

    table.eshop-order-history-list td,
    table.eshop-order-history-list tr {
        font-size: 100%;
    }
}

/* End order history
 * @tpl eshop_order_history.tpl
 */

/* Start eshop properties table style
 * @tpl _eshop_item_list.tpl
 */
.ami-eshop-properties__wrapper-table .eshop-item-tooltip-prop {display: none !important;}
.ami-eshop-properties__wrapper-table .ami-eshop-properties__wrapper-table-tr__1 .eshop-item-tooltip-prop {display: block !important;}

.ami-eshop-properties__wrapper-table td,
.ami-eshop-properties__wrapper-table th {
    padding: 6px 12px;
    border: 1px solid #A7A7A7;
    vertical-align: middle;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__actual-price {
    font-size: 16px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__price-tag {
    float: left;
    background: none;
    padding: 0;
    top: 6px;
    position: relative;
    min-height: 10px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__cart-box_base {
    padding: 2px 12px;
    float: right;
    margin-left: 10px;
}

.ami-eshop-properties__wrapper-table th {
	background:#fadf71;
	background-color:#fff376;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#fff376,#f9d968);
	background-image:-ms-linear-gradient(top,#fff376,#f9d968);
	background-image:-webkit-linear-gradient(top,#fff376,#f9d968);
	background-image:-o-linear-gradient(top,#fff376,#f9d968);
	background-image:linear-gradient(top,#fff376,#f9d968);
}
/* Start eshop properties table style
 * @tpl _eshop_item_list.tpl
 */

/*
 * FILE END: _mod_files/_css/common.css
 */

/*
 * FILE START: _mod_files/_css/ami_custom.css
 */

.eshop-cat-detailed__img{
	display:none;
}

a.eshopvn-link .eshop-item-small__img {
float: left;
}

.eshop-cat-tree{
	border:none;
}
.eshop-cat-tree__item-name{
}
.eshop-cat-tree__item-link:hover{
	background:none;
}
.eshop-cat-tree__item-link:before{
	display:none;
}
.eshop-cat-tree__item-link_type_selected:before{
	background:url("data:image/gif;base64,R0lGODlhBwAFAIABAMoXAP///yH5BAEAAAEALAAAAAAHAAUAAAIIjGEJq8v3VCoAOw==") no-repeat;
}
.eshop-cat-tree__item-link_type_selected,.eshop-cat-tree__item-link_type_selected:visited{
	background:transparent;
	color:#75716e;
	font-weight:700;
	text-shadow:none;
}
.main-menu__item.main-menu__item_level_0.main-menu__item_state_active {
*background: url(_mod_files/ce_images/layout/menu_05.png)repeat-x;
}
.eshop-cat-tree__item-link_type_selected:hover{
	background:none;
	text-shadow:none;
	color:#75716E;
}
.eshop-cat-tree__item-link:hover{
	text-decoration:none;
}
.eshop-cat-tree__item-link:hover .eshop-cat-tree__item-name{
	text-decoration:none;
}

.eshop-cat-tree_level_1 .eshop-cat-tree__item-link{
	padding:0px;
}

.eshop-cat-tree_type_grid{
	*padding-left:50px;
}
.eshop-cat-tree_type_grid .eshop-cat-tree__item{
	*display:inline-block;
	*width:190px;
	*margin:10px 0px 10px 30px;
}
.eshop-cat-tree_type_grid .eshop-cat-tree__small-picture{
	display:inline-block;
	vertical-align:top;
}
.eshop-cat-tree_type_grid .eshop-cat-tree__item-name{
	margin-left:25px;
	*vertical-align:top;
	text-decoration:none;
	color:#00539f;
	text-transform:uppercase;
	font-family:arial,tahoma,verdana;
	font-size:15.4px;
	font-weight:700;
    clear: both;
    display: block;
}
.eshop-cat-tree_type_grid .eshop-cat-tree__item-link{
	white-space:nowrap;
}
.eshop-cat-tree_type_grid .eshop-cat-tree__item-link:hover{
	text-decoration:none;
}
.eshop-cat-tree_type_grid .eshop-cat-tree__item-link:before{
	display:none;
}
.eshop-cat-tree_type_grid .eshop-cat-tree__item-link:hover .eshop-cat-tree__item-name{
	text-decoration:underline;
}

*+html .eshop-cat-tree_type_grid .eshop-cat-tree__item{
	zoom:1;
	display:inline;
}
* html .eshop-cat-tree_type_grid .eshop-cat-tree__item{
	zoom:1;
	display:inline;
}

.eshop-item-small__price-tag{
	padding:0px 10px;
	background:#e0e0e0;
	border-radius:10px 3px;
}
.eshop-item-small__actual-price{
	margin-top:7px;
	color:#000;
}
.eshop-item-small__add-to-cart-link{
	width:71px;
	height:18px;
	border-radius:5px;
	background:rgb(255,255,255);
	background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(229,229,229,1)));
	background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);/* IE10+ */
	background:linear-gradient(top,rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	
	color:#000;
}

#lay_f9 {
width: 940px;
margin: 0 auto -27px;
display: block;
}
.form__submit /* input type submit */{
	width:109px;
	height:27px;
	margin:0px;
	padding:0px;
	border:1px solid #ccc;
	border-radius:3px;
	color:#848484;
	font-weight:700;
	cursor:pointer;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);/* IE10+ */
	background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	box-shadow:none;
	vertical-align:middle;
}
.form__submit:hover{
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f3f3f3),color-stop(51%,#ededed),color-stop(100%,#ffffff));
	background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);/* IE10+ */
	background:linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
}
.form__search-line{
	border-radius:5px;
	box-shadow:0 1px 1px #ddd inset;
}

.form_type_search{
	padding:0;
}
.form_type_search .form{
 padding:0;
}
.form_type_search .form__caption{
 display:none;
}

.main-menu__item-link{
	color:#fc8508;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
}
.main-menu__item-link:hover{
	background:transparent;
	color:#504d4b;
}

.main-menu_type_dropdown .main-menu__item{
	border:none;
}
.main-menu_type_dropdown .main-menu__item:first-of-type{
	border:none;
}
.main-menu_type_dropdown .main-menu__item:last-of-type{
	border:none;
}

.main-menu_type_dropdown .main-menu__item-link{
	padding:14px 10px;
    margin: 0px 0px 2px;
}
.main-menu_type_dropdown .main-menu__item-link:hover{
	
}

.nav-menu__item{
	padding:0px 5px;
	font-size:10px;
	border:none;
	/*border-left:3px solid #00539f;*/
	color:#00539f;
}
.nav-menu__item::before{
	content:"";
	display:inline-block;
	width:2px;
	height:7px;
	margin-right:5px;
	*background:#00539f;
}

.nav-menu_position_bottom{
	*text-align:right;
}
.main-menu__item.main-menu__item_level_0 {

}
.main-menu__item-link {
color: #fff !important;
}
.main-menu__item-link {
font-family: arial !important;
font-weight: bold;
font-size: 1.2em;
    text-decoration: none;
}
.main-menu.main-menu_type_dropdown.main-menu_level_0 {
    height: 54px;
}
.main-menu__item-link:hover {
text-decoration: none;
}

.main-menu_type_dropdown .main-menu__item-link:hover {
background: #fff url(_mod_files/ce_images/layout/menu_05.png)repeat-x !important;
}

.eshop-cat-tree_type_grid .eshop-cat-tree__item {
display: block;
width: 450px;
float: left;
margin: 10px 0px 0px 10px;
}


.eshop-cat-tree.eshop-cat-tree_level_2.eshop-cat-tree_cols_ li span {
font-size: 14px !important;
color: #000;
font-weight: normal;
text-transform: none;
}

.price {
display: block;
position: relative;
height: 200px;
width: 200px;
cursor: pointer;
margin-left: 256px;
margin-bottom: 76px;
}

.price a{
display: block;
height: 100%;
width: 100%;
cursor: pointer;
}
.tov {
margin-top: 20px;
margin-left: 5px;
line-height: 16px;
}

.form__caption {
display: none;
}

.form__search-line {
width: 285px;
height: 40px;
border: 2px solid #888888;
}

.form__submit_1 {
background: url(_mod_files/ce_images/layout/srch_btn.png) no-repeat;
border: none;
cursor: pointer;
margin-left: -50px;
height: 30px;
width: 30px;
padding: 0px 10px 20px;
}
.eshop-cat-tree_correct {
margin-top: -12px;
}

.eshop-cat-tree__item.global_cols_2 span:hover {
color: #55B3DC !important;
}

.eshop-cat-tree__item.global_cols_2 span:hover {
color: #55B3DC !important;
background: url(_mod_files/ce_images/layout/mark_03.png)no-repeat;
padding-left: 20px;
margin-left: 5px;
}

.nav-menu__item {
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
color: #0c6289;
}

/*sinonim css*/

.eshopvn-cat-tree{
	clear:both;
	display:block;
	margin:0;
	padding:0;
}
.eshopvn-cat-tree:after{
	content:"";
	display:table;
	clear:both;
}
.eshopvn-cat-tree__item{
	position:relative;
	display:block;
	min-width:70px;
	line-height:18px;
}
.eshopvn-cat-tree__item-link{
	display:block;
	padding:3px 15px;
	text-decoration:none;
}
.eshopvn-cat-tree__item-link:before{
	content:"";
	display:inline-block;
	margin-right:3px;
	vertical-align:middle;
}
.eshopvn-cat-tree__item-link_type_selected,.eshopvn-cat-tree__item-link_type_selected:visited{
	color:#fff;
	background:#08c;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
.eshopvn-cat-tree__item-link_type_selected:hover{
	color:#fff;
	background:#08c;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
.eshopvn-cat-tree__item-link:hover .eshopvn-cat-tree__item-name{
	text-decoration:none;
}
.eshopvn-cat-tree__small-picture{
	display:none;
}
.eshopvn-cat-tree_level_1{
	border:0;
	box-shadow:none;
}
.eshopvn-cat-tree_level_1 .eshopvn-cat-tree__item-link{
	padding-left:5px;
}
.eshopvn-cat-tree_level_2{
	border:0;
	box-shadow:none;
}
.eshopvn-cat-tree_level_2 .eshopvn-cat-tree__item-link{
	padding-left:15px;
}
.eshopvn-cat-tree_level_3{
	border:0;
	box-shadow:none;
}
.eshopvn-cat-tree_level_3 .eshopvn-cat-tree__item-link{
	padding-left:25px;
}
.eshopvn-cat-tree_level_4{
	border:0;
	box-shadow:none;
}
.eshopvn-cat-tree_level_4 .eshopvn-cat-tree__item-link{
	padding-left:35px;
}
.eshopvn-cat-tree_type_dropdown{
	background-color:inherit;
}
.eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree{
	background-color:inherit;
}
.eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree__item{
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0;
	background-color:inherit;
	font-size:13px;
	line-height:18px;
	vertical-align:middle;
}
.eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree__item-link{
	padding:7px 20px;
	background-color:inherit;
}
.eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree__item-link:before{
	display:none;
}
.eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree_level_2{
	position:absolute;
	left:0;
	top:32px;
	z-index:1000;
	visibility:hidden;
	opacity:0.0;
}
.eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree__item:hover .eshopvn-cat-tree_level_2{
	visibility:visible;
	opacity:1.0;
}
.eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree__item .eshopvn-cat-tree_level_2:hover{
	visibility:visible;
	opacity:1.0;
}
.eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree_level_2 .eshopvn-cat-tree__item{
	vertical-align:middle;
}
.eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree_level_3 .eshopvn-cat-tree__item{
	float:none;
}
.eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree_level_3 .eshopvn-cat-tree__item-link{
	padding-left:35px;
	background:none;
}
.eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree_level_4 .eshopvn-cat-tree__item-link{
	padding-left:50px;
}
.eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree_cols_1{
	width:200px;
}
.eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree_cols_2{
	width:400px;
}
.eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree_cols_3{
	width:600px;
}
.eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree_cols_4{
	width:800px;
}
.eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree_level_1{
	width:auto;
}
*+html .eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree__item{
	position:static;
	background-color:#fff;
}
*+html .eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree__item:hover .eshopvn-cat-tree_level_2{
	display:block;
}
*+html .eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree__item .eshopvn-cat-tree_level_2:hover{
	display:block;
}
*+html .eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree_level_2{
	display:none;
}
*+html .eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree__item-link{
	background:#ddd;
}
*+html .eshopvn-cat-tree_type_dropdown .eshopvn-cat-tree_level_2{
	top:auto;
	left:auto;
}
.eshopvn-cat-tree{
	border:none;
}
.eshopvn-cat-tree__item-name{
}
.eshopvn-cat-tree__item-link:hover{
	background:none;
}
.eshopvn-cat-tree__item-link:before{
	display:none;
}
.eshopvn-cat-tree__item-link_type_selected:before{
	background:url("data:image/gif;base64,R0lGODlhBwAFAIABAMoXAP///yH5BAEAAAEALAAAAAAHAAUAAAIIjGEJq8v3VCoAOw==") no-repeat;
}
.eshopvn-cat-tree__item-link_type_selected,.eshopvn-cat-tree__item-link_type_selected:visited{
	background:transparent;
	color:#75716e;
	font-weight:700;
	text-shadow:none;
}
.main-menu__item.main-menu__item_level_0.main-menu__item_state_active {
*background: url(_mod_files/ce_images/layout/menu_05.png)repeat-x;
}
.eshopvn-cat-tree__item-link_type_selected:hover{
	background:none;
	text-shadow:none;
	color:#75716E;
}
.eshopvn-cat-tree__item-link:hover{
	text-decoration:none;
}
.eshopvn-cat-tree__item-link:hover .eshopvn-cat-tree__item-name{
	text-decoration:none;
}

.eshopvn-cat-tree_level_1 .eshopvn-cat-tree__item-link{
	padding:0px;
}

.eshopvn-cat-tree_type_grid{
	*padding-left:50px;
}
.eshopvn-cat-tree_type_grid .eshopvn-cat-tree__item{
	*display:inline-block;
	*width:190px;
	*margin:10px 0px 10px 30px;
}
.eshopvn-cat-tree_type_grid .eshopvn-cat-tree__small-picture{
	display:inline-block;
	vertical-align:top;
}
.eshopvn-cat-tree_type_grid .eshopvn-cat-tree__item-name{
	margin-left:25px;
	*vertical-align:top;
	text-decoration:none;
	color:#00539f;
	text-transform:uppercase;
	font-family:arial,tahoma,verdana;
	font-size:15.4px;
	font-weight:700;
    clear: both;
    display: block;
}
.eshopvn-cat-tree_type_grid .eshopvn-cat-tree__item-link{
	white-space:nowrap;
}
.eshopvn-cat-tree_type_grid .eshopvn-cat-tree__item-link:hover{
	text-decoration:none;
}
.eshopvn-cat-tree_type_grid .eshopvn-cat-tree__item-link:before{
	display:none;
}
.eshopvn-cat-tree_type_grid .eshopvn-cat-tree__item-link:hover .eshopvn-cat-tree__item-name{
	text-decoration:underline;
}

*+html .eshopvn-cat-tree_type_grid .eshopvn-cat-tree__item{
	zoom:1;
	display:inline;
}
* html .eshopvn-cat-tree_type_grid .eshopvn-cat-tree__item{
	zoom:1;
	display:inline;
}

/*end sinonim*/


.eshopvn-cat-tree__item-name {
height: 27px;
display: block;
padding-top: 9px;
margin: 0 10px;
line-height: 22px;
    overflow: hidden;
}

.eshopvn-cat-tree__item-link.eshopvn-cat-tree__item-link_type_selected {
background: url(_mod_files/ce_images/layout/katalog_html_03.png)repeat-x !important;
    border-bottom: 1px solid #1476ad;
    color:fff;
}

.eshopvn-cat-tree.eshopvn-cat-tree_level_2.eshopvn-cat-tree_cols_1 a {
background: #fff;
    border-bottom: 1px solid #ddd;
}

.eshopvn-cat-tree__item-link {
background: url(_mod_files/ce_images/layout/cat_html_07.png)repeat-x;
    border-bottom: 1px solid #ccc;
}
.eshopvn-cat-tree.eshopvn-cat-tree_level_2.eshopvn-cat-tree_cols_1 span {
color: #000;
}
.eshopvn-cat-tree__item-link span{
    color:#fff;
}


.eshopvn-cat-tree {
/*width: 300px;*/
}

.eshopvn-cat-tree.eshopvn-cat-tree_level_1.eshopvn-cat-tree_cols_1 {
list-style: none;
}
.eshopvn-cat-tree__item-link span:hover {
background: #fff;
padding: 9px 10px 0 10px;
line-height: 22px;
width: 280px;
margin-left: 0px;
color: #1c9ad1;
background: url(_mod_files/ce_images/layout/mark_03.png)no-repeat;
background-position: 284px 9px;
}

.eshopvn-cat-tree.eshopvn-cat-tree_level_2.eshopvn-cat-tree_cols_1 a:hover {
padding: 9px 10px 0 10px;
line-height: 22px;
width: 280px;
margin-left: 0px;
color: #1c9ad1 !important;
background: #fff url(_mod_files/ce_images/layout/mark_03.png)no-repeat;
background-position: 284px 9px;
}

.eshopvn-cat-tree.eshopvn-cat-tree_level_2.eshopvn-cat-tree_cols_1 a:hover {
padding: 0px 20px 0 0px;
line-height: 22px;
width: 280px;
margin-left: 0px;
color: #1c9ad1 !important;
background: #fff url(_mod_files/ce_images/layout/mark_03.png)no-repeat;
background-position: 284px 9px;
}

.eshopvn-cat-tree.eshopvn-cat-tree_level_2.eshopvn-cat-tree_cols_1 span:hover {
color: #1c9ad1 !important;
}

.eshopvn-cat-tree__item-link.eshopvn-cat-tree__item-link_type_selected span:hover {
color: #ccc
}

.form.form_type_filter {
display: none;
}

.bg-2 {
height: 250px;
background: url(_mod_files/ce_images/layout/background_cat.jpg)no-repeat center 0;
margin-top: -250px;
}




.bg-2 {
height: 250px;
background: url(_mod_files/ce_images/layout/background_cat.jpg)no-repeat center 0;
margin-top: -250px;
}
.bg-3 {
height: 250px;
background: #0c6289;
}

h7, h7 a, h7 a:visited {
color: #0D6A92;
font-size: 42px;
text-transform: uppercase;
font-family: arial;
font-weight: bold;
margin-bottom: 10px;
margin-top: 10px;
}

input.btn, .but, .text_button {
font-size: 1.2em;
border: #ccc 1px solid;
background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #0088D6), color-stop(1, #004C94) );
background-image: -o-linear-gradient(bottom, #0088D6 0%, #004C94 100%);
background-image: -moz-linear-gradient(bottom, #0088D6 0%, #004C94 100%);
background-image: -webkit-linear-gradient(bottom, #0088D6 0%, #004C94 100%);
background-image: -ms-linear-gradient(bottom, #0088D6 0%, #004C94 100%);
background-image: linear-gradient(to bottom, #0088D6 0%, #004C94 100%);
color: #fff;
cursor: pointer;
margin: 15px 0 0 2px;
padding: 5px 10px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
border-radius: 7px;
}
.ui-widget-header {
border: 1px solid #115777;
background: #1A85B6;
color: #ffffff;
font-weight: bold;
}
.cart-small__text {
background: url(_mod_files/ce_images/layout/cart_03.png)no-repeat;
margin-right: 50px;
}

.cart-small__text a{
color: #ADD5E6;
    margin-left: 30px;
    text-decoration: none !important;
    }
.cart-small {
text-align: left;
}


.eshop-item-detailed__title {
font-size: 36px;
margin-top: 0;
line-height: 30px;
margin-bottom: 10px;
color: #333;
}

.eshop-cat-small__visual {
border: 1px solid #999999;
padding: 1px;
width: 420px;
height: 240px;
background: #fff;
}

.eshop-item-small.eshop-item-small_type_catalog.global_cols_1 {
border: 1px solid #ddd;
margin-bottom: 5px;
background: #fff;
}
.eshop-item-small.eshop-item-small_type_catalog.global_cols_1:hover {
border: 1px solid #1A92CE;
}
.eshop-item-small__img {

}
.eshop-item-small__header {
text-align: left;
text-transform: uppercase;
}

.eshop-item-small__title {
color: #444444;
font-weight: bold;
text-decoration: none;
}

span.eshop-item-small_type_miniblock a.eshop-item-small__category {
color: #333;
font-style: normal;
text-transform: none;
}
span.eshop-item-small_type_miniblock a.eshop-item-small__title {
color: #c31b7c;
}


.eshop-item-list__caption {
display: none;
}

.eshop-item-small__spec-announce {
font-size: 13px !important;
font-family: tahoma;
}
#lay_body p {
font-size: 13px !important;
font-family: tahoma;
}

.eshop-item-small__spec-announce {
display: block;
overflow: hidden;
/*height: 130px;
color: #444 !important;*/
}

.eshop-item-small__spec-announce p{

}

h1 {
background: transparent !important;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__visual {
width: 200px;
}
.eshop-item-small__prices {
text-align: center;
margin: 10px;
}

.eshop-item-small__cart-text {
background: #1D9ED4;
color: #fff;
padding: 6px 17px;
margin: auto 10px;
cursor: pointer;
}

.eshop-item-small__base-price {
clear: both;
}

.eshop-item-small__price-tag {
padding: 6px 10px;
margin-right: 10px;
background: #e0e0e0;
border-radius: 10px 3px;
}


.eshop-item-small__content {
margin-left: 10px;
margin-bottom: 10px;
display:inline-block;

}

.eshop-item-small.eshop-item-small_type_catalog.global_cols_ {
border: 1px solid #ddd;
background: #fff;
}
.eshop-item-small.eshop-item-small_type_catalog.global_cols_:hover {
border: 1px solid #1A92CE;
}
.bg_tovar {
background: #fff;
border: 1px solid #ddd;
padding: 20px;
}

.tovar_picture {
float: left;
margin-right: 20px;
}

.tovar_announce {
display: block;
width: 290px;
float: right;
font-size: 13px;
color: #000;
}

.eshop-item-detailed__description {
font-size: 13px;
color: #444;
}

.eshop-item-detailed__description p{
font-size: 13px;
color: #444;
}

.eshop-item-detailed__sku-name {
display: none;
}

.eshop-item-small__visual {
width: 270px;
text-align: center !important;
vertical-align: middle;
background: #fff;
position: relative;
border: 1px solid #999;
height: 115px;
overflow: hidden;
}
.eshop-cat-small__subcategory-item {
margin: 15px auto;
}
.eshop-cat-detailed__announce p {
background: transparent !important;
}
.eshop-cat-detailed__announce {
font-size: 13px !important;
color: #444 !important;
/*margin-bottom: 20px;*/
}

.delivery {
background: #fff;
border: 1px solid #ddd;
}

.delivery {
background: #fff;
border: 1px solid #ddd;
}

.main_txt {
background: #fff;
border: 1px solid #ddd;
padding: 20px;
}
.lineheit {
line-height: 21px;
}

.lineheit {
margin-top: -25px;
}

.eshop-item-detailed__cart-text {
background: #1D9ED4;
color: #fff;
padding: 6px 17px;
margin: auto 10px;
cursor: pointer;
}
.eshop-item-detailed__base-price-container {
display: none;
}
.eshop-item-detailed__cart-quantity {
display: none;
}

.eshop-item-detailed__one-click-order {
display: none;
}

#ami-eshop-properties__price-box {
margin-left: -60px;
}

.eshop-item-detailed__sku-value {
display: none;
}
.s-on a {
font-size: 10px;
font-weight: bold;
text-decoration: underline;
}


.eshop-item-small__price-tag.eshop-item-small__price-tag_base {
display: none;
}
.eshop-item-small__quantity {
display: none;
}

.eshop-item-small__one-click {
display: none;
}
.cart-small_not_empty .cart-small__info_not_empty {
color: #fff;
}

.cart-small__order-btn {
background: #1EA2D6;
padding: 3px;
}

.cart-small__cont-btn {
padding: 3px;
margin-left: 30px;
}
.eshop-item-small__title {
display: block;
vertical-align: middle;

}
.eshop-item-small__category {
margin-bottom: 60px;
}
.eshop-ordering__item-list-title {
display: none;
}
.cart-small__title {
display: block;
background: #1EA2D6;
cursor: pointer;
padding: 2px 6px 2px 9px;
border: 1px solid #fff;
    color: #fff !important;
}

.cart-small__order-btn {
font-size: 13px;
padding-left: 15px;
padding-right: 15px;
}

.hren {
display: block;
cursor: pointer;
margin: 30px 50px;
background: #1A84B4;
color: #fff;
font-weight: bold;
padding: 15px;
border: 1px solid #fff;
text-align: center;
text-decoration: none !important;
}

.hren a {
text-decoration: none;
color: #fff;
}
li.main-menu__item.main-menu__item_level_0:hover {
/*background: #fff;*/
}
a.main-menu__item-link:hover {
color: #000 !important;
border-bottom: 3px solid #4CBBFF;
}
a.main-menu__item-link{
/*border-bottom: 3px solid #0079C2;*/
    -webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
transition: all .4s ease-out;
}
a.main-menu__item-link:hover{
/*padding: 0 5px 10px 5px;*/
margin: 0px 0px 2px;
    -webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
transition: all .4s ease-out;
}

li.main-menu__item.main-menu__item_level_0 {
margin-top: 4px;
}
.eshopvn-cat-tree__item-link span {
color: #0078C1;
font-family: PT sans;
font-weight: bold;
font-size: 12px;
}

.cat-1 {
border: 1px solid #999999;
padding: 1px;
width: 420px;
height: 240px;
background: #fff;
}
.cat-2 {
border: 1px solid #999999;
padding: 1px;
width: 420px;
height: 240px;
background: #fff;    
}
table#sign {
background: url(_mod_files/ce_images/maket/bg2_02.png)repeat;
}
#lay_f1 {
background: url(_mod_files/ce_images/maket/head_02.png) no-repeat;
}

li.eshopvn-tree_1 > a {
background: url(/_img/kat_menu_bg.png);
display: block;
height: 38px;
margin: 0;
padding: 0;
color: #0078c1;
font-family: 'PT Sans Narrow', sans-serif;
text-transform: uppercase;
font-size: 12px;
    -webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
transition: all .4s ease-out;
    background-repeat: no-repeat;
}

li.eshopvn-tree_1 > a:hover {
background: url(/_img/kat_menu_bg_h.png) no-repeat;
color: #fff;
text-decoration: none;
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
transition: all .4s ease-out;
}

li.eshopvn-tree_1 > a.eshopvn-link_selected {
background: url(/_img/kat_menu_bg_h.png) no-repeat;
color: #fff;
}

.eshopvn-cat-tree li {
list-style-type: none;
}

li.eshopvn-tree_1 > a > span {
padding: 10px 0px 0 10px;
display: inline-block;
}

li.eshopvn-tree_1 {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-right: 2px solid #ccc;
border-left: 2px solid #ccc;
}

ul.eshopvn-tree_level_2 {
margin: 0;
padding: 0;
}

li.eshopvn-tree_2 {
height: 38px;
padding-left: 25px;
background: url(/_img/icons_11.png) no-repeat 20px 50%;

}

li.eshopvn-tree_2 a {
color: #999;
font-family: 'PT Sans Narrow', sans-serif;
font-style: italic;
font-size: 14px;
display: table-cell;
vertical-align: middle;
height: 38px;
padding: 0 40px 0 25px; 
width: 100%;
}
.eshopvn-cat-tree {
width: 270px;
background: #fff;
}
ul.eshopvn-tree_level_1 {
margin: 0;
padding: 0;
}

li.eshopvn-tree_2 a:hover, li.eshopvn-tree_2 a.eshopvn-link_selected {
text-decoration: none;
color: #333;
}

.head_cat_tree {
font-family: 'PT Sans Narrow', sans-serif;
text-transform: uppercase;
font-size: 18px;
color: #333;
font-weight: bold;
background: #fff url(/_img/icons_03.png) no-repeat 90% 50%;
height: 35px;
padding: 15px 0 0 34px;
width: 232px;
border-top: 2px solid #ccc;
border-bottom: 1px solid #ccc;
border-right: 2px solid #ccc;
border-left: 2px solid #ccc;
}

img.eshop-cat-small__img {
margin: 5px;
}

a.eshop-cat-small__visual-link {
display: block;
overflow: hidden;
position: relative;
    text-decoration: none;
}

img.in_catalog {
position: absolute;
top:245px;
left: 5px;
opacity: 0.8;
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
transition: all .4s ease-out;
}
a.eshop-cat-small__visual-link:hover img.in_catalog
{
    top: 5px;
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
transition: all .4s ease-out;
}

.footer_line {
background: rgba(3, 123, 195, 0.32);
}

.wide_line {
height: 5px;
background: #fff;
}
.red_line {
height: 10px;
background: #c31b7c;
}
.red_line_s {
height: 5px;
background: #c31b7c;
}

#lay_f5 {
padding: 20px 0 0 0;
width: 1140px;
margin: 0 auto;
    overflow: hidden;
}

div#lay_f5 > div {
width: 31%;
margin-right: 22px;
float: left;
padding-left: 16px;
border-left: 1px solid #fff;
min-height: 250px;
margin-bottom: 15px;
}
div#lay_f5 > div:last-child {
margin: 0;
}

div#lay_f5 > div:first-child {
border: none;
    padding: 0;
}

.footer_header {
color: #0079c2;
text-transform: uppercase;
font-size: 24px;
font-family: 'PT Sans Narrow', sans-serif;
font-weight: 700;
padding-left: 45px;
margin-bottom: 15px;
}

.footer_header.nww {
background: url(/_img/footer_ico__news.png);
background-repeat: no-repeat;
background-position: 0 50%;
}

.footer_header.nwtv {
background: url(/_img/footer_ico_catg.png);
background-repeat: no-repeat;
background-position: 0 50%;
}

.footer_header.otz {
background: url(/_img/footer_ico_com.png);
background-repeat: no-repeat;
background-position: 0 50%;
}

span.news_item-small__fdate {
color: #333;
font-size: 14px;
font-family: 'PT Sans Narrow', sans-serif;
font-weight: 700;
}

.news_item-small-row__header a {
color: #fff;
font-size: 14px;
font-family: 'PT Sans Narrow', sans-serif;
font-weight: 400;
text-decoration: none;
}

h2 {
font-family: 'PT Sans Narrow', sans-serif;
text-transform: uppercase;
font-size: 36px;
color: #333;
font-weight: bold;
margin-bottom: 35px;
margin-top: 55px;
}

.cnt {
font-family: 'PT Sans Narrow', sans-serif;
font-size: 14px;
color: #000;
text-align: justify;
line-height: 19px;
}
.otz_announce p {
color: #c31b7c;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 18px;
}
.otz_header {
font-family: 'PT Sans Narrow', sans-serif;
text-transform: uppercase;
font-size: 18px;
color: #333;
font-weight: bold;
}

.otz_announce {
color: #fff;
font-size: 14px;
font-family: 'PT Sans Narrow', sans-serif;
font-weight: 400;
text-decoration: none;
text-align: justify;padding-bottom: 10px;
}

.eshop-cat-small.eshop-cat-small_type_catalog.stick:nth-child(2n), .eshop-cat-small.eshop-cat-small_type_catalog.global_cols_2:nth-child(2n) {
padding: 0;
    margin-left: 25px;}

.eshop-item-detailed {
background: url(/_img/bg_tovar.png) no-repeat;
    position: relative;
}

.category-path {
border-top: 1px solid #fff;
border-bottom: 1px solid#fff;
padding: 3px 0 5px 25px;
    /*display: none;*/
margin-bottom: 10px;
}

.category-path__link::after{
	content:"";
	display:inline-block;
	width:0;
	height:0;
	border:5px solid transparent;
	border-left:5px solid #fff;
	margin-left:5px;
	vertical-align:middle;
}

.category-path a {
font-size: 14px;
color: #333;
font-family: 'PT Sans Narrow', sans-serif;
}

.propert_price {
text-align: center;
width: 200px;
float: left;
margin-right: 20px;
}

.propert_price img {
margin: 20px 0 8px;
}

.propert_price a {
text-decoration: none;
color: #333;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 14px;
}

.property_icons {
position: absolute;
right: 20px;
top: 19px;
}

.dopinfo {
position: absolute;
right: 10px;
text-align: right;
width: 300px;
top: 205px;
}

.dopinfo a {
color: #c71d86;
display: block;
line-height: 26px;
font-family: 'PT Sans Narrow', sans-serif;
text-transform: uppercase;
font-size: 14px;
}

.announceD {
display: block;
font-family: sans-serif;
font-size: 14px;
color: #333;
float: right;
font-style: italic;
margin-bottom: 40px;
width: 630px;
margin-right: 20px;
}

.eshop-item-detailed__description h3 {
text-transform: none;
font-size: 26px;
margin: 10px 0;
color: #333;
}

div#lay_f8 {
width: 1140px;
margin: 0 auto;
overflow: hidden;
padding: 10px 0;
}

div#lay_f8 > a {
display: block;
float: left;
margin: 5px 0;
}

div#lay_f8 > span {
display: block;
float: left;
padding-top: 15px;
padding-left: 50px;
color: #333;
}

div#lay_f8 > a {
display: block;
float: left;
margin: 5px 0;
}

div#lay_f8 > div {
float: right;
}

.phone {
background: url(/_img/contact_ico_03.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding-left: 25px;
font-size: 26px;
}
.mail {
background: url(/_img/contact_ico_06.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding-left: 25px;
}

.contact_div {
position: absolute;
top: 32px;
right: 20px;
color: #333;
font-size: 22px;
}

.articles_item-detailed__path {
display: none;
}

.dopinfo2 a {
color: #c71d86;
line-height: 26px;
font-family: 'PT Sans Narrow', sans-serif;
margin-right: 15px;
font-size: 18px;
white-space: nowrap;
}
.dopinfo2 {
text-align: center;
}

.dopinfo2 a:after {
content: "|";
display: inline-block;
width: 0;
height: 0;
color: #999;
margin: 0 0 0 10px;
}

.property_icons_list {
position: absolute;
top: 3px;
left: 3px;
}

.property_icons_list img {
width: 24px;
margin: 1px;
}

h2 a.eshop-item-small__title {
font-size: 24px;
}
.eshop-item-small__content h2 {
margin: 0;
}

.filter_icons_list {
position: fixed;
z-index: 999;
left: 50%;
top: 196px;
margin-left: -630px;
}

.filter_icons_list a {
display: block;
}

.filter_icons_list a img {
width: 35px;
}
.propert_price_l a img {
width: 14px;
}



.spannounce {
display: block;
font-family: sans-serif;
font-size: 14px;
color: #0079c2;
font-style: italic;
margin-bottom: 8px;
}

.razmer {
font-family: sans-serif;
font-size: 12px;
color: #333;
margin-bottom: 8px;
}
.eshop-item-small__custom-field-name {
font-weight: 700;
}

.propert_price_l a {
color: #333;
text-decoration: none;
display: block;
}

.propert_price_l {
margin-top: 20px;
}

.news_item-row__path h3 {
display: none;
}



a.news_item-row__header-name {
color: #000;
font-size: 24px;
text-decoration: none;
}
div.date_news {
float: left;
width: 670px;
border-bottom: 1px solid #fff;
padding-left: 20px;
background: url(/_img/News_img_03.png) no-repeat 0 0;
font-size: 14px;
    margin-bottom: 15px;
}

div.news_item-row__announce {
font-size: 14px;
line-height: 18px;
text-align: justify;
}

.news_item-detailed__path {
display: none;
}

span.news_item-detailed_a_fdate {
display: block;
border-bottom: 1px solid #fff;
padding-left: 20px;
background: url(/_img/News_img_03.png) no-repeat 0 0;
font-size: 14px;
margin-bottom: 15px;
}
a.news_moore {
display: block;
text-align: right;
}
.news_item-row__path h1 {
border-bottom: 1px solid #fff;
line-height: 34px;
}
.block_c h5 {
font-size: 24px;
color: #000;
margin: 10px 0;
}
.forma_sviazi {
float: right;
}
.mapiadress {
float: left;
}

span.eshop-item-small_type_miniblock .eshop-item-small__spec-announce {
width: auto;
}
span.eshop-item-small_type_miniblock .eshop-item-small__visual {
width: 160px;
height: 141px;
display: table-cell;
vertical-align: middle;
}
span.eshop-item-small_type_miniblock .eshop-item-small__header {
text-align: center;
}

span.eshop-item-small_type_miniblock {
width: 48%;
float: left;
margin-right: 6px;
}

.articles_item-row__path h3 {
display: none;
}
.sort-type {
display: none;
}

a.articles_item-row__header-name {
color: #000;
font-size: 24px;
text-decoration: none;
}

.articles_item-row__path h1 {
border-bottom: 1px solid #fff;
}

a.eshopvn-link_selected .eshop-item-small__img {
float: left;
}

.micro_img {
display: inline-block;
float: left;
position: relative;
width: 47px;
height: 38px;
}

.micro_img img.eshop-item-small__img {
position: absolute;
top: 0;
left: 2px;
z-index: 100;
    cursor: pointer;
}

.eshopvn-tree_level_2 {
overflow: hidden;
height: 0;
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
transition: all .4s ease-out;
}
.eshopvn-tree_1.pulled .eshopvn-tree_level_2 {height: 100%;
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
transition: all .4s ease-out;}

.eshopvn-tree_level_2.pulled {
height: 100%;
}

.dopinfo2 a:last-child:after {
content: "";
}

.eshop-cat-small__visual.photoalbum {
height: auto;
}

.photoalbum_item-list__pager a.pager__button, .photoalbum_item-list__pager span.pager__button.pager__button_state_active {
width: auto;
min-width: 20px;
}

.photoalbum_item-detail__image {
border: 1px solid #999999;
padding: 1px;
background: #fff;
margin: 0 auto;
    position: relative;
}

.photoalbum_item-detail__image img {
margin: 10px;
}

.photoalbum_item-detail__announce-block__txt {
padding: 20px;
color: #33626F;
font-size: 0.9em;
font-weight: normal;
margin-bottom: 5px;
margin-top: 5px;
}

.photoalbum_item-detail__image > a {
position: absolute;
top: 50%;
font-size: 45px;
border: 1px solid #7db7da;
margin-left: 5px;
text-decoration: none;
font-size: 24px;
background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #ECECEC) );
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #ECECEC 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #ECECEC 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #ECECEC 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #ECECEC 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #ECECEC 100%);
color: #0079c2;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
border-radius: 7px;
width: 9px;
padding: 5px 14px 7px;
    z-index: 10;
}

a.next_btn {
right: -33px;
}
a.prev_btn {
left: -38px;
}

.browse-item-list__content {
overflow: hidden;
}

img.browse-block__row-item__img {
max-width: 150px;
max-height: 110px;
}

.photoalbum_browse-item-list__container {
display: inline-block;
height: 129px;
padding: 9px;
background-color: #fff;
border: 1px solid #bebebe;
float: left;
margin: 4px;
min-width: 192px;
    text-align: center;
}

.browse-block__row-item__img_div a {
display: block;
text-align: center;
}
.eshop-cat-small__visual.photoalbum img.eshop-cat-small__img {
max-height: 231px;
}
/*
 * FILE END: _mod_files/_css/ami_custom.css
 */

/*
 * FILE START: _mod_files/_css/home.css
 */

/* MAKET SPECIFIC STYLES */

#lay_f1 {
vertical-align: top;
padding-bottom: 12px;
}

/* BODY */
#lay_body {padding-bottom:18px;padding-left: 20px;}
#lay_body p {margin-top:5px;margin-bottom:5px}
/* END BODY */

/* BLOCK 1 */
#lay_f1 .right_area {padding:5px}
/* END BLOCK 1 */

/* BLOCK 3 */
#lay_f3 { padding:11px 20px 10px 19px; }
/* END BLOCK 2 */

/* BLOCK 5 */

#lay_f5 TD, #lay_f3 P {font-size: 0.8em;}
/* END BLOCK 3 */

/* BLOCK 4 */
#lay_f4 {padding-left:20px; padding-top:12px;border-left:1px solid #dddddd; padding-right:8px; }

/* END BLOCK 3 */


.bg-3 {
height: 250px;
background: url(_mod_files/ce_images/maket/fon_01.jpg) repeat-x;
}

.bg-1 {
height: 666px;
background: url(_mod_files/ce_images/layout/background.jpg)no-repeat center 0;
margin-top: -666px;
}

body {
background-color: #EDF6FA;
}

#lay_f6 {
height: 481px;
z-index: 1000;
}

h1, .alt_header1, h1 a, h1 a:visited {


}

h2, .alt_header1, h1 a, h1 a:visited {
font-family: 'PT Sans Narrow', sans-serif;
text-transform: uppercase;
font-size: 36px;
color: #333;
font-weight: bold;
margin-bottom: 35px;
margin-top: 55px;
}

.pages_name {
display: none;
}

.eshop-cat-tree_type_grid .eshop-cat-tree__small-picture {
display: table-cell;
vertical-align: bottom;
}

#layout {
margin-top: -250px;
}

body > table {
display: none !important;
}

/*
 * FILE END: _mod_files/_css/home.css
 */
