/*--[--DataTable--*/
.datatable {
    border-top:1px solid #cdcdcd;
    border-bottom:1px solid #cdcdcd;
    border-left:1px solid #cdcdcd;
    border-right:1px solid #cdcdcd;
}

.datatable td {
    border-bottom:1px solid #dddddd;
    color:#444444;
    font-size:14px;
    padding:5px 10px 4px 10px;
}

.datatable td a {
    color:#444444;
    font-size:14px;
}

.datatable th {
    font-size:14px;
    padding:3px 10px 2px 10px;
    font-weight:normal;

    background-color:#d41e20;
    color:#ffffff;
    /*border-left:1px solid #FFFFFF;*/
    border-right:1px solid #FFFFFF;
    border-bottom:1px solid #d41e20;
}

.datatable th:first-child {
    border-left:none;
}

.datatable th:last-child {
    border-right:none;
}

.datatable tr:hover td {background-color: #ededed;}


/*.datatable td input[type=text] {width:20px;}*/

.datatable td.separator {
    background-color:#ececec;
    background-image:-o-linear-gradient(#ececec,#dedede);
    background:-webkit-gradient(linear, left top, left bottom, from(#ececec), to(#dedede));
    background:-moz-linear-gradient(top, #ececec, #dedede);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ececec, endColorstr=#dedede);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ececec, endColorstr=#dedede)";
    font-weight:bold;
}

.datatable tr:hover td.separator {
    font-weight:normal;
}

.datatable td .table_price {
    color: #555555;
    font-size:16px;
    font-weight:bold;
    padding-bottom:6px;
}

.datatable td .table_price span {
    font-size:12px;
    font-weight:normal;
}

.table_info_price {
    color: #555555;
    font-size:16px;
    font-weight:bold;
    padding-bottom:6px;
}

/*--]--datatable--*/

/*--[--forms--*/
.form{
    margin-bottom:3px;
    margin-top:3px;

    border:1px solid #ced1d3;
    /*background:url(/image/design/grey_bg.png) 0 -1px repeat-x #f7f8f8*/
}
/*
.form .cut1{background:url(/image/design/cut1.png) 0 0 no-repeat;margin:-1px;}
.form .cut2{background:url(/image/design/cut2.png) right 0 no-repeat;}
.form .cut3{background:url(/image/design/cut3.png) right bottom no-repeat;}
.form .cut4{background:url(/image/design/cut4.png) 0 bottom no-repeat; overflow:hidden}
*/

.form table{margin:10px auto}
.form table td, .round table th{	padding:3px 7px; vertical-align:top}

.submit, .btn, .btnsearch{
    border-top:1px solid #A73C0C;
    border-right:1px solid #A73C0C;
    border-bottom:1px solid #A73C0C;
    border-left:1px solid #A73C0C;
    font-size:12px;
    color:#ffffff;
    background-color:#be0000;
    border-radius:3px;
    cursor:pointer;
    padding:2px 10px;
    -webkit-box-shadow:0 1px 0 #ffffff;
    -moz-box-shadow:0 1px 0 #ffffff;
    box-shadow:0 1px 0 #ffffff;
}
.red_box {
    /*border-left: 7px solid #F1F1F1;*/
    color: #393939;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 2px 0px 0px 5px;
    text-align: left;
}
.form_title_div {
    margin: 10px 10px 5px 0px;
}

.on-submit {
    border-top:1px solid #A73C0C;
    border-right:1px solid #A73C0C;
    border-bottom:1px solid #A73C0C;
    border-left:1px solid #A73C0C;
    border-radius: 3px;
    background-color: #be0000;
    color: #ffffff !important;
    text-transform: uppercase;
    padding:2px 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.on-submit:hover {
    border-bottom: 2px solid #323337;
    text-decoration: none !important; }
/*--]--forms--*/


/*pager*/
.pager {
    font-size: 12px;
}

.pager a, .pager a:hover {
    margin: 0 7px;
}

.pager label, .pager label a, .pager label a:hover {
    color: #000;
    font-size: 14px;
    font-weight: bold
}


/*--[--context_hint--*/
.tip_div {
    display: none;
    font-size: 11px;
    position: absolute;
    border: 1px solid #999999;
    background-color: #EEEEEE;
    padding: 0px 5px 4px 10px;
    width: 230px;
    filter:progid:DXImageTransform.Microsoft.Shadow(direction = 135, color = #666666, strength = 1);
}

.modelinfo_div {
    display: none;
    font-size: 11px;
    position: absolute;
    border: 1px solid #999999;
    background-color: #EEEEEE;
    padding: 0px 5px 4px 10px;
    width: 450px;
    margin: 18px 0 0 -450px;
    filter:progid:DXImageTransform.Microsoft.Shadow(direction = 135, color = #666666, strength = 1);
}

.status_div {
    display: none;
    font-size: 11px;
    position: absolute;
    border: 1px solid #999999;
    background-color: #EEEEEE;
    padding: 0px 5px 4px 10px;
    width: 250px;
    margin: 15px 0 0 -250px;
    /*FILTER:progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#666666,strength=1);*/
    z-index: 10000;
}

.hov {
    display: block
}

.hov table {
    position: absolute;
    border: 0;
    border-collapse: collapse;
    left: 0;
}

.hov a {
    color: red;
    text-decoration: none;
}

.hov b {
    display: none;
    font-weight: normal;
}

.hov:hover {
    position: relative;
    z-index: 100;
}

.hov a:hover, .hov:hover a {
    border: 0;
    text-decoration: none;
    position: relative;
}

.hov:hover b, .hov a:hover b {
    display: block;
    visibility: visible;
    position: absolute;
    left: 0px;
    top: 12px;
    background: #eee;
    cursor: pointer;
    border: 1px solid #999;
    padding: 5px 10px;
}

.hov b a, .hov b a:hover {
    position: relative;
    z-index: 1000;
    color: #336695;
    text-decoration: underline;
}

.hov .stats-hint {
    display: none;
    font-weight: normal;
}

.hov .stats-hint {
    border-collapse: collapse;
    display: block;
    visibility: visible;
    position: absolute;
    border: 1px solid #999;
    padding: 0;
    left: -440px;
    top: -120px;
    background-color: #e7ecef;
    width: 440px;
}

.hov .stats-hint th {
    text-align: left;
    margin: 0;
    padding: 2px 10px;
    font-family: tahoma, arial, Helvetica, sans-serif;
    border: 0;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background: #8cb5da
}

.hov .stats-hint td {
    border: 0;
    padding: 0 2px;
    margin: 0;
}

.hov .stats-hint div {
    border: 1px solid #cfd4d7;
    padding: 5px;
    margin: 3px 0;
    background: #fff;
}

.hov .stats-hint h1 {
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0
}

.hov .stats-hint p {
    margin: 0;
    padding: 3px 0 3px 10px;
    /*text-align:justify;*/
    color: #000;
}

.hov .stats-hint p label {
    display: block;
    font-weight: normal;
    padding-left: 10px;
}

/*--]--context_hint--*/

/*--[--Messages--*/
.error_p {
    padding: 0 10px 0 35px;
    line-height: 23px;
    border: 1px solid #db4325;
    background-color: #ffefeb;
    color: #e20000;
    font-size: 12px;
    background: url(/image/mt_error.gif) 10px 4px no-repeat;
    margin: 3px 0;
}

.warning_p {
    padding: 0 10px 0 35px;
    line-height: 23px;
    border: 1px solid #e1c400;
    background-color: #fffece;
    color: #000;
    font-size: 12px;
    background: url(/image/mt_warning.gif) 10px 4px no-repeat;
    margin: 3px 0;
}

.notice_p {
    padding: 0 10px 0 35px;
    line-height: 23px;
    border: 1px solid #1da955;
    background-color: #f6fff0;
    color: #000;
    font-size: 12px;
    background: url(/image/mt_notice.gif) 10px 4px no-repeat;
    margin: 3px 0;
}

.empty_p {
    height: 25px;
    margin: 3px;
}

/*--]--Messages--*/

/*--[--tabs--*/
.secodary_tabs {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 8px 0px;
    list-style: none;
    overflow: hidden;
    border-bottom: 2px solid #be0000;
    /*clear:both*/
}

* html .secodary_tabs {
    overflow: visible;
    height: 1%
}

.secodary_tabs li {
    padding: 0 0 0 5px;
    margin-right: 2px;
    float: left;
    background: url(/image/design/tab2.png) 0 0 no-repeat #be0000;
}

.secodary_tabs li a, .secodary_tabs li a:hover {
    display: block;
    padding: 3px 7px 3px 2px;
    background: url(/image/design/tab2.png) right 0 no-repeat;
    font-size: 11px;
    color: #383d3d;
    text-decoration: none;
    font-weight: bold
}

.secodary_tabs li.sel {
    background: url(/image/design/tab2_sel.png) 0 0 no-repeat #D8D8D8;
}

.secodary_tabs li.sel a, .secodary_tabs li.sel a:hover {
    color: #FFFFFF;
    background: url(/image/design/tab2_sel.png) right 0 no-repeat;
}

/*--]--tabs--*/

/*--[--catalog dtree--*/
.dtree_hd {
    margin: 10px 0px 10px 0;
    padding: 0 0 0 0;
    text-align: left;
}

.dtree {
    /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    margin: -10px 0 0 0;
    padding: 0 0 0 0;
}

.dtree img {
    border: 0px;
    vertical-align: middle;
}

.dtree a {
    color: #333;
    text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
    white-space: nowrap;
    padding: 1px 2px 1px 2px;
    position: relative;
    z-index: 100;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
    color: #333;
    text-decoration: underline;
}

.dtree a.nodeSel {
    background-color: #D9D9D9;
}

.dtree .clip {
    overflow: hidden;
}

.logo_brand a {
    text-align: center;
}

/*--]--catalog dtree--*/

/*--[--accessory tuning--*/
.price {
    margin: 0px;
    padding: 0px;
    background: url(/image/design1/blue_but.gif) no-repeat;
    width: 97px;
    height: 29px;
    text-align: align;
    color: #FFFFFF;
}

#g_more {
    background: url(/image/design1/white_but.gif) no-repeat;
    width: 97px;
    height: 29px;
    padding: 1 0 2 0;
    text-align: center;
}

#g_more A {
    color: #000000;
    font-size: 12px;
    text-decoration: underline;
}

#g_basket {
    background: url(/image/design1/black_but.gif) no-repeat;
    width: 97px;
    height: 29px;
    padding: 1 0 2 0;
    text-align: center;
}

#g_basket A {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

.g_icon {
    width: 75px;
    height: 45px
}

.blue_but {
    background: url(/image/design1/blue_but.gif) no-repeat;
    width: 97px;
    height: 29px;
    color: #ffffff;
    padding: 0 4 1 4;
    cursor: pointer;
    cursor: hand;
    border: none;
}

h1.tuning A {
    color: #074375;
    font-weight: bold;
    font-size: 15px;
}

/*--]--accessory tuning--*/

/* <--- new styles for action=cart_order ---> */
.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.seb-crumbs {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    padding: 5px;
    color: #BCBCBC;
    margin: 0 0 15px 0;
}

.seb-crumbs a {
    color: #2971a7;
}

.seb-crumbs span {
    color: #414141;
}

.seb-crumbs .export {
    float: right;
}

.seb-crumbs .export a.excel {
    background: url('/image/design1/new/icon_excel.png') center right no-repeat;
    padding: 2px 20px 2px 0;
}

.seb-lines-count {
    float: left;
}

.seb-lines-stepper {
    float: right;
}

.seb-taber-block .tabs {

}

.seb-taber-block .tabs a.tab {
    float: left;
    border: 1px solid #9ea7b7;
    margin: 0 3px 0 0;
    padding: 5px 10px;
    text-decoration: none;
    color: #9ea7b7;
    border-radius: 5px 5px 0 0;
}

.seb-taber-block .tabs a.tab:hover,
.seb-taber-block .tabs a.selected {
    background-color: #9ea7b7;
    border: 1px solid #9ea7b7;
    color: #ffffff;
}

.seb-taber-block .tabs label {
    float: left;
    margin: 5px 0 0 10px;
}

.seb-taber-block .tabs label input {
    float: left;
    margin: 0 5px 0 0;
}

.seb-taber-block .tabs label span {
    float: left;
    cursor: pointer;
}

.seb-taber-block .tabs .show-price {
    float: right;
    margin: 5px 0 0 10px;
    color: #555555;
}

.seb-taber-block .tabs .show-price select {
    font-size: 12px;
    color: #555555;
}

.seb-taber-block .tabs .show-lines {
    float: right;
    margin: 5px 0 0 10px;
    color: #555555;
}

.seb-taber-block .tabs .show-lines a {
    color: #2971a7;
    margin: 0 5px;
}

.seb-taber-block .tab-content {
    border: 1px solid #9ea7b7;
    margin: -1px 0 0 0;
}

.seb-taber-block .tab-content table {
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

.seb-taber-block .tab-content table td {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 3px;
    color: #555555;
    /*background-color:#EAEAEA;*/

}

.seb-taber-block .tab-content table th {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 3px;
    color: #555555;
    background-color: #EAEAEA;

}

.seb-taber-block .tab-content table td a {
    color: #000000;
}

.seb-taber-block .tab-content table td a:hover {
    text-decoration: none;
}

.seb-taber-block .tab-content table th {
    background-color: #9ea7b7;
    color: #ffffff;
    font-weight: bold;
}

.seb-taber-block .tab-content table td span.stop {
    background: url('/image/design1/new/icon_stop.png') center right no-repeat;
    padding: 2px 15px 2px 0;
}

.seb-folder-block {
    border: 1px solid #9ea7b7;
    padding: 20px 10px 10px 10px;
    width: 300px;
    position: relative;
    margin: 15px 0;
    color: #555555;
    line-height: 18px;

}

.seb-folder-block a {
    color: #2971a7;
}

.seb-folder-block .caption {
    border: 1px solid #9ea7b7;
    padding: 5px;
    background-color: #ffffff;
    position: absolute;
    left: 10px;
    top: -15px;
    font-weight: bold;
    color: #555555;
}

.seb-folder-block td {
    color: #555555;
}

.seb-info {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.seb-info a.what {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #6e7d98;
    font-size: 10px;
    padding: 0 4px;
}

.seb-info a.what:hover {
    background-color: #8f9baf;
}

.seb-info .pop {
    position: absolute;
    z-index: 10;
    top: 25px;
    right: 10px;
    border: 1px solid #6e7d98;
    width: 400px;
    font-size: 11px;
    color: #555555;
    text-align: left;
    font-weight: normal;
    -webkit-box-shadow: 0px 0px 5px #222;
    -moz-box-shadow: 0px 0px 5px #222;
    box-shadow: 0px 0px 5px #222;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.seb-info .light-pop {
    width: 150px;
}

.seb-info .pop .caption {
    background-color: #6e7d98;
    padding: 4px 5px;

}

.seb-info .pop .caption a {
    float: right;
    color: #ffffff;
    text-decoration: none;
    background: url('/image/design1/new/icon_close.png') center right no-repeat;
    padding: 0 15px 0 0;
}

.seb-info .pop .caption a:hover {
    text-decoration: underline;
}

.seb-info .pop .content {
    background-color: #ffffff;
    max-height: 400px;
    overflow: auto;
    padding: 5px;
    font-size: 11px;
    color: #555555;
    text-align: left;
    font-weight: normal;
    position: relative;
}

.seb-info .pop .content table {
    border: 1px solid rgb(127, 157, 185);
    margin: 1px;

}

.seb-info .pop .content table td {
    text-align: justify;
    background-color: rgb(255, 255, 255);
    color: #555555;
    font-weight: normal;
}

.seb-info .light-pop label {
    display: inline-block;
}

.seb-info .light-pop label span {
    cursor: pointer;
}

.seb-info .light-pop .button {
    text-align: center;
    padding: 5px 0 0 0;
}

a.list {
    color: #000000;
}

tr.stepper td {

}

.tablerow {
    line-height: 1.1em;
    height: auto;
    clear: both
}

.tablerow_column {
    margin-bottom: 10px;
    vertical-align: text-bottom;
    border: 0px solid black;
    float: left;
    width: 230px;
    padding: 0 10px 0 0;
    line-height: 1.2em;
    background: url('/image/design1/dots.gif') repeat-x bottom right
}

.tablerow_column_text {
    background-color: #fff
}

/*--[--info block--*/
.seb-info {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.seb-info a.what {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #505050;
    font-size: 10px;
    padding: 0 4px;
}

.seb-info a.what:hover {
    background-color: #B50000;
}

.seb-info .pop {
    position: absolute;
    z-index: 10;
    top: 25px;
    right: -50px;
    border: 1px solid #505050;
    width: 400px;
    font-size: 11px;
    color: #555555;
    text-align: left;
    font-weight: normal;
    -webkit-box-shadow: 0px 0px 5px #222;
    -moz-box-shadow: 0px 0px 5px #222;
    box-shadow: 0px 0px 5px #222;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.seb-info .light-pop {
    width: 150px;
}

.seb-info .pop .caption {
    background-color: #505050;
    padding: 4px 5px;

}

.seb-info .pop .caption a {
    float: right;
    color: #ffffff;
    text-decoration: none;
    background: url('/image/design/icon_close.png') center right no-repeat;
    padding: 0 15px 0 0;
}

.seb-info .pop .caption a:hover {
    text-decoration: underline;
}

.seb-info .pop .content {
    background-color: #ffffff;
    max-height: 400px;
    overflow: auto;
    padding: 5px;
    font-size: 11px;
    color: #555555;
    text-align: left;
    font-weight: normal;
    position: relative;
}

.seb-info .pop .content table {
    border: 1px solid rgb(127, 157, 185);
    margin: 1px;

}

.seb-info .pop .content table td {
    text-align: justify;
    background-color: rgb(255, 255, 255);
    color: #555555;
    font-weight: normal;
}

.seb-info .light-pop label {
    display: inline-block;
}

.seb-info .light-pop label span {
    cursor: pointer;
}

.seb-info .light-pop .button {
    text-align: center;
    padding: 5px 0 0 0;
}

/*--]--info block--*/

/*--[--price block--*/
.price-info {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.price-info a.what {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #505050;
    font-size: 10px;
    padding: 0 4px;
}

.price-info a.what:hover {
    background-color: #B50000;
}

.price-info .pop {
    position: absolute;
    z-index: 10;
    top: 5px;
    right: -25px;
    border: 1px solid #505050;
    width: 800px;
    font-size: 11px;
    color: #555555;
    text-align: left;
    font-weight: normal;
    -webkit-box-shadow: 0px 0px 5px #222;
    -moz-box-shadow: 0px 0px 5px #222;
    box-shadow: 0px 0px 5px #222;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.price-info .light-pop {
    width: 150px;
}

.price-info .pop .caption {
    background-color: #505050;
    padding: 4px 5px;

}

.price-info .pop .caption a {
    float: right;
    color: #ffffff;
    text-decoration: none;
    background: url('/image/design/icon_close.png') center right no-repeat;
    padding: 0 15px 0 0;
}

.price-info .pop .caption a:hover {
    text-decoration: underline;
}

.price-info .pop .content {
    background-color: #ffffff;
    max-height: 400px;
    overflow: auto;
    padding: 5px;
    font-size: 11px;
    color: #555555;
    text-align: left;
    font-weight: normal;
    position: relative;
}

.price-info .pop .content table {
    border: 1px solid rgb(127, 157, 185);
    margin: 1px;

}

.price-info .pop .content table td {
    text-align: justify;
    background-color: rgb(255, 255, 255);
    color: #555555;
    font-weight: normal;
}

.price-info .light-pop label {
    display: inline-block;
}

.price-info .light-pop label span {
    cursor: pointer;
}

.price-info .light-pop .button {
    text-align: center;
    padding: 5px 0 0 0;
}

/*--]--price block--*/

/*--[--password--*/
#pass-strength-result {
    background-color: #eee;
    border-color: #ddd !important;
    border-style: solid;
    border-width: 1px;
    margin: 5px 5px 5px 1px;
    padding: 5px;
    text-align: center;
    width: 200px;
    display: none;
}

#pass-strength-result.bad {
    background-color: #ffb78c;
    border-color: #ff853c !important;
}

#pass-strength-result.good {
    background-color: #ffec8b;
    border-color: #ffcc00 !important;
}

#pass-strength-result.short {
    background-color: #ffa0a0;
    border-color: #f04040 !important;
}

#pass-strength-result.strong {
    background-color: #c3ff88;
    border-color: #8dff1c !important;
}
/*--]--password--*/

/*--[--act-group--*/
.act-group {
    display: inline-block;
    width: 24px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #a1a1a1;
    position: relative;
    background: #ffffff;
    cursor: pointer;
    vertical-align: middle;
    padding: 1px 0 1px 0;
}

.act-group img {
    vertical-align: middle;
}

.act-group .sub {
    position: absolute;
    left: -1px;
    top: 22px;
    border: 1px solid #a1a1a1;
    background-color: #ffffff;
    border-radius: 3px;
    display: none;
    z-index: 10;
}

.act-group:hover .sub {
    display: block;
}

.act-group .sub:before {
    content: '';
    position: absolute;
    width: 100%;
    top: -4px;
    right: 0;
    height: 5px;
}

.act-group .sub a {
    display: block;
    padding: 2px 5px;
    text-decoration: none;
    border-radius: 3px;
    white-space: nowrap;
    text-align: left;
}

.act-group .sub a:hover {
    background-color: #ffffbe;
}
/*--]--act-group--*/

/*--[--form-filter-block--*/
.filter-block .item {
    margin: 0 0 3px 0;
}

.filter-block .main-block {
    margin: 0 0 0 0;
    border: 1px solid #bcbcbc;
    border-top: none;
}

.filter-block .left-block {
    margin: 0 267px 0 0;
    border: 1px solid #bcbcbc;
    border-top: none;
}

.filter-block .right-block {
    float: right;
    width: 250px;
    border: 1px solid #bcbcbc;
    border-top: none;
}

.filter-block .caption-block {
    height: 26px;
    line-height: 26px;
    border-top: 1px solid #bcbcbc;
    padding: 0 5px;
    background-color: #f5f6f8;
    font-weight: bold;
}

.filter-block .caption-block a.plus,
.filter-block .caption-block a.minus {
    float: right;
    padding: 0 0 0 21px;
    color: #000000;
}


.filter-block .caption-block a.minus {
    background: url('/image/icon-minus.png') center left no-repeat;
}

.filter-block .caption-block a.plus {
    background: url('/image/icon-plus.png') center left no-repeat;
}

a#hide_1:link, a#hide_2:link, a#hide_3:link  {
    text-decoration: none;
}

.filter-block .content-block {
    border-top: 1px solid #bcbcbc;
    padding: 5px 5px;
}

.filter-block .content-block table {
    border-collapse: collapse;
}

.filter-block .content-block td {
    padding: 3px;
}
.filter-block label {
    font-weight: bold;
}
/*--]--form-filter-block--*/

/*--[--package block--*/
.package-info {
    text-decoration:none;
    position:relative;
    display:inline-block;
}

.package-info a.what {
    color:#ffffff !important;
    text-decoration:none;
    background-color:#505050;
    font-size:10px;
    padding:0 4px;
}

.package-info a.what:hover {
    background-color:#B50000;
}

.package-info .pop {
    position:absolute;
    z-index:10;
    top:5px;
    right:-25px;
    border:1px solid #505050;
    width:270px;
    font-size:11px;
    color:#555555;
    text-align:left;
    font-weight:normal;
    -webkit-box-shadow:0px 0px 5px #222;
    -moz-box-shadow:0px 0px 5px #222;
    box-shadow:0px 0px 5px #222;
    border-radius:5px 5px 0 0;
    overflow:hidden;
}

.package-info .light-pop {
    width:150px;
}

.package-info .pop .caption {
    background-color:#505050;
    padding:4px 5px;

}

.package-info .pop .caption a {
    float:right;
    color:#ffffff;
    text-decoration:none;
    background:url('/image/delete.png') center right no-repeat;
    padding:0 15px 0 0;
}

.package-info .pop .caption a:hover {
    text-decoration:underline;
}

.package-info .pop .content {
    background-color:#ffffff;
    max-height:400px;
    overflow:auto;
    padding:5px;
    font-size:11px;
    color:#555555;
    text-align:left;
    font-weight:normal;
    position:relative;
}

.package-info .pop .content table {
    border:1px solid rgb(127, 157, 185);
    margin: 1px;

}

.package-info .pop .content table td {
    text-align:justify;
    background-color:rgb(255, 255, 255);
    color:#555555;
    font-weight:normal;
}

.package-info .light-pop label {
    display:inline-block;
}

.package-info .light-pop label span {
    cursor:pointer;
}

.package-info .light-pop .button {
    text-align:center;
    padding:5px 0 0 0;
}
/*--]--package block--*/
.dashboard {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #cbcaca;
    padding: 0 0 0 17px;
    font-size: 12px;
    text-decoration: none;
    margin: 0 0 0 16px;
}


.tablerow{
    line-height:1.1em;
    height:auto;
    clear:both
}

.tablerow_column{
    margin-bottom:10px;
    vertical-align:text-bottom;
    border:0px solid black;
    float:left;
    width:230px;
    padding:0 10px 0 0;
    line-height:1.2em;
    background:url('/image/design/dots.gif') repeat-x bottom right
}

.tablerow_column_text{
    background-color:#fff
}

/*--[-- brands */
.on-brands-block {
    overflow: hidden; }
.on-brands-block .column {
    width: 33%;
    float: left; }
.on-brands-block .item {
    line-height: 16px;
    margin: 0 0 10px 0;
    width: 32%;
    display: inline-block;
    vertical-align: top; }
.on-brands-block .item span {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    text-align: center;
    margin: 0 6px 0 0; }
.on-brands-block .item span img {
    max-height: 14px; }
.on-brands-block .item a {
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle; }
.on-brands-block .item a:hover {
    text-decoration: underline; }
/*--]--brands--*/

/*--[--crumbs--*/
.on-crumbs-block {
    margin: 0 0 12px 0; }
.on-crumbs-block .main {
    text-decoration: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin: 0 21px 0 0;
    background: url("/image/design/icons.png") no-repeat -14px -734px; }
.on-crumbs-block .main:after {
    background: url(/image/design/icons.png) -16px -776px no-repeat;
    content: "";
    cursor: pointer;
    display: block;
    height: 7px;
    width: 7px;
    position: absolute;
    right: -14px;
    top: 3px; }
.on-crumbs-block .main:hover {
    opacity: 0.75; }
.on-crumbs-block a {
    color: #be0000;
    font-size: 12px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 21px 0 0; }
.on-crumbs-block a:after {
    background: url(/image/design/icons.png) -16px -776px no-repeat;
    content: "";
    cursor: pointer;
    display: block;
    height: 7px;
    width: 7px;
    position: absolute;
    right: -14px;
    top: 6px; }
.on-crumbs-block span {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle; }
/*--]--crumbs--*/


/*--[--contact form--*/
.on-contact-info-block {
    margin: 0 0 34px 0; }
.on-contact-info-block .sub-block {
    width: 53%;
    float: left;
    padding: 0 0 0 34px; }
.on-contact-info-block .sub-block:first-child {
    width: 35%;
    border-right: 1px solid #cbcaca;
    padding: 0 34px 0 0; }
.on-contact-info-block .sub-block table {
    width: 100%;
    border-collapse: collapse; }
.on-contact-info-block .sub-block table td {
    padding: 8px 12px; }
.on-contact-info-block .sub-block table td:first-child {
    width: 46%; }
.on-contact-info-block .sub-block table td [type='text'], .on-contact-info-block .sub-block table td [type='tel'] {
    width: 209px; }
.on-contact-info-block .sub-block .button-block {
    padding: 12px 0;
    text-align: center; }
.on-contact-info-block .title {
    font-size: 14px;
    font-weight: bold;
    color: #4BACE4;
    margin: 0 0 14px 0; }
.on-contact-info-block .address, .on-contact-info-block .phone-number,
.on-contact-info-block .mail, .on-contact-info-block .work-time {
    padding: 0 0 0 21px;
    position: relative;
    margin: 0 0 14px 0; }
.on-contact-info-block .address:after {
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    background: url("/image/design/icons.png") no-repeat -13px -1373px;
    left: 0;
    top: 4px; }
.on-contact-info-block .phone-number:after {
    position: absolute;
    content: '';
    width: 13px;
    height: 14px;
    background: url("/image/design/icons.png") no-repeat -13px -1453px;
    left: 0;
    top: 4px; }
.on-contact-info-block .work-time:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background: url("/image/design/icons.png") no-repeat -13px -1413px;
    left: 0;
    top: 4px; }
.on-contact-info-block .mail a {
    color: #4BACE4; }
.on-contact-info-block .mail:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 10px;
    background: url("/image/design/icons.png") no-repeat -13px -575px;
    left: 0;
    top: 4px; }
.on-maps-block {
    width: 100%;
    height: auto;
    border: 1px solid #cbcaca; }
.on-maps-block iframe {
    width: 100%;
    border: 1px solid #ffffff;
    min-height: 332px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
/*--]--contact form--*/

/*--[-- icon --*/
.on-submit {
    border: 0;
    outline: none;
    border-radius: 4px;
    background-color: #be0000;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    height: 26px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 23px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.on-submit:hover {
    border-bottom: 2px solid #323337;
    background-color: #464647;
    text-decoration: none !important; }
.on-submit.black {
    border-bottom: 2px solid #323337;
    background-color: #464647; }
.on-submit.black:hover {
    border-bottom: 2px solid #5a8bbb;
    background-color: #4BACE4; }
.on-submit:active {
    position: relative;
    top: -1px;
    left: 1px; }
.on-submit.basket {
    background: #464647 url("/image/design/icons.png") no-repeat -11px -1010px;
    width: 20px;
    height: 20px;
    padding: 0;
    border-bottom: 2px solid #323337; }
.on-submit.basket:hover {
    opacity: 0.75; }
.on-submit.photo {
    background: #F4F4F4 url("/image/design/icons.png") no-repeat -10px -1091px;
    width: 21px;
    height: 20px;
    padding: 0;
    border-bottom: 2px solid #C6C6C6; }
.on-submit.photo:hover {
    background: #464647 url("/image/design/icons.png") no-repeat -10px -1211px;
    border-bottom: 2px solid #323337; }
.on-submit.car {
    background: #F4F4F4 url("/image/design/icons.png") no-repeat -10px -1131px;
    width: 21px;
    height: 20px;
    padding: 0;
    border-bottom: 2px solid #C6C6C6; }
.on-submit.car:hover {
    background: #464647 url("/image/design/icons.png") no-repeat -10px -1251px;
    border-bottom: 2px solid #323337; }
.on-submit.info {
    background: #F4F4F4 url("/image/design/icons.png") no-repeat -10px -1172px;
    width: 21px;
    height: 20px;
    padding: 0;
    border-bottom: 2px solid #C6C6C6; }
.on-submit.info:hover {
    background: #464647 url("/image/design/icons.png") no-repeat -9px -1291px;
    border-bottom: 2px solid #323337; }
.on-submit.like {
    background: #F4F4F4 url("/image/design/icons.png") no-repeat -6px -404px;
    width: 30px;
    height: 30px;
    padding: 0;
    border-bottom: 2px solid #C6C6C6; }
.on-submit.like:hover {
    background: #464647 url("/image/design/icons.png") no-repeat -5px -1646px;
    border-bottom: 2px solid #323337; }
.on-submit.balance {
    background: #F4F4F4 url("/image/design/icons.png") no-repeat -5px -444px;
    width: 30px;
    height: 30px;
    padding: 0;
    border-bottom: 2px solid #C6C6C6; }
.on-submit.balance:hover {
    background: #464647 url("/image/design/icons.png") no-repeat -5px -1685px;
    border-bottom: 2px solid #323337; }
/*--]--icons--*/

/*--[--personal data--*/
.on-auth-block .element {
    border-top: 1px solid #cbcaca;
    padding: 24px 0; }
.on-auth-block .element:first-child {
    border-top: none; }
.on-auth-block .element a {
    color: #be0000;
    text-decoration: none; }
.on-auth-block .element a:hover {
    text-decoration: underline; }
.on-auth-block .element .title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 22px 0;
    color: #be0000; }
.on-auth-block .element .on-table-nostyle {
    margin: 0 0 36px 0; }
.on-auth-block .element .on-table-nostyle td:first-child {
    width: 38%; }
.on-auth-block .user-photo {
    float: left;
    width: 86px;
    margin: 0 26px 0 0; }
.on-auth-block .user-photo img {
    width: 100%;
    margin: 0 auto; }
.on-auth-block .login {
    font-weight: bold; }
/*--]-- personal data--*/