﻿/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
.datepicker_vista {
	position: absolute;
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	color: #000;
	line-height: normal;
	width: 172px;
	height: 135px;
	padding: 14px;
	background: url('../images/datepicker/frame.png') no-repeat;
	z-index: 100;
}

/* header
********************************************************/
.datepicker_vista .header {
	position: relative;
	height: 15px;
	margin-bottom: 5px;
	padding-top: 1px;
}

.datepicker_vista .header .title {
	text-align: center;
	margin: 0 18px 0 18px;
}

.datepicker_vista .header .titleText {
}

.datepicker_vista .header .previous,
.datepicker_vista .header .next,
.datepicker_vista .header .closeButton {
	position: absolute;
	cursor: pointer;
	text-indent: -40px;
	overflow: hidden;
	width: 12px;
	height: 12px;
	top: 2px;
	background-image: url('../images/datepicker/buttons.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.datepicker_vista .header .previous {
	left: 4px;
}
.datepicker_vista .header .previous:hover {
	background-position: left bottom;
}
.datepicker_vista .header .next {
	right: 4px;
	background-position: -13px top;
}
.datepicker_vista .header .next:hover {
	background-position: -13px bottom;
}
.datepicker_vista .header .closeButton {
	display: none;
	right: 0px;
	top: 0px;
	background-position: right top;
}
.datepicker_vista .header .closeButton:hover {
	background-position: right bottom;
}

/* body
********************************************************/
.datepicker_vista .body {
	position: relative;
	top: 0px;
	left: 2px;
	width: 168px;
	height: 112px;
	overflow: hidden;
}

/* time
********************************************************/
.datepicker_vista .time {
	position: relative;
	width: 100%;
	height: 100%;
}

.datepicker_vista .time .hour,
.datepicker_vista .time .separator,
.datepicker_vista .time .minutes {
	border: 1px solid #ccc;
	background: #fff;
	width: 50px;
	font-size: 32px;
	position: absolute;
	top: 10px;
	text-align: center;
	padding: 2px;
}

.datepicker_vista .time .hour {
	left: 15px;
}
.datepicker_vista .time .separator {
	background: transparent;
	border: 0px;
	width: 10px;
	left: 76px;
}

.datepicker_vista .time .minutes {
	left: 95px;
}
.datepicker_vista .time .ok {
	position: absolute;
	top: 65px;
	width: 136px;
	left: 15px;
	font-size: 20px;
}

/* days-grid
********************************************************/
.datepicker_vista .days .day {
	float: left;
	text-align: center;
	overflow: hidden;
	width: 23px;
	height: 15px;
	margin: 0 1px 1px 0;
}
.datepicker_vista .days .titles {
	height: 15px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 1px;
}
.datepicker_vista .days .day0 {
	margin-right: 0;
}

.datepicker_vista .days .week5 .day {
	margin-bottom: 0;
}

/* days-colors
********************************************************/
.datepicker_vista .days .week .day {
	cursor: pointer;
}
.datepicker_vista .days .week .day:hover {
	background: url('../images/datepicker/days.png') left top no-repeat;
	color: #0084AA;
}

.datepicker_vista .days .otherMonth {
	color: #aaa;
}

.datepicker_vista .days .selected {
	background: url('../images/datepicker/days.png') left bottom no-repeat;
	color: #316879;
}

/* months-grid
********************************************************/
.datepicker_vista .months .month {
	float: left;
	cursor: pointer;
	text-align: center;
	padding-top: 6px;
	width: 55px;
	overflow: hidden;
	height: 21px;
	margin: 0 1px 1px 0;
}

.datepicker_vista .months .month3,
.datepicker_vista .months .month6,
.datepicker_vista .months .month9,
.datepicker_vista .months .month12 {
	margin-right: 0;
}

.datepicker_vista .months .month10,
.datepicker_vista .months .month11,
.datepicker_vista .months .month12 {
	margin-bottom: 0;
}

/* months-colors
********************************************************/
.datepicker_vista .months .month:hover {
	background: url('../images/datepicker/months.png') left top no-repeat;
	color: #0084AA;
}

.datepicker_vista .months .selected {
	background: url('../images/datepicker/months.png') left bottom no-repeat;
	color: #316879;
}

/* years-grid
********************************************************/
.datepicker_vista .years .year {
	float: left;
	cursor: pointer;
	text-align: center;
	padding-top: 6px;
	width: 32px;
	overflow: hidden;
	height: 21px;
	margin: 0 1px 1px 0;
}

.datepicker_vista .years .year4,
.datepicker_vista .years .year9,
.datepicker_vista .years .year14,
.datepicker_vista .years .year19 {
	margin-right: 0;
}

.datepicker_vista .years .year15,
.datepicker_vista .years .year16,
.datepicker_vista .years .year17,
.datepicker_vista .years .year18,
.datepicker_vista .years .year19 {
	margin-bottom: 0;
}

/* years-colors
********************************************************/
.datepicker_vista .years .year:hover {
	background: url('../images/datepicker/years.png') left top no-repeat;
	color: #0084AA;
}

.datepicker_vista .years .selected {
	background: url('../images/datepicker/years.png') left bottom no-repeat;
	color: #316879;
}

/* global
********************************************************/
.datepicker_vista .unavailable {
	background: none !important;
	color: #fbb !important;
	cursor: default !important;
}

.datepicker_vista table {
	border-spacing: 0;
}

.datepicker_vista th,
.datepicker_vista td {
	padding: 0;
}
.eye_open { float:left; background:url('../images/sprite_cms.png') no-repeat 0px -2898px; width:40px; height:16px; cursor:pointer; }
.eye_close { float:left; background:url('../images/sprite_cms.png') no-repeat 0px -2923px; width:40px; height:16px; cursor:pointer; }

.pm_ugol { padding-top:5px; background:url('../images/sprite_cms.png') no-repeat -8px -2841px; height:18px; width: 18px; font-weight: bold; }
.pm_vline { width: 10px; height: 35px; margin-top: 4px; background:url('../images/vline_p.gif');}
.left_pict{float: left;}
.pm_hline{width: 17px; height: 16px;margin-left: -21px; background:url('../images/sprite_cms.png') no-repeat -21px -3260px;}
.left_line{width: 17px; height: 1px;margin-left: -21px; background:url('../images/sprite_cms.png') no-repeat -21px -3274px; margin-top: 13px;  float: left;}
.for_pm_vline{ padding-left:30px;background:url('../images/vline_p.gif') repeat-y;}
.bottom_div{width: 30px; height: 42px; margin-left: -30px; margin-top: -1px; background-color: #fff;}

.partition_manager { float:left; height:57px; }

.pm_item { padding:5px; border-radius: 6px; padding-bottom: 5px; }
.pm_item:hover { background-color: #f2f2f2;  }
.pm_item:hover .link1{background-color: #b20727;}
.pm_item:hover .link2{background-color: #087cb7;}
.pm_item:hover .link3{background-color: #08b357;}
.pm_item:hover .link4{background-color: gray;}
.pm_item:hover .hidden_id{color: #444;}
.pm_item:hover .pm_item3 a{color: #fff;}
.pm_item span { padding-left:5px; }
.pm_item span a { font-size:12px; color:#036596; }

.pm_item_del {padding:5px; border-radius: 6px; padding-bottom: 5px; }
.pm_item_del:hover { background-color: silver;  }
.pm_item_del:hover .link1{background-color: #b20727;}
.pm_item_del:hover .link2{background-color: #087cb7;}
.pm_item_del:hover .link3{background-color: #08b357;}
.pm_item_del:hover .link4{background-color: gray;}
.pm_item_del:hover .hidden_id{color: #444;}
.pm_item_del:hover .pm_item3 a{color: #fff;}
.pm_item_del span { padding-left:5px; }
.pm_item_del span a { font-size:12px; color:#036596; }

.pm_item2 { height:24px; }
.pm_item3 { height:24px; }
.pm_item3  a{color: transparent; font-size: 13px; text-decoration: none;}
.pm_name{float: left; font-size: 16px;}
.pm_link{float: left;}

.link1{ float:left;padding-top:1px; padding-bottom: 2px; padding-left: 5px;padding-right: 5px; border-radius: 2px;margin-left: 2px; cursor: pointer;}
.link2{ float:left;padding-top:1px; padding-bottom: 2px; padding-left: 5px;padding-right: 5px; border-radius: 2px;margin-left: 2px; cursor: pointer;}
.link3{ float:left;padding-top:1px; padding-bottom: 2px; padding-left: 5px;padding-right: 5px; border-radius: 2px;margin-left: 2px; cursor: pointer;}
.link4{ float:left;padding-top:1px; padding-bottom: 2px; padding-left: 5px;padding-right: 5px; border-radius: 2px;margin-left: 2px; cursor: pointer;}

#made_of_moving{width: 300px;height: auto;background-color: silver;color: #fff; border-radius: 2px;float: right;padding: 5px;font-size: 16px; display: none;}
#made_of_moving div{width: 80px; padding-top: 8px; padding-left: 111px; cursor: pointer; color: #444; font-weight: 600; }
#name_moving{border: 0; background-color: silver; padding: 0; color: #444}
.hidden_id{color: transparent;}

#descr_page{margin-left: 180px; font-size: 13px;}#subscribe_form_activation label { float:left; padding-right: 10px; }
#subscribe_form_activation input[type=text] { float:left; border:1px solid #cccccc; padding:2px; }#blacklist_h1 { float:left; }
#blacklist_search { float:right; }
#blacklist_search label { float:left; padding-right: 10px; }
#blacklist_search input[type=text] { float:left; border:1px solid #cccccc; padding:2px; }#amount_query { padding-top:10px; }
#amount_query span { width:220px; }

#amount_query a { padding:5px; }
#filter_block { padding-top:10px; }
#filter_block a { padding:5px; }

.no_selected_status { color:#666666; }
.selected_status { color:#ffffff; background-color:#057ab0; text-decoration: none; }
.dl a { color:red; }.file_block{position:relative;}
.file_block{position:relative; width:600px; min-height:20px; border:1px solid #ccc; border-radius:5px; padding:5px; overflow:hidden; 
	border:1px solid #ccc; border-radius:5px; text-align:center;}
.file_block  .a_file .f_file {opacity:0; position:absolute; left:0; top:0;}
.file_block .a_file, .file_block .a_fil2 {display:block; position:absolute; right:5px; top:5px; padding:5px 0 8px;}
.file_block .m_file {position:relative; top:0; left:0; width:96%; height:100%; padding:0; text-align:left; padding:0 2%; color:lightgreen; font-style:italic; text-align:left;}
.file_block .m_file.a1 {margin: 20px 0 0;}
.file_block .p_file {margin:8px 0; min-height:20px;}
.file_block .file_item {float:left; position:relative; width:150px; margin:10px; border:1px solid #ccc; padding:5px;}
.file_block .file_item img {display:block; width:150px; height:100px;}
.file_block .a_file {width:150px; border:1px solid #ccc; border-radius:5px;}
.file_block .a_fil2 {width:250px;}
.file_block h2{margin-top:0; text-align:left; padding:0 10px;}

.file_block a { cursor: pointer; }

#panel_articles .file_block { border:0; width: 125px; }
#panel_articles .file_block a { border:0; }
#panel_articles .f_file { width: 125px; cursor: pointer; }

#load_block { height: 30px; }

#load_block .file_block { border:0; width: 140px; height: 20px; overflow: hidden; padding: 0px; }
#load_block .file_block a { border:0; height: 20px; overflow: hidden; padding:0px; margin:0px;  }

#gallery_panel span .file_block{width: 160px; border: 0;}
#gallery_panel span .file_block a{ border: 0;}
#gallery_panel span .file_block a input[type=file]{margin-top: -25px;}
/*спрятать инпут для хрома и оперы*/
.banner_tbl td .file_block a input[type=file],#panel_articles .file_block a input[type=file]
{margin-top: -25px;}



.file_block a input[type=file]{margin-top: -25px;}
/*Каталог*/
#admin_photo div .file_block .a_file { width: 140px !important;}
#catalog_item .file_block{border: none;width: 140px;float: left;}
#catalog_item .file_block .a_file { border: none;}
#catalog_item .file_block .a_file {top:0; padding: 0;} 
#catalog_item .file_block {min-height: 10px;}
/*Каталог*/
#site_text_page .file_block{width: 160px; border: 0;}
#site_text_page .file_block a{ border: 0;}
#site_text_page .file_block a input[type=file]{margin-top: -25px;}

.article_block { }

#main_block .file_block { width: 126px !important; border: 0 none; border-radius: 0; }
#main_block .file_block .a_file { border: 0 none; border-radius: 0; }


#block_news { position: relative; margin-top: 34px; }
.block_news_all { position: absolute; right: 0; top:0; }

.articles_center { overflow: hidden; width: 25%; height: 100px; float: left; margin-top: 14px; }
.articles_center h2, .articles_center h2 a { font-size: 16px; color: #444; line-height: 1.2; }
.articles_center h2 a { text-decoration: none; }
.articles_center h2 a:hover { text-decoration: underline; }

.articles_center .photo { float: left; width: 116px; }
.articles_center .content { margin-left: 116px; margin-right: 16px; }

.articles_center .content div { font-size: 12px; color: #666; padding-bottom: 5px; }

/* Для админки */
#articles_form { width: 99%; position: relative; }
#articles_form select, #articles_form input[type=text] { width: 99%; }
#articles_form input[type=submit] { float: right; margin-top: 7px; }
#articles_form textarea { width: 99%; }

#articles_form select { width: 270px; position: absolute; font-size: 15px; line-height: 32px; height: 32px; right: 0px; }


#articles_form label { display: block; padding-bottom: 3px; }

#articles_form #date_block { position: absolute; right: 240px; width: 200px; }
#articles_form #date_block label { display: block; float: left; width: 140px; }
#articles_form #date_block input { display: block; float:left; width: 140px; }

#articles_form #date_block, #articles_form select { top: -46px; }

/* Панель для админки */


/* Список статей */
.articles { margin-bottom:20px; height:100px; overflow: hidden; }

.articles .photo { float:left; width:120px; }
.articles .content { margin-left:120px; margin-right: 20px; height: 100px; overflow: hidden; }
.articles .content div { font-size: 12px; color: #666; }
.articles .content p { line-height: 1.3; }
.articles .content h2 { padding-bottom: 8px; }
.articles .content h2, .articles .content h2 a { line-height: 1.3; }
.articles .content h2 a { color: #444; font-size:17px; text-decoration:none; }

.articles .content p a { font-size:14px; text-decoration: none; color:#444444; line-height: 1.3; }
.articles .content h2 a:hover, .articles .content p a:hover { text-decoration: none; }
.articles .content h2 a:hover { text-decoration: underline; }

/* Одна статья */
.article_item { overflow: hidden; }
.article_item .actions_panel a { display: block; }

.article_item .photo { float:left; width: 300px; }
.article_item .content { margin-left:340px; }
.article_item .caption_addon { padding-bottom:9px; padding-top:4px; font-size: 13px; }


/*Панель загрузчика*/
.article_item .actions_panel .file_block { min-height: 25px; height: 25px; width: 130px; border: none !important; }
.article_item .actions_panel .file_block .a_file { border: none !important; }
#panel_articles .file_block { min-height: 25px; height: 25px; }


.photo div { position: relative; }
.photo div .panel_el { position: absolute; z-index: 18; background-color: #fff; left: 0; right: none; margin-top: 30px; width: 180px; }

.photo div .panel_el a { display: block; }

.articles_navi { padding-top: 40px; }
.articles_navi a { font-size: 17px; color: #ff9500; padding-right: 18px; }



#site_text_page { position: absolute; top: 25px; right:70px; z-index:17; }
#site_text_page { position: absolute; top: 25px; right:70px; z-index:17; }
#text_form select{width: 79%; float: right;}
#text_form label{width: 19%; float: right;}

#text_form { width:99%; height:400px; };
#text_form textarea { height:400px; }

        #login_form { }
#login_form { position:relative; height:220px; }


#login_form input[type=submit] { position: absolute; right:0; bottom:0; }

#login_form #autorize_text_block { position: absolute; left: 0px; bottom:0; }
#login_form #autorize_text_block span { padding-left: 30px; }

#reg_form { position: relative; height: 260px; }
#reg_form input[type=submit] { position: absolute; right:0; bottom:0; }
#reg_form input[type=radio] { width: 100%; line-height: 1.5; }

#reg_text_block { font-size: 13px; position: absolute; left:0; bottom:0; }

#forget_form { position:relative; height:100px; }
#forget_form input[type=submit] { position: absolute; right:0; bottom:0; }


#block_status { }

/*so Новая верстка. Внизу жесть! */
.question_item { overflow: hidden; }
.question_item h3 { font-size: 16px; font-family: Arial, helvetica; line-height: 1.3; padding: 20px !important; 

background-color: #f2f2f2; border-radius: 0px 8px 8px 0px; border-left:8px solid #00923f;

}


.question_item p { margin-left: 50px; margin-bottom: 34px; padding: 20px !important; 
	 border-radius: 0px 8px 8px 0px; border: 1px solid #ccc; border-left:8px solid #ea2b79; }

.question_item div { position: relative; }
.question_item div span { position: absolute; left: 8px; top:40px; display: block; width: 30px; height: 40px; background:url('../images/arrow1.png') no-repeat; }


.question_item .qi_right { text-transform: uppercase; color: #666; text-align: right; font-size: 13px; 
	padding-top: 13px; padding-bottom: 5px; padding-right: 8px; }




/*Админка панель*/
#block_status{ position: absolute; right:20px; top: 20px; }
#block_status .active { text-decoration: none; cursor: default; }

#q_type_list {float: left; width: 100%;}
#q_type_list a { padding-left:8px; padding-right:8px;font-size:14px; }

#q_type_list .active{text-decoration: none; cursor: default;}
#null_list{margin-top: 30px;}

.button_edit,.button_notice,.button_del { cursor:pointer; background-color:#a6a6ab; padding:4px; border-radius:3px; font-size:12px; line-height:12px; color:#fff; }
.button_notice {background-color: #087cb7; position: absolute; left: -100px; bottom:10px; }
.button_del { background-color: #b20727; position: absolute; right: 10px; top:0; }
.button_edit:hover,.button_notice:hover,.button_del:hover { background-color:#666666; }
/*Админка панель конец*/

/*
#questions_form_adm{float: left;margin-top: 20px;}
#questions_form_adm div label{ padding-left: 0px; }
#questions_form_adm div input, #questions_form_adm div textarea{ border-color: silver;}
#questions_form_adm div textarea{height: 100px;width: 473px;resize:none;}
#questions_form_adm input[type=submit] {font-size: 16px;color: white;margin-left: 533px;
padding: 2px 20px 6px 20px;background: linear-gradient(to top, #ecc194, #d78c48);
border-width: 0px 0px 3px 0px;border-radius: 5px;border-style: solid;
border-color: #89582d;cursor: pointer;}
#questions_form_adm input[type=submit]:hover {opacity: 0.8;}
*/

/*

#otzyv_form{ display:none; position:fixed; top:0; left:0; width:100%; height:100%; z-index:7;}
#otzyv_fon { position:fixed; top:0; left:0; width:100%; height:100%; z-index:8; background:url('../images/fon_ie.png') repeat}
#form_container {position:relative; width:535px; margin:0 auto;}
#form_position{ position:fixed; top:100px; width:453px; height:auto; background:#f3f2f2; 
	z-index:98; border-radius:4px; padding:40px 40px 80px; font-size:16px;}

#otzyv_close_form { position:absolute; top:144px; z-index: 99; right:40px; width:36px; height:36px;
    background:url('../images/sprite.png') no-repeat 1px -1382px; }

#otzyv_close_form:hover { opacity:0.8; }
/*Дивы для формы обр связи конец*/

/*форма обратной связи*/


/*
#questions_form { background:#f3f2f2; font-size:16px;}

#questions_form h2{margin:6px 0 4px 0;}
#questions_form label{ float: left;}

#questions_form input[type=text], #questions_form select, #questions_form textarea 
    {background-color: #fff !important; border-radius:4px; border: 1px #919191 solid; margin-top:5px;margin-bottom: 15px;}
#questions_form input[type=text]:focus, 
#questions_form select:focus, #questions_form textarea:focus
    { background:#e7e7e7;}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{background-color: #ffffff !important;}
#questions_form input[type=text] { padding:9px 10px; width:430px;}

#questions_form select { padding:10px; width:100%; font-size:16px; border-color:#fff; 
	border: 1px #919191 solid; }

#questions_form textarea{ height:79px; min-height:79px; max-height:110px; width:440px; min-width:440px; max-width:900px; padding:5px 0 5px 10px;}

#questions_form input[type=submit] {position:absolute; bottom:26px; right:40px;}



#author_m, #email_m, #type_m, #question_m, #phone_m, #error_message1, #error_message2
{height: 18px;width: 60%;border: 0px;background-color: #f3f2f2;color: #8e0205;position: relative;
bottom: -2px;font-size: 16px;float: right;text-align: right;}
#error_message1 {position:absolute; bottom:67px; width:280px; height:auto; z-index:19;text-align: left;left: 40px;}
#error_message2 {position:absolute; bottom:47px; width:280px; height:auto; z-index:19;text-align: left;left: 40px;}

*/

/*форма обратной связи конец*/




/*Опубликованные отзывы*/

#questions_type_filtr { overflow: hidden; padding-bottom: 14px; /* text-align: justify;float: left; */}
#questions_type_filtr a { color:#407200;font-size: 20px;text-decoration: none;border-bottom:1px dashed #407200; /*2px dashed #9aa0b0*/
margin-left: 31px;display: block;float: left; }
#questions_type_filtr a:hover{border-color:transparent;}
#questions_type_filtr .active{color: #444; border-bottom: 1px dashed transparent;/*2px dashed transparent*/}
#questions_btn{display: block;
position: absolute;
top: -35px;right: 142px;font-size: 30px;text-decoration: none;border-bottom: 1px dashed #004c77;}


/*
.title_q {color: #919191;text-align: right;}
.q_text span{margin-right: 10px;}
*/

/*Опубликованные отзывы конец*/



#questions_form_adm { position: relative; }
#questions_form_adm input[type=submit] { position: absolute; right: 20%; bottom: 0; }
#questions_form_adm textarea { height: 180px; }

/* админка, модуль реклама форма на добавления баннеров*/
#banner_form_block{position:relative;}
#banner_form_block{position:relative;}
#close_f {position:absolute; top:0; right:13px;}
#banner_form{position:relative; margin:10px 0; padding:10px 20px 10px; background:#f7f7ef; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc;}
#banner_type_btn{float:right;width:60%;text-align: right;}
#banner_form #banner_type_btn a {display:inline-block; width:80px; padding:3px 0; margin:0 10px; border-radius:3px; border:1px solid #ccc; text-align:center; text-decoration:none;}
#banner_form #banner_type_btn a.f_on {background:#fff; color:#000; border-color:#fff; cursor: default;}
#banner_form #banner_type_btn a.f_no {background:#f7f7ef; color:#ccc; }
#banner_form #banner_type_btn a.f_no:hover {color:#000; background:#f69c2a;}
#banner_form label {display:block; position:relative; margin:20px 0;width: 500px;}
#banner_form #banner_code {margin:20px 0 42px 0;}
#banner_form #banner_name {margin:30px 0 20px 0;}
#banner_form textarea {resize:none;}
#banner_form label input, #banner_form label textarea {position:absolute; left:300px; padding:5px; width:400px;}
#banner_form label input[type="checkbox"] {width:30px; margin-left: -8px; top:5px; border: none;}
#banner_form #banner_size input {width:50px; left:400px;}
#banner_form #banner_size input:first-child { left:300px;}
#banner_form input[type="submit"], #install_banner2 input[type="submit"]
	{ padding:5px 10px; background:#f69c2a; border:0; border-radius:3px; color:#fff; cursor:pointer;}
#banner_form input[type="submit"]:hover, #install_banner2 input[type="submit"]:hover {background:#d17c10;}
#install_banner2 input[type="submit"]{float: left; margin-left: 402px; /*float: right;margin-right: 508px;*/}
#banner_form #add_btn{margin-top: -40px;float:left;margin-left: 630px; /* margin-right: 280px; float: right;*/}
#banner_list {position:relative; padding:10px 0 20px;}
.addm_link {display:block; position:absolute; right:0; top:13px;}
.dell_b	{width:14px; height:15px; float:right; border:0;}
.tbl td .file_block {position:relative; left:-2px; border:0; padding:0; width:auto; min-height:inherit;}
.tbl td  .a_file {display:inline; position:relative; left:-11px; top:0; border:0 none;}
.tbl td  .f_file {width:100px;}
.banner_tbl td .file_block a input[type=file]{margin-top: -25px;}
#install_banner2, #banner_form_block {height:0; overflow:hidden;}
#install_banner2 form {position:relative; margin:10px 0 0; padding:20px 10px 90px; background:#f7f7ef; border-top:1px dotted #ccc; border-bottom:1px dotted #ccc;}
#install_banner2 label {display:block; padding: 10px 0;}
#install_banner2 select{position:absolute; left:150px; padding: 5px 10px; border:1px solid #ccc;}
#install_banner2 input{position:relative; left:50px; padding:6px 0 5px 30px; border: 1px solid #ccc; 
	background:#fff url('../images/datepicker/calendar.gif') no-repeat 6px 6px;}
#install_banner2 p {padding-top: 10px;width:100%; float: left;}
#install_banner2 span {display:inline-block; position:relative; left:42px; padding:0 10px;}
#banner_place_table p.textsmall{padding:10px 0 10px; font-size:13px;}
#banner_place_table p.mess, #banner_table p.mess {border:1px dotted #ccc; padding: 5px 10px;}
#reklama_mess{display:none; position:absolute; right:40px; border-radius:5px; box-shadow:0 0 10px 4px rgba(0, 0, 0, 0.5);}
#reklama_mess .err {padding:10px 30px; background:#f69c2a; color:#fff; border-radius:5px;}
#reklama_mess strong {display:block;}

#reklama_banner_service_block_1 a img{width: auto !important;}
.banner_tbl{width: 100%;}
.banner_tbl th { border-collapse:collapse; border-bottom:3px solid #057ab0; padding:8px; }
.banner_tbl td { border-collapse:collapse; border-bottom:1px dotted #cccccc; padding:8px; vertical-align: top; }
#banner_download_text{ margin-top: 30px; /*background:#fff; color:#000; border-color:#fff; padding: 5px; border-radius: 3px;cursor: default;*/}
#banner_type_text{position: absolute; right: 30px; top:50px;}
.banner_on_place{float: left; margin-top: 20px;}#panel_cap { }

/*Шапка панели */
#panel_cap { position: relative; overflow: hidden; background-color:#00923f; /*background:url('../../images/sprite_cms.png') repeat-x 0px -9px;*/ height:66px; }
#panel_cap { z-index: 10; position: fixed; top:0; left: 0; width: 100%; }

#panel_cap h3 { font-size:27px; padding-left:20px; padding-top:15px; 
	float:left; color:#ffffff; padding-right: 40px; }
#panel_cap div, #panel_cap span, #panel_cap a { color:#ffffff; }
#panel_cap #panel_close { float:right; padding:23px; color:#ffffff; }

#panel_cap #menu a { text-decoration: none; font-size: 13px; text-align: center; 
	display: block; float: left; width: 80px; height: 22px; margin-top: 10px; padding-top: 26px; }


#out_center #group_list span { padding-right: 14px; }
#out_center #form_email_users { clear: both; width: 640px; }


/*
#panel_cap #menu { cursor: pointer; position: absolute; left:300px; width: 370px; height: 70px; }
#panel_cap #menu { background:url('../../images/cmenu.png') no-repeat; top:-5px; }
*/

/*
#l_panel { background-color:#0479af; color:#fff; }
#l_panel a { padding-bottom: 4px; padding-top: 4px; background-color:#0479af; color:#fff; }
#l_panel a:hover { opacity: 0.9; }
*/

.circle { margin: 0; padding: 0; color:#fff; font-size: 12px; background-color: red; width: 20px; 
	height: 20px; border-radius: 13px; line-height: 18px; text-align: center; position: absolute; left: 150px; top:18px; }


#calendar_ico { background: url("../images/cmenu.png") no-repeat -9px -24px;  }
#messages_ico { background: url("../images/cmenu.png") no-repeat -102px -24px; }
#tasks_ico { background: url("../images/cmenu.png") no-repeat -189px -24px; }
#uch_ico { background: url("../images/cmenu.png") no-repeat -275px -24px; }
#projects_ico { background: url("../images/cmenu.png") no-repeat -358px -24px; }
#objects_ico { background: url("../images/cmenu.png") no-repeat -438px -24px; }
#show_panel_ico { background: url("../images/cmenu.png") no-repeat -524px -24px; }

/*

#calendar_ico:hover { background: url("../images/cmenu.png") no-repeat -9px -91px;  }
#messages_ico:hover { background: url("../images/cmenu.png") no-repeat -102px -91px; }
#tasks_ico:hover { background: url("../images/cmenu.png") no-repeat -189px -91px; }
#uch_ico:hover { background: url("../images/cmenu.png") no-repeat -275px -91px; }
#projects_ico:hover { background: url("../images/cmenu.png") no-repeat -358px -91px; }
#objects_ico:hover { background: url("../images/cmenu.png") no-repeat -438px -91px; }
#show_panel_ico:hover { background: url("../images/cmenu.png") no-repeat -524px -91px; }

*/#order_content_block { }

/*
#order_content_block h3 { text-align: right; margin-top: 20px; margin-bottom: 40px; }
*/

#order_header { overflow: hidden; margin-bottom: 30px; }
#order_header div { float: left; width: 50%; }

#order_header div p span { color:red; }


#itogo { float: right; overflow: hidden; margin-top: 20px; }
#itogo p, #itogo p span { font-size: 19px; line-height: 1.3;  }

#catalog_groups { }

/* Панель навигации на странице для описания */
#catalog_group_descr .actions_panel { top:-24px; }

/* Привязка к группам */
#groups_multiselect p { display: block; float: left; width: 33.33%; }

/*
#groups_multiselect input[type=submit] { float: right; }
*/

#out_center .add { position:absolute; right:0; top:0; }

/*
#catalog_group_form { width: 99%; height: 400px; };
#catalog_descr_form { width: 99%; height: 200px; };
*/

#catalog_descr_form input[type=submit] { float: right; margin-top: 7px; }


#catalog_group_form label { display: block; padding-bottom: 4px; padding-top: 7px; }
#catalog_group_form input[type=text] { width: 99%; padding: 4px; margin: 2px; border: 1px #ccc solid; border-radius: 2px; }


/* Стили для списка в админке упростить! */
.catalog_groups_item { padding-bottom:3px; padding-bottom:3px; margin-bottom:6px; }

.catalog_groups_name { font-weight: bold; }
.catalog_groups_name, .catalog_groups_name2 { width:400px; float:left; padding-top:4px; }
.catalog_groups_name span, .catalog_groups_name2 span { padding-left:5px; color:#666666; font-size:13px; }



/* Кнопки */
.cm_btn_add { background: url('../images/icons/add.png') no-repeat; }
.btn_edit { background: url('../images/icons/tools.png') no-repeat; }
.btn_status_show { background: url('../images/icons/show.png') no-repeat; }
.btn_status_hide { background: url('../images/icons/hide.png') no-repeat; }

.cm_btn_add, .btn_edit, .btn_status_show, .btn_status_hide { float:left; cursor:pointer; width:22px; height:15px; }.calendar_item {}

.calendar_item, .calendar_empty { width:14.2857%; float:left; }
.calendar_item div, .calendar_empty div { padding: 14px; height:90px; border-right:1px solid #cccccc; border-top:1px solid #cccccc; }

.calendar_item div p { padding-top:8px; font-size: 14px; }

.current_date { background-color:#a7d6f1; }
.class_vix { color:red; }

#calendar_block { width: 100%; height: auto; overflow: hidden; border-left: 1px #ccc solid; border-bottom: 1px #ccc solid; }.ico_add {  }
.ico_add { width: 20px; height: 20px; background-color: #ccc; }#basket { }

#order_list { margin-left: -20px; }

.catalog_col_basket { width: 120px; float:right; margin-right:5px; margin-top:20px; }

.basket_del {width: 31px;height: 31px; background:url('../images/sprite.png') no-repeat 0px -1381px;
float: right; display:block; margin-top:10px; margin-right:10px; }

.basket_del:hover{ opacity: 0.8; }

#basket_now { margin-top: 20px; overflow: hidden;margin-bottom:10px; }

#total_sum { padding-top: 32px; overflow: hidden; padding-bottom: 8px; }
#total_sum p { font-size: 16px; line-height: 1.1; text-align: right; }
#total_sum p span { font-size: 22px; }


/* Блок с ценниками на сайте */
.catalog_price_block { }

#basket_clear { position: absolute; right: 0; top:0; width: 13px; cursor: pointer; height: 13px;
background: url('../images/cart-del.png') no-repeat 0px 0px; }

/* Для блока списка в корзине */


.basket_price_block { position: absolute; bottom:10px; right: 90px; width: 64px; }


#order_list .basket_price_block { position: absolute; bottom:10px; width: 342px; right:20px; }

#order_list .catalog_full h3, #order_list .catalog_full h3 a { font-size: 18px !important; line-height: 1.1 !important; padding-bottom: 10px !important; }


.basket_price_block input[type=text] { border:1px #ccc solid; border-radius:0; padding:0; margin-top:2px; 
	height: 25px; font-size:18px; width:39px; text-align: center; }


#order_list .sum, #order_list .sum2 { font-size: 20px; position: absolute; bottom: 5px; }
#order_list .sum { width: 200px; right:200px; text-align: right; }
#order_list .sum2 { width: 140px; right:-55px !important; text-align: right; }


#order_list .sum3 { width: 510px; bottom: 0px; right:0 !important; position: absolute; font-size: 14px; }

.basket_price_block .plus, .basket_price_block .minus { line-height: 27px; color: #fff; text-align: center; 
	background-color: #e73d82; z-index: 2; cursor: pointer; width: 27px; height: 27px; position: absolute; 

-moz-user-select: none; -o-user-select:none; -khtml-user-select: none; -webkit-user-select: none;
-ms-user-select: none; user-select: none;

}

.basket_price_block .minus { left: -30px; top:2px; line-height: 23px; /* border-radius: 4px 0 0 4px; */ }
.basket_price_block .plus { left: 44px; top:2px; /* border-radius: 0 4px 4px 0; */ }

.plus:hover, .minus:hover { background-color:#dd3177; }

.sum, .sum2 { font-size: 20px !important; }

#order_form input[type=submit] { position: absolute; right: 40px; 
  bottom: 150px; height: 40px; width: 150px; border-radius: 4px; }


#order_form #svitok { text-align: right; position: absolute; bottom: 150px; right: 230px; font-size: 15px; line-height: 1.3; }

#order_form #aten { font-size: 13px; line-height: 1.3; position: relative; }

#order_form { position: relative; background: #fcf7e3; font-size: 17px; height: auto; 
	padding: 20px; overflow:hidden; width: 650px; }


#order_form div { float: left; width: 100%; }
#order_form p { float: left; padding-bottom: 0 !important; }

#order_form p label { font-weight: bold; position: relative;float: left; width: 180px; margin-top: 5px; margin-bottom: 5px; }

#order_form label span { display: block; line-height: 1.3; }


#order_form label, #order_form input[type=text], #order_form textarea,
{ display:block; background:#fff; }

#order_form input[type=text], #order_form textarea, #order_form select { border:1px #919191 solid; margin-top:5px; 
  font-size: 17px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; width:350px; }  

#order_form textarea { resize:none; }

#order_form select { padding: 1px; color:#444; font-family: Arial, Helvetica; }


#order_form input[type=text], #order_form select { box-sizing:border-box; }

#order_form .radio_block { padding-top: 14px; overflow: hidden; clear: both; float: none; }

#order_form .sb { margin-top: -38px; margin-bottom: 27px; padding-top: 14px; margin-left: 180px; }
#order_form .sb label { padding-left: 4px; float: none; font-weight: normal; cursor: pointer; }

#order_form input[type=radio] { cursor: pointer; }

#delivery_pay_block label { height: 160px; }
#delivery_pay_block input[type=radio] { padding-bottom: 5px; }


/*

#order_form input[type=radio] { padding: 3px; float: left; margin-left:6px; margin-top:9px; }

.radio_list label { width: 300px !important; margin-left: 10px; }
.radio_list { float: left !important; width: 350px; margin-bottom:6px; }

*/

#order_form textarea  { font-size: 17px; height:90px; padding:4px; padding-left: 2px; margin-bottom: 20px; }


#recive_result { float: left; width: 320px; padding-top: 16px; color: #8e0205; height: 40px !important; }


#order_form div label small { float: left; }



#basket_msg { display: none; position: absolute; z-index: 5; top:0; left: 0; height: 20px;
	width:120px; background-color: #55b355; padding: 7px; }

#basket_msg, #basket_msg a { color:#ffffff; }

#text_reg { float: left;width: 210px;margin-top: 60px;font-size: 19px;color: #393939;
padding-left: 20px;}


/* кнопки переключения типа формы */
.order_type_btn { cursor: pointer;
width: 200px;
height: 40px;
border-radius: 6px 6px 0px 0px;
float: left;
margin-bottom: 0px;
z-index: 5;
position: relative;
margin-top: 30px;}


.order_type_btn h2 { font-size: 19px; line-height: 1; float: left;
padding: 10px 0px 0px 20px; }

.order_type_btn.active { background-color: #f3f2f2; }

#delivery_date_block { padding-top: 30px;  }
#delivery_time_block, #delivery_type_block, #delivery_pay_block { padding-top: 10px;  }
#delivery_pay_block { padding-bottom: 30px; }

#order_form input.no_see { background: #fcf7e3; border: 1px solid #fcf7e3 !important; color: #fcf7e3; position:absolute; left: 200px; margin-top:11px !important;  }
#order_form input.no_see:focus{ outline: none; }
#order_form input.no_see::-moz-selection { background:#fcf7e3; color:#fcf7e3; }
#order_form input.no_see::-webkit-selection { background:#fcf7e3; color:#fcf7e3; }
#order_form input.no_see::selection { background:#fcf7e3; color:#fcf7e3; }
#order_form input.no_see[required] { border:none !important; border-color:#fcf7e3; }
#order_form input.no_see:invalid { box-shadow: none; }
#order_form input.no_see:-moz-submit-invalid { box-shadow: none; }
#order_form input.no_see:-moz-ui-invalid { box-shadow:none; }
@-moz-document url-prefix() { #order_form input.no_see { margin-left:170px; } }

#order_form .free_delivery { position:absolute; z-index: 1; }#personal_block { }
#personal_block { overflow: hidden; position: relative; height: 130px; }


.user_online { background-color: green; color: #fff; padding: 3px 6px; }
.user_offline { background-color: grey; color: #ccc; padding: 3px 6px; }
.user_online, .user_offline { border-radius: 3px; }

#personal_block .user_online, #personal_block .user_offline { margin-left: 10px; }



/*

#cabinet_left { width: 180px; overflow: hidden; display: block; background-color: #fff; 
	position: absolute; top:87px; border-left: 1px #ccc solid;
	border-right: 1px #ccc solid; border-bottom: 1px #ccc solid; }

#cabinet_left a { position: relative; text-decoration: none; display: block; padding: 14px 0; border-top:1px #ccc solid; padding-left: 20px; }
#cabinet_left a:hover { background-color: #f2f2f2; }

*/

/*
#user_photo { float:left; width:160px; height:180px; }
#user_info {  margin-left:190px;  height:180px; }
*/

#user_info { height:100px; }


#load_photo { background-color:#f7c263; padding:4px; width:152px; position: absolute; top:0; right:0; }
#load_photo a { font-size:12px; color: #333; }

#load_photo .file_block { border: 0; }

#my_data, #my_password, #my_dostavka { padding-bottom:14px; }

#my_data input[type=submit]   { float:right; text-align;right; }

.block_submit  { height:30px; }

#my_data input[type=text], 
#my_password input[type=text], 
#my_dostavka input[type=text], 
#my_dostavka input[type=select], 
#my_social input[type=text], 
#my_mobile input[type=text], 
#my_card input[type=text], 

#my_password input[type=password], 
#my_dostavka input[type=password], 
#my_social input[type=password], 
#my_mobile input[type=password], 
#my_card input[type=password] 

{ background: none; border: 1px solid rgba(0,0,0,0) }

#my_data input[type=submit],
#my_password input[type=submit], 
#my_dostavka input[type=submit], 
#my_social input[type=submit], 
#my_mobile input[type=submit], 
#my_card input[type=submit]

{ display:none }
#mailing_off{}
#mailing_off p{}

#article_goods_container #goods_link_block { overflow: hidden;  }
#article_goods_container { padding:0; }
#article_goods_container h2 { float:left; }

#article_goods_container #goods_link { height: 40px; float:right; padding-top:3px; }.catalog_item {  }





.vitrina { }

.vitrina { position: relative; margin-bottom: 40px; margin-left: -20px; overflow: hidden; }
.vitrina_item { position: relative; margin-left: 10px; margin-bottom: 70px; }
.vitrina_container { width: 14.28%; float: left; height: auto; }


/* панели админа */
.vitrina .actions_panel { cursor: pointer; right: 10px; display: none; }

/* Ссылки Переставить */
#vitrina1 .vd, #vitrina2 .vd { display: none; }


.panel_el { opacity: 0.8; position: absolute; top:90px; left:0; width:140px !important; height: 60px; background-color: #fff; }
.panel_el a { display: block; font-size: 15px; padding: 5px; padding-top: 5px; padding-bottom: 0px;  }












.recipe_list { position: absolute; left: 200px; top:125px; background: url('../images/recipe_ico.png') no-repeat 0 2px; font-size:13px; padding-left: 24px; }

.vitrina_item .recipe_list { left:6px; top:6px; background: url('../images/recipe_ico.png') no-repeat 2px 4px; background-color: #fff; color: #666; padding: 3px; width: 110px; padding-left: 24px; height: 16px; overflow: hidden; }

#catalog_descr_form { width: 99%; height: 200px; }
.mnn { overflow: hidden; height: 350px; }

/* Блок с описаниями товара */

#catalog_item #catalog_main_block { overflow: hidden; }
#catalog_item .descr_block h2 { font-size: 20px; padding-bottom: 6px; }
#catalog_item .descr_block { position:relative; margin-bottom:25px; min-height:30px; }


#photos_addon { background-color:#fcf7e3; padding: 20px; }
#photos_addon span { position: relative; padding-right: 5px; }

#photos_addon span .panel_el { position: absolute; top:-32px; left: 0; width: 90px; overflow: hidden; height: 35px; }
#photos_addon span .panel_el a { font-size: 13px; line-height: 1.2; }

/* Выключим описание временно */


#catalog_item_descr_block { display: none; }

#catalog_item div s { color:#888; }


/*
#descr_block h2 { font-size: 24px; }

#catalog_item_tabs { border-bottom: 1px #32cd70 solid; margin-bottom: 18px; }
#catalog_item_tabs p { text-align: center; padding: 12px; height: 24px; display: inline-block; margin-right: 1px; }

#catalog_item_tabs #tab1, #catalog_item_tabs #tab2 { cursor: pointer; border-radius: 4px 4px 0 0; }

*/

#catalog_item .basket_price_block { left: 30px; top:0; }
#catalog_item .basket_add { right: -60px; bottom:-29px;  }




.basket_add { width: 76px; background: none repeat scroll 0 0 #e73d82; color: #fff; cursor: pointer; font-size: 15px;
    position: absolute; right: 10px; bottom: 10px; height: 18px; height: 27px; overflow: hidden; text-align: center; line-height: 27px;


-moz-user-select: none;
  -o-user-select:none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
   user-select: none;


     }

.basket_add:hover { background-color:#dd3177; }



/*
#tab1, .tab1 { background-color: #32cd70; color: #fff; }
#tab2, .tab2 { background-color: #99d9ea; color: #0f79c5; }

#tab1:hover, #tab2:hover { opacity: 0.9; }

#catalog_item h3 { padding-top: 20px; }

*/
/* Требуется рецепт блок */
#recipe_block { position: absolute; left: 200px; top:0; background-color: #ccc; width: 180px; border-radius: 3px; }
#recipe_block p { background: url('../images/recipe_ico.png') no-repeat 5px 5px; background-color: #f2f2f2; padding: 4px; font-size: 13px; padding-left: 27px; }


/* Переопределенный блок с добавлением в Избранное */
#catalog_item .favorites_add { position: absolute; left: 180px; top:-12px; }


/*Корзина товаров*/

/*

.catalog_item { position: relative; height: 110px; margin-bottom: 10px; border-bottom: 1px solid #ccc;  }

.catalog_item .catalog_photo { width: 100px; height: 100px; overflow: hidden; float: left;
	margin-top: 6px; margin-left: 6px; background-repeat: no-repeat; background-position: center center; background-size: 100%; }


.catalog_item .catalog_photo a img { width: 100%; border-radius: 6px; }


.catalog_item h2 { padding-top: 8px; }
.catalog_item h2, .catalog_item p { margin-left: 130px; }
.catalog_item p { font-size: 13px; }
.catalog_item h2, .catalog_item h2 a { font-size: 18px; line-height: 1.1; text-decoration: none; color: #444; }
.catalog_item h2 a:hover { text-decoration: underline; }

.catalog_item .favorites_add { position: absolute; left:195px; bottom:12px; }




.catalog_item .price { font-size: 21px; width: 160px; position: absolute; bottom:2px; right:150px; }
.catalog_item .discount { bottom: 24px; }


.discount { bottom:30px; right:150px;  color:#32cd70; }

.catalog_item .price_block { width: 160px; position: absolute; bottom:6px; right:6px; }

*/


/*
.catalog_descr { overflow: hidden;  height: 70px; text-overflow:ellipsis;
 -o-text-overflow:ellipsis;display: block; font-size: 14px; margin-left: 200px;
 margin-right: 20px; }
*/

/* Детализация товара */
#catalog_item { position: relative;  }
#catalog_item_info { margin-left: 340px; }

#catalog_item_info p { line-height: 1.4; }

#catalog_item .editable {overflow: hidden;float: left;width: 100%; }

/* Немного переопределим блок с кнопками Корзины */
#catalog_item .price { font-size: 22px; color: #00923f; }

#catalog_item #descr { padding-bottom: 30px; }

#catalog_item .price_block { left: 0 !important; top:0 !important; }

/* Блок с фото */
#catalog_item_photo p { font-size: 13px; line-height: 1.3; padding-top: 20px; }

#catalog_item_photo { float: left; width: 300px; overflow: hidden; }
#catalog_item_photo, #catalog_item_info { /* height: 370px; */ }

#catalog_item_photo .catalog_item_photo { width: 300px; height: 300px; overflow: hidden;
	border: 1px #ccc solid; border-radius:4px; position: relative; }



.catalog_photo_del { background-color: #f2f2f2; position: absolute; top:7px; right: 0px;
font-size: 17px; width: 24px; height: 24px; border:1px solid #ccc; border-right: 0;
border-radius: 3px 0 0 3px; line-height: 24px; text-align: center; cursor: pointer;
text-decoration: none; }

.catalog_photo_del:hover { background-color: silver; }

/* Под админку списка Лайблов-маркеров товаров */
#markers_list { padding-top: 10px; }
#markers_list span { padding-left: 20px; }
#markers_list span a { color: #666666; font-size: 12px; }
.markers_container { position: absolute;width: 100px;height: 100px; }


/* Админ панель */
#catalog_item .actions_panel { height: auto; }
#catalog_item .actions_panel .file_block { min-height:25px; height:25px; width:130px; border: 0; }
#catalog_item .actions_panel .file_block a { border:0; }

#catalog_item .actions_panel a { display: block; line-height: 1.5; }

#catalog_group_descr { /* margin-bottom: -50px; */ position: relative; }





/*фильтр*/
#filtr_block { overflow: hidden; height: 28px;  margin-bottom: 20px;
 background-color: #93d5e6; border-radius:3px; padding: 5px 8px; }
#filtr_block form { width: 100%; }
#filtr_block form div { margin-top: 4px; float: left; width: 25%; }
#filtr_block form input[type=checkbox] { float: left;margin-top: 3px; }
#filtr_block form label { color:#fff; padding-left: 8px;display: block; float: left; margin-top: -1px; }
#filtr_block form input[type=submit] { float: right; }


/*панель сортировки каталога*/

/*

#sort_panel{ height: 44px; }
#sort_panel div { height: 20px; float: left; }
#sort_panel p { padding-left: 5px; padding-top: 5px; color:#fff; }
#sort_panel a { display: block; margin-right: 10px; float: left; padding-top: 5px;}
#sort_panel a.active { text-decoration: none; color: #fff; cursor: default;
	background-color: #659820; padding: 6px 8px; }

*/
.catalog_block .pharm_p {height: 10px !important; margin-bottom: 0px !important; margin-top: 5px !important;}
.pharm_p, .pharm_h3 {height: 10px !important; float: left; }
.pharm_p {}
.pharm_h3 {float:left;     font-size: 20px !important;
    color: #333;
    text-decoration: none;}

.catalog_full .pharm_h3 { font-size: 16px !important; margin-bottom: 10px !important;}
.catalog_full .pharm_p { font-size: 14px !important;}

.pharm_search_block .count {top: 142px;}
.pharm_search_block .count_h1 {border-bottom:1px dotted #ccc;}

.pharm_search_block .vitrina_item .photo { display: none; }
.pharm_search_block .catalog_full .vitrina_item { position: relative; height: 82px !important; }
.pharm_search_block .catalog_full .pharm_p {
font-size: 14px !important;
    position: absolute;
    right: 20px;
    margin-right: 0px !important;
    top: 2px;
}
.pharm_search_block .vitrina_item h3,.pharm_search_block .vitrina_item p { margin-left: 0px !important; }
.pharm_search_block .catalog_full { margin-bottom: 0px; }




/* Блочный вид */
.catalog_block .percent {
  position: absolute;
    right: 0px;
    font-size:13px;
    bottom: -5px;
    /* background-image: url(/../../images/discount.png); */
    background-size: contain;
    height: 30px;
    line-height: 27px;
    width: 30px;}

.catalog_full #dicount_img { left:100px; display: none;}

.catalog_block { overflow: hidden; padding-bottom: 20px; }

.vitrina_item { /* border: 1px dotted #ccc; height: auto; */ }

.catalog_block h3 { padding: 5px; font-size: 22px; line-height: 1.1; overflow: hidden;
  margin-bottom: 8px !important; height: 50px; }

.catalog_block h3 a { text-decoration: none; color: #444; }
.catalog_block h3 a:hover { text-decoration: underline; }
.catalog_block p { display: none; padding-top: 5px; font-size: 14px; line-height: 1.3; }

.catalog_block .photo { display: block; width: 160px; height: 160px; margin: 0 auto; background-position: center center !important;
  background-repeat: no-repeat !important; background-size: contain !important; }

.catalog_block button { float: right; border: 0 none; /* background: #e25c0b; */ background:#e73d82;
color: #fff; padding: 3px 8px; font-size: 15px;cursor: pointer;}

.catalog_block button:hover { background-color:#dd3177; }

.catalog_block span { float: left; display: block; font-size: 18px; padding-bottom: 0 !important; padding-left: 5px; color: #00923f;  margin-top: -4px;}

.catalog_block .p2 { color:#665; bottom: -40px !important; }

.p2 { position: absolute; bottom: -22px !important; color:#888; font-size: 14px !important; }


.catalog_groups { overflow: hidden; }
.catalog_groups h3 { font-size: 22px; color: #00923f; padding-top: 18px !important; padding-bottom: 8px !important; }
.catalog_groups p { float: left; width: 33.33%; }
.catalog_groups p a { color: #333; }
.catalog_groups p span { padding-left: 8px; font-size: 12px; color: #666; font-style: italic; }



/*Тип отображения каталога*/
#display_type { height: 44px; width: 95px; position: absolute; top: 52px; right: 0px; }
#display_type a { display: block; height: 36px; width: 36px; margin-left: 10px; float: right; cursor: pointer; }

#list_full { background: #fff url(../images/ico_full.svg); background-size: 100%; }
/*
#list_mini { background: #fff url(../images/ico_block.svg); background-size: 100%; }
*/
#block { background: #fff url(../images/ico_block.svg); background-size: 100%; }


/* Это же список */

.catalog_full { margin-left: 20px; margin-right: -20px; }
.catalog_full .vitrina_item { border: 0 none; }
.catalog_full { width: 100% !important; height: 110px !important; position: relative; margin-bottom: 10px !important; }
.catalog_full h3 { padding-bottom: 7px; padding-top: 7px; }
.catalog_full h3, .catalog_full p  { margin-left: 120px !important; margin-right: 200px !important; height: none !important; }
.catalog_full h3, .catalog_full h3 a { font-size: 20px !important; color: #333; text-decoration: none; }
.catalog_full h3 a:hover { text-decoration: underline; }

.catalog_full p { font-size: 13px; line-height: 1.3; color: #666; display: block !important; height: 24px !important; overflow: hidden; }

.catalog_full .vitrina_item { overflow: hidden !important; border-bottom: 1px dotted #ccc; margin: 0 !important; padding: 0 !important; padding-bottom: 10px !important; }

.catalog_full .photo { float: left; background-size:contain !important; display: block; width: 100px; height: 100px; margin: 0 auto;
  background-position: center center !important; background-repeat: no-repeat !important; }

.catalog_full button { border: 0 none; background: #e73d82; margin: 0; padding: 0;
  color: #fff; font-size: 15px;cursor: pointer; width: 90px; height: 30px; line-height: 30px; }

.catalog_full button:hover { background-color:#dd3177; }

.catalog_full span { position: absolute; top:2px; right: 170px; font-size: 19px; color: #00923f; }
.catalog_full button { position: absolute; top:5px; right: 20px; }
.catalog_full .p2 { position: absolute; right: 170px !important; top:26px; color: #666; }



.percent {
    float: left;
    width: 39px;
    position: absolute;
    font-size: 14px;
    background-color: #00923F;
    font-family: 'Chewy', cursive;
    color: #fff;
    text-decoration: none;
    margin: auto;
    padding-left: 0px;
    line-height: 32px;
    text-align: center;
    border-radius: 100%;
    box-sizing: border-box;
    padding: 3px;
    overflow: hidden;
}

.percent:before {
    content: "";
    padding-top: 100%;
    float: left;
}




.catalog_full .percent { position:absolute; /*background-image:url(/../images/discount.png);*/ background-size:cover; display: block; text-decoration: none; position: absolute; top:5px; right: 124px;/* width: 34px; height: 34px; line-height: 34px; border-radius: 50%; color:#fff; background-color: #00923f; text-align: center; font-size: 13px;*/ }

#catalog_item .percent {display: block; text-decoration: none; position: absolute; top:-59.5px; left: 125px; /*width: 34px; height: 34px; line-height: 34px; background-image:url(/../images/discount.png); background-size:cover;*/}



   .favorites_clear { }
.favorites_clear { position: absolute; top:8px; right: 0; }

#favorites_button { display: block; background-color: #46a606; width: 280px; font-size: 20px; 
	height: 34px; padding-top: 7px; border-radius: 3px; text-align: center; color:#fff; text-decoration: none; }.linker_panel { }
.linker { position: relative; float: left;width: 100%;}

#linker_panel_left { float: left; width: 60%; }
#linker_panel_right { float: right; width: 38%; text-align: left; }

.linker .actions_panel { cursor: pointer; }
.linker .actions_panel:hover { opacity: 0.9 }
/*
#linker_panel_right .catalog_item .price_block { display: none; }
#linker_panel_right .catalog_item .favorites_add { display: none; }
*/

#linker_panel_right .catalog_item { height: 115px; overflow: hidden; position: relative;margin-bottom: 10px; background: #f2f2f2; }
#linker_panel_right .catalog_item .price { right: 0px; }
#linker_panel_right .catalog_item .catalog_photo { width: 110px; }
#linker_panel_right .catalog_item .catalog_descr { margin-left: 120px; }
#linker_panel_right .catalog_item h2 { font-size: 17px; margin-left: 120px; margin-top: -80px;}
#linker_panel_right .catalog_item h2 a { font-size: 17px; }
#linker_panel_right .catalog_item img { width: 85px; height: 85px; padding-top: 10px; padding-left: 10px;}
#linker_panel_right .catalog_item .price{display: none;}

#linker_out .catalog_item { height: 115px; overflow: hidden;position: relative;margin-bottom: 10px; background: #f2f2f2; }
#linker_out .catalog_item .price { right: 0px; }
#linker_out .catalog_item .catalog_photo { width: 110px; }
#linker_out .catalog_item .catalog_descr { margin-left: 120px; }
#linker_out .catalog_item h2 { font-size: 17px; margin-left: 120px; margin-top: -80px;}
#linker_out .catalog_item h2 a { font-size: 17px; }
#linker_out .catalog_item img { width: 85px; height: 85px; padding-top: 10px; padding-left: 10px;}
#linker_out .catalog_item .price{display: none;}






#linker_panel_right h2 { padding-bottom: 19px; }

.linker_panel { position: relative; margin-bottom: 12px; background-color: #f2f2f2; padding: 10px; overflow: hidden; }
.linker_panel h3 { float: left; width:160px; padding-top: 4px; font-size: 15px; }
.linker_panel input[type=text] { margin-right: 8px; font-size: 15px; float: left; 
	width: 350px; line-height: 20px; padding: 4px; height: 20px; }
.linker_panel input[type=submit] { float: left; width: 100px; font-size: 15px; height: 28px; }


/*
.linker_out { padding:30px; background-color:#fff; border-radius: 8px; display: none;
margin-bottom: 30px; margin-top: 60px; }

*/

#linker_out p { padding-top:6px; padding-bottom: 6px; cursor: pointer; padding-left: 14px; }
#linker_out p:hover { background-color: #f2f2f2; border-radius: 8px; }

.linker_result { overflow: hidden; }

/*
#linker_result .btn_text2 { padding-top: 17px;}
*/

#linker_result .catalog_descr, .amount_block p { padding-bottom: 0 !important; }

/* управляющий элемент */
.admin_el { position: absolute; top:7px; right: 0px; font-size: 17px;
    width: 24px; height: 24px; border:1px solid #ccc; border-right: 0; 
    border-radius: 3px 0 0 3px; line-height: 24px; text-align: center; cursor: pointer; }

.admin_el:hover { background-color: #f2f2f2; }

#msg_left { }

.msg_item { padding-bottom:6px; overflow: hidden; }

.msg_item div { float:left; font-size: 13px; }
.msg_item p { margin-left: 200px; margin-right: 100px; } 

.msg_item span { display: block; float:right; font-size: 13px; }


#msg_left { float:left; width:30%; height:150px;  }

#msg_left .form_out label { display: block; float:left; width: 60px;  }
#msg_left .form_out input[type=text] { display: block; float:left; width: 140px; border: 1px solid #ccc; }
#msg_left .form_out input[type=submit] { display: block; float:left; width: 50px; }



#msg_right { float:right; width:68.5%; text-align: left; }

#msg_personal { height:100px; border: 1px solid #ccc; padding: 14px; overflow: hidden; }
#messages_list { height:300px; overflow-y:scroll; border: 1px solid #ccc; margin-top: 14px; padding: 14px; }

#msg_personal h3 { font-size: 24px; line-height: 1.2; }

#msg_form { height:100px; border: 1px solid #ccc; margin-top: 14px; }
#msg_users_search { height:100px; border: 1px solid #ccc; padding: 14px; }


#messages_users { height:418px; overflow-y:scroll; border:1px #ccc solid; margin-top: 14px; padding: 14px; }

#messages_users .textsmall2, #messages_list .textsmall2 { 
	font-size:12px; color:#666; line-height: 1.2; }


#msg_form div { padding: 10px; }
#msg_form textarea { width: 100%; border: 0; }
#msg_form input[type=submit] { float: right; margin-top: 14px; }

#tasks_form #priority { display: block; overflow: hidden; margin-top:16px; height:40px; }
@font-face {
    font-family: 'casper_bold_italic';
    src: url('../fonts/casper_bold_italic.eot');
    src: url('../fonts/casper_bold_italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/casper_bold_italic.woff') format('woff'),
         url('../fonts/casper_bold_italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'HeliosCondC';
    src: url('../fonts/helioscondc-webfont.eot');
    src: url('../fonts/helioscondc-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helioscondc-webfont.woff') format('woff'),
        url('../fonts/helioscondc-webfont.ttf') format('truetype'),
        url('../fonts/helioscondc-webfont.svg#HeliosCondCRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HeliosCondB';
    src: url('../fonts/helioscondc-bold-webfont.eot');
    src: url('../fonts/helioscondc-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helioscondc-bold-webfont.woff') format('woff'),
        url('../fonts/helioscondc-bold-webfont.ttf') format('truetype'),
        url('../fonts/helioscondc-bold-webfont.svg#HeliosCondCBold') format('svg');
    font-weight: bold;
    font-style: normal;
}












@font-face {
    font-family: 'Days';
    src: url('../fonts/days.eot');
    src: url('../fonts/days.eot?#iefix') format('embedded-opentype'),
         url('../fonts/days.woff') format('woff'),
         url('../fonts/days.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'casper_bold';
    src: url('../fonts/casper_bold.eot');
    src: url('../fonts/casper_bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/casper_bold.woff') format('woff'),
         url('../fonts/casper_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'casper_italic';
    src: url('../fonts/casper_italic.eot');
    src: url('../fonts/casper_italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/casper_italic.woff') format('woff'),
         url('../fonts/casper_italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'casper';
    src: url('../fonts/casper.eot');
    src: url('../fonts/casper.eot?#iefix') format('embedded-opentype'),
         url('../fonts/casper.woff') format('woff'),
         url('../fonts/casper.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}* { margin: 0px; padding: 0px; }
html { min-height: 100%; height:100%;  overflow-y: scroll; }


body { margin:0; padding:0; height:100%; FONT-SIZE: 15px; }

img { border: 0px; }
ul, ol { list-style:none; }
ul, ol, li, dl, dt, dd, h1, h2, h3, pre, form, body, html, p, blockquote, input, td, th, a, textarea {
    margin:0; padding:0; FONT-FAMILY:Arial, sans-serif; COLOR:#444;
    FONT-WEIGHT: normal;
}

ul.autocompleter-choices { background: 0; padding-top: 3px; width: 500px; }
ul.autocompleter-choices li { list-style-type: none; margin-left: 5px; margin-right: 5px;
background-color:#fffbd5; font-size: 14px; line-height: 1.5; }


input[type=submit] { background: none repeat scroll 0 center #ea2b79;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 26px;
    line-height: 1.1;
    text-align: center;
    width: 100px; 
   -webkit-appearance: none;

}

input[type=submit]:hover { opacity: 0.85; }


input, textarea, input:active, textarea:active {outline:none;}
:focus {outline:none;}

input.delivery_type {
    float: right;
    position: relative; 
	margin:9px 5px 5px 0px;

}

input.delivery_pay {
     float: right;
     position: relative;
     margin:9px 5px 0 -15px;

}


hr {background: #deded6; border: none; height: 1px; width: 99%; margin-bottom: 38px;}

h1 { FONT-SIZE: 36px; LINE-HEIGHT:1.2; padding-bottom: 20px; }
h2 { FONT-SIZE: 30px; LINE-HEIGHT:1.2; padding-bottom: 12px; }
h3 { FONT-SIZE: 20px; LINE-HEIGHT:1.2; padding-bottom:10px; }

h1, h2, h3 { FONT-FAMILY: "HeliosCondC", Arial, sans-serif; font-weight: normal; }


a { COLOR: #ea2b79; TEXT-DECORATION: underline; cursor:pointer }
a:hover{ text-indent: 0; TEXT-DECORATION: none; /*DO NOT REMOVE THIS OTHERWISE HOVER WILL NOT WORK IN IE6!*/ }

ol li { padding:0px 0px 4px 0px; margin:0 0 0 0px; }
ol { margin-left: 20px; }

table { border-spacing: 0; }

legend {padding: 3px; background-color: #000000;}
fieldset { border:solid 1px #5b5b5b; padding:10px; }

.message, .message_link { COLOR:#f59823; TEXT-DECORATION: none; font-weight: bold; }
.message_link:hover { TEXT-DECORATION: underline }

#tinymce .small_text, .small_text { font-size: x-small; margin-bottom:0; font-weight: normal;}


ul li { list-style-type: none; background: url("../images/v.png") no-repeat 0px 4px; 
padding-left: 24px; padding-bottom: 8px; }
ol li { padding:0px 0px 4px 0px; margin:0 0 0 0px; 
list-style-type: decimal;padding-left: 24px;}




#tinymce ul li { list-style-type: none; background: url("../images/v.png") no-repeat 0px 4px; 
padding-left: 24px; padding-bottom: 8px; }
#tinymce ol li { padding:0px 0px 4px 0px; margin:0 0 0 0px; 
list-style-type: decimal;padding-left: 24px;}


/* Стили оформления для редактора */
.style_hitech { font-size:86%; color:#444444; background-color: #f8e6d1; padding:20px; 
    border-top: 5px #c56c01 solid; border-radius:0 0 6px 6px; }

.style_barokko { font-size:86%; color:#444; background-color: #fff6d9; padding:20px; 
    border-top: 5px #fe9941 solid; border-radius:0 0 6px 6px; }

.style_modern { font-size:86%; color:#478b5c; background-color: #d7f3d0; padding:20px; border-radius:6px; }


/* Отступы между абзацами */
#block_index p, #tinymce p, #catalog_item p { padding-bottom:8px; }
.style_hitech, .style_barokko, .style_modern { margin-top:10px; margin-bottom: 20px; padding-bottom: 25px !important }

#index_text_page p { padding-bottom:8px; }

#tinymce .small_text, .small_text { font-size: 13px; font-weight: normal; }

#tinymce ul li { list-style-type: none; background: url("../images/v.png") no-repeat 0px 4px; 
padding-left: 24px; padding-bottom: 8px; }
#tinymce ol li { padding:0px 0px 4px 0px; margin:0 0 0 0px; 
list-style-type: decimal;padding-left: 24px;}

/*таблицы*/
#tinymce table { width: 99%; }

.main_table { border: 1px solid #ccc;  padding: 4px; width: 100%;
     border-collapse:collapse; empty-cells:show; margin:0; vertical-align:top; 
     border-spacing: 0; font-size:80%; }

/*
.main_table tr:first-child { background-color: #fff; }
.main_table tr:first-child td { border-color:#fff; border-bottom: 4px #ff6c02 solid; }
.main_table tr:nth-child(even) { background-color: #f8e6d1; }
*/

.main_table td:first-child { width: 70%; }
.main_table tr:nth-child(even) { background-color: #f2f2f2; }

.main_table tr td { border: 1px #ccc solid; padding: 8px; text-align: left; }



wrap { }

.pbl { width: 240px; }

#lmenu h3 { font-size: 18px; }

#change_city_block { font-size: 15px; line-height: 1.3; height: 100px; margin-left: 186px; margin-top: 9px; }
#change_city_block span { color: #ea2b79; padding-top: 3px; }



#personal_block { margin-top: 18px; margin-bottom: 24px; background-color:#fbfcd9; padding: 18px; }


.you_question { cursor: pointer; background-color:#00923f; height: 20px; line-height: 20px; color: #fff; position: absolute; left: 240px; top:8px; text-decoration: none; padding: 4px; padding-left: 8px; padding-right: 8px; border-radius: 4px; }
/*
.banner_svg { width: 100%; height: auto;  }
*/

#sort_panel { height: 38px; width: 100%; }
#sort_panel p, #sort_panel p a { line-height: 38px; }
#sort_panel p { }
#sort_panel p a { padding-left: 15px; }

/* Результаты поиска. Заголовок */
.count_h1 { padding-top: 14px; margin-bottom: 14px; }
.count { position: absolute; right:0; top:0; padding-top: 9px; }



.partition_top97 > span { background-color: #00923f;
    color: #fff;
    border-color: #00923f;}

.partition_top97 > span:hover {
    color: #444 !important;
    background-color: #fff !important;
}


.articles { float: left; width: 50%; }


#lk { font-size: 14px !important; padding-left: 70px; padding-top: 1px; position: relative; }

#lk a { color:#444; }

#reg_link { display: block; padding-top: 3px; }

#exit_ico { display: block; cursor: pointer; padding-top: 5px; color: #666 !important; font-size: 13px; }


#vitrina1 { overflow: hidden; }


.circle_o, .circle_q { display: none; }








.all_news { position: absolute; right: 0; top: 0; }
.all_news a { font-size: 16px; padding-left: 10px;  }
.relative { position: relative; }





#wrap { margin: 0; padding: 0; min-height:100%; height:100%; }

.background { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000;
background-color:#ccc; }


.close_form { position: absolute; top:24px; right:24px; width: 31px; height: 31px; 
    background-color: #ccc; cursor: pointer; background: url('../images/sprite.png') no-repeat 0px -1380px; }

.close_form:hover { opacity: 0.9; }


#button_top {
    display: none;
    background: #888;
    border: 1px solid #3b9b03;
    border-radius: 3px;
    cursor: pointer;
    height: 60px;
    width: 60px;
    position: absolute;
    right: 10px;
    bottom: -1000px;
}



#catalog_main_block { padding-top: 14px; }



#catalog_item_tabs { display: none; }     
#catalog_item .favorites_add { padding-top: 14px; padding-bottom: 14px; }
.favorites_add a { background:#fff url('../images/sprite.png') no-repeat -220px -1052px; padding-left:32px; display: block;
padding-right: 5px;padding-bottom: 3px; }


/* Форма поиска */

#banner_block { overflow: hidden; }
#banner_block img { width: 100%; height: auto; }

#search_no:hover, .cmenu1:hover { background-color: #12a250; } 

#panel_search { position: absolute; top:-65px; left: 0; width: 100%; overflow: hidden; }
#form_search { background-color: #eac964; padding: 8px; border-radius: 3px; width: 60%; float: left; }
#form_search input[type=text] { font-size: 18px; width: 100%; border: 1px solid #d69d2a; padding: 4px; border-radius: 3px; }

#form_search input[type=submit] { cursor:pointer; float:right; width:100px; border-radius: 3px; 
    background: none; border: 0 none;
    color:#fff; text-align: center; background-color: #cc8800; font-size: 16px; 
    line-height: 1.1; height: 31px; 
    -webkit-appearance: none;

}

#form_search div { margin-right: 115px; }


#form_search_pharm {
    background-color: rgb(208, 208, 208);
    padding: 8px;
    border-radius: 3px;
    width: 60%;
    float: left;
}

#form_search_pharm input[type=text] { font-size: 18px; border: 1px solid #d69d2a; width: 100%; padding: 4px; border-radius: 3px; }

#form_search_pharm input[type=submit] { cursor:pointer; float:right; width:100px; border-radius: 3px;
    background: none; border: 0 none;
    color:#fff; text-align: center; background-color: #cc8800; font-size: 16px; 
    line-height: 1.1; height: 31px; 
    -webkit-appearance: none;
    float: right;

}



#form_search_pharm > div { margin-right: 115px; }

/* Шапка */
#top { height: 100px; margin-top: 14px; }



#phones { height: 56px; position: relative; }


#phone_ico { cursor: pointer; width: 56px; height: 56px; position: absolute; left: 0; top:0; background: url('../images/phone.svg'); background-position: left 0%;
    background-repeat: no-repeat; background-size: contain; }


#top1, #top2, #top3, #top4 { position: relative; float: left; width: 20% !important; margin: 0 !important; padding: 0 !important; }
#top1 { width: 40% !important; }

#top2 { width: 22% !important; }
#top4 { width: 18% !important; }

#top1 p { color: #999; position: absolute; left: 205px; top:47px; font-size: 14px; color: #444; line-height: 1; }


#top1 #update_date { width: 310px; left: 100px; top:66px; color:#cc8800; padding: 8px; border-radius: 3px; line-height: 1; }

#catalog_level2_block { background-color: #ecf9db; padding: 20px; overflow: hidden; margin-bottom: 20px; }
#catalog_level2_block p { float: left; width: 33%; }
#catalog_level2_block p a { color: #333; text-decoration: none; }
#catalog_level2_block p span { font-style: italic; padding-left: 8px; }
#catalog_level2_block p a:hover { text-decoration: underline; }







#phones #t1 { color: #f03281; }
#phones #t2 { margin-left: 70px; }

#phones #t1, #phones #t2 { font-size: 13px; }

#phones .tel1 { font-size: 28px; color: #f03281; line-height: 1 !important; font-weight: bold; }
#phones div { font-size: 13px; line-height: 1.2; color: #999; }

#phones #t1, #phones .tel1, #phones .tel2, #phones .tel3 { padding-left: 70px; }

#phones .tel3 { padding-left: 64px; width: 140px; }
#phones .tel3 a { display: block; padding: 6px; }
#phones .tel3 a:hover { background-color: #00923f; color: #fff; border-radius: 3px; }


#date_update {  font-size: 13px; line-height: 1.3; color: #666; }


#basket { position: relative; width: 230px; height: 55px; }


#basket_ico2 { cursor: pointer; width: 55px; height: 55px; position: absolute; top:0; left:0; }




     @-webkit-keyframes basket_rotate {
      25%{
          -webkit-transform: rotate(-30deg);
      }
      50%{
          -webkit-transform: rotate(0deg);
      }
      75%{
          -webkit-transform: rotate(30deg);
      }
      100%{
          -webkit-transform: rotate(0deg);
      }
    }

    @keyframes basket_rotate_moz {
      25%{
          transform: rotate(-30deg);
      }
      50%{
          transform: rotate(0deg);
      }
      75%{
          transform: rotate(30deg);
      }
      100%{
          transform: rotate(0deg);
      }
    }

    #basket_ico2:hover
    {
    -webkit-transform-origin:center center; transform-origin:center center;
    -webkit-animation: basket_rotate 0.5s linear 1; animation: basket_rotate_moz 0.5s linear 1;
    }









@-webkit-keyframes phone_rotate {
      25%{
          -webkit-transform: rotate(90deg);
      }
      50%{
          -webkit-transform: rotate(180deg);
      }
      75%{
          -webkit-transform: rotate(270deg);
      }
      100%{
          -webkit-transform: rotate(360deg);
      }
    }

    @keyframes phone_rotate_moz {
      25%{
          transform: rotate(90deg);
      }
      50%{
          transform: rotate(180deg);
      }
      75%{
          transform: rotate(270deg);
      }
      100%{
          transform: rotate(360deg);
      }
    }

    #phone_ico:hover
    {
    -webkit-transform-origin:center center; transform-origin:center center;
    -webkit-animation: phone_rotate 0.4s linear 1; animation: phone_rotate_moz 0.4s linear 1;
    }





















#favorites_block { padding-left: 65px; padding-top: 6px;  height: 20px; overflow: hidden; }

#favorites_block, #favorites_block p, #favorites_block p a { font-size: 12px; color: #999; }
#favorites_block span { font-weight: bold; }


#basket p,  #basket a { font-size: 14px; line-height: 1.2; height: 30px; padding-left: 65px; }
#basket a { line-height: 1.6; font-size: 17px; }


#basket_block { position: relative; }


#logo { background: url(../images/logo.svg) no-repeat; float: left;
    width: 450px; height: 90px; text-decoration: none; color: #646464; margin-top: -10px; } 


#main_block { /* border: 2px solid #f999b7; border-radius: 6px; */ height: 240px; position: relative; }

#main_block p { font-size: 16px; line-height: 1.4; }


#cmenu1  { width: 160px; float: left; background-color: #00923f; } 
#cmenu2  { /* margin-left: 180px; */ } 


#cmenu { margin-top: 38px; overflow: hidden; position: relative; height: 40px; margin-right: -0.5%; }

/*
#cmenu2 a, .catalog_button { font-family: "HeliosCondC", Arial, sans-serif; display: block; float: left; 
padding-top: 11px; padding-left: 1%; padding-right: 1%;
    text-transform:uppercase; text-decoration: none; color:#fff; text-align: center; height: 29px;
    font-size: 14px; }

*/



#cmenu2 a { border-radius: 8px; display: block; float: left; padding-left: 1%; padding-right: 1%; text-decoration: none; color:#fff; text-align: center; height: 40px; line-height: 40px;
    font-size: 16px; }


#cmenu2 a { background-color: #ea2b79; margin-right: 0.5%; }
#cmenu2 a:hover { background-color:#d71665; }



#q_form_phone { width: 600px; height: 400px; overflow: hidden; }

#q_form_phone input[type=submit] { position: absolute; right: 30px; bottom: 30px; }

/*
#cmenu a:hover { background-color: #85bc39; }
*/

#lmenu { margin-top: 14px; width: 200px; background-color:#fcf7e3; padding: 20px; border-bottom:5px solid #00923f; }
#lmenu p { font-size: 16px; padding-bottom: 7px; }

/*
#lmenu a { color: #333; text-decoration: none; }
*/


#search_no { /* font-family: "HeliosCondC", Arial, sans-serif; */ font-size: 15px; }

#otz { /* font-family: "HeliosCondC", Arial, sans-serif; */ font-size: 15px; }


#lmenu a { text-transform:uppercase; font-family: "HeliosCondC", Arial, sans-serif; font-size: 17px;
color: #333; text-decoration: none; display: block; padding-bottom: 11px; }

#lmenu a:hover { color: #ea2b79; }

.catalog_button { text-align: left !important; display: block; padding-left: 20px; width: 180px !important; 
  
/*
  background: url(../images/ugolok.png) 200px 14px no-repeat; */ }

#catalog_item_photo { background: url(../images/lupa.png) no-repeat center center; }

/* Центральная часть основного каркаса */

.container { position: relative; width: 90%; margin:0 auto; }

#main_menu { overflow: hidden; height: 42px; margin-bottom: 20px; margin-right: -0.5%; }
#main_menu a { color: #444; height: 30px; display: inline-block; 
  font-size:15px; line-height: 30px; text-decoration: none; text-align: center; margin-right: 0.5%; }

#main_menu a span { border:1px solid #00923f; display: block; border-radius: 8px; }

#main_menu a span:hover { background-color:#00923f; color: #fff; border-color:#00923f;  }


/*
#left { width: 240px; float: left; text-align: left; position: relative; }
*/

#content { padding-top: 80px; }
#block_index { position:relative; min-height: 600px; }



/* Подвал */
#footer { position: relative; margin-top: 220px; border-top: 4px solid #d31a54; font-size: 12px; 
  background-color: #fcf7e3; height: 80px; padding-top: 20px; }
#footer p {  float: left; width: 40%; }
#footer p, #footer p a { line-height: 1.3; }


#footer3 { width: 20% !important; }

.clear { clear:both; height:0; }

/* Таблица заявок */
#table_order td { height:40px; }
#table_order th, td, input { text-align:left; padding:3px; }
#table_order input[type=text] { border:1px #333333 solid; }
#table_order input { padding:1px; }

/* Вообще не понял */
.text_bg_yellow { font-size:12px; }
.text_bg_yellow, .price_title { color:#333333; }
.price_title { font-size:19px; }
.dotted { border-bottom:1px #444444 dotted; }


/* Стили для баннеров */

/*

.banner_center { background-color:#f2f2f2; padding:8px; padding-top:11px; }
.banner_on_place { width:200px; }
.banner_center .banner_on_place { width:530px; }

*/

/* Хлебные */
#kroxi, #kroxi a { padding-bottom:20px; font-size: 13px; }


/* Блок на тему даты обновления прайсов */
#text_upd { padding-top:9px; padding-bottom:10px; text-align: right; padding-right: 22px; }
#text_upd, #text_upd a { font-size: 13px; }

/* Постраничник */
#site_pagenator { float: right; overflow: hidden; }

#site_pagenator .p_item { color: #444; display: inline-block; border-radius:20px; margin:3px; padding-top: 11px; text-decoration: none; }
#site_pagenator .p_item { text-align: center; width: 40px; height: 29px; background-color:#f2f2f2; }
#site_pagenator .current { color:#fff; background-color:#00923f; text-decoration: none; }

#site_pagenator .p_item:hover { background-color: #dee0de; }
#site_pagenator .current:hover { background-color: #0a6bb1; }


#site_pagenator .site_pege_next { padding-left:26px; }
#site_pagenator .site_pege_back { padding-right:26px; }

.bsk { text-align:center; color:#ffffff; height:22px; text-decoration: none; }
.bsk:hover { background-color:#dc7a03; }

/* А это че? */
.goods_add { width: 200px; }
.goods_add div { margin: 0; padding: 0; width: 100px; }
.goods_add .price, .goods_add .price_d { margin: 0; padding: 0; }

/* Навигация админки */
#site_text_page { position: absolute; top:0px; right:0px; 
	z-index:17px; background-color: #ffffff; padding: 4px; 
	border:1px solid #cccccc; border-radius: 8px; width: 130px; padding-left: 14px; }

#index_text_page { position: relative; }
#index_text_page #site_text_page { top:-45px; }

#index_text_page { height: 240px; }

#text_51 { padding: 24px; }

.wrap .catalog .content p { float: left; width: 80%; }

/* Панелька управления */
.actions_panel { background-color: #85bc39; color:#fff; border-radius: 4px; position: absolute; top:0; right:0; padding: 4px; padding-left: 8px; padding-right: 8px; z-index: 2;}
.actions_panel a { padding-left: 4px; padding-right: 4px; color:#fff; text-decoration: none; }
.actions_panel a:hover { background-color:#246c0b; }

/* Хак для админки */
#out_center .actions_panel { top:20px; right:20px; }

.projects_images { margin-top: 100px; position:absolute; right:0; }
.projects_images a.edit_block { padding: 6px 24px 7px 24px;}
.projects_images .file_block { background: #85bc39; float:right; border: 0px; width: 140px; }
.projects_images .file_block .a_file { color: #fff;  top: 1px; right: 1px; border:0px; }
.style_modern {  font-size:150% !important }

/*

#filter_block { height:auto; margin-top: 24px; background-color: #99d9ea; padding-bottom:20px; border-radius:4px; }

#filter_block form { position: relative; }

#filter_block form h3 { font-size: 18px; color: #276794; margin-left: 14px; }

#filter_block label { display: block; margin-left: 14px; margin-bottom: 3px; color: #276794; }

#filter_block input[type=text] { display: block; margin-left: 14px; width: 206px; 
  border: 1px #ccc solid; margin-bottom: 7px; padding: 2px; }

#filter_block select { display: block; margin-left: 14px; width: 210px; 
  border: 1px #ccc solid; margin-bottom: 7px; padding: 2px; }

#filter_block form input[type=sibmit] {  }

*/

.panel_el { display: block !important; }
.panel_el .vd { display: none; }
.panel_el a { font-size: 13px; line-height: 1.2; }


/*Правый фильтр в списках*/
#right a.active{background-color:#32cd70; color:#fff; border-radius: 4px; padding: 5px; text-decoration: none;display: block;}
#right h3{padding-top: 10px; font-size: 18px;}
#right #right_filtr { background: #f5f5f5; border-radius: 4px; }
#right_filtr { padding: 5px; }
#right_filtr a { margin-bottom: 7px;display: block; line-height: 1.0; }


.autorize_form { width: 460px !important; }
#reg_form { height: 340px !important; }

#forget_form { height: 140px !important; }


#search_no, #otz { margin-top: 6px; float: right; width: 17%; border-radius: 8px; color: #fff; font-size: 16px; 
  height: 30px; padding-top: 9px; cursor: pointer; }



#otz { padding-left: 42px; width: 12%; margin-left: 10px; background:url('../images/msg_ico.svg') #cc8800 no-repeat; background-size: contain; }

#search_no { padding-left: 36px; width: 16%; margin-left: 10px; background:url('../images/no_search.svg') #00923f no-repeat; background-size: contain; }


#otz:hover { opacity: 0.9; }

.popup_block { width: 200px; overflow:hidden; }
.popup_block h2 { color:#fff; }
.popup_block p { color:#fff; }

.background { }

/* Контейнер который закрывает экран для последуюшего вывода формы поверх! */
.background { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 150; 
background:url('../images/bg2.png'); }

/* Здесь пусто т.к. на panel_begin навешиваем динамически .background и убиваем фон чтобы видеть что под ней */
#panel_begin { }

/* Панель например в модуле Forms */
#panel_begin #small_panel { z-index: 151; overflow: hidden; position: relative; border: 1px solid #ccc; 
 /*	border-radius: 10px; */ margin: 0 auto; margin-top: 90px; width: 900px; padding: 30px; height: auto; 
	background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.5);  }

#panel_begin #small_panel input[type=submit] { position: absolute; /* right: 30px; bottom: 30px; */ }
#panel_begin #small_panel .form_out { /* padding-bottom: 70px; */ }

.relative .button_edit { position: absolute; right: 10px; top: 10px; }


#block_status span { padding-left:8px; padding-right:8px; }
#block_status, #block_status span, #block_status span a { font-size:14px; }


#orders_status_list { overflow: hidden; }
#orders_status_list div { float: left; padding-right: 20px; }

#cms_table { width:100%; }
#cms_table th { border-collapse:collapse; border-bottom:5px solid #85bc39; padding:8px; text-align: left; font-size: 80%; }
#cms_table td { position: relative; border-collapse:collapse; border-bottom:1px dotted #cccccc; padding:8px; vertical-align: top; }
#cms_table tr:nth-child(even) { background-color: #f2f2f2; }



/*

#cms_table .border_none { border-collapse:collapse; border-bottom:none; padding:0px; vertical-align: top; }

.catalog_manager_item { padding-top:10px; }
.catalog_manager_item div { float:left; padding-right:20px; padding-bottom:8px; }


.cm_photo_ico { float:left; background:url('../images/sprite_cms.png') no-repeat -2px -3409px; width:20px; height:16px; }
.cm_descr_ico { float:left; background:url('../images/sprite_cms.png') no-repeat -25px -3409px; width:20px; height:16px; }
.cm_price_ico { float:left; width:16px; }

.cm_plus { cursor:pointer; background:url('../images/sprite_cms.png') no-repeat -14px -3500px; width:22px; height:22px; }
.cm_minus { cursor:pointer; display:none; background:url('../images/sprite_cms.png') no-repeat -14px -3450px; width:22px; height:22px; }



.form_selected div { padding-bottom:5px; }

.animation { background:url('../images/animation.gif') no-repeat; margin:0 auto; margin-top:90px; width:200px; height:10px; }

*/

/* users */

/*
#users_groups_list { padding-top:15px; }
#users_groups_list h3 { padding-bottom:12px; }
*/


.checkbox_full, .checkbox_empty { height:25px; padding-left:28px; } 
.checkbox_full { background:url('../images/sprite_cms.png') no-repeat -9px -3030px; }
.checkbox_empty { background:url('../images/sprite_cms.png') no-repeat -9px -3059px; }

/* Сама панель здоровая */

/*
.shim > * {
    -webkit-transform: translateZ(0px);
}
*/

#panel_container { 


/*
position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000;
background-color:#fff; display: none;
*/

	width:100%; min-height: 100%; height:auto; overflow: hidden; display: none; 
	position:absolute; z-index:34; background-color:#fff; 


	}

.button_edit {cursor: pointer;}


/* Плавающая кнопка для вызова панели */
#panel_admin_right { position:fixed; z-index:100; top:325px; right:0px;
  background:url('../images/sprite_cms.png') no-repeat -188px -3358px; width:37px; height:262px; }

#panel_fast_on { position:fixed; z-index:100; top:450px; right:0px; display: none;
  background:url('../images/sprite_cms.png') no-repeat -174px -3706px; width:51px; height:84px; }

#panel_fast_off { position:fixed; z-index:100; top:450px; right:0px;
  background:url('../images/sprite_cms.png') no-repeat -174px -3648px; width:51px; height:55px; }


/* Основные формы. Начало */

.form_out div { margin-bottom: 5px; overflow: hidden; }
.form_out label { float: left; width:160px; padding:4px; text-align:left; position:relative; top:2px; margin-right: 5px; }

.form_out select, .form_out input[type=text], .form_out input[type=password], 
.form_out textarea { padding:4px; margin:2px; }

.form_out select, .form_out input[type=text], 
.form_out input[type=password], .form_out textarea { /* border-radius: 5px; */ width: 70%; border:1px #bdbdbd solid; font-size: 18px; }

.form_out select, .form_out input[type=text], 
.form_out input[type=password] { line-height: 26px; height: 26px;
/* background:url('../images/bg_form_el.gif') no-repeat; */ }

.form_out textarea { /* background:url('../images/bg_form_el.gif') no-repeat; */ }

.form_out select { height:38px; }


.form_out input[type=submit] { padding: 0; margin: 0; /* border-radius: 3px; */ line-height: 32px; height: 34px; }
.form_out input[type=submit]:hover { opacity: 0.92; }

.btn_cancel, .btn_accept { cursor:pointer; width:150px; height:34px; border:1px #7f401d solid; }


#out_center { /* margin-left: 190px; */ position: relative; padding: 20px; 
	margin-top: 90px; overflow: auto; height: auto; }

#out_center h3,  #out_center p a { color:#444; }

#out_center .actions_panel a { color: #fff; }


/* Основное меню */
#out_center .h3_el { padding-top:10px; }
#out_center .h3_el, #out_center .p_el { padding-left:140px; /* color:#073c5b; */ }

#out_center #ico_settings { background:url('../images/sprite_cms.png') no-repeat 0px -395px; }
#out_center #ico_users { background:url('../images/sprite_cms.png') no-repeat 0px -607px; }
#out_center #ico_goods { background:url('../images/sprite_cms.png') no-repeat 0px -815px; }
#out_center #ico_security { background:url('../images/sprite_cms.png') no-repeat 0px -1022px; }
#out_center #ico_seo {  background:url('../images/sprite_cms.png') no-repeat 0px -1237px; }
#out_center #ico_orders { background:url('../images/sprite_cms.png') no-repeat 0px -1442px; }
#out_center #ico_questions { background:url('../images/sprite_cms.png') no-repeat 0px -1651px; }
#out_center #ico_services { background:url('../images/sprite_cms.png') no-repeat 0px -1861px; }
#out_center #ico_stat { background:url('../images/sprite_cms.png') no-repeat 0px -2077px; }

#out_center #ico_settings, #out_center #ico_users, #out_center #ico_goods,
#out_center #ico_security, #out_center #ico_seo, #out_center #ico_orders,
#out_center #ico_questions, #out_center #ico_services, #out_center #ico_stat { 
	float:left; width:30%; height:160px; padding-right:3.3%; }


@media only screen and (min-width: 0px) and (max-width: 1024px) {

html { -webkit-text-size-adjust: none; }


.articles_center { width: 50%; }
.article_block { width:100%; height: auto;}

.form_out { width: 100%; }
.form_out select, .form_out input[type=text], .form_out input[type=password],
.form_out textarea { width: 95%; }

.container { width: 98%; }
#q_begin { display: none; }

.vitrina_container { width: 20%; }
.vitrina_container h3, .vitrina_container h3 a { font-size: 14px; }  

#content .vitrina_container { width: 25%; }

#vitrina1 { height: 260px; }

#top1 { width: 30% !important; }

#top2, #top3, #top4 { width: 22% !important; }

#logo { width: 270px; background-size: contain; margin-top: 3px; }

#top1 p { display: none; }

#banner_block { display: none; }

#form_search { width: 48%; }
#search_no {  width: 21%; }
#otz {  width: 15%; }

.tel3 { display: none; }

}



@media only screen and (min-width: 1025px) and (max-width: 1310px) {

.container { width: 96%; }
.articles_center { width: 50%; }

.vitrina_container { width: 25%; }
.vitrina_container h3, .vitrina_container h3 a { font-size: 14px; }  

#vitrina1 { height: 260px; }

#top1 { width: 30% !important; }

#top2, #top3, #top4 { width: 22% !important; }

#logo { width: 270px; background-size: contain; margin-top: 3px; }

#top1 p { left:70px; }
#top1 #update_date { left: 0; width: 260px; }



#form_search { width: 50%; }
#search_no {  width: 21%; }
#otz {  width: 15%; }

}


@media only screen and (min-width: 1311px) and (max-width: 1559px) {


.vitrina_container h3, .vitrina_container h3 a { font-size: 14px; }  

.vitrina_container { width: 20%; }

#vitrina1 { height: 260px; }

}


@media only screen and (min-width: 1560px) and (max-width: 2480px) {

.vitrina_container { width: 16.666%; }

.vitrina_container h3, .vitrina_container h3 a { font-size: 14px; } 

#vitrina1 { height: 260px; }
.container { width: 76%; }

}

@media only screen and (min-width: 1800px) and (max-width: 2800px) {

.vitrina_container { width: 14.285%; }

.vitrina_container h3, .vitrina_container h3 a { font-size: 14px; } 

#vitrina1 { height: 260px; }

.container { width: 72%; }

}



@media only screen and (min-width: 1180px) and (max-width: 1420px) {
.articles_center { width: 33.33%; }

}/* Goocompleter default style */

.goocompleter_field {
	position: relative;
	/*background: url("data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw%3D%3D") repeat scroll 0 0 transparent;*/
	z-index: 10;
	
	/* Customize */
	padding: 4px;	
	font-size: 18px;	
	width: 300px;
	border: 2px solid #FF8000
}

/* Listbox */
.goocompleter_listbox {
	position: absolute;
	display: none;
	overflow: hidden;
	
	/* Customize */
	width: 40%;
	max-height: 390px;		
	margin-top: 6px;
	border: 1px solid #eac964;
	border-top: 0px solid #fff;
}

.goocompleter_listbox ul {
	/* Customize */
	margin: 0;
	padding: 0;
}

.goocompleter_listbox li {
	/* Customize */
	cursor: pointer;
	list-style-type: none;		
	padding: 10px 5px 10px 5px;
}

.goocompleter_listbox li.odd {
	/* Customize */
	background: #F5F5F5;
}

.goocompleter_listbox li.even {

	background: #f4eccd;
}

.goocompleter_listbox li:hover, .goocompleter_listbox li.odd:hover, .goocompleter_listbox li.selected {
	/* Customize */
	background-color: #eac964;
	color: #FFF;
}

/* Typebox */
.goocompleter_typebox {
	position: absolute;
	top: 0;		/* Prevent show scrollbar (down positioning) */
	z-index: 9;
	overflow: hidden;
	
	/* Customize */
	color: transparent;	
	white-space: nowrap	
}

.goocompleter_typebox .goocompleter_suggestion {
	color: #C3C3C3;
	display: inline;
}

/* Highlight or remark */
.goocompleter_hightlight {
	font-weight: bold;
}