/* 
	-- 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 { margin: 0px 0px 8px 0px; }

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: #f9f2ee;*/ }
body, table, tr, td, p, a, input, select, textarea {  
	font: normal 11px arial, verdana, serif;
	color: #8c8992;
}

ul { list-style-type: square; }

a:link, a:visited, a:active, a:hover {
	color: #565e60;
	text-decoration: underline;
	font-weight: bold;
}
a:hover { text-decoration: none; }

hr { height: 1px; border: 0px; color: #bcc9cb; background: #bcc9cb; }

BLOCKQUOTE { }

h1 { font-size: 18px; color: #565e60; }
h2 { font-size: 16px; color: #565e60; }
h3 { font-size: 14px; color: #565e60}
h5 { font-size: 12px; color: #8C8992}

/* COMMON STYLES FORM */

FORM {  }
INPUT {  }

INPUT.txt, INPUT.field   { border: solid #898D7C 1px; width: 200px; }
INPUT.txt_noborder   {  }
INPUT.check {  }

input.btn {
	
}

SELECT.sel  { border: solid #898D7C 1px; width: 200px; }
CHECKBOX.chb{  }
TEXTAREA.ta { border: solid #898D7C 1px; width: 300px; height: 100px; }

button {
	
}

/* COMMON STYLES END FORM */


/* COMMON STYLES TABLE */

TABLE.tbl, TABLE.price {  }
TABLE.tbl TD, TABLE.price TD { border-bottom: solid #BCC9CB 1px; padding: 20px 20px 21px 20px; text-align: left; }
TABLE.tbl TH, TABLE.price TH { 
	border-bottom: solid #BCC9CB 1px; 
	font-size: 12px; 
	text-decoration: underline; 
	padding: 27px 20px 11px 20px; 
	text-align: left;
}


/* COMMON STYLES END TABLE */


.small, .small a { font-size: 10px; }
.top_tool_bar, .bottom_line {background-color:#48899B}

.wd1 { width: 50px !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 ****************************************************************************************************/

#lay_body { min-height: 500px; }

.wrapper0 {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 998px;
	background: url(../../_img/body_bottom_bg.jpg) 0px 100% no-repeat; 
	border-left: solid #bbb 1px; border-right: solid #bbb 1px;
}

.wrapper1 {
	background: url(../../_img/body_top_bg.jpg) 0px 0px no-repeat; 
	padding: 0 0 60px 0;
}

.main_wrapper { margin: 0 auto; width: 970px; position: relative; }

.header { position: relative; height: 220px; overflow: hidden; }
.header .logo { position: absolute; top: 66px; left: 27px; }
.header .phone { position: absolute; top: 91px; left: 351px; }
.header .menu { position: absolute; top: 185px; left: 0px; }
.header .cart { position: absolute; top: 138px; right: 0px; }

.columns { position: relative; padding: 11px 0px 0px 0px; overflow: hidden; zoom: 1; }
.left_col { float: left; width: 193px; padding: 0 0 70px 0;}
.right_col { 
	float: right;
	width: 760px;
	/*min-height: 500px;
	height: auto !important;
	height: 500px;*/
	overflow: hidden;
	background: #F9F2EE; border: solid #959BA4 1px;
}

.grayblock { background: url(../../_mod_files/ce_images/cat_bot.png) left bottom no-repeat; }
.grayblock_inner { 
	background: url(../../_mod_files/ce_images/cat_top.png) 0px 0px no-repeat; 
	padding: 27px 17px 19px 17px;
	/*min-height: 300px; */
}

.redblock { }
.redblock_inner { 
	background: url(../../_img/redblock_bg.png) 0px 0px no-repeat; 
	padding: 10px 20px 18px 12px;
}

.redblock_header { font-size: 14px; font-weight: bold; color: #050000; margin: 0px 0px 4px 0px; }

.redblock hr { color: #bdc1ae; background: #bdc1ae; margin: 10px 0px 9px 0px; }
*+html .redblock hr { margin: 3px 0px 2px 0px; }
* html .redblock hr { margin: 3px 0px 2px 0px; }

.treelinks_header {
	background: url(../../_img/cat_header_line.gif) 0px 100% no-repeat;
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 9px 0px;
	font-size: 12px;
	/*color: #d12227;*/
	color: #fff;
	font-weight: bold; 
}

.spec_eshop_item_header {
	background: url(../../_img/dsn_head_bg.png) 0px 0px no-repeat;
	height: 40px; line-height: 40px;
	font-size: 18px; color: #565e60;
	margin: 9px 0px 10px 0px; padding: 0px 20px;
}

.footer { 
	padding: 0px 20px; margin: 20px 0px 0px 0px; text-align: right; color: #565e60; 
	background: url(../../_img/dsn_footer_bg.png) 0px 0px no-repeat;
	height: 69px;
}

.dsn_small_search { }
.dsn_small_search .dsn_small_search_input { width: 103px; margin: 0px 1px 0px 0px; vertical-align: middle; border: solid #898d7c 1px; }
.dsn_small_search .dsn_small_search_submit { vertical-align: middle; }

.manuf_slct { width: 161px; margin: 0px; }


.cart_tbl { }
.cart_tbl th { border-bottom: solid #BCC9CB 1px; font-size: 12px; text-decoration: underline; padding: 27px 20px 11px 20px; text-align: left; }
.cart_tbl td { border-bottom: solid #BCC9CB 1px; padding: 20px 20px 21px 20px; }
.cart_tbl td.splitter, .cart_tbl th.splitter { 
	width: 1px;
	border: 0px; 
	background: #BCC9CB; border-left: solid #F9F2EE 5px; border-right: solid #F9F2EE 5px; 
	padding: 0px;
}

.cart_tbl td a.name { font-size: 12px !important; }
.cart_tbl td .price { font-size: 14px; color:#d12227; font-weight: bold; }
.cart_tbl td .txt { width: 35px; }

.cart_tbl td .inner td { border: 0px; padding: 0px 17px 0px 0px; }

.cart_tbl td .item_small_picture { border: solid #cddbdd 1px; }

.cart_total { text-align: right; font-size: 14px; color:#d12227; font-weight: bold; padding: 10px 0px 17px 0px; }


.dsn_order_customer { border-bottom: solid #F9F2EE 20px; }
.dsn_order_customer td { padding: 5px 50px 5px 20px; border-bottom: solid #BCC9CB 1px; white-space: nowrap; }

.dsn_purchase_total { padding: 20px 0px; text-align: right; }
.dsn_purchase_total .txt_noborder { border: 0px; background: none; text-align: center; font-size: 14px; color:#d12227; font-weight: bold; width: auto; }

.dostavka  {
font-size:14px;
font-weight:bold;
margin:10px 0 0;
text-align:right;
}

.rediz_size {font-size:12px;}
.rediz_size td {font-size:12px;}

/* 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:10px;}

/* NAVIGATION STYLES END TOP MENU */


/* NAVIGATION STYLES BOTTOM MENU */
/*.bottom_menu TD, .bottom_menu a, .bottom_menu a:hover, .bottom_menu a:visited{font-size:11px;}*/

.bottom_menu { padding: 17px 0px 4px 0px; }
.bottom_menu a:link, .bottom_menu a:visited, .bottom_menu a:active, .bottom_menu a:hover {
	font-size: 12px;
	color: #565e60;
	font-weight: normal;
	text-decoration: none !important;
}
.bottom_menu a:hover { text-decoration: underline !important;}

.bottom_menu a.active { text-decoration: underline !important;}

/* NAVIGATION STYLES END BOTTOM MENU */


/* NAVIGATION STYLES MAIN MENU */
/*.main_menu {}
.main_menu TD{}
.main_menu A, .main_menu A:visited {color:#6d6d6d;font-weight:bold;text-decoration:none; font-size:11px; text-transform:uppercase;}
.main_menu A:hover {color:#6d6d6d;text-decoration:none;font-weight:bold;}*/

.main_menu { overflow: hidden; zoom: 1; }

.main_menu a:link, .main_menu a:visited, .main_menu a:active, .main_menu a:hover {
	display: block;
	float: left; 
	width: 166px;
	height: 30px; 
	line-height: 26px; 
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../../_img/mmenu_fon.png) 0px 0px no-repeat;
	text-align: center;
}
.main_menu a:hover { text-decoration: underline; }

.main_menu a.active { text-decoration: underline !important; }

.submenu { 
	position:absolute; 	z-index: 999;
	left: 0; top:0; 
	display: none; 
	width:auto; 
}

.pd_menu { border: 0; background-color:#fff; }
.pd_menu td {
	color:#000000; 
	border:0px; 
	background-color: #61affe; 
	padding: 8px  15px; 
	text-align: left;
}
.pd_menu a:link, .pd_menu a:visited, .pd_menu a:active, .pd_menu a:hover {
	font: bold 14px verdana, arial, tahoma;
	color: #fff;
	text-decoration: none;
}
.pd_menu a:hover {	text-decoration: underline; }

/* 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 12px 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: 14px; }
.sm_level_1 .sm_tree_item_selected { font-size: 14px; }

.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: 12px; }
.sm_level_2 .sm_tree_item_selected { font-size: 12px; }

.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: 12px; }
.sm_level_3 .sm_tree_item_selected { font-size: 12px; }

.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 */

.pager_top { padding: 20px 15px 16px 0px; }
.pager_bott { padding: 16px 15px 0px 0px; }

.pager { color: #565E60; font-size: 12px; }

.pager a:link, .pager a:visited, .pager a:active, .pager a:hover {
	color: #D12227;
	font-size: 12px;
	font-weight: normal;
}

.pager_active { 
	color: #D12227;
	font-size: 12px;
	font-weight: bold;
}


.pager_item_details { }

.pager_item_details .pager_showall  { margin-top: 10px; }

/* NAVIGATION STYLES END PAGER */


/* NAVIGATION STYLES PAGES */

.pages_path {  
	background: url(../../_img/dsn_head_bg.png) 0px 0px no-repeat;
	height: 40px; line-height: 40px;
	font-size: 18px; color: #565e60;
	margin: 0px 0px 10px 0px; padding: 0px 20px;
}


.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:#A6A4A4;border-top:1px #787878 solid;border-bottom:1px #787878 solid;}
.vote_res_on {background-color:#A6A4A4;border-top:1px #787878 solid;border-bottom:1px #33626f solid;}
.vote_res_small_off {border-top:1px #787878 solid;border-bottom:1px #787878 solid;}
.vote_res_off {border-top:1px #787878 solid;border-bottom:1px #787878 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_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 { display: inline; }
.articles_cat_name a { font-size: 1.2em; }
.articles_cat_num_items { display: inline; }
.articles_cat_announce {  }
.articles_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 { }

/* 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 */

/* END MODULES */


/* 6. E-COMMERCE ****************************************************************************************************/

.eshop_image { /*width: 64px;*/ float:left; margin-top:3px;margin-right:15px;}
.eshop_image_click {margin-top:3px;margin-right:5px;border: 0px #33626F solid;}

.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:9px; color:#000000; font-weight:bold;}

.row1 {}
.row2 {}

.spec_eshop_cart { 
	float: right; 
	padding: 0px 44px 0px 37px;
	height: 35px; 
	line-height: 35px; 
	background: url(../../_img/dsn_cart_icon.png) 0px 50% no-repeat; 
	color: #d12227;
}

* html .spec_eshop_cart { background: url(../../_img/dsn_cart_icon.gif) 0px 50% no-repeat; }

.spec_eshop_cart a:link, .spec_eshop_cart a:visited, .spec_eshop_cart a:active, .spec_eshop_cart a:hover {
	color: #4c5661;
	font-weight: bold;
	text-decoration: none;
}
.spec_eshop_cart a:hover { text-decoration: underline; }

/* E-COMMERCE TREE LINKS */

.spec_eshop_tree_links { margin: 0px 1px; }
.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  { 
	
}
.spec_eshop_tree_links .level_0  a:hover {  }
.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  { 
	display: block;
	font-size: 12px;
	/*color: #d12227;*/
	color: #333334;
	text-decoration: none;
	padding: 0px 0px 9px 10px;
	background: url(../../_img/dsn_li1.gif) 0px 6px no-repeat;
}
.spec_eshop_tree_links .level_1  a:hover { text-decoration: underline; }

.spec_eshop_tree_links .level_2 { margin: 0px 0px 0px 22px; }
.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  { 
	font-weight: normal;
}
.spec_eshop_tree_links .level_2  a:hover {  }


.spec_eshop_tree_links .level_3 { }
.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  { 
	
}
.spec_eshop_tree_links .level_3  a:hover { }

.spec_eshop_tree_links2 { width: 90%; 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 14px 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 10px 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: 25%; padding: 0px 15px 0px 15px; }
.catD_row .cat_small_picture { display: block; }
.catD_row .cat_small_picture img { border: solid #cddbdd 1px; }
.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 { display: block; font-size: 12px; margin: 0px 0px 20px 0px; }
.catD_row .cat_small_picture { margin-right: 15px; }

.catD_Hsplitter img { width: 10px; }
.catD_Vsplitter img { height: 30px; }

/* E-COMMERCE End Categories list sets */


/* E-COMMERCE ITEM LIST CLASSES */

.eshop_item_list { }

.eshop_item_first { border-top: solid #bcc9cb 1px; }

.eshop_list_item_row { 
	/*width: 25%; */
	width: 190px;
	padding: 30px 15px 20px 15px; 
	vertical-align: top; 
	border-bottom: solid #bcc9cb 1px;
}
.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: 19px;
	font-size: 12px;
	color: #565e60;
}
.eshop_list_item_row .small_picture_wrapper { display: block; text-align: center; }
.eshop_list_item_row .small_picture_wrapper img { border: solid #cddbdd 1px; }
.eshop_list_item_row .announce { margin-top: 14px; font-size: 11px; }
.eshop_list_item_row .custom_fiels { margin-top: 10px; }
.eshop_list_item_row .digitals {  }
.eshop_list_item_row .prices { margin: 24px 0px 0px 0px; }
.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: 11px; }

.eshop_list_item_row .buy_form { margin: 1px 0px 0px 0px; }

.eshop_list_item_row .search_path { margin-bottom: 10px; }
.eshop_list_item_row .search_path a.name { display: inline !important; margin: 0px !important; }
.eshop_list_item_row .index { font-weight: bold; font-size: 12px; }

.eshop_cat_item_nSplitter {}

.eshop_cat_item_Hsplitter, .eshop_cat_cat_item_Hsplitter {
	background: #bcc9cb url(../../_img/line1.gif) 0px 100% no-repeat; 
	border-left: solid #F9F2EE 5px; border-right: solid #F9F2EE 5px;  
	vertical-align: top;
}

.eshop_cat_item_Vsplitter, .eshop_cat_cat_item_Vsplitter {
	height: 5px;
}

.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-bottom: 16px; }
.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: 12px; color:#777; font-weight: bold; text-decoration: line-through; margin-right: 10px; }
.item_base_price .price_price, .item_other_price .price_price { font-size: 14px; color:#d12227; 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: 14px; color:#d12227; 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 { padding: 30px 25px 0px 25px; }
.itemD_detail .name { color: #565E60; font-size: 12px; font-weight: bold; text-decoration: underline; margin-bottom: 12px;}

.itemD_detail .small_picture_wrapper {}
.itemD_detail .itemD_picture { border: solid #cddbdd 1px; } 
.itemD_detail .itemD_popup_picture img { display: block; border: solid #cddbdd 1px; margin: 0px 0px 4px 0px; }
.itemD_detail .itemD_popup_picture { display: block; text-align: center; }

.itemD_detail .custom_field_all { margin-top: 25px; }
.itemD_detail .base_price { padding: 25px 0px 0px 0px; }
.itemD_detail .other_prices {  }
.itemD_detail .add_to_comparison { margin-top: 40px; }
.itemD_detail .eshop_digitals_info { clear: both; }
.itemD_detail .description { padding: 20px 0px; }
.itemD_detail .property_data {  }
.itemD_detail .forum { clear: both; overflow: hidden; margin-top: 25px; }
.itemD_detail .rating { margin-top: 15px; }

.itemD_detail .buy_form { display: inline; }

.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 { 
	width: 161px; 
	padding: 30px 3px 20px 3px; 
	vertical-align: top; 
	border-bottom: solid #bcc9cb 1px;
}
.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; 
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 24px;
}
.eshop_list_small_special_row .small_picture_wrapper { display: block; text-align: center; }
.eshop_list_small_special_row .small_picture_wrapper img { border: solid #cddbdd 1px; }
.eshop_list_small_special_row .announce {  }
.eshop_list_small_special_row .spec_announce { margin-top: 14px; font-size: 11px; }
.eshop_list_small_special_row .custom_fiels { margin-top: 10px; }
.eshop_list_small_special_row .digitals { font-size: 11px; }
.eshop_list_small_special_row .prices { margin: 24px 0px 0px 0px; }
.eshop_list_small_special_row .rating { font-size: 11px; margin-top: 15px; }
.eshop_list_small_special_row .addtocomparsion { margin-top: 20px; }
.eshop_list_small_special_row .addtocomparsion a { font-size: 11px; }

.eshop_list_small_special_row .buy_form { margin: 1px 0px 0px 0px; }

.small_special_base_price, .small_special_base_price_variable, .small_special_base_price_null { padding-bottom: 16px; }
.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: 12px; 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: 14px; color:#d12227; 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  {  }

.small_special_base_price .txt, .small_special_other_prices .txt {  }

.small_special_base_price_null .price_null, .small_special_other_prices_null .price_null {
	font-size: 14px; color:#d12227; font-weight: bold;
}

.small_special_base_price_variable .price_txt { margin-right: 10px; }


.eshop_special_item_Hsplitter { 
	background: #bcc9cb url(../../_img/line1.gif) 0px 100% no-repeat; 
	border-left: solid #F9F2EE 11px; border-right: solid #F9F2EE 11px;  
}
.eshop_special_item_Vsplitter img { height: 5px; }

.header_detail { 
	background: url(../../_img/header_detail.png) 0 0 no-repeat;
	height: 31px;
	width: 166px;
}

.picture_detail {
	background: #f3e6de;
	border: 1px solid #b4b4b4;
	margin: 1px 0 0 0;
	padding: 4px 0px 20px 0px;
	width: 164px;
}

/* E-COMMERCE END HOME */


/* E-COMMERCE FILTER BOX */

.filter_box { display: none; }
.filter_box td { font-size:10px;}
.filter_box .txt {width:50px}
.search_box { display: none; }

.filter_box_caption { margin-right: 5px; }
.filter_box .sel, .filter_box .check, .filter_box .txt { vertical-align: middle; }

.filter_box_row td { }
.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 { 
	background: url(../../_img/dsn_head_bg.png) 0px 0px no-repeat;
	height: 40px; line-height: 40px;
	margin: 0px 0px 10px 0px; padding: 0px 20px; 
	font-size: 18px; color: #565e60;
}

.cat_path A { font-size: 18px !important; color: #565e60 !important; font-weight: normal !important; text-decoration: none !important; }
.cat_path A:hover { text-decoration: underline !important; }

/* 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:11px;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{ display: block; position: relative; width: 1000px; margin: 0 auto; height: 0px; }
table#sign td{ position: absolute; top: -20px; right: 10px; }
table#sign A, table#sign A:hover, table#sign A:visited {}

#stat {display:none;}
#sp {display:none;}

.status_error { color:#660000; /* font-size:10;*/}
.status_notice { color:#666666; font-size:16px; margin-left: 10px; }
.status_normal { color:#000000; font-size:10;}

/* 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 10px 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 16px 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 */

.catD_detail_description, .catD_empty_description { padding: 0px 20px; }

/* MODULES PHOTOALBUM */

.photoalbum { width: 100%; }

.photoalbum_path { margin-bottom: 10px; font-size: 12px; }
.photoalbum_path A { font-size: 12px !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: 18px;
	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: 11px;
	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: 18px;
	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: 18px; 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: 18px;
	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 */textarea.inp-h{
    display: none;
}
