* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Helvetica, Arial, sans-serif;
	height: 100%;
}

h2, h3, #c-win h1 {
    line-height: 36px;
    color: #404040;
    margin-bottom: 12px;
}

h2, #c-win h1 {
    font-size: 24px;
    font-weight: bold;
}

h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0 5px 0;
}

a {
    color: #0069d6;
    line-height: inherit;
    font-weight: inherit;
	outline: none;
	text-decoration: underline;
}
a:hover {
    color: #ff0000;
}

img {
	border: none;
}
input {
	vertical-align: middle;
}

input:focus {
    outline:none;
}


input::-moz-focus-inner, button::-moz-focus-inner {border:0}

/*
input[type="button"] {
    padding: 2px 4px 2px 4px; 
}
*/

/* Затерто 24.01.17*/
input:not(.FormElement):not(.mce-textbox):not([type="file"]),
textarea:not(.FormElement):not(.mce-textbox),
select:not(.FormElement):not(.mce-textbox),
.uneditable-input {
    display: inline-block;
    /*
    width: 210px;
    height: 18px;
    line-height: 18px;
    */
    padding: 4px 10px 4px 10px;
    font-size: 13px;
    color: #444;
    border: 1px solid #ccc;
}

select option {
    padding: 2px 5px 2px 5px;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover,
.wrap-f-lbl:hover input[type="text"] {
    border: 1px solid #4D90FE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

input[type=checkbox], input[type=radio] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 0;
    *margin-top: 0;

    line-height: normal;
    border: none;
}

input[type=file] {
    background-color: #ffffff;
    padding: initial;
    border: initial;
    line-height: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}



input[type=button], input[type=reset], input[type=submit] {
    width: auto;
    height: auto;
}
select, input[type=file] {
    height: 24px;
    line-height: 27px;
    outline: none;
    *margin-top: 4px;
}

input, textarea {
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
    border: 1px solid #4D90FE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

input[type=file]:focus, input[type=checkbox]:focus, select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 1px dotted #666;
}

ul {
    padding-left: 10px;
}

#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/*For ie max-width*/
* html #wrapper,
* html footer {
	width: expression((documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':'');
}

header {
    overflow: hidden;
    border: 1px solid lightgray;/* добавлено 02.12.2016 */

    background-color: #eee;

    /* Удалено 02.12.2016
	height: 100px;
    background-color: #049cd9;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#004D9F), to(#049cd9));
    background-image: -webkit-linear-gradient(#004D9F, #049cd9);
    background-image: -moz-linear-gradient(#004D9F, #049cd9);
    background-image: -o-linear-gradient(top, #004D9F, #049cd9);
    background-image: -khtml-gradient(linear, left top, left bottom, from(#004D9F), to(#049cd9));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004D9F', endColorstr='#049cd9', GradientType=0);*/ /* IE8 and down */
    
}

header .inner {
    padding: 0 0 0 15px;
    /*
    height: 70px;
    padding: 15px;
    background: url('img/header-bg.png') 0 0 repeat;*/
}

header .descript-name {
    margin: 10px 0 0 30px;
    color: #e1e1e1;
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    max-width: 575px;
}

header .company-info {
    float:left;
}

header .b-logo {
    /*height: 70px;*/
    float: left;
    height: 100px;
    line-height: 100px;
}

header .b-company-name {
    float: left;
    padding: 10px 20px 20px 20px;
}

header .b-company-name h1 {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 30px;
}

header .b-header-login {
    float: right;
    margin-top: 5px; /* добавлено 09.12.16 */
    margin-right: 5px;
    /* убрано 09.12.16 margin-top: -7px;*/
}

header .b-header-login label {
    width: 62px;
    display: inline-block;
    color: #f1f1f1;
    font-size: 14px;
}

header .b-header-login input[type="text"],
header .b-header-login input[type="password"]{
    width: 175px;
    height: 14px;
    border: none;
    background-color: #FFF;
}

header .b-header-login button.btn {
    margin-top: 7px;
    padding: 2px 14px 3px;
    margin-left: 65px;
}

header .b-header-login .line:first-child {
    margin-bottom: 7px;
}

#middle {
	width: 100%;
	padding: 0 0 70px;
	height: 1%;
	position: relative;
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container {
	width: 100%;
	float: left;
}

#content {
	padding: 15px 15px 15px 240px;
}

.sidebar {
    margin-top: 15px;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
    background-image: -moz-linear-gradient(#f9f9f9, #f5f5f5);
    background-image: -ms-linear-gradient(#f9f9f9, #f5f5f5);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f5f5f5));
    background-image: -webkit-linear-gradient(#f9f9f9, #f5f5f5);
    background-image: -o-linear-gradient(#f9f9f9, #f5f5f5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0);
    background-image: linear-gradient(#f9f9f9, #f5f5f5);
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}

#sideLeft {
	float: left;
	width: 220px;
	margin-left: -100%;
	position: relative;
    line-height: normal;
    margin-bottom: 30px;
}


#sideLeft li a, #sideLeft li span {
    display: block;
    padding: 5px 7px 5px 21px;
    text-decoration: none;
}
#sideLeft li a:hover {
    background-color: #eee;
    color: #DD4B39;
}

#sideLeft .submenu a {
    background: url('img/collapse.png') 12px 5px no-repeat;
    padding-left: 30px;
}

#sideLeft .submenu ul li a {
    padding-left: 35px;
    background-image: none;
}

#sideLeft .submenu ul {
    display: none;
}

#sideLeft .t-link.t-header {
    position: relative;
    cursor: pointer;
    padding-left: 15px;
    border-top: 1px solid #d2d2d2;
    background-color: #eee;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eee));
    background-image: -moz-linear-gradient(#f9f9f9, #eee);
    background-image: -ms-linear-gradient(#f9f9f9, #eee);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f9f9f9, #eee);
    background-image: -o-linear-gradient(#f9f9f9, #eee);
    background-image: linear-gradient(#f9f9f9, #eee);
    font-size: 14px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#sideLeft .t-link.t-header:hover {
    background-color: #e1e1e1;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e1e1e1));
    background-image: -moz-linear-gradient(#f9f9f9, #e1e1e1);
    background-image: -ms-linear-gradient(#f9f9f9, #e1e1e1);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e1e1e1));
    background-image: -webkit-linear-gradient(#f9f9f9, #e1e1e1);
    background-image: -o-linear-gradient(#f9f9f9, #e1e1e1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e1e1e1', GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e1e1e1', GradientType=0);
    background-image: linear-gradient(#f9f9f9, #e1e1e1);
}

#sideLeft .t-link.t-header:hover .t-icon.t-panelbar-collapse {
    background: url('img/i-grid.png') -85px -64px no-repeat;
}

#sideLeft .t-link.t-header:hover .t-icon.t-panelbar-expand {
    background: url('img/i-grid.png') -85px -90px no-repeat;
}

#sideLeft .t-link.t-header .t-icon.t-arrow-up,
#sideLeft .t-link.t-header .t-icon.t-arrow-down {
    width: 10px;
    height: 6px;
    display: block;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 10px;
}

#sideLeft .t-link.t-header .t-icon.t-panelbar-collapse {
    background: url('img/i-grid.png') -63px -64px no-repeat;
}

#sideLeft .t-link.t-header .t-icon.t-panelbar-expand {
    background: url('img/i-grid.png') -63px -90px no-repeat;
}

#sideLeft .t-group {
    border-top: 1px solid #d2d2d2;
    background-color: #fcfcfc;
}

footer {
	margin: -70px auto 0;
	min-width: 1000px;
	height: 70px;
	position: relative;
    background-color: #eee;
    text-shadow: 0 1px 0 #fff;
    outline: 1px solid rgba(0, 0, 0, 0.2); /*#e5e5e5*/
}

.b-topbar {
    height: 30px;
}

.b-topbar .inner {
    width: 100%;
    height: 30px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ccc;
}

.btn {
    outline: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    padding: 5px 14px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333;
    font-size: 13px;
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

.btn:hover {
    background-position: 0 -15px;
    color: #333;
    text-decoration: none;
}

.btn:focus {
    outline: 1px dotted #666;
}

.btn.info {
    color: #fff;
    text-decoration: none;
    background-color: #339bb9;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(top, #5bc0de, #339bb9);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #339bb9 #339bb9 #22697d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-register {
    margin-left: 7px;
    padding: 3px 14px 4px;
}

.b-top-menu {
    height: 30px;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
    background-image: -moz-linear-gradient(#f9f9f9, #f5f5f5);
    background-image: -ms-linear-gradient(#f9f9f9, #f5f5f5);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f5f5f5));
    background-image: -webkit-linear-gradient(#f9f9f9, #f5f5f5);
    background-image: -o-linear-gradient(#f9f9f9, #f5f5f5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0);
    background-image: linear-gradient(#f9f9f9, #f5f5f5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); /**было #eee **/
    font-size: 13px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.b-top-menu ul, .sidebar ul {
    padding-left: 0;
}

.b-top-menu a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    text-decoration: none;
    color: #000;
}

.b-top-menu li, .fl-l {
    float: left;
}

.b-top-menu .active a {
    background-color: #eee;
    color: #DD4B39;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    cursor: default;
}

.b-top-menu a:hover {
    background-color: #eee;
    color: #DD4B39;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset;
}

#sideLeft .submenu.collapse a {
    background-position: 12px -86px;
}

.query-priced {
    width: 100%;
    border-radius: 0;
    color: #000;
    text-shadow: 1px 1px #f1f1f1;
}

.wrap-f-lbl {
    position: relative;
}

.wrap-f-lbl label {
    position: absolute;
    top: 0;
    left: 5px;
    color: #999;
    font-size: 15px;
    line-height: 28px;
    cursor: text;
}

.priced-submit {
    width: 65px;
    float: left;
    padding: 5px 14px;
    margin-left: 27px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.select-f-search {
    margin-top: 5px;
}

.select-f-search select {
    width: 116px;
    height: 20px;
    font-size: 10px;
    padding: 1px;
    border-radius: 0;
    outline: none;
}

.c-head {
    background: #f9f9f9;
    margin-bottom: 18px;
    padding: 13px 20px 14px 15px;
    border:  1px solid #d2d2d2;
    border-top-color: #0499d7;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.c-head .fl-l {
    width: 400px;
}

.copyright {
    position: absolute;
    right: 15px;
    bottom: 24px;
    font-size: 14px;
}

.copyright a span {
    color: #990000 !important;
    font-size: 16px;
}

#content {
    line-height: 18px;
    font-size: 13px;
}

#content p {
    margin-bottom: 10px;
}

/* Мешает табам 07.08.2017
#content ul li, #c-win li {
    background: url('img/li.png') 0 7px no-repeat;
    padding-left: 17px;
    margin: 5px 0;
}
    */

#c-win li {
    list-style-type: none;
    margin: 3px 0;
}

.b-top-menu li {
    position: relative;
}

.b-top-menu li .t-group {
    display: none;
    background-color: #f9f9f9;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
    background-image: -moz-linear-gradient(#f5f5f5, #f9f9f9);
    background-image: -ms-linear-gradient(#f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #f9f9f9));
    background-image: -webkit-linear-gradient(#f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(#f5f5f5, #f9f9f9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
    background-image: linear-gradient(#f5f5f5, #f9f9f9);
    float: left;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 900;
    min-width: 160px;
    max-width: 220px;
    _width: 160px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 6px 0;
    zoom: 1;
    border-color: #eee;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 0 1px 1px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.b-top-menu li .t-group li {
    display: block;
    float: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    line-height: 18px;
    border-top:  1px solid transparent;
    border-bottom:  1px solid transparent;
    cursor: pointer;
}

.b-top-menu li .t-group li a, .b-top-menu li .t-group li span {
    padding: 6px 15px;
    display: block;
}

.b-top-menu li .t-group li:hover {
    background-color: #eee;
    color: #DD4B39;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.findCatalog-panel {
    position: absolute;
    z-index: 200;
    background-color: #BBBBBB
}

.t-button:active, .btn:active {
    outline: none;
}

.r-wrap {
    border: 1px solid #d2d2d2;
    margin-bottom: 20px;
}

.r-head {
    border-bottom: 1px solid #d2d2d2;
    padding: 5px 7px;
    background-color: #f1f1f1;
    font-weight: bold;
}

.r-head span:first-letter {
    color: #0499D7;
}

.r-lbl, .r-inp {
    display: inline-block;
    padding: 5px 7px;
    vertical-align: middle;
}

.r-inp {
    padding-left: 0;
}

.p-register-bl .r-lbl {
    width: 200px;
}

.p-register-bl .r-inp input, .p-register-bl .r-inp select {
    width: 300px;
}

.p-register-bl .r-inp .t-combobox {
    width: auto;
}

.p-register-bl .r-inp .t-combobox input {
    width: 279px;
}

.p-register-bl input, .p-register-bl textarea, .p-register-bl select {
    border-color: #C0C0C0 #D9D9D9 #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-style: solid;
    border-width: 1px;
    font-size: 100%;
    padding: 2px 3px;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.p-register-bl select, .ch-catalog select {
    padding: 1px;
}

.p-register-bl .t-combobox input:hover, .p-register-bl .t-combobox input:focus {
    /*box-shadow: none;
    border: none;*/
}

.p-register-bl input:hover, .p-register-bl select:hover , .p-register-bl textarea:hover,
.p-register-bl input:focus, .p-register-bl textarea:focus, .p-register-bl select:focus {
    border: 1px solid #4d90fe;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

.r-inp-lbl {
    color: #0069D6;
    font-size: 12px;
    margin-bottom: 2px;
}

.t-tabstrip .t-content {
    display: none;
    padding: 10px;
    border: 1px solid #d2d2d2;
    clear: both;
}

#content .t-tabstrip .t-tabstrip-items {
    margin: 0;
    padding: 0;
}

#content .t-tabstrip .t-tabstrip-items li {
    margin: 0;
    padding: 0;
    float: left;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
    background-image: -moz-linear-gradient(#f9f9f9, #f5f5f5);
    background-image: -ms-linear-gradient(#f9f9f9, #f5f5f5);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f5f5f5));
    background-image: -webkit-linear-gradient(#f9f9f9, #f5f5f5);
    background-image: -o-linear-gradient(#f9f9f9, #f5f5f5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0);
    background-image: linear-gradient(#f9f9f9, #f5f5f5);
    border-right:  1px solid #d2d2d2;
    border-top:  1px solid #d2d2d2;
    position: relative;
    top: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

#content .t-tabstrip .t-tabstrip-items li.t-state-active a {
    height: 27px;
    line-height: 24px;
}
#content .t-tabstrip .t-tabstrip-items li.t-state-active {
    border-top: 4px solid #0499D7;
}

#content .t-tabstrip .t-tabstrip-items li.t-state-active, #content .t-tabstrip .t-tabstrip-items li.t-state-active a {
    background-color: #fff;
    color: #444;
    box-shadow: none;
}

#content .t-tabstrip .t-tabstrip-items li:first-child {
    border-left: 1px solid #d2d2d2;
}

#content .t-tabstrip .t-tabstrip-items li a {
    display: block;
    height: 29px;
    line-height: 30px;
    text-decoration: none;
    padding: 0 12px;
}

.clearfix:after, #content .t-tabstrip .t-tabstrip-items:after,
.t-grid-pager:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.b-priced .wrap-f-lbl {
    float: left;
    z-index: 90;
}

.wrap-priced-submit {
    float: left;
}

.s-loader {
    position: absolute;
    right: 0;
    top: 6px;
}

.b-logout {
    position: fixed;
    right: 0;
    top: 0;
    padding: 7px 7px 7px 30px;
    color: #fff;
    background-color: #222;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
    background-image: -moz-linear-gradient(top, #333333, #222222);
    background-image: -ms-linear-gradient(top, #333333, #222222);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
    background-image: -webkit-linear-gradient(top, #333333, #222222);
    background-image: -o-linear-gradient(top, #333333, #222222);
    background-image: linear-gradient(top, #333333, #222222);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    z-index: 999;
}

.b-logout a {
    color: #fff;
}

.b-logout a:hover {
    color: #ff0000;
}

.findCatalog-panel {
    width: 289px;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-right: 0;
    border-top: 0;
    color: #444;
    position: absolute;
    z-index: 10000;
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.1);
}

.findCatalog-panel table {
    width: 100%;
}

.findCatalog-panel td {
    padding: 3px 5px;
}
/*
.findCatalog-panel tr:hover, .findCatalog-panel tr.active {
    background-color: #ffffd6;
}
*/
.findCatalog-panel tr {
    border-bottom: 1px solid #EBEBEB;
}

.t-combobox .t-dropdown-wrap .t-input,
.t-combobox .t-select {
    float: left;
}

.t-combobox .t-select, .t-grid-pager .t-dropdown .t-select {
    width: 20px;
    height: 22px;
    display: block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border: 1px solid #ccc;
    border-left: 0;
    border-bottom-color: #bbb;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}
.t-combobox .t-select:hover, .t-grid-pager .t-dropdown .t-select:hover {
   background-position: 0 -15px;
}

.t-combobox .t-select .t-arrow-down, .t-grid-pager .t-dropdown .t-arrow-down {
    height: 22px;
    display: block;
    text-indent: -30000px;
    line-height: 0;
    cursor: pointer;
    background: url('/pic/another/i-arrow-down.png') 50% 50% no-repeat;
}

.t-animation-container {
    margin-top: 23px;
    border-top: 1px solid #ccc;
}

.t-animation-container ul {
    padding-left: 0;
}

.t-animation-container .t-popup {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.1);
}

.t-animation-container .t-popup li {
    padding: 2px 3px;
}

.t-animation-container .t-popup li:hover {
    background-color: #ffffd6;
}

.t-animation-container .t-state-selected {
    background-color: #ecec76;
}

.field-validation-error {
    color: #ff0000;
    margin-top: 3px;
    display: block;
}

.validation-summary-errors ul {
    color: #ff0000;
}

.w-tbl {
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
}

table {
    width: 100%;
}
/*
table tr {
    border-bottom: 1px solid #d2d2d2;
}

table td, table th {
    border-right:  1px solid #d2d2d2;
    padding: 3px 5px;
    vertical-align: top;
}
*/
table th {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    color: #DD4B39;
    padding: 5px;
}

table th a {
    color: #DD4B39;
    text-decoration: none;
}

table th a:hover {
    color: #DD4B39;
    text-decoration: none;
}

#result th a {
    display: block;
}

.g-btn, #Cart .t-grid-delete, .t-button, #insert, .clearlooks2 .mceButton {
    display: inline-block;
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #666;
    font-size: 11px;
    font-weight: bold;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
    margin: 0 10px;
    vertical-align: top;
}

.t-button, .clearlooks2 .mceButton {
    margin: 5px 10px 5px 0;
    cursor: pointer;
    padding: 4px 8px 3px 8px;
    height: 18px;
}

#Cart .t-grid-delete {
    padding: 1px 8px 2px 8px;
    margin: 0 3px;
}

.g-btn:hover, #Cart .t-grid-delete:hover, .t-button:hover, .clearlooks2 .mceButton:hover {
    background-color: #f8f8f8;
    border: 1px solid #c6c6c6;
    color: #333;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.g-alt, .t-alt, .t-detail-row tbody .t-alt td {
    background-color: #f5f5f5;
}

.tac {
    text-align: center;
}
/*
table tbody tr:hover {
    background-color: #ffffd6;
}
*/
table thead tr {
    /*background-image: -moz-linear-gradient(center top , #f1f1f1, #e0e0e0);*/
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), color-stop(25%, #f1f1f1), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#f1f1f1, #f1f1f1 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #f1f1f1, #f1f1f1 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#f1f1f1, #f1f1f1 25%, #e6e6e6);
    background-image: -o-linear-gradient(#f1f1f1, #f1f1f1 25%, #e6e6e6);
    background-image: linear-gradient(#f1f1f1, #f1f1f1 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e6e6e6', GradientType=0);
}

table thead tr th:hover {
    background-color: #e6e6e6;
    background-image: none;
}

.ch-catalog {
    margin-bottom: 10px;
}

.t-grid-pager {
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    height: 32px;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), color-stop(25%, #f1f1f1), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#f1f1f1, #f1f1f1 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #f1f1f1, #f1f1f1 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#f1f1f1, #f1f1f1 25%, #e6e6e6);
    background-image: -o-linear-gradient(#f1f1f1, #f1f1f1 25%, #e6e6e6);
    background-image: linear-gradient(#f1f1f1, #f1f1f1 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e6e6e6', GradientType=0);
}
/*
.t-grid-pager a:hover {
     background-color: #ffffd6;
}
*/
.t-refresh, .t-arrow-first, .t-arrow-prev,
.t-arrow-next, .t-arrow-last {
    width: 32px;
    height: 32px;
    display: block;
    text-indent: -30000px;
    line-height: 0;
    background: url('/pic/another/refresh.png') 50% 8px no-repeat;
    border-right: 1px solid #d2d2d2;
    float: left;
    cursor: pointer;
}

.t-refresh:hover {
    background-position: 50% -40px;
}

.t-arrow-first {
    background: url('img/i-grid.png') 0 0 no-repeat;
}

.t-arrow-first:hover {
    background-position: 0 -32px;
    background-color: #ffffd6;
}

.t-arrow-prev {
    background: url('img/i-grid.png') -32px 0 no-repeat;
}

.t-arrow-prev:hover {
    background-position: -32px -32px;
    background-color: #ffffd6;
}

.t-arrow-next {
    background: url('img/i-grid.png') -64px 0 no-repeat;
}

.t-arrow-next:hover {
    background-position: -64px -32px;
    background-color: #ffffd6;
}

.t-arrow-last {
    background: url('img/i-grid.png') -96px 0 no-repeat;
}

.t-arrow-last:hover {
    background-position: -96px -32px;
    background-color: #ffffd6;
}

.t-numeric {
    float: left;
    display: block;
    height: 32px;
}

.t-grid-pager .t-page-size {
    float: right;
    margin-top: 4px;
    margin-right: 17px;
}

.t-status-text, .fl-r {
    float: right;
}

.t-numeric a, .t-numeric span {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #d2d2d2;
    text-decoration: none;
    line-height: 32px;
    cursor: pointer;
}

#result input[type="text"], .inp-quant {
    width: 23px !important;
    padding: 0 5px;
}

.inp-quant, .in-b {
    display: inline-block;
    vertical-align: top;
}

.cart {
    display: block;
    float: left;
    margin-left: 35px;
    background: url('img/i-cart.png') 0 1px no-repeat;
    padding-left: 25px;
}

#result .a {
    width: 16px;
    height: 16px;
    display: inline-block;
    text-indent: -30000px;
    line-height: 0;
    background: url('img/i-grid.png') -7px -69px no-repeat;
    vertical-align: top;
    padding: 2px;
    margin-left: 4px;
}

#result .a:hover {
    background-position: -39px -69px;
}

#result .n {
    white-space: nowrap;
    font-weight:bold;
}

#result .n.u {
    font-weight:normal;
    text-decoration: underline;
    cursor: pointer;
}

.t-pager .t-state-active {
    background-color: #fff;
    color: #DD4B39;
}

.t-grid-pager .t-dropdown .t-input {
    border-color: #C0C0C0 #D9D9D9 #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-style: solid;
    border-width: 1px;
    font-size: 100%;
    padding: 2px 3px;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    float: left;
}

.t-grid-pager .t-dropdown .t-select {
    width: 15px;
    float: left;
}

.t-grid-pager .t-status-text {
    line-height: 34px;
    margin-right: 30px;
}

.wa {
    width: 1%;
    white-space: nowrap;
}

#Cart .inc, #Cart .dec {
    width: 10px;
    height: 6px;
    display: block;
    padding: 3px;
    background: url('img/i-grid.png') -61px -64px no-repeat;
}

#Cart .inc:hover {
    background-position: -83px -64px;
}

#Cart .dec:hover {
    background-position: -83px -90px;
}

#Cart .inc {
    margin-top: 1px;
}

#Cart .dec {
    background-position: -61px -90px;
}

.h20 {
    height: 20px;
}

.w57 {
    width: 57px;
}

/***Window style****/
.t-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ddd;
    z-index: 1001;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.t-window .t-overlay {
    width: 0;
    height: 0;
}

.t-window {
    border: 1px solid #ACACAC;
    background-color: #fff;
    position: absolute;
    z-index: 1001;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    min-width: 700px;
    max-width: 1000px;
}

.t-window.w-mover {
    width: 40%;
    min-width: 100px !important;
    margin-left: 25px;
    margin-top: -13px;
}

.t-window .t-window-titlebar {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    cursor: move;
    background-color: #F9F9F9;
}

.t-window .t-window-titlebar .t-window-actions {
    position: absolute;
    right: 10px;
    top: 12px;
}

.t-window .t-window-titlebar .t-window-title {
    color: #CF4236;
    font-size: 16px;
}

.t-window .t-window-titlebar .t-close {
    width: 12px;
    height: 12px;
    display: block;
    line-height: 0;
    text-indent: -30000px;
    padding: 3px;
    background: url('img/i-grid.png') -104px -61px no-repeat;
    cursor: pointer !important;
}

.t-window .t-window-titlebar .t-close:hover {
    background: url('img/i-grid.png') -104px -81px no-repeat;
}

.t-window .t-window-content {
    padding: 10px;
}

#_editContent_text {
    width: 690px;
    height: 100px;
}

.t-win-commands {
    margin-top: 13px;
    border-top:  1px solid #d2d2d2;
    padding-top: 10px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.t-win-commands.marg-none {
    margin-top: 5px;
    padding-top: 5px;
}

.t-win-commands.marg-none .t-button {
    margin-top: 0;
    margin-bottom: 0;   
}

.t-button.t-disable {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.t-button.moveup, .t-button.movedown,
.t-button.next, .t-button.prev {
    width: 18px;
    line-height: 0;
    text-indent: -30000px;
}

.t-button.moveup {
    background: #F5F5F5 url('img/i-grid.png') 0 -99px no-repeat;
}

.t-button.moveup:hover {
    background-position: -32px -99px;
}

.t-button.movedown {
    background: #F5F5F5 url('img/i-grid.png') -62px -98px no-repeat;
}

.t-button.movedown:hover {
    background-position: -95px -98px;
}

.t-button.prev {
    background: #F5F5F5 url('img/i-grid.png') -2px -131px no-repeat;
}

.t-button.prev:hover {
    background-position: -34px -131px;
}

.t-button.t-disable {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: none !important;
    cursor: text !important;
}

.t-button.prev.t-disable {
    background-position: -2px -131px !important;
}

.t-button.next.t-disable {
    background-position: -62px -131px !important;
}

.t-button.next {
    background: #F5F5F5 url('img/i-grid.png') -62px -131px no-repeat;
}

.t-button.next:hover {
    background-position: -95px -131px;
}

.add-content {
    margin-top: 15px;
}

.separator-line {
    height: 1px;
    background-color: #d2d2d2;
    margin: 10px 0;
}

.counters {
    width: 205px;
    height: 50px;
    padding: 10px 0;
    position: absolute;
    overflow: hidden;
    left: 15px;
    top: 0;
}

.b-footer-contacts {
    height: 52px;
    padding: 10px 0 0 0;
    position: absolute;
    left: 240px;
    top: 0;
    overflow: hidden;
}

.b-footer-contacts .item {
    float: left;
    height: 52px;
    overflow: hidden;
    margin-right: 20px;
}

.b-footer-contacts .item .l-city {
    font-size: 15px;
}

.b-footer-contacts .item .l {
    float: left;
    margin-right: 20px;
}

.c-middle {
    margin-bottom: 30px;
}

.b-p-login {
    width: 260px;
    background-color: #F5F5F5;
    border: 1px solid #E5E5E5;
    padding: 15px 25px;
}

.b-p-login input[type="text"], .b-p-login input[type="password"] {
    width: 250px;
}

.b-p-login .item {
    margin-top: 15px;
}

.b-p-login .item:first-child {
    margin-top: 0;
}

.b-p-login label {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

.b-p-login .rem-f {
    width: 134px;
    height: 29px;
    line-height: 29px;
    float: right;
}

.b-p-login .rem-f input[type="checkbox"] {
    float: left;
    margin: 9px 7px 0 0;
}

.validation-summary-errors {
    margin-bottom: 10px;
}

.special-offer {
    width: 310px;
    overflow: hidden;
    float: right;
    margin: 0 0 20px 20px;
    border: 1px solid #d2d2d2;
    padding: 10px;
    background-color: #eee;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -moz-linear-gradient(#fff, #eee);
    background-image: -ms-linear-gradient(#fff, #eee);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
}

.special-offer img {
    float: left;
    margin-right: 15px;
}

.special-offer h3 {
    margin-top: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
}

.special-offer .all {
    text-decoration: none;
}

.pay {
    margin-top: 3px;
    padding-left: 7px;
}

.pay a {
	width: 67px;
	height: 53px;
	display: inline-block;
	background-image: url('img/pay.jpg');
	background-repeat: no-repeat;
	text-indent: -30000px;
    line-height: 0;
}

.pay .mc {
	background-position: -78px 0;
}

.pay .pp {
	background-position: -154px 0;
}

.line-separator {
    height: 1px;
    margin: 7px 0 15px 0;
    background-color: #DADEE1;
}

.social-btn .item {
    display: inline-block;
    vertical-align: top;
}

.social-btn {
    margin: 0 0 0 6px;
}

#tbl-f-catalog tbody tr {
    cursor: pointer;
}

#result .g {
    color: #0069D6;
    text-decoration: underline;
    cursor: pointer;
}

.w-overlay .al {
    width: 32px;
    height: 32px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    background: url('/pic/another/ajax-loader.gif') 0 0 no-repeat;
}

#result .s {
    width: 39px;
    vertical-align: middle;
}

#result .i {
    width: 13px;
    background: url('img/i-inf.png') 4px 6px no-repeat;
    cursor: pointer;
}

#result .f div {
    width: 20px;
    height: 20px;
    background: url('img/i-inf.png') 3px 5px no-repeat;
}

#result .f:hover, #result .we:hover, #result .wr:hover {
    background-color: #ffff44;
}

#result .f div {
    cursor: pointer;    
}

#result .i {
    background-position: 4px -51px;
}

.w-pg-img {
    height: 560px;
    line-height: 560px;
    text-align: center;
}

.pg-img {
    max-width: 880px;
    max-height: 560px;
    vertical-align:middle;
}

.t-hierarchy-cell .t-icon {
    width: 13px;
    height: 18px;
    display: block;
    outline: none;
}

.t-hierarchy-cell .t-icon.t-plus {
    background: url('img/i-grid.png') -137px -7px no-repeat;
}

.t-hierarchy-cell .t-icon.t-minus {
    background: url('img/i-grid.png') -83px -83px no-repeat;
}

.t-icon.t-arrow-up, .t-icon.t-arrow-down {
    width: 8px;
    height: 12px;
    line-height: 0;
    text-indent: -30000px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.t-page-size .t-icon.t-arrow-down {
    margin-left: 4px;
}

.t-icon.t-arrow-up {
    background: url('img/i-sort.png') 0 -46px no-repeat;
}

.t-icon.t-arrow-down {
    background: url('img/i-sort.png') 0 4px no-repeat;
}

/*table thead tr th:hover .t-icon.t-arrow-up {
    background-position: -84px -61px;
}

table thead tr th:hover .t-icon.t-arrow-down {
    background-position: -84px -86px;
}*/

#result .d {
    width: 55px;
    text-align: right;
}

#result .y {
    width: 1%;
    text-align: center;
}

#result .y div {
    height: 20px;
    background: url('img/check.png') 50% 50% no-repeat;
}

.btn-order {
    margin-top: 15px;
}

#inv .t-hierarchy-cell.t-header {
    width: 1%;
}

.t-detail-row, .t-detail-row:hover,
.t-detail-row td, .t-detail-row:hover td  {
    background-color: #fff;
}

.t-detail-row th {
    background-image: none;
    background-color: #e5ebf1;
}

.t-detail-row tbody tr:hover,
.t-detail-row tbody tr:hover td {
    background-color: #e9fff0;
}

#inv .w-tbl {
    margin: 10px 0;
}

.mr0 {
    margin-right: 0;
}

.w70 {
    width: 70px;
}

.w200 {
    width: 200px;
}

#result .t-group-cell {
    display: none;
}

#result .t-grouping-row {
    background-color: #f1f1f1;    
}

#result .t-grouping-row  p {
    margin: 0;
}

#result .d{font-weight: bold;text-align: right;vertical-align: middle;white-space: nowrap;}
#result .d i{ display: inline-block;font-style: normal;vetical-align: middle;}
*+html #result .d i{ display: inline;vertical-align:middle;}
#result .d .b{ background: url("img/redElephant.png") 0 0 no-repeat;width: 15px;height: 11px;margin: 4px 0 0 5px;float: left;}
#result .d .k0, #result .d .k1, #result .d .k2, #result .d .k3, #result .d .k4, #result .d .k5, #result .d .k6, #result .d .k7, #result .d .k8, #result .d .k9, #result .d .k10, #result .d .k11, #result .d .k12, #result .d .k13, #result .d .k14, #result .d .k15, #result .d .k16{ background-image: url("img/i-stat.png");background-repeat: no-repeat;cursor: help;width: 11px;height: 11px;margin-left: 5px;}
#result .k0 {background-position: 0 0;}
#result .k1 {background-position: 0 -11px;}
#result .k2 {background-position: 0 -22px;}
#result .k3 {background-position: 0 -33px;}
#result .k4 {background-position: 0 -44px;}
#result .k5 {background-position: 0 -55px;}
#result .k6 {background-position: 0 -66px;}
#result .k7 {background-position: 0 -77px;}
#result .k8 {background-position: 0 -88px;}
#result .k9 {background-position: 0 -99px;}
#result .k10 {background-position: 0 -110px;}
#result .k11 {background-position: 0 -121px;}
#result .k12 {background-position: 0 -132px;}
#result .k13 {background-position: 0 -143px;}
#result .k14 {background-position: 0 -154px;}
#result .k15 {background-position: 0 -165px;}
#result .k16 {background-position: 0 -176px;}
#result .wr, .t-widget.t-grid .we{width: 16px;background-image: url(img/i-info.png);background-repeat: no-repeat;cursor: help;padding: 2px !important;}
#result .wr {background-position: 11px -55px;}
#result .we {background-position: 11px -117px;}
#autopiter-wrap{display:none;position: fixed;width: 100%;height: 100%;top: 0;left: 0;}
#autopiter-overlay{width:100%;height:100%;position:fixed;background-color:#000;left:0;top:0;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity: 0.4;opacity: 0.4;z-index: 10000;display:none;}
#autopiter-b-prev{ width: 50%;height: 100%;position: fixed;top: 0;left: 0;z-index: 10003;cursor: pointer;}
#autopiter-b-prev div, #autopiter-b-close div{width: 32px;height: 32px;position: absolute;top: 15px;}
#autopiter-b-prev div{ left: 15px;background: url(sprite.png) 0 -42px no-repeat;}
#autopiter-b-prev:hover div{ background-position: -32px -42px;}
#autopiter-b-close{ width: 50%;height: 100%;position: fixed;top: 0;left: 50%;z-index: 10003;cursor: pointer;}
#autopiter-b-close div{ right: 15px;background: url(sprite.png) -64px -42px no-repeat;}
#autopiter-b-close:hover div{ background-position: -96px -42px;}
#autopiter-win{position: relative;margin: 0 auto;color: #000;z-index: 10010;background-color: #fff;box-shadow: 0 4px 16px rgba(0, 0, 0, 0.7);width:expression(document.body.clientWidth < 500? "500px !important": "auto");min-width: 500px !important;cursor: default;border: 1px solid #aaa;font-family:Arial;font-size:14px;line-height:1.2;}
#autopiter-win .autopiter-title{ padding: 8px 25px 0 25px;color: #CF4236;font-size: 16px;position: relative;}
#autopiter-win .close{ width: 12px;height: 12px;background: url(sprite.png) 3px 3px no-repeat;position: absolute;right: 10px;top: 7px;padding: 3px;cursor: pointer;}
#autopiter-win .close:hover{ background-position: 3px -17px;}
#autopiter-win .autopiter-content{text-align: center;padding: 10px;overflow: hidden;}
#autopiter-win .autopiter-content img{display: block;margin: 0 auto;cursor: pointer;}
#autopiter-win .autopiter-commands {padding: 5px 25px;border-top: 1px solid #E5E5E5;}
#autopiter-win .autopiter-prev, #autopiter-win .autopiter-next{display: inline-block;border: 1px solid rgba(0, 0, 0, 0.1);-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;color: #666;font-size: 11px;font-weight: bold;padding: 4px 8px 3px;text-align: center;text-decoration: none;margin: 0;vertical-align: top;height: 18px;cursor: pointer;width: 18px;background: url(sprite.png) no-repeat scroll -33px -23px #F5F5F5;margin-right: 8px;}
#autopiter-win .autopiter-prev.disabled, #autopiter-win .autopiter-next.disabled{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity:0.3;opacity: 0.3;cursor: default;border: 1px solid rgba(0, 0, 0, 0.1) !important;box-shadow: none !important;}
#autopiter-win .autopiter-prev.disabled{ background-position: -33px -23px !important;}
#autopiter-win .autopiter-next.disabled{background-position: -93px -23px !important;}
#autopiter-win .autopiter-prev:hover{background-position: -65px -23px;}
#autopiter-win .autopiter-next{background-position: -93px -23px;}
#autopiter-win .autopiter-next:hover{background-position: -126px -23px;}
#autopiter-wrap.movement{position: static;}
#autopiter-wrap.movement #autopiter-win{ width: 550px;position: fixed;}
#autopiter-wrap.movement .autopiter-content, #autopiter-wrap.catalog-autopiter .autopiter-content{text-align: left;}
#autopiter-wrap.movement .autopiter-content, #autopiter-wrap.catalog-autopiter .autopiter-content ul{padding-left:22px;list-style-type:disc;}
#autopiter-wrap.catalog-autopiter{left:50%;top:50%;}
#autopiter-wrap.catalog-autopiter .autopiter-title{display:block !important;}
#autopiter-wrap.catalog-autopiter .autopiter-commands, #autopiter-wrap.catalog-autopiter #autopiter-b-prev, #autopiter-wrap.movement .autopiter-commands, #autopiter-wrap.movement .autopiter-title, #autopiter-wrap.catalog-autopiter .autopiter-title span{display: none !important;}
#autopiter-wrap.catalog-autopiter #autopiter-win{overflow:auto;}
#autopiter-wrap.catalog-autopiter .autopiter-content img{float:right;margin-top:30px;}
#autopiter-win fieldset{border: 1px solid #aaa;margin-top:7px;}
#autopiter-win .autopiter-head{ color: #990000;font-family: Arial;font-size: 12px;font-weight: bold;text-align: left;}
.t-widget.t-grid .g {text-decoration: underline;cursor: pointer;}
.autopiter-no-cursor{cursor: default !important;}
.loader-action {width: 32px;height: 32px;background: url(ajax-loader.gif) 0 0 no-repeat;display: block;margin: 0 auto;}
.t-widget.t-grid .sr td {background-color: #FFCB6B !important;}
.t-widget.t-grid .sel td {background-color: #00CCFF !important;}
.pr-wrap-split, #autopiter-cart .ap-modal-subject, #autopiter-cart .ap-modal-footer, #autopiter-cart .ap-modal-body{display:none;}
.wrapper-splitter{display:inline;}
.pr-list-number {width: 16px;height: 16px;display: inline-block;margin: 1px 2px 2px 2px;padding: 2px;text-decoration: none;vertical-align: top;cursor: pointer;outline: none;position: relative;}
.pr-list-number span, .pr-two-list span {display: block;margin: 0 auto;width: 16px;height: 16px;}
.pr-list-number span {background: url('split.png') 0 0 no-repeat #F5F5F5;}
.pr-list-number.active-two span{background-position: 0 -34px;}
.pr-list-number .ap-iw-tooltip, .pr-two-list .ap-iw-tooltip {width: 160px;top: 0px;left: 20px;position: absolute;border: 1px solid #aaa;background-color:#fff;box-shadow:0 4px 16px rgba(0, 0, 0, 0.2);padding: 5px 10px;cursor:default;}
#autopiter-cart{position: fixed; left: 50%; top: 50%;color: #000;z-index: 10010;background-color: #fff;cursor: default;font-family:Arial;font-size:14px;line-height:1.2;width: 600px;margin-left:-300px;display:none;border: 1px solid #999;border: 1px solid rgba(0, 0, 0, 0.3);*border: 1px solid #999;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);}
#autopiter-cart .ap-modal-header{border-bottom:1px solid #EEE;padding:9px 15px;font-family: inherit;font-weight: bold;line-height: 1;color: inherit;text-rendering: optimizelegibility;font-size: 26px;line-height: 40px;}
#autopiter-cart .ap-modal-body, #autopiter-cart .ap-modal-subject{padding:15px;}
#autopiter-cart .ap-modal-subject{font-size:20px;}
#autopiter-cart .ap-modal-subject > div{line-height:1;margin:12px 0;}
#autopiter-cart .ap-modal-footer{padding: 8px 15px;}
#autopiter-cart .ap-modal-footer{text-align: right;background-color: #f5f5f5;border-top: 1px solid #ddd;-webkit-border-radius: 0 0 6px 6px;-moz-border-radius: 0 0 6px 6px;border-radius: 0 0 6px 6px;*zoom: 1;-webkit-box-shadow: inset 0 1px 0 #ffffff;-moz-box-shadow: inset 0 1px 0 #ffffff;box-shadow: inset 0 1px 0 #ffffff;}
#autopiter-cart .ap-modal-footer .btn {-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius:2px;cursor:pointer;font-size:12px;font-weight:bold;height:2.45em;outline:0 none;padding:0 0.91em;vertical-align:middle;white-space:nowrap;word-wrap: normal;background-color:#E0E0E0;background-image: -khtml-gradient(linear, left top, left bottom, from(#FAFAFA), to(#DCDCDC));background-image: -moz-linear-gradient(center top, #FAFAFA, #DCDCDC);background-image: -ms-linear-gradient(#FAFAFA, #DCDCDC);background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #DCDCDC));background-image: -webkit-linear-gradient(#FAFAFA, #DCDCDC);background-image: -o-linear-gradient(#FAFAFA, #DCDCDC);-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#DCDCDC', GradientType=0)";filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#DCDCDC', GradientType=0);border:1px solid;border-color:#ccc #ccc #aaa;-webkit-box-shadow: 0 0 1px #fff inset;-moz-box-shadow: 0 0 1px #fff inset;box-shadow:0 0 1px #fff inset;text-shadow:0 1px 0 #fff;color: #555;display:inline-block;*display:inline;line-height:2.45em;text-decoration: none;}
#autopiter-cart .ap-modal-footer .btn:hover{background-image: -khtml-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e6e6e6));background-image: -moz-linear-gradient(center top, #f0f0f0, #e6e6e6);background-image: -ms-linear-gradient(#f0f0f0, #e6e6e6);background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #e6e6e6));background-image: -webkit-linear-gradient(#f0f0f0, #e6e6e6);background-image: -o-linear-gradient(#f0f0f0, #e6e6e6);-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e6e6e6', GradientType=0)";filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e6e6e6', GradientType=0);border-color:#ccc #ccc #aaa;-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), 0 0 3px #fff inset;-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25), 0 0 3px #fff inset;box-shadow:0 1px 2px rgba(0,0,0,0.25), 0 0 3px #fff inset;}
#autopiter-cart .ap-modal-footer .btn + .btn {margin-bottom: 0;margin-left: 5px;}
#xxx{padding-right:22px;}
#xxx.ap-loading-input{background:url(/pic/another/earth.gif) right 2px no-repeat;}
.PriceA{line-height:12px !important;}
.ap-c-add{background: url(added-delete.png) 0 0 no-repeat; padding-left:50px;line-height:40px;}

.loader-action {
    width: 32px;
    height: 32px;
    background: url(img/ajax-loader.gif) 0 0 no-repeat;
    display: block;
    margin: 0 auto;    
}

#result .p {
    text-align: right;
    font-weight: bold;    
}

#result .wr, #result .we {
    *padding: 0;
    *width: 30px !important;    
}
.pr-wrap-split{display:none;}
.wrapper-splitter{display:inline;position: relative;top:3px;left:5px;}
.pr-list-number {width: 16px;height: 16px;display: inline-block;margin: 1px 2px 2px 2px;padding: 2px;text-decoration: none;vertical-align: top;cursor: pointer;outline: none;position: relative;}
.pr-list-number span, .pr-two-list span {display: block;margin: 0 auto;width: 16px;height: 16px;}
.pr-list-number span {background: url('img/split.png') 0 0 no-repeat #F5F5F5;}
.pr-list-number.active-two span{background-position: 0 -34px;}
.pr-list-number .ap-iw-tooltip, .pr-two-list .ap-iw-tooltip {width: 160px;top: 0px;left: 20px;position: absolute;border: 1px solid #aaa;background-color:#fff;box-shadow:0 4px 16px rgba(0, 0, 0, 0.2);padding: 5px 10px;cursor:default;}
