


/* Start:/bitrix/templates/eshop_blue/components/bitrix/search.title/eshop/style.css*/
div.title-search-result {
	border:1px solid #c6c6c6;
	background:#fff;
	display:none;
	overflow:hidden;
	z-index:1000;
	box-shadow:0 0 7px 0 rgba(0,0,0,.3), inset 0 3px 3px 0 rgba(0,0,0,.1);
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	color:#000;
	font-weight:bold;
	padding:2px 12px 2px ;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a{
	padding-left:4px;
	padding-right:15px;
	text-decoration:underline;
	font-size:14px;
	color:#0073a4;
	/*vertical-align:top;*/
}

table.title-search-result td.title-search-item .title-search-price{
	color:grey;
	font-size:12px;
	padding-left:5px;
}
table.title-search-result td.title-search-item a:hover{color:#e83434}
table.title-search-result td.title-search-item img {vertical-align:top}
table.title-search-result td.title-search-item b {font-weight:bold}
table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}
table.title-search-result td.title-search-more a{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	text-align:right;
	padding-right:15px;
}

table.title-search-result td.title-search-all a{
	padding-left:4px;
	text-decoration:underline;
	color:#0073a4;
}
table.title-search-result td.title-search-all a:hover{color:#e83434}
table.title-search-result td.title-search-separator,
table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:2px;
	font-size:4px;
	border-bottom:1px solid #dbe8f1;
}
table.title-search-result tr:first-child .title-search-separator{
	border:none;
}
/* End */



/* Start:/bitrix/components/bitrix/idea.search/templates/.default/style.css*/
.bx-idea-lifesearch-tools{
    position:absolute; right:0; 
    top: 0px; 
    width: 45px; 
    height: 24px;
}

.bx-idea-close-button-index{
    float:left; 
    margin-top: 5px; 
    margin-left: 5px;
    cursor: pointer;
    visibility: hidden;
}

.bx-idea-waiter-index{
    margin-top: 4px;
    float:left;
    visibility: hidden;
}

.bx-idea-lifesearch-mainbox{
    margin-right: 2px;
}

.bx-idea-lifesearch-box{
    position:relative; 
}

.bx-idea-lifesearch-field
{
    border: 0px; 
    width:370px; 
    padding: 0px; 
    height: 24px; 
    /*padding-left: 10px; */
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14) inset;
    /*padding-right: 50px;*/
    /*margin-left: 10px;*/
    background: url(/images/search.png) top 2px right 2px no-repeat;
    color: #ccc;
    line-height: 24px;
}

.bx-idea-lifesearch-field:focus{
    font-size: 18px;
    color: #000;
}

/*Life Search*/
div.bx-idea-waiter{
    background: url(/bitrix/js/main/core/images/wait.gif) top left no-repeat;
    height: 19px;
    width: 19px;
}

.bx-idea-close-button{
    background: url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat scroll 0 -280px transparent;
    height: 16px;
    width: 16px;
}

.bx-idea-close-button:hover{
    background: url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat scroll -17px -280px transparent;
}
/* End */



/* Start:/bitrix/templates/eshop_blue/components/bitrix/idea/footer/style.css*/
/*action button panel*/
div.idea-title-buttons{
    position: absolute;
    right: 0;
    top: 5px;
    white-space: nowrap;
}

/*idea managment content block, for each page*/
div.idea-managment-content{font-size:12px; zoom:1;}

div.idea-managment-content div.idea-managment-content-left{
    float: right;
    margin-left: 20px;
    width: 265px;
}

div.idea-managment-content div.idea-managment-content-right{
    overflow-x: auto;
    overflow-y: hidden;
    _float: left;
}
/*end*/

/*status colors*/
.status-color-new {color: #289B00; border-bottom-color: #289B00; /*font-family: Arial;*/font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
.status-color-processing {color: #606060; border-bottom-color: #606060; /*font-family: Arial;*/font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
.status-color-completed {color: #f6b60c; border-bottom-color: #f6b60c; /*font-family: Arial;*/font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
.status-action {border-bottom-width: 1px; border-bottom-style: dashed; /*font-family: Arial;*/font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
.idea-action-cursor
{
    cursor: pointer;
}

img.idea-user-avatar {margin-top:-2px; padding-left:2px; padding-right:3px;}

.bx-idea-user-desc-contact {
    margin-bottom:5px; 
    font-size:120%;
    color: #CC3333;
    margin: 10px 0;
    font-weight: bold;
}
.bx-idea-condition-description {float: right; font-size: 100%; margin-top: -3px; margin-right: 4px; text-align:right; line-height: 120%;}

/*Sort box line*/
div.idea-sort-by-box {background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/sort-box/left-box.jpg') top left no-repeat; height:23px; margin-bottom:17px;}
div.idea-sort-by-box2 {background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/sort-box/right-box.jpg') top right no-repeat; height:23px;}
div.idea-sort-by-box div.idea-sort-by-box-body {background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/sort-box/middle-box.jpg') top left repeat-x; height:23px; margin:0 6px;}
div.idea-sort-by-box div.idea-sort-by-title{color:#7F7F7F; padding-right:10px!important;line-height: 22px; float: right;height: 23px;padding: 0 4px;}
div.idea-sort-by-box div.idea-sort-by-link-selected, div.idea-sort-by-box div.idea-sort-by-link{
    float:right; 
    height:23px; 
    padding:0px 4px;
    _width:0;
    _white-space: nowrap;
}
div.idea-sort-by-box div.idea-sort-by-link-selected {background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/sort-box/selected-bg.jpg') top left repeat-x; border-radius: 3px;}
div.idea-sort-by-box div.idea-sort-by-link-selected a{color:#000000; display:block; height:23px; line-height: 22px; text-decoration:none;}
div.idea-sort-by-box div.idea-sort-by-link a{color:#4c4c4c; display:block; height:23px; line-height: 22px; text-decoration:none;}
div.idea-sort-by-box div.idea-sort-by-link:hover {background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/sort-box/hover-bg.jpg') top left repeat-x; border-radius: 3px;}
/*end Sort box line*/

/*Status box*/
div.status-box-l
{
    height:26px; 
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/status-box/left-box.jpg') top left no-repeat;
}
div.status-box-l div.status-box-r
{
    height:26px; 
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/status-box/right-box.jpg') top right no-repeat;
}
div.status-box-l div.status-box-r div.status-box-m
{
    height:26px;
    margin: 0 4px;
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/status-box/middle-box.jpg') top right repeat-x;
}



div.status-box-l div.status-box-r div.status-box-m div.status-item
{
    height:26px;
    float:left;
    margin: 0 5px;
    _width:0;
    _white-space: nowrap;
}

div.status-box-l div.status-box-r div.status-box-m div.status-item:hover
{
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/status-box/hover-bg.jpg') center left repeat-x;
}

div.status-box-l div.status-box-r div.status-box-m div.status-item div
{
    height:26px;
}

div.status-box-l div.status-box-r div.status-box-m div.status-item div a
{
    line-height: 26px;
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    /*font-family: Arial;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    padding: 0 15px;
}

div.status-box-l div.status-box-r div.status-box-m div.status-item-selected
{
    height:26px;
    float:left;
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/status-box/selected-left.jpg') top left no-repeat;
    _width:0;
    _white-space: nowrap;
}

div.status-box-l div.status-box-r div.status-box-m div.status-item-selected div
{
    height:26px;
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/status-box/selected-right.jpg') top right no-repeat;
}

div.status-box-l div.status-box-r div.status-box-m div.status-item-selected div div
{
    height:26px;
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/status-box/selected-middle.jpg') top left repeat-x;
    padding: 0 10px;
    margin: 0 5px;
}

div.status-box-l div.status-box-r div.status-box-m div.status-item-selected div div a
{
    line-height: 26px;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    /*font-family: Arial;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: default;
}
/*end Status box*/

/*Detail comments official*/
div.blog-comment-common-official div.comment-list-tl
{
    height:4px;
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/comment-borders/official-tl.jpg') top left no-repeat;
}

div.blog-comment-common-official div.comment-list-tl div.comment-list-tr
{
    height:4px;
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/comment-borders/official-tr.jpg') top right no-repeat;
}

div.blog-comment-common-official div.comment-list-tl div.comment-list-tr div
{
    background: #f5f5f5;
    border-top: 1px solid #e4e4e4;
    height: 4px;
    margin: 0 4px;
    font-size: 0px;
    line-height: 0px;
}

div.blog-comment-common-official div.comment-list-bl
{
    height:4px;
    margin-bottom: 7px;
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/comment-borders/all-bl.jpg') top left no-repeat;
}

div.blog-comment-common-official div.comment-list-bl div.comment-list-br
{
    height:4px;
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/comment-borders/all-br.jpg') top right no-repeat;
}

div.blog-comment-common-official div.comment-list-bl div.comment-list-br div
{
    border-bottom: 1px solid #ededed;
    height: 4px;
    margin: 0 4px;
    font-size: 0px;
    line-height: 0px;
}

div.blog-comment-common-official div.idea-answer
{
    padding-bottom: 5px;
    padding-left: 14px;
    padding-right: 7px;
    padding-top: 4px;
    background: #f5f5f5;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

div.blog-comment-common-official div.blog-comment-content-common
{
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding-left: 12px;
    padding-right: 7px;
    padding-top: 12px;
}
/*END Detail comments*/

/*Detail comments hidden*/
div.blog-comment-common-hidden div.comment-list-tl
{
    height:4px;
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/comment-borders/hidden-tl.jpg') top left no-repeat;
}

div.blog-comment-common-hidden div.comment-list-tl div.comment-list-tr
{
    height:4px;
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/comment-borders/hidden-tr.jpg') top right no-repeat;
}

div.blog-comment-common-hidden div.comment-list-tl div.comment-list-tr div
{
    background: #e1f0e0;
    border-top: 1px solid #d1dfd0;
    height: 4px;
    margin: 0 4px;
    font-size: 0px;
    line-height: 0px;
}

div.blog-comment-common-hidden div.comment-list-bl
{
    height:4px;
    margin-bottom: 7px;
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/comment-borders/all-bl.jpg') top left no-repeat;
}

div.blog-comment-common-hidden div.comment-list-bl div.comment-list-br
{
    height:4px;
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/comment-borders/all-br.jpg') top right no-repeat;
}

div.blog-comment-common-hidden div.comment-list-bl div.comment-list-br div
{
    border-bottom: 1px solid #ededed;
    height: 4px;
    margin: 0 4px;
    font-size: 0px;
    line-height: 0px;
}

div.blog-comment-common-hidden div.idea-answer
{
    padding-bottom: 5px;
    padding-left: 14px;
    padding-right: 7px;
    padding-top: 4px;
    background: #e1f0e0;
    border-left: 1px solid #d1dfd0;
    border-right: 1px solid #d1dfd0;
}

div.blog-comment-common-hidden div.blog-comment-content-common
{
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding-left: 12px;
    padding-right: 7px;
    padding-top: 12px;
}
/*END Detail comments*/

/*Detail comments owner*/
div.blog-comment-common-owner div.comment-list-tl
{
    height:4px;
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/comment-borders/owner-tl.jpg') top left no-repeat;
}

div.blog-comment-common-owner div.comment-list-tl div.comment-list-tr
{
    height:4px;
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/comment-borders/owner-tr.jpg') top right no-repeat;
}

div.blog-comment-common-owner div.comment-list-tl div.comment-list-tr div
{
    background: #f9f4cd;
    border-top: 1px solid #e7e3bf;
    height: 4px;
    margin: 0 4px;
    font-size: 0px;
    line-height: 0px;
}

div.blog-comment-common-owner div.comment-list-bl
{
    height:4px;
    margin-bottom: 7px;
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/comment-borders/all-bl.jpg') top left no-repeat;
}

div.blog-comment-common-owner div.comment-list-bl div.comment-list-br
{
    height:4px;
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/comment-borders/all-br.jpg') top right no-repeat;
}

div.blog-comment-common-owner div.comment-list-bl div.comment-list-br div
{
    border-bottom: 1px solid #ededed;
    height: 4px;
    margin: 0 4px;
    font-size: 0px;
    line-height: 0px;
}

div.blog-comment-common-owner div.idea-answer
{
    padding-bottom: 5px;
    padding-left: 14px;
    padding-right: 7px;
    padding-top: 4px;
    background: #f9f4cd;
    border-left: 1px solid #e7e3bf;
    border-right: 1px solid #e7e3bf;
}

div.blog-comment-common-owner div.blog-comment-content-common
{
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding-left: 12px;
    padding-right: 7px;
    padding-top: 12px;
}
/*END Detail comments*/

/*Detail comments common*/
div.blog-comment-common-common div.comment-list-tl
{
    height:4px;
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/comment-borders/common-tl.jpg') top left no-repeat;
}

div.blog-comment-common-common div.comment-list-tl div.comment-list-tr
{
    height:4px;
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/comment-borders/common-tr.jpg') top right no-repeat;
}

div.blog-comment-common-common div.comment-list-tl div.comment-list-tr div
{
    border-top: 1px solid #ededed;
    height: 4px;
    margin: 0 4px;
}

div.blog-comment-common-common div.comment-list-bl
{
    height:4px;
    margin-bottom: 7px;
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/comment-borders/all-bl.jpg') top left no-repeat;
}

div.blog-comment-common-common div.comment-list-bl div.comment-list-br
{
    height:4px;
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/comment-borders/all-br.jpg') top right no-repeat;
}

div.blog-comment-common-common div.comment-list-bl div.comment-list-br div
{
    border-bottom: 1px solid #ededed;
    height: 4px;
    margin: 0 4px;
}

div.blog-comment-common-common div.idea-answer
{
    padding-bottom: 5px;
    padding-left: 14px;
    padding-right: 7px;
    padding-top: 4px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

div.blog-comment-common-common div.blog-comment-content-common
{
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding-left: 12px;
    padding-right: 7px;
    padding-top: 12px;
}
/*END Detail comments*/

div.blog-qtl
{
    /*background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/qtl.jpg') #f9f4cd top left no-repeat;*/
}

div.blog-qtl div.blog-qtr
{
    /*background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/qtr.jpg') top right no-repeat;
    padding-top: 5px;*/
}

/*Hidden idea*/
div.blog-post-hidden
{
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/comment-borders/hidden-tl.jpg') #E1F0E0 top left no-repeat!important;
}

div.blog-post-hidden div.blog-qtr
{
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/comment-borders/hidden-tr.jpg') top right no-repeat!important;
}

/*END Hidden idea*/

div.blog-idea-body
{
    /*border-right: 1px solid #e8e8e8;*/
    padding-left: 18px;
    padding-right: 7px;
    padding-top: 7px;
    overflow-x:hidden;
    overflow-y:hidden;
    padding-bottom: 7px;
}

div.blog-post-text{overflow-x:hidden;overflow-y:hidden;}

div.bottom-space{margin-bottom: 32px;}

/*Rating*/
div.post-rating {
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/post-rating-block.jpg') top left no-repeat; 
    height:29px; 
    width:170px; 
    margin-right:5px;
    float:right;
    line-height: 28px;
    padding-left: 10px;
    font-size: 11px;
    color: #9c9c9c;
    /*font-family: Arial;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.post-rating .rating-vote{height: 29px!important; width: 120px;}
* + html div.post-rating .rating-vote{margin-top: -6px;}
div.post-rating .rating-vote img {display: none;}
div.post-rating .rating-vote-result{font: bold 16px Arial!important; margin-top:4px!important; padding-left: 5px; width: 65px; margin-right:10px;}
div.post-rating .rating-vote-plus, div.post-rating .rating-vote-minus{margin-top: 5px!important;}

/*PageNavigation*/
.navigation-arrows .arrow, .navigation-arrows .ctrl{color: #999999;}
.navigation-arrows a {color: #000000!important;}
div.navigation-pages {margin-top:7px;}
span.nav-page a{color: #666666!important; text-decoration: none!important; padding: 0 7px; height:22px; display: inline-block; line-height: 22px}
span.nav-current-page{color: #FFFFFF; padding: 0 7px; background: #40a7e2; height:22px; background: #40a7e2; display: inline-block; line-height: 22px}
div.nav-delimiter {height:1px; border-bottom: 1px solid #d6d6d6; margin-bottom: 4px;}
/*end PageNavigation*/

div.body-blog{margin-right:12px; font-size: 12px;}
.blog-posts {display:inline; overflow:hidden; width:100%;}

div.idea-owner, div.idea-owner a{color: #7c7a66!important;}
div.idea-owner a {text-decoration: underline;}
div.idea-answer, div.idea-answer a{color: #7a7a7a!important;}

div.post-title a {color: #000000!important; font-weight: normal; font-size:140%;}
div.post-title h2 {margin-top: 5px; margin-bottom:9px; border: 0px!important; padding: 0px!important;}

div.blog-comment-official
{
    background: #f5f5f5;
    padding-left:12px;
    padding-right: 7px;
    padding-top: 7px;
}

div.blog-comment-hidden
{
    background: #E1F0E0;
    padding-left:12px;
    padding-right: 7px;
    padding-top: 7px;
}

div.blog-comment-dublicate
{
    background: #f3d56e;
    border-right: 1px solid #e8e8e8;
    padding-left:12px;
    padding-right: 7px;
    padding-top: 7px;
    height:25px;
}

div.blog-comment-line-official, div.blog-comment-line-dublicate
{
    padding-top: 3px;
    border-right: 1px solid #e8e8e8;
    background: #FFF;
}

div.blog-comment-content-official
{
    padding-top:11px;
}

div.tag-tbl
{
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/tbl.jpg') top left no-repeat;
    height: 5px;
}

div.tag-tbl div.tag-tbb
{
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/tbb.jpg') repeat-x;
    height: 5px;  
    margin: 0 5px;
}

div.tag-tbl div.tag-tbr
{
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/tbr.jpg') top right no-repeat;
    height: 5px;
}

div.tag-tl
{
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/tl-r.jpg') top left #FFF no-repeat;
    height: 27px;
}

div.tag-tl div.tag-tr
{
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/tl-r.jpg') top right no-repeat;
    height: 27px;
}

div.tag-tl div.tag-block
{
    height: 27px;
    line-height: 26px;
    color: #7f7f7f;
}

div.tag-tl div.tag-block a{color: #7f7f7f; text-decoration:none;}


/*post*/
.blog-post {margin:0; padding-bottom: 2.5em; padding-right:0.8em;}

.blog-post-info {padding:0.2em 0.6em 0.2em}
.blog-post-info-back {}
.idea-post-content {overflow: hidden;}

.blog-post-date {margin:0.1em 0; padding:0 0 0 0.3em; line-height: 1.4em; display:inline;}
.blog-post-current .blog-post {padding-right: 0;}

.blog-post-edit-link, .blog-post-delete-link, .blog-post-comments-link, .blog-post-views-link, .blog-post-publish-link, .blog-post-hide-link, .blog-post-show-link {background-repeat: no-repeat; padding-left: 18px; height: 16px; display:inline-block; padding-right: 0.5em; font-size: 1.2em;}
.blog-post-comments-link {padding-left: 15px;}
.blog-post-show-link {padding-left: 19px;}


.blog-post-tag {padding-top: 0.4em;}
.blog-post-tag a {text-decoration: none !important;}
.blog-post-tag a:hover {text-decoration: underline !important;}
.blog-post-avatar img {float:right;}
.blog-post-avatar {padding: 0.1em 0.3em 0.3em 0.3em;}

/*post form*/
div.blog-post-field-text textarea {width: 100%;}
div.blog-post-field-text {padding-bottom: 0.2em;}
div.blog-post-fields {}
div.blog-post-field {}
div.blog-post-field-title input, div.blog-post-field-category input  { width: 99%;}
div.blog-post-field-code input  { width: 40%;}
div.blog-post-field-user {width: 100%; /*IE Fix or zoom:1 */}
div.blog-post-field-title, div.blog-post-field-category, div.blog-post-field-favorite, div.blog-post-field-date, div.blog-post-field-enable-comments { width:100%;}
div.blog-post-field-date {padding-top: 0.5em;}
div.blog-post-field-favorite div, div.blog-post-field-enable-comments div{display:inline;}
div.blog-post-field-favorite, div.blog-post-field-enable-comments {padding-bottom: 0.4em;}
div.blog-post-field-sep { width:2%; float: left;}
div.blog-post-image-item {float:left; padding-right: 1em; padding-bottom: 2em; height:150px;}
div.blog-post-image-item-border {border: 1px solid; height:100px; text-align: center; vertical-align: middle; width:100px;}
div.blog-post-image-item-input {padding-top: 0.5em;}
div.blog-post-image-item-input input {width: 100px;}
div.blog-post-buttons {padding-top:1em; padding-bottom: 0.4em;}
div.blog-post-field-category div.blog-post-field-text label, div.blog-post-field-access-title, div.blog-post-field-code div.blog-post-field-text label {font-weight: bold; font-size: 1.1em;}
 
div.blog-post-bbcode-line {padding-top:0.2em;}
.blog-group-edit {background-repeat: no-repeat; width:16px; height:16px; display:inline-block;}
.blog-group-delete {background-repeat: no-repeat; width:16px; height:16px; display:inline-block;}
.blog-group, .blog-group-label{ }

div.blog-post-edit-form{/*width: 97%; */padding: 0.8em;}
div.blog-buttons {padding-top: 1em;}


/*comment*/
.blog-comment {margin:0; padding-top: 0.7em;}
.blog-comment-cont{}
.blog-comment-info {display:block;}
.blog-comment-content {display:block; overflow: hidden; padding-top: 0.5em;}
.blog-comment-meta {font-size:0.85em; padding-top: 0.5em; padding-bottom: 0.5em;}
.blog-comment-date {font-size:0.85em; display:inline;}
.blog-comment-author-info {display:inline;}
.blog-comment-avatar {float:left; margin-right: 0.5em; width: 30px; height: 30px; border:1px solid #c4c4c4; background-color: #eceaec;}
.blog-comment-avatar img{}
.blog-comment-meta a { text-decoration: none !important;}
.blog-comment-meta a:hover {text-decoration: underline !important;}
.blog-comment-link, .blog-comment-delete, .blog-comment-parent, .blog-comment-answer, .blog-comment-edit, .blog-comment-show, .blog-comment-hide {display:inline-block;}
.blog-add-comment {text-align:center; padding-top: 10px; padding-bottom: 3px;}
.blog-add-comment-space {padding-top: 7px;}
.blog-comment-nav {padding-bottom: 0.6em; padding-left: 0.7em;}

/*comment-form*/
div.blog-comment-form {width:100%;}
div.blog-comment-field-text  {width: 100%;}
div.blog-comment-field-text textarea { width: 99.9%; }
div.blog-comment-field-tags { display: none; }
div.blog-comment-field-tags input { width:80%; }
div.blog-comment-field-captcha input { width: 180px;}
div.blog-comment-field-settings input { width:1.55em; height:1.55em; margin:0 0 0 -0.25em; vertical-align: middle; font-size:1em; }
div.blog-comment-field-settings label { vertical-align: middle; }
div.blog-comment-fields { padding:0.8em;}
div.blog-comment-field {}
div.blog-comment-field-title input, div.blog-comment-field-desc input { width: 80%;}
div.blog-comment-field-user {width: 100%; padding-bottom: 5px; }
div.blog-comment-field-author, div.blog-comment-field-email { float:left; width:47%;}
div.blog-comment-field-text {padding-bottom: 0.2em;}
div.blog-comment-field-user-sep { width:5%; float: left; }
div.blog-comment-field-author input, div.blog-comment-field-email input { width:100%; }
div.blog-comment-field-bbcode {padding-top: 0.7em;}
div.blog-comment-field-captcha-image{padding-top: 0.4em;}
div.blog-comment-buttons { margin-top: 1em; padding-bottom: 0.4em; zoom:1;}
div.blog-comment-buttons input { padding:0 0.5em; font-size:1.184em;}


/*menu*/
div.blog-menu-box {margin-bottom: 1em; padding-bottom:0.5em; line-height: 1.5em; zoom: 1;}
div.blog-menu-box span { white-space:nowrap; display: inline-block;}
div.blog-settings-menu-box {margin-bottom: 1em; padding-bottom:0.5em; line-height: 1.5em; zoom: 1; }
div.blog-settings-menu-box span{ white-space:nowrap; display: inline-block;}


/*sidebar*/
.blog-sidebar { display:inline; float:right; overflow:hidden; width:20%;}
.blog-sidebar ul,.blog-sidebar ul li ul {margin:0;padding:0; list-style:none !important;}
.blog-sidebar ul li {margin:0;padding:0px; list-style:none !important; text-align:left;}
.blog-sidebar h3 { font-size: 1em; font-weight: bold; letter-spacing: 1px; border-bottom: 1px solid; padding:0; padding-bottom: 0.6em; margin: 0;}
.blog-sidebar li ul li {margin:0;padding:0; border:0;}
.blog-sidebar ul li ul li {text-align:left; margin:0; padding: 0;}
.blog-sidebar ul li ul li a {text-decoration: none; outline: 0;}
.blog-sidebar ul li ul li a:hover {text-decoration: underline;}
.blog-sidebar ul {padding: 1em; }
.blog-sidebar ul  li ul{padding-top: 0.4em; }
.blog-sidebar-title a {text-decoration: none;}
.blog-sidebar-avatar {text-align: center;}


/*general*/
div.blog-errors {border-width:1px; border: 1px solid; margin: 1.117em; padding: 0.4em 1.117em;}
div.blog-errors ul {padding:0.3em 0 0.3em 2em; margin:0;}
div.blog-errors ul li {margin:0; padding:0;}

div.blog-notes {border-width:1px; border: 1px solid; margin: 1.117em; padding: 0.4em 1.117em;}
div.blog-notes ul {padding:0.3em 0 0.3em 2em; margin:0;}
div.blog-notes ul li {margin:0; padding:0;}

div.blog-textinfo {border: 1px solid ; margin: 1.117em; padding: 0.4em 1.117em;}
div.blog-textinfo ul {padding:0.3em 0 0.3em 2em; margin:0;}
div.blog-textinfo ul li {margin:0; padding:0;}

div.blog-clear-float {clear: both;}

table.blog-table-header-left, table.blog-table-header-top {border-collapse:collapse; border: none;}
table.blog-table-header-left th, table.blog-table-header-left td, table.blog-table-header-top th, table.blog-table-header-top td {padding:0.5em; vertical-align:top; border-top: 1px solid;}
table.blog-table-header-left th {text-align:right;}
table.blog-table-header-top th {text-align:center;}

table.blog-edit-perms-table  {border: none;}
table.blog-edit-perms-table th, table.blog-edit-perms-table td {padding:0.2em; vertical-align:top; border: none; border-top: 0px;}
table.blog-edit-perms-table  th {text-align:center;}

div.blog-line {background-repeat: no-repeat; height:3px; width:100%;}
.blog-author {margin:0; padding:0; display:inline;}
.blog-author-icon {width:16px; height:16px; display:block; float:left; background-repeat: no-repeat; padding-right:0.2em; line-height: 1em;}

/*bbcode line*/
div.blog-bbcode-line {margin-right: 3px; float: left;}
div.blog-smiles-line, div.blog-more-smiles {float: left; white-space:nowrap; margin-left: 5px; font-size: 0.95em;}
div.blog-bbcode-closeall {float: right;}
div.blog-bbcode-line img, div.blog-smiles-line img { border: 0;}
div.blog-bbcode-line a, div.blog-smiles-line a {vertical-align: middle;}
div.blog-bbcode-line a {width: 20px; height: 20px; float: left; margin-right: 0.2em; background-position: center center;  background-repeat:no-repeat; display: block;}
div.blog-bbcode-line a, div.blog-bbcode-line img, div.blog-smiles-line a, div.blog-smiles-line img { outline: none; }
div.blog-bbcode-line select { float: left; margin-left:3px; padding:0px; height:20px;} 
div.blog-bbcode-closeall a{padding-left: 1em; vertical-align: middle; float: left;}

/*BBCode Icons*/
a.blog-bbcode-bold {background-image: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/bbcode/font_bold.gif');}
a.blog-bbcode-italic {background-image: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/bbcode/font_italic.gif');}
a.blog-bbcode-color {background-image: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/bbcode/font_color.gif');}
a.blog-bbcode-underline{background-image: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/bbcode/font_underline.gif');}
a.blog-bbcode-strike{background-image: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/bbcode/font_strike.gif');}
a.blog-bbcode-url{background-image: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/bbcode/font_link.gif');}
a.blog-bbcode-img-upload{background-image: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/bbcode/font_image.gif');}
a.blog-bbcode-img{background-image: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/bbcode/font_image_upload.gif');}
a.blog-bbcode-video{background-image: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/bbcode/font_video.gif');}
a.blog-bbcode-code{background-image: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/bbcode/font_code.gif');}
a.blog-bbcode-quote{background-image: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/bbcode/font_quote.gif');}
a.blog-bbcode-video{background-image: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/bbcode/font_video.gif');}
a.blog-bbcode-list{background-image: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/bbcode/font_list.gif');}
a.blog-bbcode-cut{background-image: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/bbcode/cut.gif');}


/*main page*/

div.blog-mainpage {width: 100%;}
div.blog-mainpage-side-left {float:left; width:52%; padding-right: 0.5em; }
div.blog-mainpage-side-right {float:right; width:46%; }

.blog-mainpage-item {margin:0; padding-bottom: 0.6em; padding-top: 0.5em;}
.blog-mainpage-title{margin:0; padding-bottom: 0.5em; padding-top: 0.4em; font-weight:bold; }
.blog-mainpage-content {line-height:1.4em; font-size:0.95em; display:block;}
.blog-mainpage-meta {font-size:0.89em; line-height:1.4em; margin:0; padding:0; padding-top: 0.4em;}
.blog-mainpage-meta a {text-decoration: none !important;}
.blog-mainpage-meta a:hover {text-decoration: underline !important;}

div.blog-mainpage-comment .blog-mainpage-meta {display:inline; padding-left: 0.4em; font-size: 0.89em;}
div.blog-mainpage-comment .blog-mainpage-content {padding-top: 0.4em;}
div.blog-mainpage-comment .blog-mainpage-content a {text-decoration: none !important;}
div.blog-mainpage-comment .blog-mainpage-content a:hover {text-decoration: underline !important;}
div.blog-mainpage-item .blog-author {font-weight: normal;}
div.blog-mainpage-comment .blog-mainpage-title {font-weight: normal;}


div.blog-mainpage-blogs .blog-mainpage-content a {text-decoration: none;}
div.blog-mainpage-blogs .blog-mainpage-content a:hover {text-decoration: none;}

.blog-tab { padding:0; margin:0; min-height:31px; height:100%; width:96%; line-height: 2.35em; display:block;}
.blog-tab-left {background-repeat: no-repeat; padding:0; margin:0; width: 3px; height: 31px; float:left;}
.blog-tab-right {background-repeat: no-repeat;  padding:0; margin:0; width: 3px; height: 31px; float:right;}

.blog-tab-container {width: 100%; display: block;}

.blog-tab-items {float: right;  font-size: 0.95em; padding-right: 0.6em; display:inline; white-space: nowrap;}
.blog-tab-items a {text-decoration: none !important; padding-left: 0.6em;}
.blog-tab-items a:hover {text-decoration: underline !important;}
.blog-tab-title {font-weight: bold; padding-left: 0.5em; float: left; display:inline; overflow:hidden;}
.blog-tab-title a {text-decoration: none !important;}
.blog-tab-title a:hover {text-decoration: underline !important;}


div.blog-tab-content {padding-top:0.2em; padding-left: 0.6em; padding-right: 0.6em; padding-bottom: 1.7em;}
div.blog-mainpage-search-cloud {padding-top: 0.4em;}


.blog-calendar  {text-align:center;}
.blog-calendar table th {font-weight:normal;}

.blog-rss div {padding-top: 0.6em;}
.idea-post-comment-rss-icon{
    float:right; margin-right: 8px; margin-top: -22px;
    _margin-top: -32px;
}

.blog-group-icon {width:16px; height:16px; display:block; float:left; background-repeat: no-repeat; padding-right:0.2em; line-height: 1em;}

.blog-search-form {padding-top: 0.6em;}
.blog-search-form div{padding-bottom: 0.4em;}

.blog-mainpage-create-blog {padding-bottom: 1em; padding-left: 0.6em}

.blog-rss-subscribe {padding-bottom: 1.5em;}
.blog-rss-subscribe .blog-tab-items {padding-top: 0.55em;}
.blog-group-rss {padding-top: 1em;}

table.blogquote, table.blogcode { font-size:1em; margin:0.5em 1em; width:80%; border:1px solid;}
table.blogquote td, table.blogcode td { padding:0.95em 1.5em; }
table.blogcode td {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;/*font-family:"Courier New";*/ white-space:pre-wrap;}
table.blogcode pre {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;/*font-family:"Courier New";*/ font-size: 12px; margin: 0; line-height: 15px; white-space:pre-wrap;}

div.blog-post-quote, div.blog-post-code {padding-top: 0.6em; padding-bottom: 0.6em;}
div.blog-post-quote span, div.blog-post-code span {padding-left:0.6em;}
div.blog-post-quote table.blogquote, div.blog-post-code table.blogcode {margin: 0;}

/*page navigation*/
div.blog-page-navigation  {padding-bottom: 0.8em;}
div.blog-page-navigation a, span.blog-page-current, span.blog-page-dots {padding-left:0.75em;	padding-right: 0.5em; text-decoration: none;}

div.blog-page-navigation a.blog-page-first, div.blog-page-navigation span.blog-page-first { padding-left: 0.5em; }
span.blog-page-current { font-weight: bold; }

/*blog navigation*/
ul.blog-navigation {list-style-position:outside; list-style-type:none; padding: 0; margin: 0; padding-bottom: 1em; }
ul.blog-navigation li {display:inline;}

/*color*/

.idea-post-meta, .blog-comment-meta, .blog-comment-nav  {color: #969696;}
.idea-post-tag a, .blog-comment-meta a , .blog-mainpage-meta a{color:#969696 !important;}

.blog-post-date, .blog-comment-date {color: #767676;}
div.blog-post-date span.blog-post-time, div.blog-post-date span.blog-post-day {display:none;}
div.blog-post-edit-form, div.blog-comment-fields {background-color: #F5F5F5;}
div.blog-post-image-item-border {border-color:#D8D8D8;}
.blog-sidebar {background-color: #f5f5f5;}
.blog-sidebar h3 {border-bottom-color: #dadada;}
.blog-bottombar h3 {color: #333333;}
.blog-sidebar-title {color: #000 !important;}
.blog-sidebar-title a {color: #000 !important;}

div.blog-errors {border: solid 1px #DFBDAC; background: #F6DBCE;}
div.blog-notes {border: solid 1px #DAD7A7; background: #F6F9D3;}
div.blog-textinfo {border: solid 1px #D5D5D5; background: #F6F6F6;}

.blog-required-field {color: red;}
table.blog-table-header-left th, table.blog-table-header-left td, table.blog-table-header-top th, table.blog-table-header-top td {border-top-color: #D5D5D5;}

div.blog-post-quote span, div.blog-post-code span {color: #7d7d7d; display: none;}
div.blog-post-code table.blogcode { border-color: #E8E8E8; color: #7D7D7D; background-color: #F7F7F7;}
div.blog-post-quote table.blogquote { border-color: #e5e0c4; color: #4a483f; background: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/font_quote.gif') no-repeat scroll left top #fbf7e1;}

div.blog-mainpage-comment .blog-mainpage-content a, div.blog-mainpage-blogs .blog-mainpage-content a:hover, div.blog-mainpage-blogs .blog-mainpage-content a, div.blog-mainpage-comment .blog-mainpage-content a:hover {color: #333;}

.blog-tab, .blog-tab-container {background-color: #ededed;}
.blog-tab-items {color: #767676;}
.blog-tab-items a {color:#767676 !important;}
.blog-tab-title a {color: #000 !important;}
.blog-comment-cont-white {background-color: #fff; padding: 1px;}

/*images*/
div.blog-tab-left {background-image: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/plashka_start.gif');}
div.blog-tab-right {background-image: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/plashka_end.gif');}
div.blog-line {background-image: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/line_gradient.gif');}

.blog-rss-icon {background-repeat: no-repeat; width:17px; height:17px; display:block; line-height: 1em;}
.blog-rss-icon {background-image: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/rss_icon.gif');}
.blog-rss-icon-small  {background-repeat: no-repeat; width:12px; height:12px; display:block; line-height: 1em;}
.blog-rss-icon-small {background-image: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/rss_icon_small.png');}

div.blog-comment-hidden .blog-comment-cont-white {background-color: #ededed;}

div#special_perms {padding-top: 0.5em;}

div.blog-post-meta div.blog-post-info-bottom {display:none;}

.blog-post-meta span.blog-post-link-counter {padding: 0 0 0 0.3em;}
div.blog-post-rating {float: right;}
* + html div.blog-post-rating {margin-top:-5px;}

img.linked {
    border: none;
    cursor: pointer;
    height: 21px;
    left: 2px;
    position: relative;
    top: 6px;
    width: 11px;
}

div.blog-edit-field-code label.blog-edit-field-caption {font-weight:bold;}
span#post-code-input {display:none;}
a#post-code-text {
    background-color: #fff4ca;
    border-bottom: dashed 1px;
    text-decoration: none;
}
div.blog-post-field-code {padding-top: 0.5em;}

div.blog-tags-cloud {text-align:center;}

div.blog-comment-preview div.blog-comment-cont-white{border-top: 1px solid red; border-bottom: 1px solid red;}

 /* Customize Light Editor*/
 /*
 
 
div.blog-post-edit-micro td.bxlhe-editor-cell {border-top: 1px solid #f1f1f1!important;}
div.blog-post-edit-micro .lhe-button-cont{background: transparent!important;}
div.blog-post-edit-micro .lhe-line-begin, div.blog-post-edit-micro .lhe-line-end{display: none!important;}
div.blog-post-edit-micro div.bxlhe-frame{border:1px solid #f1f1f1 !important; background: #fff!important;}
div.blog-post-edit-micro  table.bxlhe-frame-table td.bxlhe-editor-buttons, div.blog-post-edit-micro div.bxst-lhe-cont td.bxlhe-editor-cell{background: #f1f1f1 !important;}
div.blog-post-edit-micro .lhe-button, div.blog-post-edit-micro .lhe-tlbr-smile-cont, div.blog-post-edit-micro div.lhe-tlbr-smile-over{border:1px solid #f1f1f1 !important;}
*/
div.blog-post-edit-micro #edit-post-text { padding: 0 2px 0 0; }
div.blog-post-edit-micro .lhe-button-cont { background: transparent!important; }
div.blog-post-edit-micro .lhe-line-begin, div.blog-post-edit-micro .lhe-line-end { display: none!important; }
div.blog-post-edit-micro div.bxlhe-frame { border:1px solid #fff !important; background: #fff!important; }

div.blog-post-edit-micro table.bxlhe-frame-table td.bxlhe-editor-buttons, div.blog-post-edit-micro div.bxst-lhe-cont td.bxlhe-editor-cell { background: #f8f8f8 !important; }
div.blog-post-edit-micro td.bxlhe-editor-cell { border-top: 1px solid #e5e5e5 !important; }
div.blog-post-edit-micro .lhe-button-over,  div.blog-post-edit-micro div.lhe-tlbr-smile-over { background-color: #e7e7e7 !important; }
div.blog-post-edit-micro .lhe-button, div.blog-post-edit-micro .lhe-tlbr-smile-cont, div.blog-post-edit-micro div.lhe-tlbr-smile-over{border:1px solid #f8f8f8 !important;}

div.blog-post-edit-micro #lhe_btn_sourcebb, div.blog-post-edit-micro #blog-post-image{display: none;}
div.blog-post-edit-micro div.blog-comment-field-bbcode, div.blog-post-edit-micro div.blog-post-edit-form{padding:0.2em;}
div.blog-post-edit-micro {width: 500px; margin-bottom: 2em;}
div.blog-post-edit-micro #blogpost-length {font-weight:bold; display:inline;}
div.blog-post-edit-micro div.blog-post-buttons{text-align:right; padding-top:0.5em; padding-right:0.1em;}

div.blog-comment-form .lhe-button-cont { background: transparent!important; }
div.blog-comment-form .lhe-line-begin, div.blog-comment-form .lhe-line-end { display: none!important; }
div.blog-comment-form div.bxlhe-frame { border:1px solid #fff !important; background: #fff!important; }

div.blog-comment-form table.bxlhe-frame-table td.bxlhe-editor-buttons, div.blog-comment-form div.bxst-lhe-cont td.bxlhe-editor-cell { background: #f8f8f8 !important; }
div.blog-comment-form td.bxlhe-editor-cell { border-top: 1px solid #e5e5e5 !important; }
div.blog-comment-form .lhe-button-over,  div.blog-comment-form div.lhe-tlbr-smile-over { background-color: #e7e7e7 !important; }
div.blog-comment-form .lhe-button, div.blog-comment-form .lhe-tlbr-smile-cont, div.blog-comment-form div.lhe-tlbr-smile-over{border:1px solid #f8f8f8 !important;}
div.blog-comment-form  td.lhe-resize-row {height: 3px !important; border: none !important;}
div.blog-comment-form  td.lhe-resize-row img {height: 0px !important; border-top: 1px solid #dcdcdc !important; border-bottom: 1px solid #9c9c9c !important;}

div.blog-comment .blog-author {line-height: 30px;}

div.blog-post-edit-micro  td.lhe-resize-row, div.blog-post-edit-micro  td.lhe-resize-row img {display: none;}

div.blog-comment-line {background-color: #ededed; height:1px; background-image: url('/bitrix/templates/eshop_blue/components/bitrix/idea/footer/images/line-start.gif'); background-repeat: no-repeat; background-position: left;}

span.blog-vert-separator {height: 7px; width:1px; margin-left: 0.2em; margin-right: 0.2em; background-color: #e0e0e0; display: inline-block;}

div.blog-post-meta a {color: #7C7A66 !important; margin-right:5px;}
div.blog-post-meta {padding-left:0px!important; padding-bottom:10px; margin-top:2px; font-size:0.85em; line-height:1.4em; padding-left: 0.6em; height:15px;}
div.blog-post-meta-empty {padding-left:0px!important; padding-bottom:7px!important; margin-top:0px!important; height:0px!important;}

/* Public Dialogs & Usability */
.js-idea-popup-status-item
{
    padding: 2px 5px;
    margin: 3px 0;
    min-width: 120px;
    height: 16px;
    font-size: 12px;
}

.js-idea-popup-status-item:hover
{
    background-color: #F0F0F0;
}

.js-idea-popup-status-item-1st
{
    margin-top: -3px!important;
}

.idea-action-cursor
{
    cursor: pointer;
}
/* End */



/* Start:/bitrix/templates/eshop_blue/components/bitrix/idea.list/.default/style.css*/
/*Ratings*/
div.idea-rating-block {margin-right: 5px; text-align: right}

div.idea-rating-block span.idea-rating-block-left
{
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea.list/.default/images/rating-border-left.png') no-repeat left top;
    padding-left:4px;
    display: inline-block;
    border-bottom: 1px solid #ededed;
}
div.idea-rating-block span.idea-rating-block-right
{
    padding-right:4px; 
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea.list/.default/images/rating-border-right.png') no-repeat right top;
    display: inline-block;
}

div.idea-rating-block span.idea-rating-block-content
{
    border-top: 1px solid #ededed;
    display: inline-block;
}

/*Standart template*/
.idea-rating-block-content-ext-standart
{
    height: 22px!important;
    padding-top: 4px!important;
    padding-left: 5px!important;
    padding-right: 2px!important;
}

.idea-rating-block-content-ext-standart .idea-rating-block-content-description
{
    display: inline-block;
    color: #9C9C9C;
    font-size: 11px;
    /*font-family: Arial;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-right: 5px;
}

.idea-rating-block-content-ext-standart .rating-vote
{
    height: auto;
}

.idea-rating-block-content-ext-standart .rating-vote-result
{
    margin: 0px;
    font: bold 16px Arial!important;
    padding-right: 5px;
    margin: -1px 0 0!important;
}

/*Like template*/
.idea-rating-block-content-ext-like
{
    height: 21px!important;
    padding-right: 12px!important;
    padding-left: 9px!important;
    font-size: 11px!important;
}
.idea-rating-block-content-ext-like a
{
    color: #929292!important;
    text-decoration: none!important;
}

.idea-rating-block-content-ext-like .idea-rating-block-content-description
{
    display:none;
}

@-moz-document url-prefix()
{
    .idea-rating-block-content-ext-like .ilike-light .bx-ilike-right{padding-top: 2px!important;}
}

* + html .idea-rating-block-content-ext-like .ilike-light .bx-ilike-text {height: 16px!important;}

/*Tags*/
div.tag-line
{
    float: left; 
    /*width: 60%; 
    height: 27px; */
    overflow: hidden; 
    /*padding-top: 2px;*/
    padding-left:10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0;
}
span.tag-marker{
    background: url('/bitrix/templates/eshop_blue/components/bitrix/idea.list/.default/images/tag-marker.jpg') no-repeat scroll 0 1px transparent;
    margin-left: 5px;
    margin-right: 2px;
    padding-left: 15px;
    *height:14px;
    *display:inline-block;
}
/*Category link in the tag section*/
span.main-tag-category{/*border-bottom: 1px dashed;*/}
span.main-tag-category a, span.main-tag-category a:hover {text-decoration: none!important;}

/*Common*/
.idea-post-meta .idea-post-meta-util{
    text-align: left;
}

.idea-post-meta .idea-post-meta-util .idea-post-link-caption{
    color: #7F7F7F;
    font-size: 10px;
	text-decoration: underline;
}

.idea-post-meta .idea-post-meta-util a{
    text-decoration: none;
}

span.post-comment{/*float:right;*/}

div.tag-tl div.tag-block span.post-comment {padding-right: 10px; padding-top: 2px;}
div.tag-tl div.tag-block span.post-comment a{color: #980000; border-bottom: 1px dashed;}

/*Utils*/
.idea-post-meta
{
    /*border-top: 1px solid #ece8c3;
    margin-top: 3px;
    padding-top: 3px;*/
}

.idea-post-meta a{
    margin-right: 5px;
}

.idea-post-meta a, .idea-post-meta a span {
    font-size: 10px;
    color: #980000 !important;
    cursor: pointer;
}

.idea-post-meta-util-subscribe {
    float: right;
}
.idea-post-meta-util {
    float: left;
}
/* End */



/* Start:/bitrix/templates/eshop_blue/components/bitrix/news.list/ARCH/style.css*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */



/* Start:/bitrix/components/bitrix/idea.popup/templates/.default/style.css*/
/*overlay*/
.bx-idea-overlay{height:100%; width:100%; left: 0; top: 0; position: absolute; -moz-user-select: none !important; display: none; background-color:#000; filter: gray() alpha(opacity=30); -moz-opacity: 0.3; opacity: 0.3;}

/*editor*/
#edit-post-text {border: 1px solid #ccc;}

.idea-side-button-t{
    background: url('/bitrix/components/bitrix/idea.popup/templates/.default/images/r.png') no-repeat scroll 0 0 transparent;
    font-size: 0;
    height: 4px;
    left: 0px;
    line-height: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
}
.idea-side-button-b{
    background: url('/bitrix/components/bitrix/idea.popup/templates/.default/images/r.png') no-repeat scroll 0 -4px transparent;
    font-size: 0;
    height: 4px;
    right: 0px;
    line-height: 0;
    position: absolute;
    bottom: -2px;
    width: 100%;
    z-index: -1;
}

.idea-side-button-inner{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 10px;
    background: #3ea822; 
    margin-left:6px;
    width: 32px;
    text-align:right;
}

.idea-side-button-inner img{
    margin-top: 10px; margin-bottom: 10px; margin-right: 7px;
}

.idea-side-button-wrapper{
    position: fixed; width: 40px; top: 120px; left: -12px; background: #FFF;
    z-index: 800;
    cursor: pointer;
    _position: absolute;
}

.idea-side-button-wrapper:hover{
    left: -9px;
}

.idea-side-dialog-title-l{
    background: url('/bitrix/components/bitrix/idea.popup/templates/.default/images/s1.png') no-repeat scroll 0 0 transparent;
    font-size: 0;
    height: 45px;
    left: 0px;
    line-height: 0;
    position: absolute;
    top: 0px;
    width: 20px
}

.idea-side-dialog-title{
    position: relative; 
    zoom:1; 
    height: 45px; 
    overflow: hidden;
}

.idea-side-dialog-title-r{
    background: url('/bitrix/components/bitrix/idea.popup/templates/.default/images/s1.png') no-repeat scroll -22px 0 transparent;
    font-size: 0;
    height: 45px;
    right: 0px;
    line-height: 0;
    position: absolute;
    top: 0px;
    width: 20px
}

.idea-side-dialog-title-c{
    background: url('/bitrix/components/bitrix/idea.popup/templates/.default/images/s1.png') repeat-x scroll -22px -47px transparent;
    height: 45px;
    margin: 0px 20px;
    padding-left: 7px;
    font-size: 15px;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    line-height: 55px;
    cursor: default;
    _width:760px;
}

.idea-side-dialog-footer-l{
    background: url('/bitrix/components/bitrix/idea.popup/templates/.default/images/s1.png') no-repeat scroll 0 -94px transparent;
    font-size: 0;
    height: 22px;
    left: 0px;
    line-height: 0;
    position: absolute;
    top: 0px;
    width: 20px
}

.idea-side-dialog-footer-r{
    background: url('/bitrix/components/bitrix/idea.popup/templates/.default/images/s1.png') no-repeat scroll -22px -94px transparent;
    font-size: 0;
    height: 22px;
    right: 0px;
    line-height: 0;
    position: absolute;
    top: 0px;
    width: 20px;
}

.idea-side-dialog-footer-c{
    background: url('/bitrix/components/bitrix/idea.popup/templates/.default/images/s1.png') repeat-x scroll -22px -116px transparent;
    height: 22px;
    margin: 0px 20px;
    _width:760px;
}

.idea-side-dialog-content{
    position: relative; 
    zoom:1;
    _height:100%;
    _overflow: hidden;
}

.idea-side-dialog-content-l{
    background: url('/bitrix/components/bitrix/idea.popup/templates/.default/images/s2.png') repeat-y scroll 0 0 transparent;
    font-size: 0;
    height: 100%;
    left: 0px;
    line-height: 0;
    position: absolute;
    top: 0px;
    width: 20px;
}

.idea-side-dialog-content-r{
    background: url('/bitrix/components/bitrix/idea.popup/templates/.default/images/s2.png') repeat-y scroll -22px 0 transparent;
    font-size: 0;
    height: 100%;
    right: 0px;
    line-height: 0;
    position: absolute;
    top: 0px;
    width: 20px;
}

.idea-side-dialog-content-c{
    background: #FFF;
    margin: 0px 20px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    _width:760px;
}

.idea-side-dialog-close-button-wrapper{
    height: 36px;
    width: 40px;
    position: absolute;
    right: 12px;
    top: 8px;
    cursor: pointer;
}

.idea-side-dialog-close-button-wrapper i{
    background: url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat scroll 0 -283px transparent;
    height: 13px;
    width: 13px;
    position: absolute;
    right: 14px;
    top: 12px;
    display: block;
}

.idea-side-dialog-close-button-wrapper:hover i{
    background: url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat scroll -17px -283px transparent;
}

.status-item{
    cursor: pointer;
}

.status-item-more{
    position: absolute;
    right: 32px;
}

#idea-list-container{
    padding: 0 13px;
    min-height: 510px;
    _height: 510px;
    _width: 760px;
}

#idea-editor-container{
    padding: 0px 13px;
    min-height: 510px;
    _height: 510px;
    _width: 760px;
}

#idea-editor-container .bx-system-auth-form
{
    padding-left: 40%;
    _width: 400px;
    _padding-left: 250px;
}

.status-item-selected div div{
    padding: 0 15px!important;
}

#idea-side-dialog{
    width: 800px; 
    display: none; 
    position: absolute; 
}



#idea-loader{
    padding: 0 13px;
    min-height: 510px;
    _height: 510px;
    background: url('/bitrix/components/bitrix/idea.popup/templates/.default/images/wait-big.gif') no-repeat center center;
}

/*Quirk Avoid*/
/*Ratings*/
div.idea-rating-block {margin-right: 5px; text-align: right}

div.idea-rating-block span.idea-rating-block-left
{
    background: url('/bitrix/components/bitrix/idea.popup/templates/.default/images/rating-border-left.png') no-repeat left top;
    padding-left:4px;
    display: inline-block;
    border-bottom: 1px solid #ededed;
}
div.idea-rating-block span.idea-rating-block-right
{
    padding-right:4px; 
    background: url('/bitrix/components/bitrix/idea.popup/templates/.default/images/rating-border-right.png') no-repeat right top;
    display: inline-block;
}

div.idea-rating-block span.idea-rating-block-content
{
    border-top: 1px solid #ededed;
    display: inline-block;
}

/*Standart template*/
.idea-rating-block-content-ext-standart
{
    height: 22px!important;
    padding-top: 4px!important;
    padding-left: 5px!important;
    padding-right: 2px!important;
}

.idea-rating-block-content-ext-standart .idea-rating-block-content-description
{
    display: inline-block;
    color: #9C9C9C;
    font-size: 11px;
    font-family: Arial;
    padding-right: 5px;
}

.idea-rating-block-content-ext-standart .rating-vote
{
    height: auto;
}

.idea-rating-block-content-ext-standart .rating-vote-result
{
    margin: 0px;
    font: bold 16px Arial!important;
    padding-right: 5px;
    margin: -1px 0 0!important;
}

#idea-posts-content-light .rating-vote-result-minus, #idea-posts-content-light .rating-vote-result-plus{
    font-weight: bold!important;
    font-size: 12px!important;
}

/*Like template*/
.idea-rating-block-content-ext-like
{
    height: 21px!important;
    padding-right: 12px!important;
    padding-left: 9px!important;
    font-size: 11px!important;
}
.idea-rating-block-content-ext-like a
{
    color: #929292!important;
    text-decoration: none!important;
}

.idea-rating-block-content-ext-like .idea-rating-block-content-description
{
    display:none;
}

@-moz-document url-prefix()
{
    .idea-rating-block-content-ext-like .ilike-light .bx-ilike-right{padding-top: 2px!important;}
}

* + html .idea-rating-block-content-ext-like .ilike-light .bx-ilike-text {height: 16px!important;}

#idea-posts-content-light .ilike-light{
    padding-bottom: 5px;
    white-space: nowrap;
}

#idea-posts-content-light .ilike-light a{
    color: #929292 !important;
    text-decoration: none !important;
    font-size: 11px !important;
}

#idea-posts-content-light .bx-ilike-right
{
    font-size: 11px !important;
}

#idea-posts-content-light .bx-ilike-text{
    padding-right: 5px;
}

#idea-posts-content-light .rating-vote{
    white-space: nowrap;
    text-align: right!important;
    display: inline-block;
    width:100%;
}

#idea-posts-content-light .rating-vote-minus{
    margin-right:5px;
}

/*Common*/
#idea-posts-content-light .idea-light-delimiter{
    margin-top: 9px;
    _height:0px;
    _font-size:0px;
    _line-height:0px;
    *height:0px;
    *font-size:0px;
    *line-height:0px;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 9px;
}


#idea-posts-content-light .idea-title{
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    max-width: 520px;
    *width: 520px;
    width: 520px\0/;
}

#idea-posts-content-light .idea-title-like{
    max-width: 470px;
    *width: 470px;
    width: 470px\0/;
}
    
#idea-posts-content-light{
    padding: 9px 0px;
}

#idea-posts-content-light .idea-title a{
    text-decoration: none;
    color: #000!important;
    font-size: 18px;
}
#idea-posts-content-light .idea-title a:hover{
    text-decoration: underline;
}

#idea-posts-content-light .bx-idea-condition-description{
    float:none!important;
    margin: 0px!important;
    position:relative!important;
    padding-right: 5px;
    font-size: 12px;
}

#idea-posts-content-light .idea-owner{
    font-size: 12px;
    padding-top: 1px;
}

.idea-description-textarea .webform-field-textarea-inner { padding: 0 2px 0 0; }
.idea-description-textarea .lhe-button-cont { background: transparent!important; }
.idea-description-textarea .lhe-line-begin, .idea-description-textarea .lhe-line-end { display: none!important; }
.idea-description-textarea div.bxlhe-frame { border:1px solid #fff !important; background: #fff!important; }

.idea-description-textarea table.bxlhe-frame-table td.bxlhe-editor-buttons, .idea-description-textarea div.bxst-lhe-cont td.bxlhe-editor-cell { background: #f8f8f8 !important; }
.idea-description-textarea td.bxlhe-editor-cell { border-top: 1px solid #e5e5e5 !important; }
.idea-description-textarea .lhe-button { border:1px solid #f8f8f8; }
.idea-description-textarea .lhe-button-over { background-color: #e7e7e7 !important; }

.blog-note-box, .blog-note-error {margin-top:0px!important; margin-bottom:0px!important}

.idea-post-edit-light #POST_TITLE, .idea-post-edit-light .search-tags, .idea-post-edit-light .field-UF_CATEGORY_CODE, .idea-post-edit-light .idea-field-common,  #idea-field-common-show-add-form{height: 28px; font-size:20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #cccccc;
    padding: 5px 1px 5px 5px;
    -webkit-box-shadow: inset 0px 2px 2px 0px #cccccc;
    box-shadow: inset 0px 2px 2px 0px #cccccc;
    margin-right: 2px;
    _height: 36px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.idea-post-edit-light .field-UF_CATEGORY_CODE{
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    font-size: 16px;
    padding: 5px 5px 5px 7px;
    height: 23px!important;
    display: inline-block;
    _overflow:hidden;
    _height: 28px;
    *zoom:1;
    *display:inline;
}

#idea-field-common-show-add-form{width: 100%; color: #b2b2b2;}

#REPLIER-form-light{
    padding-top: 10px;
}

.field-UF_CATEGORY_CODE select{
    border: 0px;
}

#blog-post-image {padding-top:6px;}

.idea-post-edit-light .blog-field-title-images {color:#767676; padding-left:2px;}
.idea-post-edit-light .field-title-idea-text {margin-top: 6px;}
.idea-post-edit-light .field-title-idea-tags {margin-top: 6px;}
.idea-post-edit-light .field-title-idea-UF_CATEGORY_CODE {margin-top: 10px;}
.idea-post-edit-light .field-title-idea-UF_CATEGORY_CODE, .field-title-idea-tags, .field-title-idea-text, .field-title-idea-title{
     margin-bottom:6px;
     color:#767676;
 }
 
.idea-post-edit-light .field-title-idea-title{padding-top: 6px;}

/*.blog-post-field-user-prop select {width:100px;}
.blog-post-field-user-prop input {width:150px;}
.blog-post-field-user-prop {margin-top:15px;}*/

/*Add comment button*/
.idea-post-edit-light .idea-add-comment{text-align: center; border-top: 1px solid #e3e2e1; margin-top: 12px; padding-bottom: 5px;}
.idea-post-edit-light .idea-add-button{
    display: inline-block;
    margin: 8px 0px 0px 0;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
}

.idea-post-edit-light .idea-add-button .t{
    background: url('/bitrix/components/bitrix/idea.popup/templates/.default/images/bt3.png') repeat-x scroll transparent;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 27px;
    padding: 6px 10px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: top;
    _height: 33px;
}
.idea-post-edit-light .idea-add-button .l{
    /*background: url('/bitrix/components/bitrix/idea.popup/templates/.default/images/s1.png') no-repeat scroll 0px -138px transparent;*/
    display: inline-block;
    height: 33px;
    vertical-align: top;
    width: 5px;
}
.idea-post-edit-light .idea-add-button .r{
    /*background: url('/bitrix/components/bitrix/idea.popup/templates/.default/images/s1.png') no-repeat scroll -7px -138px transparent;*/
    display: inline-block;
    height: 33px;
    vertical-align: top;
    width: 5px;
}

.idea-post-edit-light .blog-post-edit-form{
    padding: 8px 8px 4px 8px!important;
}

.idea-post-edit-light .idea-back-to-list-button{
    text-decoration: underline;
    color: #666666!important;
    cursor: pointer;
    display: inline-block;
    padding-top: 5px;
    padding-left: 5px;
    vertical-align: middle;
}

#edit-post-text{zoom:1;}

/* ie6 fix, avoid ie7*/
* html .idea-side-button-wrapper {
    top: expression(document.getElementsByTagName( 'body' )[0].scrollTop + 120 + "px");/**/
}
/* End */



/* Start:/bitrix/components/bitrix/idea/templates/.default/style.css*/
/*action button panel*/
div.idea-title-buttons{
    position: absolute;
    right: 0;
    top: 5px;
    white-space: nowrap;
}

/*idea managment content block, for each page*/
div.idea-managment-content{font-size:14px; zoom:1;}

div.idea-managment-content div.idea-managment-content-left{
    float: right;
    margin-left: 20px;
    width: 265px;
}

div.idea-managment-content div.idea-managment-content-right{
    overflow-x: auto;
    overflow-y: hidden;
    _float: left;
}
/*end*/

/*status colors*/
.status-color-new {color: #289B00; border-bottom-color: #289B00; font-family: Arial;}
.status-color-processing {color: #606060; border-bottom-color: #606060; font-family: Arial;}
.status-color-completed {color: #f6b60c; border-bottom-color: #f6b60c; font-family: Arial;}
.status-action {border-bottom-width: 1px; border-bottom-style: dashed; font-family: Arial;}
.idea-action-cursor
{
    cursor: pointer;
}

img.idea-user-avatar {margin-top:-2px; padding-left:2px; padding-right:3px;}

.bx-idea-user-desc-contact {
    margin-bottom:5px; 
    font-size:120%;
    color: #CC3333;
    margin: 10px 0;
    /*font-weight: bold;*/
}
.bx-idea-condition-description {float: left; font-size: 100%; margin-top: 0px; margin-right: 10px; text-align:right; line-height: 120%;}

/*Sort box line*/
div.idea-sort-by-box {/*background: url('/bitrix/components/bitrix/idea/templates/.default/images/sort-box/left-box.jpg') top left no-repeat;*/ height:23px; margin-bottom:17px;display:inline-block;}
div.idea-sort-by-box2 {/*background: url('/bitrix/components/bitrix/idea/templates/.default/images/sort-box/right-box.jpg') top right no-repeat;*/ height:23px;}
div.idea-sort-by-box div.idea-sort-by-box-body {/*background: url('/bitrix/components/bitrix/idea/templates/.default/images/sort-box/middle-box.jpg') top left repeat-x;*/ height:23px; margin:0 6px;}
div.idea-sort-by-box div.idea-sort-by-title{color:#000000; padding-right:10px!important;line-height: 18px; float: right;/*height: 23px;*/padding: 0 4px;}
div.idea-sort-by-box div.idea-sort-by-link-selected, div.idea-sort-by-box div.idea-sort-by-link{
    float:right; 
    height:23px; 
    padding:0px 4px;
    _width:0;
    _white-space: nowrap;
}
div.idea-sort-by-box div.idea-sort-by-link-selected {/* background: url('/bitrix/components/bitrix/idea/templates/.default/images/sort-box/selected-bg.jpg') top left repeat-x; border-radius: 3px; */}
div.idea-sort-by-box div.idea-sort-by-link-selected a{color:#980000; display:block; /*height:23px;*/ line-height: 18px; text-decoration:none;border-bottom:1px dashed}
div.idea-sort-by-box div.idea-sort-by-link a{color:#980000; display:block; /*height:23px;*/ line-height: 18px; text-decoration:none;border-bottom:1px dashed}
div.idea-sort-by-box div.idea-sort-by-link:hover {background: url('/bitrix/components/bitrix/idea/templates/.default/images/sort-box/hover-bg.jpg') top left repeat-x; border-radius: 3px;}
/*end Sort box line*/

/*Status box*/
div.status-box-l
{
    height:18px;
	display:inline-block;
	border-right: 1px dotted;
	/*background: url('/bitrix/components/bitrix/idea/templates/.default/images/status-box/left-box.jpg') top left no-repeat;*/
}
div.status-box-l div.status-box-r
{
    height:26px; 
    /*background: url('/bitrix/components/bitrix/idea/templates/.default/images/status-box/right-box.jpg') top right no-repeat;*/
}
div.status-box-l div.status-box-r div.status-box-m
{
    height:26px;
    margin: 0 4px;
    /*background: url('/bitrix/components/bitrix/idea/templates/.default/images/status-box/middle-box.jpg') top right repeat-x;*/
}



div.status-box-l div.status-box-r div.status-box-m div.status-item
{
    height:26px;
    float:left;
    margin: 0 5px;
    _width:0;
    _white-space: nowrap;
}

div.status-box-l div.status-box-r div.status-box-m div.status-item:hover
{
    /*background: url('/bitrix/components/bitrix/idea/templates/.default/images/status-box/hover-bg.jpg') center left repeat-x;*/
}

div.status-box-l div.status-box-r div.status-box-m div.status-item div
{
    height:26px;
}

div.status-box-l div.status-box-r div.status-box-m div.status-item div a
{
    line-height: 16px;
    color: #980000;
    text-decoration: none;
    font-size: 14px;
    font-family: Arial;
    display: block;
    padding: 0;
	border-bottom: 1px dashed;
}

div.status-box-l div.status-box-r div.status-box-m div.status-item-selected
{
    height:26px;
    float:left;
    /*background: url('/bitrix/components/bitrix/idea/templates/.default/images/status-box/selected-left.jpg') top left no-repeat;*/
    _width:0;
    _white-space: nowrap;
}

div.status-box-l div.status-box-r div.status-box-m div.status-item-selected div
{
    height:26px;
    /*background: url('/bitrix/components/bitrix/idea/templates/.default/images/status-box/selected-right.jpg') top right no-repeat;*/
}

div.status-box-l div.status-box-r div.status-box-m div.status-item-selected div div
{
    height:26px;
    /*background: url('/bitrix/components/bitrix/idea/templates/.default/images/status-box/selected-middle.jpg') top left repeat-x;*/
    padding: 0px !important;
    margin: 0 5px;
}

div.status-box-l div.status-box-r div.status-box-m div.status-item-selected div div a
{
    line-height: 16px;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-family: Arial;
    cursor: default;
}
/*end Status box*/

/*Detail comments official*/
div.blog-comment-common-official div.comment-list-tl
{
    height:4px;
    background: url('/bitrix/components/bitrix/idea/templates/.default/images/comment-borders/official-tl.jpg') top left no-repeat;
}

div.blog-comment-common-official div.comment-list-tl div.comment-list-tr
{
    height:4px;
    background: url('/bitrix/components/bitrix/idea/templates/.default/images/comment-borders/official-tr.jpg') top right no-repeat;
}

div.blog-comment-common-official div.comment-list-tl div.comment-list-tr div
{
    background: #f5f5f5;
    border-top: 1px solid #e4e4e4;
    height: 4px;
    margin: 0 4px;
    font-size: 0px;
    line-height: 0px;
}

div.blog-comment-common-official div.comment-list-bl
{
    height:4px;
    margin-bottom: 7px;
    background: url('/bitrix/components/bitrix/idea/templates/.default/images/comment-borders/all-bl.jpg') top left no-repeat;
}

div.blog-comment-common-official div.comment-list-bl div.comment-list-br
{
    height:4px;
    background: url('/bitrix/components/bitrix/idea/templates/.default/images/comment-borders/all-br.jpg') top right no-repeat;
}

div.blog-comment-common-official div.comment-list-bl div.comment-list-br div
{
    border-bottom: 1px solid #ededed;
    height: 4px;
    margin: 0 4px;
    font-size: 0px;
    line-height: 0px;
}

div.blog-comment-common-official div.idea-answer
{
    padding-bottom: 5px;
    padding-left: 14px;
    padding-right: 7px;
    padding-top: 4px;
    background: #f5f5f5;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

div.blog-comment-common-official div.blog-comment-content-common
{
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding-left: 12px;
    padding-right: 7px;
    padding-top: 12px;
}
/*END Detail comments*/

/*Detail comments hidden*/
div.blog-comment-common-hidden div.comment-list-tl
{
    height:4px;
    background: url('/bitrix/components/bitrix/idea/templates/.default/images/comment-borders/hidden-tl.jpg') top left no-repeat;
}

div.blog-comment-common-hidden div.comment-list-tl div.comment-list-tr
{
    height:4px;
    background: url('/bitrix/components/bitrix/idea/templates/.default/images/comment-borders/hidden-tr.jpg') top right no-repeat;
}

div.blog-comment-common-hidden div.comment-list-tl div.comment-list-tr div
{
    background: #e1f0e0;
    border-top: 1px solid #d1dfd0;
    height: 4px;
    margin: 0 4px;
    font-size: 0px;
    line-height: 0px;
}

div.blog-comment-common-hidden div.comment-list-bl
{
    height:4px;
    margin-bottom: 7px;
    background: url('/bitrix/components/bitrix/idea/templates/.default/images/comment-borders/all-bl.jpg') top left no-repeat;
}

div.blog-comment-common-hidden div.comment-list-bl div.comment-list-br
{
    height:4px;
    background: url('/bitrix/components/bitrix/idea/templates/.default/images/comment-borders/all-br.jpg') top right no-repeat;
}

div.blog-comment-common-hidden div.comment-list-bl div.comment-list-br div
{
    border-bottom: 1px solid #ededed;
    height: 4px;
    margin: 0 4px;
    font-size: 0px;
    line-height: 0px;
}

div.blog-comment-common-hidden div.idea-answer
{
    padding-bottom: 5px;
    padding-left: 14px;
    padding-right: 7px;
    padding-top: 4px;
    background: #e1f0e0;
    border-left: 1px solid #d1dfd0;
    border-right: 1px solid #d1dfd0;
}

div.blog-comment-common-hidden div.blog-comment-content-common
{
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding-left: 12px;
    padding-right: 7px;
    padding-top: 12px;
}
/*END Detail comments*/

/*Detail comments owner*/
div.blog-comment-common-owner div.comment-list-tl
{
    height:4px;
    background: url('/bitrix/components/bitrix/idea/templates/.default/images/comment-borders/owner-tl.jpg') top left no-repeat;
}

div.blog-comment-common-owner div.comment-list-tl div.comment-list-tr
{
    height:4px;
    background: url('/bitrix/components/bitrix/idea/templates/.default/images/comment-borders/owner-tr.jpg') top right no-repeat;
}

div.blog-comment-common-owner div.comment-list-tl div.comment-list-tr div
{
    background: #f9f4cd;
    border-top: 1px solid #e7e3bf;
    height: 4px;
    margin: 0 4px;
    font-size: 0px;
    line-height: 0px;
}

div.blog-comment-common-owner div.comment-list-bl
{
    height:4px;
    margin-bottom: 7px;
    background: url('/bitrix/components/bitrix/idea/templates/.default/images/comment-borders/all-bl.jpg') top left no-repeat;
}

div.blog-comment-common-owner div.comment-list-bl div.comment-list-br
{
    height:4px;
    background: url('/bitrix/components/bitrix/idea/templates/.default/images/comment-borders/all-br.jpg') top right no-repeat;
}

div.blog-comment-common-owner div.comment-list-bl div.comment-list-br div
{
    border-bottom: 1px solid #ededed;
    height: 4px;
    margin: 0 4px;
    font-size: 0px;
    line-height: 0px;
}

div.blog-comment-common-owner div.idea-answer
{
    padding-bottom: 5px;
    padding-left: 14px;
    padding-right: 7px;
    padding-top: 4px;
    background: #f9f4cd;
    border-left: 1px solid #e7e3bf;
    border-right: 1px solid #e7e3bf;
}

div.blog-comment-common-owner div.blog-comment-content-common
{
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding-left: 12px;
    padding-right: 7px;
    padding-top: 12px;
}
/*END Detail comments*/

/*Detail comments common*/
div.blog-comment-common-common div.comment-list-tl
{
    height:4px;
    background: url('/bitrix/components/bitrix/idea/templates/.default/images/comment-borders/common-tl.jpg') top left no-repeat;
}

div.blog-comment-common-common div.comment-list-tl div.comment-list-tr
{
    height:4px;
    background: url('/bitrix/components/bitrix/idea/templates/.default/images/comment-borders/common-tr.jpg') top right no-repeat;
}

div.blog-comment-common-common div.comment-list-tl div.comment-list-tr div
{
    border-top: 1px solid #ededed;
    height: 4px;
    margin: 0 4px;
}

div.blog-comment-common-common div.comment-list-bl
{
    height:4px;
    margin-bottom: 7px;
    background: url('/bitrix/components/bitrix/idea/templates/.default/images/comment-borders/all-bl.jpg') top left no-repeat;
}

div.blog-comment-common-common div.comment-list-bl div.comment-list-br
{
    height:4px;
    background: url('/bitrix/components/bitrix/idea/templates/.default/images/comment-borders/all-br.jpg') top right no-repeat;
}

div.blog-comment-common-common div.comment-list-bl div.comment-list-br div
{
    border-bottom: 1px solid #ededed;
    height: 4px;
    margin: 0 4px;
}

div.blog-comment-common-common div.idea-answer
{
    padding-bottom: 5px;
    padding-left: 14px;
    padding-right: 7px;
    padding-top: 4px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

div.blog-comment-common-common div.blog-comment-content-common
{
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding-left: 12px;
    padding-right: 7px;
    padding-top: 12px;
}
/*END Detail comments*/

div.blog-qtl
{
    /*background: url('/bitrix/components/bitrix/idea/templates/.default/images/qtl.jpg') #f9f4cd top left no-repeat;*/
}

div.blog-qtl div.blog-qtr
{
    /*background: url('/bitrix/components/bitrix/idea/templates/.default/images/qtr.jpg') top right no-repeat;
    padding-top: 5px;*/
}

/*Hidden idea*/
div.blog-post-hidden
{
    background: url('/bitrix/components/bitrix/idea/templates/.default/images/comment-borders/hidden-tl.jpg') #E1F0E0 top left no-repeat!important;
}

div.blog-post-hidden div.blog-qtr
{
    background: url('/bitrix/components/bitrix/idea/templates/.default/images/comment-borders/hidden-tr.jpg') top right no-repeat!important;
}

/*END Hidden idea*/

div.blog-idea-body
{
    /*border-right: 1px solid #e8e8e8;*/
    padding-left: 18px;
    padding-right: 7px;
    padding-top: 0px;
    overflow-x:hidden;
    overflow-y:hidden;
    padding-bottom: 7px;
}

div.blog-post-text{overflow-x:hidden;overflow-y:hidden;}

div.bottom-space{margin-bottom: 2px;}

/*Rating*/
div.post-rating {
    background: url('/bitrix/components/bitrix/idea/templates/.default/images/post-rating-block.jpg') top left no-repeat; 
    height:29px; 
    width:170px; 
    margin-right:5px;
    float:right;
    line-height: 28px;
    padding-left: 10px;
    font-size: 11px;
    color: #9c9c9c;
    font-family: Arial;
}
div.post-rating .rating-vote{height: 29px!important; width: 120px;}
* + html div.post-rating .rating-vote{margin-top: -6px;}
div.post-rating .rating-vote img {display: none;}
div.post-rating .rating-vote-result{font: bold 16px Arial!important; margin-top:4px!important; padding-left: 5px; width: 65px; margin-right:10px;}
div.post-rating .rating-vote-plus, div.post-rating .rating-vote-minus{margin-top: 5px!important;}

/*PageNavigation*/
.navigation-arrows .arrow, .navigation-arrows .ctrl{color: #999999;}
.navigation-arrows a {color: #000000!important;}
div.navigation-pages {margin-top:7px;}
span.nav-page a{color: #666666!important; text-decoration: none!important; padding: 0 7px; height:22px; display: inline-block; line-height: 22px}
span.nav-current-page{color: #FFFFFF; padding: 0 7px; background: #C6CBCE; height:22px; display: inline-block; line-height: 22px}
div.nav-delimiter {height:1px; border-bottom: 1px solid #d6d6d6; margin-bottom: 4px;}
/*end PageNavigation*/

div.body-blog{margin-right:12px; font-size: 12px;}
.blog-posts {display:inline; overflow:hidden; width:100%;}

div.idea-owner, div.idea-owner a{color: #000000!important;}
div.idea-owner a {text-decoration: underline;margin-right: 10px;}
div.idea-answer, div.idea-answer a{color: #7a7a7a!important;}

div.post-title a {color: #000000!important; font-weight: normal; font-size:140%;}
div.post-title h2 {margin-top: 5px; margin-bottom:9px; border: 0px!important; padding: 0px!important;}

div.blog-comment-official
{
    background: #f5f5f5;
    padding-left:12px;
    padding-right: 7px;
    padding-top: 7px;
}

div.blog-comment-hidden
{
    background: #E1F0E0;
    padding-left:12px;
    padding-right: 7px;
    padding-top: 7px;
}

div.blog-comment-dublicate
{
    background: #f3d56e;
    border-right: 1px solid #e8e8e8;
    padding-left:12px;
    padding-right: 7px;
    padding-top: 7px;
    height:25px;
}

div.blog-comment-line-official, div.blog-comment-line-dublicate
{
    padding-top: 3px;
    border-right: 1px solid #e8e8e8;
    background: #FFF;
}

div.blog-comment-content-official
{
    padding-top:11px;
}

div.tag-tbl
{
    background: url('/bitrix/components/bitrix/idea/templates/.default/images/tbl.jpg') top left no-repeat;
    height: 5px;
}

div.tag-tbl div.tag-tbb
{
    /*background: url('/bitrix/components/bitrix/idea/templates/.default/images/tbb.jpg') repeat-x;*/
    height: 5px;  
    margin: 0 5px;
}

div.tag-tbl div.tag-tbr
{
    background: url('/bitrix/components/bitrix/idea/templates/.default/images/tbr.jpg') top right no-repeat;
    height: 5px;
}

div.tag-tl
{
    /*background: url('/bitrix/components/bitrix/idea/templates/.default/images/tl-r.jpg') top left #FFF no-repeat;*/
	background-color: #E7E7E7;
    height: 27px;
	/*margin: 0 17px;*/
	border-top: 1px dotted;
}

div.tag-tl div.tag-tr
{
    /*background: url('/bitrix/components/bitrix/idea/templates/.default/images/tl-r.jpg') top right no-repeat;*/
    height: 27px;
}

div.tag-tl div.tag-block
{
    height: 27px;
    line-height: 26px;
    color: #7f7f7f;
}

div.tag-tl div.tag-block a{color: #7f7f7f; text-decoration:none;}


/*post*/
.blog-post {margin:0; padding-bottom: 2.5em; padding-right:0.8em;}

.blog-post-info {padding:0.2em 0.6em 0.2em}
.blog-post-info-back {}
.idea-post-content {overflow: hidden;}

.blog-post-date {margin:0.1em 0; padding:0 0 0 0.3em; line-height: 1.4em; display:inline;}
.blog-post-current .blog-post {padding-right: 0;}

.blog-post-edit-link, .blog-post-delete-link, .blog-post-comments-link, .blog-post-views-link, .blog-post-publish-link, .blog-post-hide-link, .blog-post-show-link {background-repeat: no-repeat; padding-left: 18px; height: 16px; display:inline-block; padding-right: 0.5em; font-size: 1.2em;}
.blog-post-comments-link {padding-left: 15px;}
.blog-post-show-link {padding-left: 19px;}


.blog-post-tag {padding-top: 0.4em;}
.blog-post-tag a {text-decoration: none !important;}
.blog-post-tag a:hover {text-decoration: underline !important;}
.blog-post-avatar img {float:right;}
.blog-post-avatar {padding: 0.1em 0.3em 0.3em 0.3em;}

/*post form*/
div.blog-post-field-text textarea {width: 100%;}
div.blog-post-field-text {padding-bottom: 0.2em;}
div.blog-post-fields {}
div.blog-post-field {}
div.blog-post-field-title input, div.blog-post-field-category input  { width: 99%;}
div.blog-post-field-code input  { width: 40%;}
div.blog-post-field-user {width: 100%; /*IE Fix or zoom:1 */}
div.blog-post-field-title, div.blog-post-field-category, div.blog-post-field-favorite, div.blog-post-field-date, div.blog-post-field-enable-comments { width:100%;}
div.blog-post-field-date {padding-top: 0.5em;}
div.blog-post-field-favorite div, div.blog-post-field-enable-comments div{display:inline;}
div.blog-post-field-favorite, div.blog-post-field-enable-comments {padding-bottom: 0.4em;}
div.blog-post-field-sep { width:2%; float: left;}
div.blog-post-image-item {float:left; padding-right: 1em; padding-bottom: 2em; height:150px;}
div.blog-post-image-item-border {border: 1px solid; height:100px; text-align: center; vertical-align: middle; width:100px;}
div.blog-post-image-item-input {padding-top: 0.5em;}
div.blog-post-image-item-input input {width: 100px;}
div.blog-post-buttons {padding-top:1em; padding-bottom: 0.4em;}
div.blog-post-field-category div.blog-post-field-text label, div.blog-post-field-access-title, div.blog-post-field-code div.blog-post-field-text label {font-weight: bold; font-size: 1.1em;}
 
div.blog-post-bbcode-line {padding-top:0.2em;}
.blog-group-edit {background-repeat: no-repeat; width:16px; height:16px; display:inline-block;}
.blog-group-delete {background-repeat: no-repeat; width:16px; height:16px; display:inline-block;}
.blog-group, .blog-group-label{ }

div.blog-post-edit-form{/*width: 97%; */padding: 0.8em;}
div.blog-buttons {padding-top: 1em;}


/*comment*/
.blog-comment {margin:0; padding-top: 0.7em;}
.blog-comment-cont{}
.blog-comment-info {display:block;}
.blog-comment-content {display:block; overflow: hidden; padding-top: 0.5em;}
.blog-comment-meta {font-size:0.85em; padding-top: 0.5em; padding-bottom: 0.5em;}
.blog-comment-date {font-size:0.85em; display:inline;}
.blog-comment-author-info {display:inline;}
.blog-comment-avatar {float:left; margin-right: 0.5em; width: 30px; height: 30px; border:1px solid #c4c4c4; background-color: #eceaec;}
.blog-comment-avatar img{}
.blog-comment-meta a { text-decoration: none !important;}
.blog-comment-meta a:hover {text-decoration: underline !important;}
.blog-comment-link, .blog-comment-delete, .blog-comment-parent, .blog-comment-answer, .blog-comment-edit, .blog-comment-show, .blog-comment-hide {display:inline-block;}
.blog-add-comment {text-align:center; padding-top: 10px; padding-bottom: 3px;}
.blog-add-comment-space {padding-top: 7px;}
.blog-comment-nav {padding-bottom: 0.6em; padding-left: 0.7em;}

/*comment-form*/
div.blog-comment-form {width:100%;}
div.blog-comment-field-text  {width: 100%;}
div.blog-comment-field-text textarea { width: 99.9%; }
div.blog-comment-field-tags { display: none; }
div.blog-comment-field-tags input { width:80%; }
div.blog-comment-field-captcha input { width: 180px;}
div.blog-comment-field-settings input { width:1.55em; height:1.55em; margin:0 0 0 -0.25em; vertical-align: middle; font-size:1em; }
div.blog-comment-field-settings label { vertical-align: middle; }
div.blog-comment-fields { padding:0.8em;}
div.blog-comment-field {}
div.blog-comment-field-title input, div.blog-comment-field-desc input { width: 80%;}
div.blog-comment-field-user {width: 100%; padding-bottom: 5px; }
div.blog-comment-field-author, div.blog-comment-field-email { float:left; width:47%;}
div.blog-comment-field-text {padding-bottom: 0.2em;}
div.blog-comment-field-user-sep { width:5%; float: left; }
div.blog-comment-field-author input, div.blog-comment-field-email input { width:100%; }
div.blog-comment-field-bbcode {padding-top: 0.7em;}
div.blog-comment-field-captcha-image{padding-top: 0.4em;}
div.blog-comment-buttons { margin-top: 1em; padding-bottom: 0.4em; zoom:1;}
div.blog-comment-buttons input { padding:0 0.5em; font-size:1.184em;}


/*menu*/
div.blog-menu-box {margin-bottom: 1em; padding-bottom:0.5em; line-height: 1.5em; zoom: 1;}
div.blog-menu-box span { white-space:nowrap; display: inline-block;}
div.blog-settings-menu-box {margin-bottom: 1em; padding-bottom:0.5em; line-height: 1.5em; zoom: 1; }
div.blog-settings-menu-box span{ white-space:nowrap; display: inline-block;}


/*sidebar*/
.blog-sidebar { display:inline; float:right; overflow:hidden; width:20%;}
.blog-sidebar ul,.blog-sidebar ul li ul {margin:0;padding:0; list-style:none !important;}
.blog-sidebar ul li {margin:0;padding:0px; list-style:none !important; text-align:left;}
.blog-sidebar h3 { font-size: 1em; font-weight: bold; letter-spacing: 1px; border-bottom: 1px solid; padding:0; padding-bottom: 0.6em; margin: 0;}
.blog-sidebar li ul li {margin:0;padding:0; border:0;}
.blog-sidebar ul li ul li {text-align:left; margin:0; padding: 0;}
.blog-sidebar ul li ul li a {text-decoration: none; outline: 0;}
.blog-sidebar ul li ul li a:hover {text-decoration: underline;}
.blog-sidebar ul {padding: 1em; }
.blog-sidebar ul  li ul{padding-top: 0.4em; }
.blog-sidebar-title a {text-decoration: none;}
.blog-sidebar-avatar {text-align: center;}


/*general*/
div.blog-errors {border-width:1px; border: 1px solid; margin: 1.117em; padding: 0.4em 1.117em;}
div.blog-errors ul {padding:0.3em 0 0.3em 2em; margin:0;}
div.blog-errors ul li {margin:0; padding:0;}

div.blog-notes {border-width:1px; border: 1px solid; margin: 1.117em; padding: 0.4em 1.117em;}
div.blog-notes ul {padding:0.3em 0 0.3em 2em; margin:0;}
div.blog-notes ul li {margin:0; padding:0;}

div.blog-textinfo {border: 1px solid ; margin: 1.117em; padding: 0.4em 1.117em;}
div.blog-textinfo ul {padding:0.3em 0 0.3em 2em; margin:0;}
div.blog-textinfo ul li {margin:0; padding:0;}

div.blog-clear-float {clear: both;}

table.blog-table-header-left, table.blog-table-header-top {border-collapse:collapse; border: none;}
table.blog-table-header-left th, table.blog-table-header-left td, table.blog-table-header-top th, table.blog-table-header-top td {padding:0.5em; vertical-align:top; border-top: 1px solid;}
table.blog-table-header-left th {text-align:right;}
table.blog-table-header-top th {text-align:center;}

table.blog-edit-perms-table  {border: none;}
table.blog-edit-perms-table th, table.blog-edit-perms-table td {padding:0.2em; vertical-align:top; border: none; border-top: 0px;}
table.blog-edit-perms-table  th {text-align:center;}

div.blog-line {background-repeat: no-repeat; height:3px; width:100%;}
.blog-author {margin:0; padding:0; display:inline;}
.blog-author-icon {width:16px; height:16px; display:block; float:left; background-repeat: no-repeat; padding-right:0.2em; line-height: 1em;}

/*bbcode line*/
div.blog-bbcode-line {margin-right: 3px; float: left;}
div.blog-smiles-line, div.blog-more-smiles {float: left; white-space:nowrap; margin-left: 5px; font-size: 0.95em;}
div.blog-bbcode-closeall {float: right;}
div.blog-bbcode-line img, div.blog-smiles-line img { border: 0;}
div.blog-bbcode-line a, div.blog-smiles-line a {vertical-align: middle;}
div.blog-bbcode-line a {width: 20px; height: 20px; float: left; margin-right: 0.2em; background-position: center center;  background-repeat:no-repeat; display: block;}
div.blog-bbcode-line a, div.blog-bbcode-line img, div.blog-smiles-line a, div.blog-smiles-line img { outline: none; }
div.blog-bbcode-line select { float: left; margin-left:3px; padding:0px; height:20px;} 
div.blog-bbcode-closeall a{padding-left: 1em; vertical-align: middle; float: left;}

/*BBCode Icons*/
a.blog-bbcode-bold {background-image: url('/bitrix/components/bitrix/idea/templates/.default/images/bbcode/font_bold.gif');}
a.blog-bbcode-italic {background-image: url('/bitrix/components/bitrix/idea/templates/.default/images/bbcode/font_italic.gif');}
a.blog-bbcode-color {background-image: url('/bitrix/components/bitrix/idea/templates/.default/images/bbcode/font_color.gif');}
a.blog-bbcode-underline{background-image: url('/bitrix/components/bitrix/idea/templates/.default/images/bbcode/font_underline.gif');}
a.blog-bbcode-strike{background-image: url('/bitrix/components/bitrix/idea/templates/.default/images/bbcode/font_strike.gif');}
a.blog-bbcode-url{background-image: url('/bitrix/components/bitrix/idea/templates/.default/images/bbcode/font_link.gif');}
a.blog-bbcode-img-upload{background-image: url('/bitrix/components/bitrix/idea/templates/.default/images/bbcode/font_image.gif');}
a.blog-bbcode-img{background-image: url('/bitrix/components/bitrix/idea/templates/.default/images/bbcode/font_image_upload.gif');}
a.blog-bbcode-video{background-image: url('/bitrix/components/bitrix/idea/templates/.default/images/bbcode/font_video.gif');}
a.blog-bbcode-code{background-image: url('/bitrix/components/bitrix/idea/templates/.default/images/bbcode/font_code.gif');}
a.blog-bbcode-quote{background-image: url('/bitrix/components/bitrix/idea/templates/.default/images/bbcode/font_quote.gif');}
a.blog-bbcode-video{background-image: url('/bitrix/components/bitrix/idea/templates/.default/images/bbcode/font_video.gif');}
a.blog-bbcode-list{background-image: url('/bitrix/components/bitrix/idea/templates/.default/images/bbcode/font_list.gif');}
a.blog-bbcode-cut{background-image: url('/bitrix/components/bitrix/idea/templates/.default/images/bbcode/cut.gif');}


/*main page*/

div.blog-mainpage {width: 100%;}
div.blog-mainpage-side-left {float:left; width:52%; padding-right: 0.5em; }
div.blog-mainpage-side-right {float:right; width:46%; }

.blog-mainpage-item {margin:0; padding-bottom: 0.6em; padding-top: 0.5em;}
.blog-mainpage-title{margin:0; padding-bottom: 0.5em; padding-top: 0.4em; font-weight:bold; }
.blog-mainpage-content {line-height:1.4em; font-size:0.95em; display:block;}
.blog-mainpage-meta {font-size:0.89em; line-height:1.4em; margin:0; padding:0; padding-top: 0.4em;}
.blog-mainpage-meta a {text-decoration: none !important;}
.blog-mainpage-meta a:hover {text-decoration: underline !important;}

div.blog-mainpage-comment .blog-mainpage-meta {display:inline; padding-left: 0.4em; font-size: 0.89em;}
div.blog-mainpage-comment .blog-mainpage-content {padding-top: 0.4em;}
div.blog-mainpage-comment .blog-mainpage-content a {text-decoration: none !important;}
div.blog-mainpage-comment .blog-mainpage-content a:hover {text-decoration: underline !important;}
div.blog-mainpage-item .blog-author {font-weight: normal;}
div.blog-mainpage-comment .blog-mainpage-title {font-weight: normal;}


div.blog-mainpage-blogs .blog-mainpage-content a {text-decoration: none;}
div.blog-mainpage-blogs .blog-mainpage-content a:hover {text-decoration: none;}

.blog-tab { padding:0; margin:0; min-height:31px; height:100%; width:96%; line-height: 2.35em; display:block;}
.blog-tab-left {background-repeat: no-repeat; padding:0; margin:0; width: 3px; height: 31px; float:left;}
.blog-tab-right {background-repeat: no-repeat;  padding:0; margin:0; width: 3px; height: 31px; float:right;}

.blog-tab-container {width: 100%; display: block;}

.blog-tab-items {float: right;  font-size: 0.95em; padding-right: 0.6em; display:inline; white-space: nowrap;}
.blog-tab-items a {text-decoration: none !important; padding-left: 0.6em;}
.blog-tab-items a:hover {text-decoration: underline !important;}
.blog-tab-title {font-weight: bold; padding-left: 0.5em; float: left; display:inline; overflow:hidden;}
.blog-tab-title a {text-decoration: none !important;}
.blog-tab-title a:hover {text-decoration: underline !important;}


div.blog-tab-content {padding-top:0.2em; padding-left: 0.6em; padding-right: 0.6em; padding-bottom: 1.7em;}
div.blog-mainpage-search-cloud {padding-top: 0.4em;}


.blog-calendar  {text-align:center;}
.blog-calendar table th {font-weight:normal;}

.blog-rss div {padding-top: 0.6em;}
.idea-post-comment-rss-icon{
    float:right; margin-right: 8px; margin-top: -22px;
    _margin-top: -32px;
}

.blog-group-icon {width:16px; height:16px; display:block; float:left; background-repeat: no-repeat; padding-right:0.2em; line-height: 1em;}

.blog-search-form {padding-top: 0.6em;}
.blog-search-form div{padding-bottom: 0.4em;}

.blog-mainpage-create-blog {padding-bottom: 1em; padding-left: 0.6em}

.blog-rss-subscribe {padding-bottom: 1.5em;}
.blog-rss-subscribe .blog-tab-items {padding-top: 0.55em;}
.blog-group-rss {padding-top: 1em;}

table.blogquote, table.blogcode { font-size:1em; margin:0.5em 1em; width:80%; border:1px solid;}
table.blogquote td, table.blogcode td { padding:0.95em 1.5em; }
table.blogcode td {font-family:"Courier New"; white-space:pre-wrap;}
table.blogcode pre {font-family:"Courier New"; font-size: 12px; margin: 0; line-height: 15px; white-space:pre-wrap;}

div.blog-post-quote, div.blog-post-code {padding-top: 0.6em; padding-bottom: 0.6em;}
div.blog-post-quote span, div.blog-post-code span {padding-left:0.6em;}
div.blog-post-quote table.blogquote, div.blog-post-code table.blogcode {margin: 0;}

/*page navigation*/
div.blog-page-navigation  {padding-bottom: 0.8em;}
div.blog-page-navigation a, span.blog-page-current, span.blog-page-dots {padding-left:0.75em;	padding-right: 0.5em; text-decoration: none;}

div.blog-page-navigation a.blog-page-first, div.blog-page-navigation span.blog-page-first { padding-left: 0.5em; }
span.blog-page-current { font-weight: bold; }

/*blog navigation*/
ul.blog-navigation {list-style-position:outside; list-style-type:none; padding: 0; margin: 0; padding-bottom: 1em; }
ul.blog-navigation li {display:inline;}

/*color*/

.idea-post-meta, .blog-comment-meta, .blog-comment-nav  {color: #969696;}
.idea-post-tag a, .blog-comment-meta a , .blog-mainpage-meta a{color:#969696 !important;}

.blog-post-date, .blog-comment-date {color: #767676;}
div.blog-post-date span.blog-post-time, div.blog-post-date span.blog-post-day {display:none;}
div.blog-post-edit-form, div.blog-comment-fields {background-color: #F5F5F5;}
div.blog-post-image-item-border {border-color:#D8D8D8;}
.blog-sidebar {background-color: #f5f5f5;}
.blog-sidebar h3 {border-bottom-color: #dadada;}
.blog-bottombar h3 {color: #333333;}
.blog-sidebar-title {color: #000 !important;}
.blog-sidebar-title a {color: #000 !important;}

div.blog-errors {border: solid 1px #DFBDAC; background: #F6DBCE;}
div.blog-notes {border: solid 1px #DAD7A7; background: #F6F9D3;}
div.blog-textinfo {border: solid 1px #D5D5D5; background: #F6F6F6;}

.blog-required-field {color: red;}
table.blog-table-header-left th, table.blog-table-header-left td, table.blog-table-header-top th, table.blog-table-header-top td {border-top-color: #D5D5D5;}

div.blog-post-quote span, div.blog-post-code span {color: #7d7d7d; display: none;}
div.blog-post-code table.blogcode { border-color: #E8E8E8; color: #7D7D7D; background-color: #F7F7F7;}
div.blog-post-quote table.blogquote { border-color: #e5e0c4; color: #4a483f; background: url('/bitrix/components/bitrix/idea/templates/.default/images/font_quote.gif') no-repeat scroll left top #fbf7e1;}

div.blog-mainpage-comment .blog-mainpage-content a, div.blog-mainpage-blogs .blog-mainpage-content a:hover, div.blog-mainpage-blogs .blog-mainpage-content a, div.blog-mainpage-comment .blog-mainpage-content a:hover {color: #333;}

.blog-tab, .blog-tab-container {background-color: #ededed;}
.blog-tab-items {color: #767676;}
.blog-tab-items a {color:#767676 !important;}
.blog-tab-title a {color: #000 !important;}
.blog-comment-cont-white {background-color: #fff; padding: 1px;}

/*images*/
div.blog-tab-left {background-image: url('/bitrix/components/bitrix/idea/templates/.default/images/plashka_start.gif');}
div.blog-tab-right {background-image: url('/bitrix/components/bitrix/idea/templates/.default/images/plashka_end.gif');}
div.blog-line {background-image: url('/bitrix/components/bitrix/idea/templates/.default/images/line_gradient.gif');}

.blog-rss-icon {background-repeat: no-repeat; width:17px; height:17px; display:block; line-height: 1em;}
.blog-rss-icon {background-image: url('/bitrix/components/bitrix/idea/templates/.default/images/rss_icon.gif');}
.blog-rss-icon-small  {background-repeat: no-repeat; width:12px; height:12px; display:block; line-height: 1em;}
.blog-rss-icon-small {background-image: url('/bitrix/components/bitrix/idea/templates/.default/images/rss_icon_small.png');}

div.blog-comment-hidden .blog-comment-cont-white {background-color: #ededed;}

div#special_perms {padding-top: 0.5em;}

div.blog-post-meta div.blog-post-info-bottom {display:none;}

.blog-post-meta span.blog-post-link-counter {padding: 0 0 0 0.3em;}
div.blog-post-rating {float: right;}
* + html div.blog-post-rating {margin-top:-5px;}

img.linked {
    border: none;
    cursor: pointer;
    height: 21px;
    left: 2px;
    position: relative;
    top: 6px;
    width: 11px;
}

div.blog-edit-field-code label.blog-edit-field-caption {font-weight:bold;}
span#post-code-input {display:none;}
a#post-code-text {
    background-color: #fff4ca;
    border-bottom: dashed 1px;
    text-decoration: none;
}
div.blog-post-field-code {padding-top: 0.5em;}

div.blog-tags-cloud {text-align:center;}

div.blog-comment-preview div.blog-comment-cont-white{border-top: 1px solid red; border-bottom: 1px solid red;}

 /* Customize Light Editor*/
 /*
 
 
div.blog-post-edit-micro td.bxlhe-editor-cell {border-top: 1px solid #f1f1f1!important;}
div.blog-post-edit-micro .lhe-button-cont{background: transparent!important;}
div.blog-post-edit-micro .lhe-line-begin, div.blog-post-edit-micro .lhe-line-end{display: none!important;}
div.blog-post-edit-micro div.bxlhe-frame{border:1px solid #f1f1f1 !important; background: #fff!important;}
div.blog-post-edit-micro  table.bxlhe-frame-table td.bxlhe-editor-buttons, div.blog-post-edit-micro div.bxst-lhe-cont td.bxlhe-editor-cell{background: #f1f1f1 !important;}
div.blog-post-edit-micro .lhe-button, div.blog-post-edit-micro .lhe-tlbr-smile-cont, div.blog-post-edit-micro div.lhe-tlbr-smile-over{border:1px solid #f1f1f1 !important;}
*/
div.blog-post-edit-micro #edit-post-text { padding: 0 2px 0 0; }
div.blog-post-edit-micro .lhe-button-cont { background: transparent!important; }
div.blog-post-edit-micro .lhe-line-begin, div.blog-post-edit-micro .lhe-line-end { display: none!important; }
div.blog-post-edit-micro div.bxlhe-frame { border:1px solid #fff !important; background: #fff!important; }

div.blog-post-edit-micro table.bxlhe-frame-table td.bxlhe-editor-buttons, div.blog-post-edit-micro div.bxst-lhe-cont td.bxlhe-editor-cell { background: #f8f8f8 !important; }
div.blog-post-edit-micro td.bxlhe-editor-cell { border-top: 1px solid #e5e5e5 !important; }
div.blog-post-edit-micro .lhe-button-over,  div.blog-post-edit-micro div.lhe-tlbr-smile-over { background-color: #e7e7e7 !important; }
div.blog-post-edit-micro .lhe-button, div.blog-post-edit-micro .lhe-tlbr-smile-cont, div.blog-post-edit-micro div.lhe-tlbr-smile-over{border:1px solid #f8f8f8 !important;}

div.blog-post-edit-micro #lhe_btn_sourcebb, div.blog-post-edit-micro #blog-post-image{display: none;}
div.blog-post-edit-micro div.blog-comment-field-bbcode, div.blog-post-edit-micro div.blog-post-edit-form{padding:0.2em;}
div.blog-post-edit-micro {width: 500px; margin-bottom: 2em;}
div.blog-post-edit-micro #blogpost-length {font-weight:bold; display:inline;}
div.blog-post-edit-micro div.blog-post-buttons{text-align:right; padding-top:0.5em; padding-right:0.1em;}

div.blog-comment-form .lhe-button-cont { background: transparent!important; }
div.blog-comment-form .lhe-line-begin, div.blog-comment-form .lhe-line-end { display: none!important; }
div.blog-comment-form div.bxlhe-frame { border:1px solid #fff !important; background: #fff!important; }

div.blog-comment-form table.bxlhe-frame-table td.bxlhe-editor-buttons, div.blog-comment-form div.bxst-lhe-cont td.bxlhe-editor-cell { background: #f8f8f8 !important; }
div.blog-comment-form td.bxlhe-editor-cell { border-top: 1px solid #e5e5e5 !important; }
div.blog-comment-form .lhe-button-over,  div.blog-comment-form div.lhe-tlbr-smile-over { background-color: #e7e7e7 !important; }
div.blog-comment-form .lhe-button, div.blog-comment-form .lhe-tlbr-smile-cont, div.blog-comment-form div.lhe-tlbr-smile-over{border:1px solid #f8f8f8 !important;}
div.blog-comment-form  td.lhe-resize-row {height: 3px !important; border: none !important;}
div.blog-comment-form  td.lhe-resize-row img {height: 0px !important; border-top: 1px solid #dcdcdc !important; border-bottom: 1px solid #9c9c9c !important;}

div.blog-comment .blog-author {line-height: 30px;}

div.blog-post-edit-micro  td.lhe-resize-row, div.blog-post-edit-micro  td.lhe-resize-row img {display: none;}

div.blog-comment-line {background-color: #ededed; height:1px; background-image: url('/bitrix/components/bitrix/idea/templates/.default/images/line-start.gif'); background-repeat: no-repeat; background-position: left;}

span.blog-vert-separator {height: 7px; width:1px; margin-left: 0.2em; margin-right: 0.2em; background-color: #e0e0e0; display: inline-block;}

div.blog-post-meta a {color: #7C7A66 !important; margin-right:5px;}
div.blog-post-meta {padding-left:0px!important; padding-bottom:10px; margin-top:2px; font-size:0.85em; line-height:1.4em; padding-left: 0.6em; height:15px;}
div.blog-post-meta-empty {padding-left:0px!important; padding-bottom:7px!important; margin-top:0px!important; height:0px!important;}

/* Public Dialogs & Usability */
.js-idea-popup-status-item
{
    padding: 2px 5px;
    margin: 3px 0;
    min-width: 120px;
    height: 16px;
    font-size: 12px;
}

.js-idea-popup-status-item:hover
{
    background-color: #F0F0F0;
}

.js-idea-popup-status-item-1st
{
    margin-top: -3px!important;
}

.idea-action-cursor
{
    cursor: pointer;
}
/* End */



/* Start:/bitrix/components/bitrix/rating.vote/templates/like/popup.css*/
.bx-ilike-wrap-block {display:inline-block; max-height:132px; position:relative; font-family: Verdana, Tahoma, sans-serif; overflow:hidden; width:186px; }
* html .bx-ilike-wrap-block {width:186px;}
.bx-ilike-popup {background-color:#fff; display:inline-block; max-height:121px;  margin: -2px 0 2px 0; padding: 0 6px 5px 0; overflow-y:auto; overflow-x:hidden; width:180px; -moz-user-select: none; -khtml-user-select: none; user-select: none;}
* html .bx-ilike-popup {width:186px;height:130px;}
.bx-ilike-popup-img {display:block; color:#656365; text-decoration:none; overflow:hidden; zoom:1;}
.bx-ilike-popup-img:link span,
.bx-ilike-popup-img:visited span{color:#50688e; text-decoration:none;}
.bx-ilike-popup-img:hover span{color:#50688e; text-decoration:underline;}
.bx-ilike-bottom_scroll {background:url('/bitrix/components/bitrix/rating.vote/templates/like/images/i-like-sprite.png') repeat-x 0 -148px; display:block; height:13px; position:absolute; left:0; bottom:0; width:170px}
* html .bx-ilike-bottom_scroll {display:none;}
.bx-ilike-popup-avatar {background:url('/bitrix/components/bitrix/rating.vote/templates/like/images/avatar.gif') no-repeat center; border:1px solid #ddd;  display:block; margin:1px; float:left; width:21px; height:21px; }
* html .bx-ilike-popup-avatar {width:23px;}
.bx-ilike-wait { background: url('/bitrix/components/bitrix/rating.vote/templates/like/images/i-like-wait.gif') no-repeat center center; width:183px; height:26px; display: block;margin-top: 2px;}
.bx-ilike-popup-img img {border:none; background-color:#FFF;}
.bx-ilike-popup-name {cursor:pointer; display:block; font-size:11px; padding-left:3px; height:15px; text-decoration:underline; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; padding-top:2px; white-space:nowrap; min-width:100px;}
* html .bx-ilike-popup-name {width:135px;}


/* End */



/* Start:/bitrix/components/bitrix/rating.vote/templates/like/style.css*/
.ilike-light .bx-ilike-button {color:#929292;  display:inline-block;  height:19px; position:relative;-moz-user-select: none; -khtml-user-select: none; user-select: none;}
.ilike-light .bx-ilike-left {display:inline-block; height:19px; vertical-align:top; width:10px;}
.ilike-light .bx-ilike-text { display:inline-block;  height:17px; padding:3px 0px 0;  cursor:pointer; }
* html .ilike-light .bx-ilike-text{height:19px;}
.ilike-light .bx-ilike-right-wrap {display:inline-block; height:19px;  cursor:default; margin-right: 3px; }
.ilike-light .bx-ilike-right {display:inline-block;  height:17px; padding:3px 1px 0 11px; background:url('/bitrix/components/bitrix/rating.vote/templates/like/images/star.png') no-repeat 0 -40px; }
* html .ilike-light .bx-ilike-right {width:16px;}
.ilike-light .bx-you-like .bx-ilike-left {}
.ilike-light .bx-you-like .bx-ilike-text {}
.ilike-light .bx-you-like .bx-ilike-right-wrap {}
.ilike-light .bx-you-like .bx-ilike-right {background-position: 0 -20px;}
.ilike-light .bx-ilike-button-hover .bx-you-like .bx-ilike-left {}
.ilike-light .bx-ilike-button-hover .bx-you-like .bx-ilike-text {}
.ilike-light .bx-ilike-button-disable { cursor:default;}
.ilike-light .bx-ilike-button-disable .bx-ilike-left {background-position:0 -20px;}
.ilike-light .bx-ilike-button-disable .bx-ilike-text {}
.ilike-light .bx-ilike-button-disable .bx-ilike-right-wrap {}
.ilike-light .bx-ilike-button-disable .bx-ilike-right {}
.ilike-light .bx-ilike-button-hover .bx-ilike-left {}
.ilike-light .bx-ilike-button-hover .bx-ilike-text {}
.ilike-light .bx-ilike-button-hover .bx-ilike-right-wrap {}
.ilike-light .bx-ilike-button-hover .bx-ilike-right {}
.rating_vote_graphic { display: none!important;}
.rating_vote_text { display: inline-block!important; }

/* End */



/* Start:/bitrix/templates/eshop_blue/styles.css*/
html,body,div,h1,h2,h3,h4,h5,h6,p,img,ul,li,table{margin:0;padding:0;border:1;outline:0 !important;font-size:100%;vertical-align:baseline;background:transparent}
ol,ul{/*list-style:none*/}:focus{outline:none !important}
/*table{border-collapse:collapse;border-spacing:0}*/
body{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;/*background:url('/bitrix/templates/eshop_blue/images/bg.png')*/}
a{color:#007acf;cursor: pointer}a:hover{color:#e83434}
a img{border:none}
p{
    font-size:13px;
    color:#3F3F3F;
    padding:5px 0 20px;
    line-height:20px
}
ol.bodylist li {padding:5px 3px}
ul.bodylist li {padding:5px 13px;margin-left:20px}
/* End */



/* Start:/bitrix/templates/eshop_blue/template_styles.css*/
html,body,div,h1,h2,h3,h4,h5,h6,p,img,ul,li,table{
	margin:0;
	padding:0;
	border:1;
	outline:0 !important;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	
}
}
ol,ul{/*list-style:none*/}:focus{outline:none !important}
/*table/*{border-collapse:collapse;border-spacing:0}*/
body{
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
background:url('/bitrix/templates/eshop_blue/images/fon.png') top center no-repeat;
}
.tablebodytext
{display:none;
}
a{color:#000000;cursor: pointer}
a:hover{color:#980000}
a img{border:none}
li{margin-top:7px;/*list-style:none*/}

.header{
	padding-bottom:17px;
	margin-bottom:10px;
}
.header-topnav{
	margin:0 auto;
	padding:10px 0 10px;
	width:975px;
	
}
.header-topnav-cont{
	margin:0 auto;
	background:url('/bitrix/templates/eshop_blue/images/top-1.png') top center repeat-x;
}
.header-topnav ul li{
	display:inline-block;
	margin-right:10px;
	margin-top:0;
}
.header-topnav ul li:first-child{
	/*display:inline-block;*/
	display: none;
	margin-right:14px;
	word-spacing:2px
}
.header-topnav ul li a{

	font-size:13px;
	text-decoration:none;

}
.header-topnav ul li.current a:hover,
.header-topnav ul li a:hover{text-decoration:underline}
.header-topnav ul li:first-child a{
	/*display: none;*/
	display:inline-block;
	width:14px;
	height:13px;
	text-decoration:none !important;
	background:url('/bitrix/templates/eshop_blue/images/home_link.png') no-repeat center
}
.header-brandzone{
	width:978px;
	margin:0 auto;
	/*background:#fff;*/
	border-radius:3px 3px 0 0;
	/*min-height:91px;*/
	/*overflow:hidden;*/
}
.brand{
	padding:15px 19px 0 0;
	float:left
}
.slogan{
	padding:35px 19px 0 0;
	float:left
}
.brand a{
	color:#000;
	font-size:32px;
	font-weight:bold;
	text-decoration:none
}
.login,
.cart,
.contactsdata{
	float:right;
	/*min-height:35px;*/
	vertical-align:top;
	padding-top:20px
}
.cart{
	padding:10px 0 0 0px;
	/*min-width:85px;*/
	display:inline-block;
	/*background:url('/bitrix/templates/eshop_blue/images/cart.png') left 5px no-repeat*/
	margin-right: -185px;
}
.login{
	padding:10px 0 0 31px;
	min-width:133px;
	display:inline-block;
	background:url('/bitrix/templates/eshop_blue/images/login.png') 10px 13px no-repeat;
	margin-right: -100px;
}
.login_top{
	padding:2px 0 0 31px;
	min-width:133px;
	display:inline-block;
	margin-right: 50px;
	float:right;
}
.login_top a{
	color: #980000 !important;
}
.cart > span,
.cart > span a,
.login a{
	display:block;
}
.cart a,
.username,
.signin{
	color:#000000;
	font-weight:bold;
	font-size:13px
}
#compare a,
.logout,
.comparison,
.signup{
	color:#5f6a71 !important;
	text-decoration:underline;
	font-weight:normal !important;
	font-size:12px
}
#compare a:hover,
.cart a:hover,
.signin:hover,
.username:hover,
.comparison:hover,
.logout:hover,
.signup:hover{text-decoration:none}
.contactsdata{
	padding:10px 21px 0 0;
	min-width:150px;
	margin-right:-170px;
	margin-top:30px;
}
.contactsdata .tel{
	font-size:22px;
	font-weight:normal;
	line-height:21px;
	color:#980000;
}
.contactsdata a{text-decoration:none}
.contactsdata a:hover{color:#000;}
.contactsdata .workhours{
	font-size:12px;
	line-height:28px;
	font-weight:normal;
	display:block
}

.header-brandzone-nav{
	margin:0 auto;
}
#top-menu-layout{
	width:860px;
	overflow:hidden;
	height:58px
}
#top-menu{display:block}
.root-item{display:inline-block;margin-left:-3px}
.root-item:first-child{margin-left:0}
.root-item>a{padding:19px;display:block;font-weight:bold;text-decoration:none;}
.submenu{display:none}
#fullmenu ul li:last-child a:hover:last-child{border-radius:0 0 5px 5px}
.allcatnav{
	display:none;
	float:right;
	padding:10px 20px
}
.allcatnav a{
	display:block;
	border-radius:3px;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
.allcatnav a:hover{
}
.allcatnav a.active,
.allcatnav a:active{
}
#fullmenu{height:0;overflow:hidden;position:absolute;z-index:999;border-radius:0 0 5px 5px}
#fullmenu.active{overflow:visible}
#fullmenu>ul>li{display:block;position:relative;}
#fullmenu ul li a{display:block;text-decoration:none;font-weight:bold;font-size:14px;padding:15px 15px;/* text-shadow:0 1px 1px rgba(0,0,0,0.5) */}
#fullmenu>ul>li>ul{display:block;position:absolute;width:200px; margin-left:-200px;top:0;}
#fullmenu>ul>li:hover>ul{display:block}


.header-brandzone-line{
	margin:0 auto;
	height:5px;
	}

.content_style_box{
	padding:7px 0;
	width:100%;
	background:#fff;
	box-shadow:0 1px 3px 2px #e3e9eb
}
.content_style{
	background:url('/bitrix/templates/eshop_blue/images/content_bg.png');
	height:97px;
	width:100%
}

.navigation-pages{
	text-align:left;
	/* padding:20px 0; */
	color:#717171
}
.sortbutton.current,
.sortbutton.current:hover,
.navigation-pages .nav-current-page{
	display:inline-block;
	color:#000000;
	font-size:12px;
	/* text-shadow:0 1px rgba(0,0,0,.13); */
	/*box-shadow:0 1px #fff,inset 0 1px 5px rgba(0,0,0,.4);
	border-radius:3px;*/
	padding:5px 0;
	/*font-weight:bold;*/
	min-width:26px;
	text-align:center;
	/*background-color:#606060;
	background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.09),rgba(255,255,255,.09));
	background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.09),rgba(255,255,255,.09));
	background-image:-o-linear-gradient(bottom,rgba(0,0,0,.09),rgba(255,255,255,.09));
	background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.09),rgba(255,255,255,.09));
	background-image:linear-gradient(to top,rgba(0,0,0,.09),rgba(255,255,255,.09));*/
	border:none
}
.navigation-page-all,
.sortbutton,
.sortbutton:active,
.navigation-pages a{
	display:inline-block;
	color:#980000;
	font-size:12px;
	min-width:24px;
	text-align:center;
	/*border:1px solid #c9c9c9;*/
	text-shadow:0 1px 1px rgba(255,255,255,0.9);
	/*background:#fefefe;*/
	text-decoration:none;
	/*border-radius:3px;*/
	padding:4px 0;
	/*font-weight:bold;*/
	/*background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top,#fefefe 0%,#eaeaea 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefefe),color-stop(100%,#eaeaea));
	background:-webkit-linear-gradient(top,#fefefe 0%,#eaeaea 100%);
	background:-o-linear-gradient(top,#fefefe 0%,#eaeaea 100%);
	background:-ms-linear-gradient(top,#fefefe 0%,#eaeaea 100%);
	background:linear-gradient(to bottom,#fefefe 0%,#eaeaea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#eaeaea',GradientType=0)*/
}
.navigation-page-all:hover,
.sortbutton:hover,
.sortbutton:active,
.navigation-pages a:hover{
	/*background:#fff;*/
	color:#000000;
}
.navigation-page-all{padding:4px !important}

.content_box{
	width:1020px;
	margin:-23px auto 0;
	overflow:hidden;
	padding-top:23px
}
.content_box.off_content_style_box{
	margin:0 auto;
	padding-top:0
}

.body{padding-bottom:1px}

.sidebar{
	display:block;
	width:222px;
	padding: 0 4px 4px
}
.sidebar .nav{
	display:block;
	margin-bottom: 20px;
	border-radius:5px;
	background:#fff;
	box-shadow:0 0 4px 0 rgba(0,0,0,0.2)
}
.sidebar .nav>li:first-child>span a{/*border-radius:5px 5px 0 0 !important*/}
.sidebar .nav>li:last-child>span a{
	/*border-radius:0 0 5px 5px !important;*/
	border-bottom:none !important
}
#fullmenu>ul>li>ul>li>a,
.sidebar .nav>li>span a{
	color:#000;
	font-weight:normal;
	font-size:14px;
	text-decoration:none
}
.sidebar .nav>li>span a{
	padding:15px 20px;
	/*border-bottom:1px solid #e0ecf3;*/
	display:block
}
.sidebar .nav>li>span .showchild,
.sidebar .nav.popup>li>span .showchild_popup,
.sidebar .nav>li>ul>li span .showchild{
	display:none;
	width:40px;
	cursor:pointer;
	position:absolute
}
.sidebar .nav>li>span .showchild,
.sidebar .nav.popup>li>span .showchild_popup{
	height:46px;
	margin:-39px 0 0 200px
}
.sidebar .nav>li>ul>li span .showchild{
	height:30px;
	top: 50%;
	margin: -15px 0 0 10px;
	right: -17px;
}
.sidebar .nav>li>span .showchild .arrow,
.sidebar .nav.popup>li>span .showchild_popup .arrow,
.sidebar .nav>li>ul>li span .showchild .arrow{
	width:20px;
	height:20px;
	display:block;
	margin-top:14px
}
.sidebar .nav>li>ul>li span .showchild .arrow{margin-top:5px !important}
.sidebar .nav>li.current>span .showchild,
.sidebar .nav>li.current>ul>li.current>span .showchild,
.sidebar .nav>li>ul>li:hover span .showchild,
.sidebar .nav>li:hover>span .showchild,
.sidebar .nav.popup>li>span .showchild_popup{display:inline-block}
.sidebar .nav.popup li{position:relative}
.sidebar .nav.popup>li>ul{display:none}
.sidebar .nav.popup>li:hover>ul{
	display:block;
	position:absolute;
	left:222px;
	top:0;
	min-width:150px;
	z-index:201;
	border-radius:0 5px 5px 0;
	background:#fff;
	box-shadow:inset  11px 0 5px -11px rgba(0, 0, 0, 0.5) , 2px 0 5px 0 rgba(0, 0, 0, 0.2)
}

.sidebar .nav>li>ul,
#fullmenu>ul>li>ul,
#fullmenu>ul>li>ul li ul,
.sidebar .nav>li>ul li ul{
	display:none;
	/*box-shadow:inset 0 11px 5px -11px rgba(0,0,0,0.5),inset 0 -12px 5px -11px rgba(0,0,0,0.2);*/
	border-radius:0;
	overflow:hidden
}
.sidebar .nav>li>ul li ul{box-shadow:none}

.content-inner{
	background:#fff;
	box-shadow:0 5px 8px 2px rgba(102,55,20,0.4),inset 0 13px 9px -12px rgba(0,0,0,0.8);
	border-radius:0 0 5px 5px
}
#fullmenu>ul>li>ul,
.content-inner>ul{
	background:#fff;
	box-shadow:0 5px 8px 2px rgba(102,55,20,0.4),inset 0 13px 9px -12px rgba(0,0,0,0.8);
	min-width:180px;
	overflow:hidden;
	border-radius:0 0 5px 5px
}
#fullmenu>ul>li>ul>li a:hover{box-shadow:inset -11px 0 5px -11px rgba(0,0,0,0.5)}

.content-inner>ul>li:first-child>a:hover{box-shadow:inset 0 13px 9px -12px rgba(0,0,0,0.8)}
#fullmenu>ul>li>ul{border-radius:5px 0 0 5px}
#fullmenu>ul>li>ul>li a,
.sidebar .nav>li>ul>li{border-radius:0 !important}
.content-inner ul>li a,
#fullmenu>ul>li>ul>li a,
.sidebar .nav>li>ul>li a{
	display:block;
	padding:0px 20px 0px 7px;
	color:#808080;
	text-decoration:none;
	font-size:13px;
	text-shadow:none;
	border-left: 1px dotted;
	margin-left: 20px;
}
#fullmenu>ul>li>ul>li:first-child, #fullmenu>ul>li>ul>li:first-child 	a:hover{border-radius:5px 0 0 0 !important}
#fullmenu>ul>li>ul>li:last-child,  #fullmenu>ul>li>ul>li:last-child   	a:hover{border-radius:0 0 0 5px !important}
.content-inner ul>li>ul>li a,
#fullmenu>ul>li>ul>li ul li a,
.sidebar .nav>li>ul>li ul li a{
	display:block;
	padding:2px 7px !important;
	/*text-decoration:underline*/
}
.content-inner ul>li>ul>li a:hover,
#fullmenu>ul>li>ul>li ul li a:hover,
.sidebar .nav>li>ul>li ul li a:hover{
	box-shadow:none !important;
	/*color:#0060a4*/
}
.sidebar .nav>li>ul>li.current span a{
	font-weight:normal;
	color:#000000;	
}
.sidebar .nav>li>ul>li ul li.current span a{
	border-radius:100px;
	font-weight:normal;
	background:#F8DBDA !important;
	color:#808080;
}
/*.sidebar .nav>li>ul>li ul li.current span a{
	/*border-radius:100px;
	font-weight:normal;
	background:#e1f5fb !important;//
	color:#808080;
}*/
.sidebar .nav.popup>li>ul>li:first-child>span a,
.sidebar .nav.popup>li>ul>li:last-child>span a {box-shadow:none}
.sidebar .nav.popup>li>ul>li:hover>span a{box-shadow:inset 5px 0 4px -4px rgba(0,0,0,0.3) !important}
.content-inner ul>li ul,
.content-inner ul>li ul li,
.content-inner ul>li ul li a,
.sidebar .nav>li>ul>li ul,
.sidebar .nav>li>ul>li ul li,
.sidebar .nav>li>ul>li ul li a,
#fullmenu>ul>li>ul>li ul,
#fullmenu>ul>li>ul>li ul li,
#fullmenu>ul>li>ul>li ul li a{
	padding:0;
	background:transparent !important;
	border:none;
	margin:0;
	color:#000;
	font-size:12px;
	font-weight: bold;
}
.content-inner ul>li>ul li:last-child,
.sidebar .nav>li>ul>li>ul li:last-child{padding-bottom:10px}
#fullmenu>ul>li>ul>li ul li,
.sidebar .nav>li>ul>li ul li{margin:1px 35px 1px 40px;list-style:none}
.content-inner ul>li ul{padding-left:30px}
.content-inner ul>li ul li,
.sidebar .nav.popup>li>ul>li ul li{
	display:inline-block;
	margin:0;
	padding:0
}
.content-inner ul>li ul li,
.sidebar .nav.popup>li>ul>li ul li{
	padding:0 !important;
	display:inline !important
}
.content-inner ul>li ul li a,
.sidebar .nav.popup>li>ul>li ul li a{
	padding:0 !important;
	display:inline !important
}
.content-inner ul>li ul li:after,
.sidebar .nav.popup>li>ul>li ul li:after{content:","}
.content-inner ul>li ul li:before,
.sidebar .nav.popup>li>ul>li ul li:before{content:""}
.content-inner ul>li ul li:last-child:after,
.sidebar .nav.popup>li>ul>li ul li:last-child:after{content:""}
.content-inner ul>li>ul>li ul li a,
.sidebar .nav.popup>li>ul>li ul li a{margin:0}
.sidebar .nav.popup > li > ul > li > ul {
	padding: 3px 0 0 30px;
	margin-bottom:10px;
	display: block;
	box-shadow: none !important;
}
.filtren h5{
	font-size:15px;
	text-shadow:0 1px 1px #fff;
	margin-bottom:23px
}
.filtren,
.sidebar .vieweditems{
	width: 159px;
	/* border: 8px solid #E1F5FB; */ /* COLORS */
	margin-bottom: 20px;
	padding: 17px;
	background: #fff;
	padding-left: 30px;
}
.filtren{
	width: 169px;
	padding-left: 20px;
	
}

input.max-price,
input.min-price{ 
	display:block;
	width:60px;
	height:27px;
	border-radius:3px;
	/* border:1px solid #8ca3ae; *//* COLORS */
	padding:4px;
	box-shadow:0 1px 1px rgba(255,255,255,.75),inset 0 3px 6px rgba(215,215,215,.75)
}
div.max-price{float:right}
div.min-price,
div.max-price{
	border:none;
	box-shadow:none;
	font-size:13px;
	color:#3f3f3f;
	padding-top: 7px;
	height:14px
}
.filtren{
	position:relative;
	/* background:#c4eaf5 */ /* COLORS */
}
.filtren.compare{
	padding-bottom: 56px;
	margin-bottom:20px;
	width:665px
}
.more-options-hfilter-button{
	position: absolute;
	bottom: 25px;
	left: 20px;
	font-size: 13px
}
.filtren.compare .catf{
	width:165px;
	float:left;
	background:url('/bitrix/templates/eshop_blue/images/filter_shadow.png') no-repeat right center;
	padding-right:7px;
	margin-right:10px;
	background-size: 7px 100%;
}
.filtren.compare .catf ul li{
	display:block;
	margin:0 !important;
	padding:0;
	width:165px;
	cursor:pointer;
}
/* .filtren.compare .catf ul li.active, */ /* COLORS */
/* .filtren.compare .catf ul li:hover{ */ /* COLORS */
	/* display:block;  */ /* COLORS */
	/* background:#e1f5fb;  */ /* COLORS */
/* } */ /* COLORS */
.filtren.compare .catf>ul>li>span{
	padding:5px 0 5px 15px;
	width:150px;
}
.filtren.compare .catf>ul>li>span>span{
	text-decoration:none;
	border-bottom:1px dashed #000;
	color:#000;
}
.filtren.compare ul li{
	/* width:177px; */
	vertical-align:top;
	position:relative;
	padding-left:18px;
	margin-right:25px;
	margin-bottom:10px;
	display:inline-block;
	width:175px;
}
.filtren.compare ul li,
.filtren.compare ul li a{
	font-size: 13px;
	color: #3F3F3F;
	line-height: 20px;
	text-decoration:none;
}
.filtren.compare .cntf ul li span{
	position:absolute;
	left:-4px;
	top:1px;
}
.filtren.compare .cntf .cnt span{
	font-size:14px;
}
.filtren.compare .cntf .cnt input[type=text]{
	display:inline-block;
	margin-right:20px;
	width:60px;
	height:27px;
	border-radius:3px;
	border:1px solid #8ca3ae;
	padding:4px;
	box-shadow:0 1px 1px rgba(255,255,255,.75),inset 0 3px 6px rgba(215,215,215,.75)
}
.filtren.compare .bt1{
/* 	position: absolute;
	right: 149px;
	bottom: 10px; */
	width: auto;
}
.filtren.compare .bt2{
/* 	position: absolute;
	right: 21px;
	bottom: 20px; */
	width: auto;
}
.filtren .posabo{
	position: absolute;
	bottom: 10px;
	right: 34px;
}
.filtren.compare .cntf .cnt{
	padding-top: 7px;
	display:none
}
.filtren.compare .cntf .cnt.active{
	display:block;
	position:relative;
	margin-left: 210px
}

.table_compare{
	width:768px;
	overflow-x:auto;
	overflow-y:hidden;

	max-height: 1200px !important;
}
.table_compare table tr td img{
	max-width:100px;
	width:auto;
	max-height:100px;
	height:auto;
	padding:10px;
}
.table_compare table tr td{
	position:relative;
	font-size:14px;
	padding:8px 20px;
	text-align:left;
}
.table_compare table tr:nth-child(odd) td{
	background:#fff;
}
.table_compare table tr td:first-child{
	font-weight:bold;
	color:#3d4345;
	white-space: nowrap;
}

.horizontalfilter li{position:relative}
.horizontalfilter li > span{display:block;}
#BASE .modef,
.horizontalfilter li .modef,
.sidebar .filtren .modef{
	background:white;
	position:absolute;
	margin-top:-35px;
	right:200px;
	white-space:nowrap;
	border:1px solid #8bbecb;
	border-radius:4px;
	box-shadow:2px 2px 5px 0 rgba(0,0,0,0.2);
	font-size:13px;
	color:#3f3f3f;
	padding:10px 25px 10px 10px
}
#BASE .modef{
	margin-top: -10px;
	right: 686px;
}
.horizontalfilter li .modef{
	margin-top:-6px;
	right:175px;
}
#BASE .ecke,
.horizontalfilter li .ecke,
.sidebar .filtren .ecke{
	border-top:1px solid #8BBECB;
	border-right:1px solid #8BBECB;
	border-bottom:none !important;
	background:#fff;
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	right:-7px;
	top:50%;
	margin-top:-5px;
	box-shadow:2px -1px 4px -1px rgba(0,0,0,0.2);

	-moz-transform:scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform:scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform:scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform:scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform:scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg)
}
#BASE .ecke.ie,
.horizontalfilter li .ecke.ie,
.sidebar .filtren .ecke.ie{
	border:none !important;
	background:url('/bitrix/templates/eshop_blue/images/arw.png') no-repeat top right;
	height:15px;
	right:-8px;
	margin-top:-8px;
	-moz-transform:none !important;
	-webkit-transform:none !important;
	-o-transform:none !important;
	-ms-transform:none !important;
	transform:none !important
}
#modef a{
	color:#007acf;
	border:none;
	text-decoration:underline;
	font-size:14px;
	margin:0 !important;
}
#modef a:hover{
	color:#e83434;
	text-decoration:none;
}
.sidebar .filtren span{
	color:#000;
	font-size:14px;
	text-shadow:0 1px 1px #fff;
	vertical-align:top
}
.sidebar .filtren>ul>li> span a{
	color:#000;
	text-decoration:none;
	border-bottom:1px dashed #000;
	font-size:16px;
	display:inline-block;
	margin-top:5px;
	margin-bottom:5px
}
.sidebar .filtren ul>li>ul{
	display:none;
	overflow:hidden
}
.lvl2_disabled {
   color: #9b9b9b !important;
   text-shadow: none !important;
} 
.sidebar .filtren ul>li{min-height:25px}
.sidebar .filtren ul>li label{
	font-size:14px;
	text-shadow:0 1px 1px #fff;
	top:-2px;
	position:relative;
}

.ui-slider-horizontal{ 
	height:4px;
	/* background:#a9cbd5; *//* COLORS */
	box-shadow:inset 0 1px 0 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(255,255,255,0.5);
	border-radius:5px;
	/* border:1px solid #92b0b9 *//* COLORS */
}
.ui-slider .ui-slider-handle{
	position:absolute;
	z-index:2;
	width:22px;
	height:22px;
	cursor:pointer;
}
.ui-slider .ui-slider-range{
	position:absolute;
	z-index:1;
	font-size:.7em;
	display:block;
	border:0;
}
.ui-widget-header{
	color:#fff;
	font-weight:bold
}

.ui-slider{
	margin:25px auto 8px;
	width:85%;
	position:relative;
	text-align:left
}

.ui-slider-horizontal .ui-slider-handle{
	top:-.3em;
	margin-left:-.6em;
	margin-top:-2px
}
.ui-slider-horizontal .ui-slider-range{top:0;height:100%}
.ui-slider-horizontal .ui-slider-range-min{left:0}
.ui-slider-horizontal .ui-slider-range-max{right:0}


.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}
.ui-slider-vertical .ui-slider-range{left:0;width:100%}
.ui-slider-vertical .ui-slider-range-min{bottom:0}
.ui-slider-vertical .ui-slider-range-max{top:0}

.sidebar .vieweditems ul li{
	padding-bottom:17px;
	border-bottom:1px solid #e0ecf3;
	margin-bottom:10px;
	position:relative
}
.sidebar .vieweditems ul li:last-child{border-bottom:none}

.sidebar .vieweditems h5{
	font-size:16px;
	margin-bottom:23px
}
.sidebar .vieweditems ul li a img{
	width:64px;
	margin-bottom:9px;
	height:auto
}
.sidebar .vieweditems h4{
	line-height:19px;
	margin-bottom:10px
}
.sidebar .vieweditems h4 a{
	font-size:14px;
	text-decoration:none
}
.sidebar .vieweditems h4 a:hover{text-decoration:underline}
.price{
	/*font-weight:bold;*/
	color: #980000;
	font-size: 18px !important;
	/*margin-right: 25px;*/
}
.discount-price{font-weight:bold;color:#E83434}
.old-price{text-decoration:line-through;color:#2d2d2d}
.sidebar .vieweditems .price{
	position:absolute;
	top:5px;
	right:0;
	/* background:#e1edf2; */ /* COLORS */
}
.sidebar .vieweditems .price span{
	display:block;
	padding:0px 5px;
	font-size:12px;
	line-height:17px;
	font-weight:bold;
}


.iteminfo{
	width:350px;
	vertical-align:top;
	padding-left:20px
}
.iteminfo h2 a span{
	font-weight:bold;
	font-size:24px;
	color:#000;
}
.iteminfo h2 a {text-decoration:none}
.iteminfo .price{
	color:#007acf;
	font-size:33px
}
.iteminfo .discount-price{font-size:33px}
.iteminfo .item_old_price{
	font-size:19px;
	font-weight:bold;
}
ul.options{
	padding:0 10px 10px 0;
	display:block;
	font-size: 13px;
	color: #3F3F3F;
	line-height: 20px;
	background: none;
	box-shadow: inherit;
}
.cnt ul.options{margin:0}
.options li{
	border-bottom:1px dotted #ccc;
	/*height:28px;*/
	padding-left:0 !important;
}
.options li span,
.options li b{
	/*background:url('/bitrix/templates/eshop_blue/images/bg.png');*/
	/*bottom:-15px;*/
	font-weight:normal;
	line-height:27px;
	padding-right:5px;
	/*position:relative*/
}
.cnt .options li span,
.cnt .options li b{
	line-height:17px;
}
.options li span{
	color:#000000;
	font-size:14px;
	float: left;
	width: 115px;
	text-align: right;
	font-weight: bold;
}
.options li b{
	color:#000;
	font-size:14px;
	margin-left: 10px;
	/*float:right;*/
}

.sorttext{
	font-size:14px;
	display:inline-block
}
.sort{
	padding:15px 0;
	text-align:right;
}
.sortbutton.current,
.sortbutton.current:hover,
.sortbutton:active,
.sortbutton{padding:6px 10px}
.sortbutton span{
	width:10px;
	height:10px;
	display:inline-block;
}
.sortbutton.current.asc:hover span,
.sortbutton.current.desc span	{background-position:-41px -1067px}
.sortbutton.current.desc:hover span,
.sortbutton.current.asc span		{background-position:-11px -1067px}
.myorders,
.personal,
.registarton{
	width:100%;
	margin-top:10px;
	font-weight:bold;
	font-size:13px;
	color:#3f3f3f
}
.registarton td{vertical-align:top}
.star{color:#e83535}

.workarea > form[name="form_auth"] .input_text_style,
.input_text_style[name="COUPON"],
.registarton tr td input[type=password],
.personal input[type=text],
.personal input[type=password],
#order_form_content input[type=text],
#order_form_content input[type=password],
.registarton tr td input[type=text]{
	padding:5px !important;
	width:300px;
	height:30px !important;
}
.input_text_style{
	padding:6px  1px!important;
	/* width:100%; */
	min-width:200px;
	/*display:block;*/
	height:20px; /*закометировал эту строку и форма авторизации для IE стала хорошо работать и поля стали активными */
}
.description{
	color:#9B9B9B;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	vertical-align:text-top
}
.myorders_itog{width:726px}
.myorders_itog td{
	text-align:right;
	white-space:nowrap;
	font-weight:normal;
	padding:3px;
	font-size:14px
}
.myorders_itog td:first-child{
	width:65%;
	text-align:right
}
.myorders_itog tr:last-child td{font-weight:bold}
#order_form_id{

}
#order_form_id{

}
.orders td,
.mycurrentorders td{
	/*vertical-align:top;*/
	background:#fff;
}

.mycurrentorders tbody tr td{
	border-top: 1px solid #d1d1d1 !important;
	border-bottom: 1px solid #d1d1d1 !important;
}
.mycurrentorders tbody tr td:first-child{
	width:120px !important;
}
.mycurrentorders td img{
	max-width:110px;
	height:auto
}
.mycurrentorders td.cart-item-price{text-align: center}
.deleteitem_compare,
.mycurrentorders td .deleteitem{
	width:22px;
	height:22px;
	display:block;
}
.deleteitem_compare{
/* 	margin-left:30px;
	left:50% */
}
.reviews-block-container,
.workarea p{
	font-size:13px;
	color:#3F3F3F;
	padding:1px 0 1px;
	line-height:20px;
	text-align:justify;
}
.workarea span,
.workarea span p{font-size:12px}
.element-one-picture{
	width: 320px;
	height: 320px;
	vertical-align: middle;
	display: table-cell; 
	background: #fff;
	box-shadow: 0 0 4px rgba(123, 152, 165, 0.4);
	text-align: center	
}
.catalog-section-list ul li{
	display:inline-block;
	font-weight:bold;
	margin-right:10px
}
.catalog-section-list ul{display:block}
.workarea .registarton ul li{
	list-style:disc !important;
	font-weight: normal;
	padding-left:10px;
	margin-left:20px
}      
.workarea .registarton ul li:before{	              
	content:"" !important;
}
.workarea h2{
	font-size:14px;
	color:#000;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:10px
}
.workarea h2:first-child{margin-top:0 !important}
.workarea h3{
	font-size:24px;
	color:#3f3f3f;
	font-weight:bold;
	/*margin-top:30px;*/
	margin-bottom:10px
}
.workarea h4{
	font-size:13px;
	color:#3F3F3F;
	font-weight:bold;
	margin-bottom:10px
}
.workarea > ul li{
	color:#3F3F3F;
	font-size:13px;
	padding-bottom:0px;
	padding-left:10px;
}     
.workarea ul li:before {
	/*content: '\2014\a0';*/
}
.post{margin-bottom:1px}
/*.post:first-child{margin-top:20px}*/
.post .date{
	color:#8f8f8f;
	display:inline-block;
	font-size:14px;
	padding:10px 0
}
.post h3{
	display:inline-block;
	margin-top:5px;
	font-size:18px;
	margin-bottom:0;
} 
/*.post-title h2 a{font-weight:bold;} /*idea*/
.post-title h2 a:link, /*idea*/
.post h3 a:link{
	color:#0073a3;
	font-size: 12px
}
.post-title h2 a:hover, /*idea*/
.post h3 a:hover{color:#E83434}
.bblog-qtl,
.post{
	font-size:13px;
	padding:0 0 20px 0;
}
.post p{
	font-size:13px;
	padding:0 0 10px 0;
	text-indent: 20px;
	text-align:justify;
}
.post ul li {
	padding:0 10px;
	margin-left:20px;
	color: #3f3f3f;
}
}
.post ol li {
	padding:5px 3px;
}
.post table{
	margin-top:10px;
margin-bottom:20px;	
}
.post table tr td{
	border:1px solid #d3d3d3;
	padding:3px;
}
#svwp0{
	display:block;
	background:#fff;
	box-shadow:0 0 4px rgba(123,152,165,0.4);
	margin:4px 4px 4px 10px
}
.itemleft,
.itemright{
	position:absolute;
	text-decoration:none;
	overflow:hidden;
	width:34px;
	height:34px;
	display:block
}
.itemleft.l_dis,
.itemright.r_dis{display:none !important}
.svwp{width:320px}
.slideViewer div>ul>li{
	padding:10px;
	width:280px;
	text-align:center
}
.slideViewer div:first-child>ul>li img{
	max-width:280px;
	max-height:280px;
	width:auto;
	height:auto
}
.thumbSlider{width:310px}
.thumbSlider ul li{
	overflow:hidden;
	background:none;
	box-shadow:none !important
}
.thumbSlider ul li img{
	background:#fff;
	box-shadow:0 0 4px rgba(123,152,165,0.4)
}

.content_search_box.hnav table{
	width:980px;
	margin:0 auto
}
.searchtd{width:570px}

.content_search_box{margin-bottom:40px; display:none}
.content_search_box.hnav{margin:35px auto 16px}
.content_search_box.hnav table td:first-child{text-align:left}
.content_search_box table{width:100%}
.content_search_box table tr td{
	border:none;
	height:60px
}
.content_search_box table tr td:first-child{
	font-weight:bold;
	font-size:15px;
	text-align:center;
	width:180px
}
.content_search_box.hnav table tr td:first-child{width:auto !important}
.content_search_box.hnav table tr td:first-child h1{
	font-size:30px;
	font-weight:bold;
}
textarea,
.registarton tr td input[type=password],
.registarton tr td input[type=text],
.content_search_box table tr td .input,
.bx-auth-service-form input[type=text],
.input_text_style{
	border:1px solid #8CA3AE;
	border-radius:5px;
	background:#fff;
	/*box-shadow:inset 0 3px 6px 0 rgba(215, 215, 215, 0.7);*/
	position:relative;
	font-size: 14px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:normal;
	height: 40px;
	box-sizing: border-box;
	padding: 1px !important;
}
.content_search_box table tr td .input{padding: 0 !important}
#title-search-input{
	z-index:220;
	font-size: 18px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:normal;
	background:url('/bitrix/templates/eshop_blue/images/search.png') top right no-repeat #FFFFFF;
}
textarea{
	min-height:100px;
	/*max-width:720px;
	max-height:300px;*/
}
.content_search_box table tr td .input input[type="text"]{
	border:none;
	width:491px;
	display:block;
	border-radius:6px;
	padding:7px 12px;
	background:transparent
}
.content_search_box table tr td .input input[type="submit"]{
	background:url('/bitrix/templates/eshop_blue/images/gui.png') 0 -718px;
	border:none;
	width:36px;
	height:31px;
	cursor:pointer;
	margin-top:6px;
	display:inline-block;
	position:absolute;
	right:10px;
	top:0px
}

.numberitems{
	width:50px;
	float:right;
	overflow:hidden
}
.breadcrumbs{margin-bottom:13px}
.breadcrumbs a{
	/*color:#0073a3;*/
	font-size:13px;
	background:url('/bitrix/templates/eshop_blue/images/breadcrumbs_arrow.png') no-repeat right center;
	padding-right:10px;
	text-decoration:underline
}
.breadcrumbs a:hover{
	text-decoration:none;
	color:#e83434
}
.breadcrumbs span{
	font-size:13px;
	font-weight:bold;
	color: #808080;
}

.seeall{
	margin-right:24px;
	margin-top: 20px;
	float:right
}
.newsale,
.hitsale,
.TM{
	padding:19px 18px 20px 13px;
	height:22px;
	margin-bottom:10px !important
}
.newsale span,
.hitsale span{
	display:inline-block;
	width:30px;
	height:30px;
	margin-bottom:-7px;
	margin-right:10px;
}
.salegal{
	position:absolute;
	padding:10px;
	background:rgba(245,203,38,0.6);
	font-size:18px;
	font-weight:bold;
	text-align:center;
	top:17px;
	right:24px;
	display:block
}
.caroufredsel_wrapper{padding-right:8px}

.listitem-carousel{position:relative}
.workarea.pleft .listitem-carousel{
	left:-17px;
	width:754px
}
.listitem-carousel ul{
	width:980px;
	overflow:hidden;
	padding:2px;
	margin:0
}
.listitem ul li,
.listitem-carousel ul li{
	width:130px;
	display:inline-block;
	vertical-align:top;
	background:#fff;
	position:relative;
	padding:10px;
	margin:10px 9px;
	box-shadow:0 0 3px 1px #E2E7E9
}
.workarea.pleft .listitem-carousel ul li{margin:10px 15px}
.listitem_horizontal{width:100%}
.thumbSlider ul li,
.listitem_horizontal>li{
	display:block;
	background:#fff;
	box-shadow:0 0 4px rgba(123,152,165,0.4);
	margin:15px 4px 30px;
	position:relative
}
.checkbox{
	top:9px;
	position:absolute;
	display:block;
	width:100px
}
.checkbox a{text-decoration:none}
.checkbox_text{
	font-size:11px;
	color:#5f6a71;
	margin-top:1px;
	position:absolute
}
.badge,
.badge.specialoffer{
	position:absolute;
	background:#F5CB26;
	top:10px;
	right:10px;
	padding:5px 10px !important;
	font-weight:bold;
	font-size:14px;
	color:#000;
}
.listitem .badge,
.listitem .badge.specialoffer,
.listitem-carousel .badge,
.listitem-carousel .badge.specialoffer{
	/* top:165px; */
	top:176px;
	right:0;
}
.badge.notavailable{background:#FFD8D8}
.setaside{
	font-weight:normal;
	white-space: nowrap;
	color:#3f3f3f
}
.setaside:hover{text-decoration:none}
.listitem ul li a.link img,
.listitem-carousel ul li a.link img{
	max-width:125px;
	max-height:125px;
	height:auto;
	width:auto;
	/*margin:25px auto 18px*/
}
.listitem ul li a.link,
.listitem-carousel ul li a.link{
	width:125px;
	height:125px;
	display:block;
	overflow:hidden;
	margin:0 auto
}
hr{
	border:none;
	border-bottom:1px solid #e0ecf3;
	margin-top:10px
}
.listitem ul li h4 a,
.listitem-carousel ul li h4 a{
	display:block;
	font-size:14px;
	text-decoration:none;
	width:100%;
	text-transform:uppercase;
}
.listitem h4,
.listitem-carousel h4{margin:5px 0 20px}
.listitem ul li h4 a:hover,
.listitem-carousel ul li h4 a:hover{text-decoration:underline}
.listitem ul li h4 a .model,
.listitem-carousel ul li h4 a .model{
	display:block;
	overflow:hidden
}
.listitem ul li .buy,
.listitem-carousel ul li .buy{
	width:165px;
	position:relative;
	min-height:49px;
	/*overflow:hidden*/
}
.listitem ul li .buy div.price,
.listitem-carousel ul li .buy div.price{
	display:inline-block;
	font-size:14px;
	line-height:19px;
	font-weight:bold;
	padding: 25px 0 0 0;
}
.listitem ul li .buy .price .old_price,
.listitem-carousel ul li .buy .price .old_price{font-weight:normal}
table.buy .bt3{
	position:relative;
	right: -1px;
}
.buy .bt3{
	position: absolute;
	right: -1px;
	margin: 50px 80px 0 0;
}
.subscribe_link{
	font-size: 14px;
	position: absolute;
	right: 0;	
}
.bt2_right{
	right: 23px;
	bottom: 30px;
	position: absolute;	
}
.tlistitem_shadow{
	width:150px;
	height:10px;
	padding:0;
	background:url('/bitrix/templates/eshop_blue/images/tlistitem_shadow.png') no-repeat center top;
	margin-top:11px;
	z-index:999;
	position:absolute;
	right:0;
	bottom:-11px
}
.listitem_horizontal table{width:100%}
.listitem_horizontal table tr td{
	vertical-align:top;
	padding:10px 20px
}
.listitem_horizontal table tr td:first-child{
	width:200px;
	text-align:center
}
.listitem_horizontal.pleft table tr td:first-child{text-align:left}
.listitem_horizontal.pleft table tr:first-child td:first-child{text-align:center;}
.listitem_horizontal.pleft table tr:first-child td:first-child a{width: 194px;display:block;}
.listitem_horizontal.pleft table tr td.title{width:100%}
.listitem_horizontal table tr td:first-child img{
	max-width:200px;
	max-height:200px;
	width:auto;
	height:auto;
	margin-top:35px;
	padding:7px
}
.listitem_horizontal table tr td:first-child .checkbox{
	text-align:left;
	display:block
}
.listitem_horizontal table tr td.title h3 a span{
	padding:5px 0;
	display:block;
	margin-bottom:10px;
	font-size:24px;
}
.listitem_horizontal table tr td.price{
	vertical-align:bottom;
	text-align:center;
	width:170px;
	vertical-align:bottom
}
.listitem_horizontal table tr td div{
	text-align:left;
	padding-bottom:20px
}
.retail_vert,
.retail{
	font-size:14px;
	padding-right:10px
}
.listitem_horizontal td.price span{font-size:26px}
.listitem_horizontal.pleft td.price span{font-size:23px}
.retail_vert span,
.retail span{text-decoration:line-through}

.listitem_horizontal.pleft div div{
	display:inline-block;
	margin-right:5px
}
.listitem_horizontal.pleft .bt3{
	position:relative;
	float:right
}
.listitem_horizontal h3 a{
	font-size:24px;
	font-weight:bold;
	text-decoration:underline
}
.listitem_horizontal table tr td{font-size:13px}
.listitem_horizontal table tr td h3{margin-top:15px}
.tlistitem_horizontal_shadow{
	height:17px;
	padding:0;
	background:url('/bitrix/templates/eshop_blue/images/tlistitem_horizontal_shadow.png') no-repeat center top;
	background-size:100%;
	position:absolute;
	z-index:1;
	bottom: -17px;
	left: 50%;
	margin-left: -360px;
	width: 720px;
}
.horizontal_listitem_shadow{
	width:740px;
	height:17px;
	padding:0;
	background:url('/bitrix/templates/eshop_blue/images/tlistitem_horizontal_shadow.png') no-repeat center top;
	background-size:100% 100%;
	position:relative;
	top:27px
}

.listitem-carousel .prev,
.listitem-carousel .next{
	width:34px;
	height:0;
	position:absolute;
	text-decoration:none;
	overflow:hidden;
	top:50%;
	margin-top:-17px;
	display:none !important;
	padding-top:34px
}
.listitem-carousel:hover .prev,
.listitem-carousel:hover .next{display:block !important}
.listitem-carousel:hover .prev.hidden,
.listitem-carousel:hover .next.hidden,
.listitem-carousel:hover .prev.disabled,
.listitem-carousel:hover .next.disabled{display:none !important}
.listitem-carousel .pager{
	width:100%;
	text-align:center;
	margin-top:2px
}
.listitem-carousel .pager a{
	display:inline-block;
	width:15px;
	padding-top:15px;
	height:0;
	margin:5px;
	overflow:hidden;
}
#foo2,
#foo3{height:auto !important}

.horizontal_listitem{
	display:block;
	padding:25px 0 10px 0;
	background:#fff;
	width:740px;
	margin:2px;
	margin-bottom:30px;
	box-shadow:0 0 4px rgba(123,152,165,0.4)
}
.horizontal_listitem ul li{
	width:108px;
	display:inline-block;
	padding:15px 18px 5px;
	border-right:1px solid #E0ECF3
}
.horizontal_listitem ul li:last-child{border:none}
.horizontal_listitem ul li a img{
	max-width:65px;
	width:auto;
	max-height:64px;
	height:auto
}
.horizontal_listitem ul li .item_price{
	background:#E0ECF3;
	position:relative;
	top:-135px;
	right:-18px;
	font-size:13px;
	font-weight:bold;
	padding:2px;
	text-align:center
}
listitem-carousel.horizontal_listitem{}

.blog_box{
	width:100%;
	padding-top:10px;
	/*min-height:394px*/
}
.blog_box table{
	width:980px;
	margin:0 auto
}
.blog_box table tr td{
	vertical-align:top;
	padding:9px 5px;
	/*color:#607b8b;*/
	font-size:13px;
	text-shadow:0 1px 1px #fff
}
.blog_box table tr td.news .title-link:link,
.blog_box table tr td.news .title-link:visited {
	color:#607b8b;
	font-weight:normal;
}
.blog_box table tr td.news .title-date {
	color:#0073a3;
	font-weight:bold;
}
.blog_box table tr td:first-child{width:630px}
.blog_box table tr td:nth-child(2){
	width:330px;
	padding-left:23px;
	padding-right:10px
}
.blog_box table tr td h4{
	/*font-size:25px;
	font-weight:normal;
	color:#000;
	margin-bottom:25px*/
	text-shadow:0 1px 0 rgba(255,255,255,.5);
	font-size:20px;
	padding-bottom:16px;
	color:#980000;
	font-weight: normal;
}
.blog_box table tr td p{line-height:19px;margin-top: 12px;border-bottom: 1px grey dotted;}
.blog_box table tr td:first-child h3{font-weight:bold}
.blog_box table tr td a{
	color:#000000;
	font-weight:normal;
	line-height:19px;
	text-decoration:underline
}
.blog_box table tr td a:hover{text-decoration:underline}
.allnews.bt2{color:#3f3f3f}
.blog_box table tr td li{padding:10px 0}
.blog_box table tr td li:first-child{padding-top:0}
.blog_box table tr td .view_all{
	color:#3f3f3f;
	float:none;
	padding:8px 10px
}

.footer{
	width:100%;
	padding-top:20px
}
.footer table{
	width:971px;
	margin:0 auto
}
.footer table tr td{
	vertical-align:top;
	padding:15px 17px
}
.footer table tr td:first-child{padding-left:0}
.footer table tr td.copyright{
	vertical-align:bottom;
	color:#fff;
	font-size:13px;
	opacity:0.5;
	padding-left:15px
}
.about{
	width:324px;
	border-right: 1px dotted #808080;
	padding-right:15px !important;
}
.cat_link{
	padding:15px 11px;
	width:441px;
}
.footer table tr td h4{
	font-size:18px;
	padding-bottom:16px;
	/*background:url('/bitrix/templates/eshop_blue/images/footer_h4_bg.png') repeat-x bottom*/
}
.footer table tr td li{
	width:205px;
	display:inline-block;
	overflow:hidden;
	padding:9px 0
}
.footer table tr td li:first-child{margin-top:8px}
.footer table tr td li a{
	color:#f3f8fa;
	text-decoration:none;
	font-size:13px;
	text-shadow:0 -1px 0 rgba(124,69,24,0.5)
}
.footer table tr td li a:hover{text-decoration:underline}
.footer table tr td.contact{
	width:259px;
	font-size:13px;
	text-shadow:0 -1px 0 rgba(124,69,24,0.5);
	color:#fff
}
.footer table tr td.contact span{
	font-size:25px;
	font-weight:bold;
	text-shadow:0 -1px 0 rgba(124,69,24,0.5)
}
.social{padding-bottom:22px}

.item_count[type="text"]{
	width:25px;
	text-align:center;
	height:20px;
	border:1px solid #c4c4c4
}
table.options td{
	font-size:13px;
	text-align:left
}
table.options td:first-child{min-width:140px}
table.options td select{width:220px}

.equipment{
	border:1px solid #d1d1d1;
	width:99%;
	margin:20px 0;
	border: 1px dotted #808080;
}
.equipment thead td{
	border: 1px dotted #808080;
	font-weight:bold;
	font-size:16px;
	color:#3d4345;
	text-shadow:0 1px 1px rgba(255,255,255,0.4);
	/*border-top:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;*/
	padding:5px;

	background:#f7f7f7;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmM2YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top,#f7f7f7 0%,#c6c6c6 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#c6c6c6));
	background:-webkit-linear-gradient(top,#f7f7f7 0%,#c6c6c6 100%);
	background:-o-linear-gradient(top,#f7f7f7 0%,#c6c6c6 100%);
	background:-ms-linear-gradient(top,#f7f7f7 0%,#c6c6c6 100%);
	background:linear-gradient(to bottom,#f7f7f7 0%,#c6c6c6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#c6c6c6',GradientType=0)
}
.equipment thead td a{font-size:14px}
.equipment tbody td{
	border: 1px dotted #808080;
	background:#fff;
	padding:5px;
	font-size:12px;
	color:#5f6a71;
	/*border-top:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;*/
	font-weight:normal
}
.equipment tbody td span.price{
	font-weight:normal;
	font-size: 11px !important;
	margin-right: 0;
}
.equipment.orders tbody td{
	vertical-align:top;
	border-top:none;
	border-bottom:none;
	color:#3d4345
}
.equipment.orders tbody tr td:first-child{min-width:470px}
.equipment tbody tr td:last-child{text-align:right}
.equipment.orders.n tbody tr .order_status{
	background:#ffd34e;
	text-shadow:0 1px 1px rgba(255,255,255,.7);
	color:#000 !important
}
.equipment.orders.p tbody tr .order_status{
	background:#ade421;
	text-shadow:0 1px 1px rgba(255,255,255,.7);
	color:#000 !important
}
.equipment.orders.f tbody tr .order_status,
.equipment.orders.canceled tbody tr .order_status{
	background:#d3d3d3;
	text-shadow:0 1px 1px rgba(255,255,255,.7);
	color:#000 !important
}
.order_status{width:215px}
.equipment.ordersmore td{
	text-align:left !important;
	border:none;
	
}
.equipment.ordersmore td:first-child{
	color:#3f3f3f;
	width:180px;
}
.equipment.ordersmore h4{
	background:#fafafa;
	padding:10px 25px;
	font-size:16px;
	margin:0;
}
.compositionorder ul li{
	list-style-type:decimal;
	margin-left:20px
}
.tabsblock{margin:50px auto}
.tabsblock .tabs{
	margin:0 5px;
	z-index:200
}
.tabsblock .tabs a{
	box-shadow:0 0 4px rgba(123,152,165,0.4),inset 0 -3px 5px rgba(123,152,165,0.2);
	background:#fbfbfb;
	display:inline-block;
	text-decoration:none;
	color:#000;
	margin:0 5px;
	padding:10px 0 7px;
	border-radius:4px 4px 0 0;
	position:relative;
	bottom:-5px
}
.tabsblock .tabs a:hover{bottom:0}
.tabsblock .tabs a span{
	margin:0 10px;
	color:#3f3f3f;
	font-size:14px;
	font-weight:bold
}
.tabsblock .tabs a span.clr{
	display:block;
	background:#fff;
	position:relative;
	height:3px;
	bottom:-10px;
	margin:0
}
.tabsblock .tabs a.active{
	z-index:220;
	background:#fff;
	box-shadow:0 0 4px rgba(123,152,165,0.4);
	bottom:0
}
.tabsblock .tabcontent{
	box-shadow:0 0 4px rgba(123,152,165,0.4);
	background:#fff;
	border-radius:2px;
	margin:0 10px;
	padding:10px;
	z-index:210;
	position:relative
}

.tabsblock .tabcontent .cnt ul li span,
.tabsblock .tabcontent .cnt ul li b{
	background-image:none;
	background-color:#fff
}
.tabsblock .tabcontent>div{display:none}
.tabsblock .tabcontent>div.active{display:block}

.count_nav{
	display:inline-block;
	height:19px;
	/*width:12px;*/
	line-height:0;
	/*position:absolute;*/
	/*padding-top:1px;*/
	float:right;
	margin-right: 4px;
}
.count_nav a{
	display:block;
	height:10px;
	width:11px;
	text-align:center;
	border:1px solid #d8d8d8
}
.count_nav a.plus{
	/*border-radius:5px 5px 0 0;*/
	border:none;
	background-position:-11px -1069px
}
.count_nav a.minus{
	/*border-radius:0 0 5px 5px;*/
	border:none;
	margin-top:-1px;
	background-position:-41px -1069px
}
.count_nav a.plus:hover{
	/*border-radius:5px 5px 0 0;*/
	border:none;
	background-position:-41px -553px
}
.count_nav a.minus:hover{
	/*border-radius:0 0 5px 5px;*/
	border:none;
	margin-top:-1px;
	background-position:-41px -573px
}
.modal{
	display:none;
	top:50%;
	left:50%;
	position:fixed;
	z-index:999;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.6);
	/*height:250px;*/
}
#login,
#popupFormSubscribe,
#addItemInCart,
#addItemInSubscribe,
#addItemInCartOptions,
#addItemInCompare{
	background:#fff;
	border-radius:7px;
	padding:10px 10px 25px 10px;
	text-align:center
}
#login{padding:0 10px}
#login input[type=submit]{
	/*margin:15px auto 0 !important;*/
	cursor:pointer
}
#login,
#addItemInCompare{
	min-width:300px;
	margin-left:-160px
}
#addItemInCartOptions,
#addItemInSubscribe,
#addItemInCart{
	width:400px;
	margin-left:-210px
}
#addItemInCartOptions table{width:100%}
#addItemInCartOptions table tr td:first-child{padding:5px}
#addItemInCartOptions .bt1,
#addItemInSubscribe .bt1,
#popupFormSubscribe .bt1,
#addItemInCart .bt1{padding:7px 15px 7px 40px}
#addItemInCartOptions .bt3,
#addItemInSubscribe .bt3,
#popupFormSubscribe .bt3,
#addItemInCart .bt3{padding:7px 15px}
#addItemInCartOptions .sale{
	right:143px;
	font-size:13px;
	color:#E83434;
	position:absolute;
	top:60px
}
#addItemInCartOptions .price_title {font-weight: normal;padding: 0;margin: 0;text-align: right;}
#addItemInCartOptions .choosePropsTitle {font-size: 13px;text-align: left !important;font-weight: bold; padding: 5px;}
#addItemInCart h4,
#addItemInSubscribe h4,
#popupFormSubscribe h4,
#addItemInCompare h4{
	font-size:18px;
	font-weight:normal;
	text-align:center;
	color:#980000;
	padding-top:15px;
	padding-bottom:20px;
	text-transform: uppercase;
}
#addItemInCart .item_img img,
#addItemInSubscribe .item_img img,
#popupFormSubscribe .item_img img,
#addItemInCompare .item_img img{
	max-width:200px;
	max-height:200px;
	width:auto;
	height:auto
}
#addItemInCartOptions .item_img img{
	max-width:70px;
	max-height:70px;
	width:auto;
	height:auto
}
#addItemInCart .item_title,
#addItemInSubscribe .item_title,
#popupFormSubscribe .item_title,
#addItemInCartOptions .item_title,
#addItemInCompare .item_title{
	/*color:#1074a1;*/
	font-size:16px;
	padding-top:15px;
	text-align:center;
	padding-bottom:15px
}
#addItemInCartOptions .item_price{
	font-size:14px;
	display:block
}
#addItemInCartOptions .item_old_price{
	font-size:14px;
	display:block;
	text-decoration:line-through
}
#login p,
#addItemInCart p,
#addItemInSubscribe p,
#popupFormSubscribe p,
#addItemInCartOptions p,
#addItemInCompare p{
	text-align:center;
	padding:10px 0;
	display:block;
	font-size:13px
}
#addItemInCart .incart,
#addItemInSubscribe .incart,
#popupFormSubscribe .incart,
#addItemInCartOptions .incart,
#addItemInCompare .compare{
text-align:center;
font-size:14px
}
.close.button{
	width:13px;
	height:13px;
	right:10px;
	top:7px;
	cursor:pointer;
	position:absolute
}
#login input[type=password]{
	margin-bottom:5px;
	margin-top:2px;
}
#login .rememberme{
	float:right;
	position:relative;
}
#login .rememberme input{
	left:-20px;
	top:-1px;
	position:absolute;
}
#bgmod{
	background:rgba(0,0,0,0);
	display:none;
	min-width:2000px;
	height:100%;
	min-height:2000px;
	position:fixed;
	z-index:998;
	top:0;
	left:0
}

.svwp ul{position:relative;left:-999em}
.slideViewer{
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	background:#fff
}
.slideViewer ul{
	position:relative;
	left:0;
	top:0;
	width:1%;
	list-style-type:none;
	margin:0;
	padding:0
}
.slideViewer ul li{float:left}
.thumbSlider ul{
	list-style-type:none;
	margin:0;
	padding:0;
	height:101px
}
.thumbSlider ul li{
	float:left;
	margin:0;
	height:89px;
	padding-top:10px;
	
	width:88px;
	background:transparent
}      
.slideViewer div > ul > li:before,
.thumbSlider ul li:before{
	content: ""!important;
}
.thumbSlider a{text-decoration:none}
.thumbSlider a img{
	border:none !important;
	display:block;
	margin:0 auto;
	padding:10px 7px 5px 7px
}
.thumbSlider p.tmbrdr{
	position:absolute;
	padding:0;
	border:none !important;
	margin-left:3px
}
.thumbSlider p.tmbrdr:hover{background:url('/bitrix/templates/eshop_blue/images/p_bg.png') no-repeat top right}
.thumbSlider p.tmbrdr.active{background:url('/bitrix/templates/eshop_blue/images/p_bg.png') no-repeat top left}



div.search-popup{border: 1px solid #333;background: #fff;padding: 2px;margin: 0px; width:307px; }
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: pointer;}
div.search-popup-row{background:#fff;font-family: Helvetica;}
div.search-popup-row-active{background:#eee;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
.sidebar.pleft{
	width:222px;
	float:left
}
.sidebar.pright{
	width:222px;
	float:right
}
.sidebar.ptop{}
.centralarea.pleft,
.workarea.pleft{
	width:728px;
	padding-left:20px;
	float:left
}
.breadcrumbs.pleft{
	width:768px;
	overflow:hidden
}
.centralarea.pright .breadcrumbs{
	padding-left:0;
}
.workarea.pright{
	width:768px;
	float:left
}
.centralareaptop,
.workarea.ptop{

}
.header_slider{
	padding-top:0px;
	width:980px;
	margin:0 auto
}
#slides .slide {
	width:980px;
	padding:20px 0
}
.slides_container {
	height:405px;
	overflow:hidden;
	position:relative
}
#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px
}
#slides .pagination {
	margin: 12px 0;
	width: 577px;
	text-align: center;
	z-index: 137;
	position: relative
}
#slides .pagination li {
	display:inline-block;
	list-style:none;
	margin:0 6px;
	width:19px;
	height:19px;
	padding:1px;
}
#slides .pagination li a {
	display:block;
	width:19px;
	height:19px;
	font-size:0
}
.slider_img{
	width:580px;
	height:400px
}
.header_slider .w{
	position: absolute;
	top: -9px;
	z-index: 0;
	width: 535px;
	height: 371px;
	background: white;
	margin-top: 27px;
	margin-left: 30px;
	-moz-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg)
}
.slider_img .s1,
.slider_img .s2{
	position: absolute;
	top: 10px;
	z-index: 150;
	width: 520px;
	height: 342px;
	box-shadow: 0px 0px 20px 2px black;
	margin-top: 26px;
	margin-left: 38px;
}
.slider_img .s1{
	-moz-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg)
}
.slider_img .s2{
	-moz-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(-2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg)
}
.slider_img .photo{
	position: absolute;
	top: -9px;
	text-align: center;
	z-index: 170;
	width: 536px;
	height: 373px;
	background: white;
	margin-top: 28px;
	margin-left: 29px;
}
.slider_img .photo table{
	width:500px;
	margin:10px auto 0;


}
.slider_img .photo table tr td{
	height:360px;
	width:500px;
	text-align:center;
	vertical-align:middle;
}
.slider_img .photo table tr td img{
	max-height:300px;
	height:auto;
	max-width:300px;
	width:auto;
}

#slides .next,
#slides .prev {
	position:absolute;
	width:57px;
	height:58px;
	display:none;
	z-index:101;
	margin-top: -207px;
}
#slides:hover .next,
#slides:hover .prev{display:block}
#slides .next{
	left:50%;
	margin-left:48px
}
#slides .prev{
	left:50%;
	margin-left:-489px
}
.info{
	width: 334px;
	position: absolute;
	left: 645px;
	top: 17px;
	height: 343px;
}
.info h2,
.info h4{
	width:334px;
	overflow:hidden;
}
.info h2{}
.info h4{margin-top:2px}
.info h2 a,
.info h4 a{
	text-decoration:none;
	font-size:26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.info h4 a{font-weight:normal}
.info p{
	/*padding-top:23px;*/
	font-size:14px;
	width:300px;
	line-height: 20px;
	/*height: 106px;*/
}
.info .more{
	text-decoration:none;
	font-weight:bold;
}
.info .more:hover{text-decoration:underline}
.buy {
	width: 330px;
	/*bottom: 0;*/
	position: absolute;
}
.buy td{
	padding:15px 14px;
	font-size:26px;
	line-height:19px;
	vertical-align:middle
}
.buy td:first-child{
	white-space: nowrap;
	font-weight:bold;
	text-shadow:0 1px 1px rgba(246,237,206,0.7)
}
.buy td .old_price{
	font-size:14px;
	text-decoration:line-through;
}
.buy td:last-child{
	width:14px;
	padding:0
}
.specialoffer{
	padding: 9px 11px;
	font-size: 24px;
	color: #000;
	position: absolute;
	top: 20px;
	right: 20px;
	background: #F5CB26;
	text-shadow:0 1px 1px rgba(255,255,255,0.7);
}
sup.notavailable,
sup.specialoffer,
sup.newproduct,
sup.saleleader{
	background: #f8e86f;
	color: #000;
	padding: 0px 8px 1px;
	font-weight: normal;
	font-size: 11px;
	position: relative;
	/*top: -5px;*/
	right:0;
}
sup.notavailable{background:#FFD8D8}
.title-search-result{
	top: 245px;
	left: 875px;
	width: 560px;
	border-radius:3px;
}
.cart-notetext{
	color: #5f6a71 !important;
	font-size:16px;
	display:block;
	min-height:200px;
	background:url('/bitrix/templates/eshop_blue/images/notetext.png') no-repeat center;
}
.notetext{color: #5f6a71 !important}
.sortbutton.current,
.sortbutton.current:hover,
.sortbutton:active,
.sortbutton{padding: 6px 0px 0px 0px;
border-bottom: 1px dashed;
margin-left: 10px;}

.no-photo-div-small,
.no-photo-div-big{background:url('/bitrix/templates/eshop_blue/images/no-photo.png') no-repeat center}
.no-photo-div-small{background:url('/bitrix/templates/eshop_blue/images/no-photo.png') no-repeat center}

.personal-page-nav div{
	background:#fff;
	border-radius:3px;
	border:1px solid #e0ecf3;
	padding:10px 15px;
	margin:10px 0 20px;
}
.personal-page-nav div h2{
		font-size:18px !important;
		padding-bottom:5px;
		border-bottom:1px solid #e0ecf3;
}
.personal-page-nav div ul li a{
	font-size:13px;
	padding-left: 30px;
}

#popup_n_error,
.errortext{
	margin-top:15px;
	background: #f8eaed;
	background: url('/bitrix/templates/eshop_blue/images/alert.png') 10px 50%  no-repeat, -moz-linear-gradient(top, #f8eaed 0%, #edd0d6 100%);
	background: url('/bitrix/templates/eshop_blue/images/alert.png') 10px 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8eaed), color-stop(100%,#edd0d6));
	background: url('/bitrix/templates/eshop_blue/images/alert.png') 10px 50% no-repeat, -webkit-linear-gradient(top, #f8eaed 0%,#edd0d6 100%);
	background: url('/bitrix/templates/eshop_blue/images/alert.png') 10px 50% no-repeat, -o-linear-gradient(top, #f8eaed 0%,#edd0d6 100%);
	background: url('/bitrix/templates/eshop_blue/images/alert.png') 10px 50% no-repeat, linear-gradient(to bottom, #f8eaed 0%,#edd0d6 100%);
	color:#881521 !important; 
	font-size:15px;
	text-shadow: 0 1px 0 #fff;
	padding:10px 15px 10px 60px !important;
	display:inline-block;
	border-top:1px solid #e4cbd1;
	border-right:1px solid #d5babe;
	border-bottom:1px solid #c9abaf;
	border-left:1px solid #d5babe;
	box-shadow:inset 0 1px 1px 0 #fff;
	border-radius:5px;
	font-weight:bold;
}
#popup_n_error{display:none}

.sidebar .nav>li>span .showchild .arrow,
.sidebar .nav.popup>li>span .showchild_popup .arrow,
.sidebar .nav>li>ul>li span .showchild .arrow,
.sidebar .nav.popup>li>ul>li span .showchild_popup .arrow,
.social .social-eshop a,
.social-eshop a,
.social a span,
.itemleft,
.itemright,
.newsale span,
.hitsale span,
.sortbutton span,
.close.button,
#slides .next,
#slides .prev ,
#slides .pagination li a,
.listitem-carousel .pager a,
.listitem-carousel .prev,
.listitem-carousel .next,
.deleteitem_compare,
.mycurrentorders td .deleteitem,
.ui-slider .ui-slider-handle,
.count_nav a,
.content_search_box table tr td .input input[type="submit"]{background:url('/bitrix/templates/eshop_blue/images/gui.png') no-repeat}

.sidebar .nav>li>span .showchild .arrow,
.sidebar .nav.popup>li>span .showchild_popup .arrow,
.sidebar .nav>li>ul>li span .showchild .arrow,
.sidebar .nav.popup>li>ul>li span .showchild_popup .arrow					{background-position:-182px -19px}
.sidebar .nav>li:hover>span .showchild .arrow								{background-position:-38px -360px}
.sidebar .nav>li span .showchild:hover .arrow								{background-position:-38px -380px}
.sidebar .nav>li.current>span .showchild .arrow							{background-position:-38px -321px}
.sidebar .nav>li.current>span .showchild:hover .arrow						{background-position:-38px -340px}
.sidebar .nav>li.selected>span .showchild .arrow							{background-position:-38px -303px}
.sidebar .nav>li.current.selected>span .showchild .arrow,
.sidebar .nav>li.current.selected>span .showchild:hover .arrow			{background-position:-38px -284px}
.sidebar .nav>li>ul>li:hover>span .showchild>.arrow						{background-position:-38px -458px}
.sidebar .nav>li>ul>li span .showchild:hover .arrow							{background-position:-37px -423px}
.sidebar .nav>li.current ul>li.lvl2.current>span .showchild .arrow			{background-position:-38px -442px}
.sidebar .nav>li.current ul>li.lvl2.current>span .showchild:hover .arrow	{background-position:-38px -402px}
.sidebar .nav.popup>li>span .showchild_popup .arrow						{background-position:-38px -708px}
.sidebar .nav.popup>li:hover>span .showchild_popup .arrow					{background-position:-38px -688px}
.sidebar .nav.popup>li.current.selected>span .showchild_popup .arrow		{background-position:-38px -689px}
#slides .prev															{background-position:0 0}
#slides .next															{background-position:0 -58px}
#slides .next:active 													{background-position:0 -174px}
#slides .prev:active 													{background-position:0 -116px}
.itemleft,			.listitem-carousel .prev								{background-position:0 -285px}
.itemleft:hover,	.listitem-carousel .prev:hover						{background-position:0 -320px}
.itemleft:active,	.listitem-carousel .prev:active						{background-position:0 -355px}
.itemright,			.listitem-carousel .next								{background-position:0 -389px}
.itemright:hover,	.listitem-carousel .next:hover						{background-position:0 -424px}
.itemright:active,	.listitem-carousel .next:active						{background-position:0 -459px}
.newsale span															{background-position:0 -657px}
.hitsale span															{background-position:0 -689px}
.content_search_box table tr td .input input[type="submit"]					{background-position:0 -718px}
.deleteitem_compare,.mycurrentorders td .deleteitem						{background-position:0 -776px}
.deleteitem_compare:hover,.mycurrentorders td .deleteitem:hover			{background-position:0 -798px}
.ui-slider .ui-slider-handle												{background-position:-36px -588px}
#slides .pagination li a 													{background-position:-39px -650px}
#slides .pagination li.current a 											{background-position:-39px -631px}
.listitem-carousel .pager a												{background-position:-42px -512px}
.listitem-carousel .pager a:hover, .listitem-carousel .pager a.selected	{background-position:-41px -495px}
.close.button															{background-position:-46px -480px}
.social .fb																{background-position:0 -496px}
.social .tw																{background-position:0 -528px}
.social .od																{background-position:0 -560px}
.social .vk																{background-position:0 -592px}
.social .gp																{background-position:0 -624px}
.social .all >a> span															{background-position:-32px -905px}
.social .all:hover >a>span															{background-position:0 -905px}
.social a .vkontakte														{background-position:-32px -1033px}
.social a .odnoklassniki													{background-position:-32px -809px}
.social a .mymailru														{background-position:-32px -841px}
.social a .facebook														{background-position:-32px -873px}
.social a .google														{background-position:-32px -937px}
.social a .openid-mail-ru												{background-position:0 -1033px}
.social a .openid														{background-position:0 -841px}
.social a .yandex														{background-position:0 -873px}
.social a .livejournal													{background-position:0 -937px}
.social a .liveinternet													{background-position:0 -969px}
.social a .blogger														{background-position:0 -1001px}
.social a .twitter														{background-position:-32px -1001px}
.social a .liveid														{background-position:-32px -969px}

.listitem-carousel .next{right:0}

.w100p{width:100% !important}
.w980p{width:980px !important}
.w748p{width:748px !important}
.db{display:block !important}
.fll{float:left !important}
.flr{float:right !important}
.fln{float:none !important}
.fwb{font-weight:bold !important}
.fwn{font-weight:normal !important}
.fsi{font-style:italic !important}
.fsn{font-style:normal !important}
.tac{text-align:center !important}
.tal{text-align:left !important}
.tar{text-align:right !important}
.m0a{margin:0 auto !important}
.vat{vertical-align:top !important}
.vam{vertical-align:middle !important}
.vab{vertical-align:bottom !important}
.vabl{vertical-align:baseline !important}               
     
.lsnn,
.lsnn li{list-style: none !important;}
.lsnn:before,
.lsnn li:before{padding-left:0px;content:none !important}
.lsnn {
	background: #ffffff;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 19px;
	padding: 20px 12px 30px 0;
	box-shadow: 0cm 0.176cm 0.45861111111111cm 0cm rgb( 189, 191, 192 );
}

.social > a,
.social .social-eshop a{
	display:inline-block;
	width:31px;
	height:32px;
	background: url('/bitrix/templates/eshop_blue/images/gui.png') no-repeat;
}
#login .social .social-eshop a{background-image:none}
.social a span{
	display:inline-block;
	width:31px;
	height:32px;
}
.social{
	text-align:left;
	padding-bottom:8px;
}
.social li{display:inline-block}
.social li>ul{
	display:none;
	position:absolute;
	width:290px;
	text-align:right;
	z-index:99999;
}
.social li.notfull{position:relative}
.social li.full>ul{left:4px}
.social li.notfull>ul{
	right:0;
	left:none;
}
.social .all:hover ul{display:block}

.social .social-eshop a,
.social a span{width:32px}

form[name="bx_auth_services"] input[type="submit"]{}

.bx-auth-service-form input[type=text]{height:20px}

.cart-item-name{
	width:200px;
}
.cart-item-price {
    white-space: nowrap;
}
.cart-item-name,
/*.cart-item-price,*/
.cart-item-price div,
.cart-item-price span,
.map-columns{
	width:100%;
}
.map-columns li{
	padding:10px;
}
.map-columns li a{
	font-weight:normal;
}
.bt1{white-space:nowrap}
.sidebar ul li a {
	text-transform:uppercase;
	color: #980000;
	font-size: 14px;
}
.sidebar ul li a:hover {
	color: #000000;
}
.footer_last {
	background:url('/bitrix/templates/eshop_blue/images/footer.png') top center repeat-x;
	height: 117px;
}
/*Reklamnye materialu*/
.rekmat1, .rekmat2 {
}
.rekmat1 p, .rekmat2 p {
	margin-top:10px;
	font-size: 13px;
	font-weight: bold;
	padding-left:30px;
	line-height: 16px;
}
p.rtype_pdf {
	background:url('/bitrix/templates/eshop_blue/images/pdficon.png') top left no-repeat;
}
p.rtype_doc {
	background:url('/bitrix/templates/eshop_blue/images/docicon.png') top left no-repeat;
}
.rekmat1 p span, .rekmat2 p span{
	text-decoration: underline;
}
.rekmat1 p span a, .rekmat2 p span a{
	color: #000000;
}
p.rtype_doc:hover {
	background:url('/bitrix/templates/eshop_blue/images/docicon_hover.png') top left no-repeat;
	cursor:pointer;
}
p.rtype_pdf:hover {
	background:url('/bitrix/templates/eshop_blue/images/pdficon_hover.png') top left no-repeat;
	cursor:pointer;
}
/*---------------------------*/
a.araz {
	float:right;
	color: #980000 !important;
	font-size: 12px;
	text-decoration: underline !important;
}
.partners_left {
	background:url('/bitrix/templates/eshop_blue/images/partners_left.png') top left no-repeat;
	height: 41px;
	width: 222px;
	padding: 7px 0;
	text-align: center;
	border: 0px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
}
.partners_left_basket {
	background:url('/bitrix/templates/eshop_blue/images/partners_left.png') top left no-repeat;
	height: 41px;
	width: 222px;
	padding: 7px 0;
	text-align: center;
	border: 0px;
	cursor: pointer;
	color: #fff;
}
.partners_left_basket a {
	color: #ffffff;
	text-decoration: none;
}
.partners_left_basket a:hover {
	color: #ffffff;
}
.partners_left_login_modal {
	background:url('/bitrix/templates/eshop_blue/images/partners_left.png') top left no-repeat;
	height: 41px;
	width: 222px;
	padding: 7px 0;
	text-align: center;
	border: 0px;
	cursor: pointer;
	color: #fff;
	border-radius: 2px;
}
.partners_left_subval {color:#fff; font-size: 1.1em; line-height: 2em; font-weight: bold;}
.partners_left_loginnn {color:#fff; font-size: 14px !important;  font-weight: bold;}
.partners_left_mess_reg {color:#fff; font-size:14px; line-height: 1.8em; font-weight: bold;}
.partners_left_mess {color:#fff; font-size:1.1em; line-height: 1.8em; font-weight: bold;}
.partners_left_mess_vopotv {color:#fff; font-size:14px; line-height: 1.8em; font-weight: bold;}
.partners_left_pretenz {color:#fff; font-size:14px; line-height: 2em !important;  font-weight: bold;}
.partners_left a {
	color: #ffffff;
	text-decoration: none;
}
.partners_left a:hover {
	color: #ffffff;
}
.view-item /*R2D2*/ {
	display:inline-block;
	width: 24%;
	vertical-align:top;	
}
.vieweditems ul {
	box-shadow:none;
}
.vieweditems h5 {
	font-size: 20px;
/*padding-bottom: 16px;*/
font-weight: normal;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
color: #980000;
}
.addtoCart {
	background:url('/bitrix/templates/eshop_blue/images/kupit.png') top left repeat-x;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	padding: 1px 6px 1px 6px;
	border-radius: 2px;
	box-shadow: 1px 1px #808080;
}
.addtoCart:hover {
	background:url('/bitrix/templates/eshop_blue/images/kupit_hover.png') top left repeat-x;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	padding: 1px 6px 1px 6px;
	border-radius: 2px;
	box-shadow: 1px 1px #808080;
}
#addItemInCart a.bt3 {
	background: url('/bitrix/templates/eshop_blue/images/bt3.png') repeat-x scroll 0% 0% transparent;
	padding: 7px;
	font-size: 13px;
	text-transform: uppercase;
	border-radius: 2px;
	box-shadow: 1px 1px #808080;
}
#basketOrderButton2 {
	text-decoration: none;
font-size: 14px;
color: #FFF;
padding: 7px;
white-space: nowrap;
background: url('/bitrix/templates/eshop_blue/images/bt3.png') repeat-x scroll 0% 0% transparent;
text-align: center;
margin: 3px;
border:none;
border-radius: 2px;
/*box-shadow: 1px 1px #808080;*/
cursor:pointer;
margin-right:0;
}
#basketOrderButton2:hover {
	/*background: url('/bitrix/templates/eshop_blue/images/bt3_hover.png') repeat-x scroll 0% 0% transparent;*/
}
.mycurrentorders input {
	width:26px;
}
.blog-idea-body div.post-title h2 {
	margin-top: 5px !important;
}
/*---------------------*/
h1 {
	font-size:2.5em;
	line-height:1.5em;
}
h2 {
	font-size:1.7em;
	line-height:1.7em;
}
h3 {
	font-size:1.3em;
	line-height:1.3em;
}
h4 {
	font-size:1.2em;
	line-height:1.2em;
}
h5 {
	font-size:1.1em;
	line-height:1.1em;
}
h6 {
	font-size:0.9em;
	line-height:1.8em;
	font-weight:bold;
}

table.pollstableborder td.sectiontableentry0, table.pollstableborder td.sectiontableentry1, table.pollstableborder td.sectiontableentry2, table.pollstableborder tr.sectiontableentry0 td, table.pollstableborder tr.sectiontableentry1 td, table.pollstableborder tr.sectiontableentry2 td {
	height: 20px;
	padding-left: 5px;
	text-align:left;
	padding-right: 10px;
	line-height: 18px;
	margin-bottom:5px;
	background: none;
	border:none;
}
table.pollstableborder {
	border: none;
	padding: 0;
	width: 100%;
	text-align: left;
}
table.pollstableborder img {
	vertical-align: baseline;
}
table.pollstableborder td {
	padding:0 5px !important;
}
/*SECTION TABLE ENTERIES */
tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 {
	height: 20px;
	padding: 0 10px;
	line-height: 29px;
}
.sectiontableheader {
	padding: 5px;
	font-weight: bold;
}
/*SECTION TABLE ENTERY COLORS. MOVE TO COLOR.CSS IF YOU LIKE TO CHANGE THEM
--------------------- */
table.pollstableborder tr.sectiontableentry0 td {
	border: none;
	background: #f3f2f2;
}
table.pollstableborder tr.sectiontableentry1 td, table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}
.sectiontableheader {
	border: 1px solid #d4d4d4;
	background:#DEDEDE;
}
.sectiontableentry1 {
	background-color : #DEDEDE;
}
tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 {
	border-bottom: 1px solid #fff;
}
tr.sectiontableentry0 td, td.sectiontableentry0, tr.sectiontableentry2 td, td.sectiontableentry2 {
	background-color: #f3f2f2;
}
tr.sectiontableentry1 td, td.sectiontableentry1 {
	background-color: #E9E9E9;
}
tr.sectiontableentry0:hover td, tr.sectiontableentry1:hover td, tr.sectiontableentry2:hover td {
	background-color: #EEEEEE;
}
}
table.tdbtabs td
{
padding:0 5px;
}
ul.latestnewsnews3 {
text-align: justify;
}
@-webkit-keyframes pulsate { 50% { color: #000; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #000, 0 0 8px #000; } } @keyframes pulsate { 50% { color: #000; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #000; } } #blink2 { color: rgb(245,245,245); text-shadow: 0 -1px rgba(0,0,0,.1);  -webkit-animation: pulsate 1.2s linear infinite; animation: pulsate 1.2s linear infinite;}


.blog_box_news{
	width:100%;
	padding-top:1px;
	/*min-height:394px*/
}
.blog_box_news h4{
	text-shadow:0 1px 0 rgba(255,255,255,.5);
	font-size:20px;
	/*padding-bottom:16px;*/
	color:#980000;
	font-weight: normal;
}
.blog_box_news table{
	width:860px;
	margin:0 auto
}
.blog_box_news table tr td{
	vertical-align:top;
	padding:3px 5px;
	/*color:#607b8b;*/
	font-size:13px;
	text-shadow:0 1px 1px #fff
}
.blog_box_news table tr td.news .title-link:link,
.blog_box_news table tr td.news .title-link:visited {
	color:#607b8b;
	font-weight:normal;
}
.blog_box_news table tr td.news .title-date {
	color:#0073a3;
	font-weight:bold;
}
.blog_box_news table tr td:first-child{width:930px}
.blog_box_news table tr td:nth-child(2){
	width:330px;
	padding-left:23px;
	padding-right:10px
}
.blog_box_news table tr td h4{
	/*font-size:25px;
	font-weight:normal;
	color:#000;
	margin-bottom:25px*/
	text-shadow:0 1px 0 rgba(255,255,255,.5);
	font-size:20px;
	padding-bottom:16px;
	color:#980000;
	font-weight: normal;
}
.blog_box_news table tr td p{line-height:19px;margin-top: 12px;border-bottom: 1px grey dotted;}
.blog_box_news table tr td:first-child h3{font-weight:bold}
.blog_box_news table tr td a{
	color:#000000;
	font-weight:normal;
	line-height:19px;
	text-decoration:underline
}
.blog_box_news table tr td a:hover{text-decoration:underline}
.allnews.bt2{color:#3f3f3f}
.blog_box_news table tr td li{padding:10px 0}
.blog_box_news table tr td li:first-child{padding-top:0}
.blog_box_news table tr td .view_all{
	color:#3f3f3f;
	float:none;
	padding:8px 10px
}
/* End */
