﻿body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font: normal 13px tahoma, arial, verdana;
  cursor: default;
  color: #333333;
  background: #ffffff;
}

/*DEFAULT*/
html {height: 100% !important;}
img {border: 0px;}
p {margin: 15px 0px;}
.left {float: left !important;}
.right {float: right !important;}
.both {clear: both;}
.tleft {text-align: left !important;}
.tright {text-align: right !important;}
.tcenter {text-align: center !important;}
.justify {text-align: justify;}
.bold {font-weight: bold;}
.small {font-size: 10px !important;}
.normal {font-size: 11px !important;}
.medium {font-size: 14px !important;}
.midi {font-size: 18px !important;}
.big {font-size: 22px !important;}
.upper {text-transform: uppercase;}
.lower {text-transform: lowercase;}
.lthrou {text-decoration: line-through;}
.relative {position: relative !important;}
.absolute {position: absolute;}
.hidden {overflow: hidden;}
.visible {overflow: visible !important;}
.dblock {display: block;}
.dnone {display: none;}
.dinline {display: inline;}
.dtable {display: table;}
.nopad {padding: 0px !important;}
.nomarg {margin: 0px !important;}
.nobg {background: none !important;}
.nobord {border: 0px !important;}
.btn {cursor: pointer;}
.z100 {z-index: 100;}

.tcell {
  display: table-cell;
  vertical-align: middle;
}
fieldset,
textarea {
  padding: 0px;
  margin: 0px;
  position: relative;
  border: 0px;
}
form input[type="submit"],
form input[type="button"] {
  cursor: pointer;
}

/*ul.spisok*/
ul.spisok {
  padding: 0px;
  margin: 0px;
}
ul.spisok li {
  min-height: 15px;
  padding: 0px 0px 0px 10px;
  margin: 0px;
  list-style: none;
  color: #336699;
  background: url(../images/arrow_blue.png) 0px 5px no-repeat;
}
ul.spisok li a:link,
ul.spisok li a:visited {
  text-decoration: none;
  color: #336699;
}
ul.spisok li a:hover {
  text-decoration: underline;
}
/*end ul.spisok*/
/*end DEFAULT*/

/*links, colors, bg*/
a:link,
a:visited {
    outline: none;
    /*text-decoration: underline;*/
    color: #666666;
}
.blue,
a.blue:link,
a.blue:visited {
  color: #336699;
}
.blue_lite,
a.blue_lite:link,
a.blue_lite:visited {
  color: #6699CC !important;
}
.green,
a.green:link,
a.green:visited {
  color: #339900;
}
.gray,
a.gray:link,
a.gray:visited {
  color: #999999;
}
.silver,
a.silver:link,
a.silver:visited {
  color: #bab6b3 !important;
}
.orange,
a.orange:link,
a.orange:visited {
  color: #ff9900 !important;
}
.orange_dark,
a.orange_dark:link,
a.orange_dark:visited {
  color: #ff6600 !important;
}
.red,
a.red:link,
a.red:visited {
  color: #ff3300 !important;
}
.black,
a.black:link,
a.black:visited {
  color: #000000 !important;
}
h1,
h1 a:link,
h1 a:visited {
  margin: 0px 0px 15px 0px;
  font: normal 22px arial, tahoma, verdana;
  text-decoration: none;
	color: #000000;
}
h2,
h2 a:link,
h2 a:visited {
  margin: 0px 0px 15px 0px;
  font: normal 20px arial, tahoma, verdana;
  text-decoration: none;
	color: #000000;
}
h3,
h3 a:link,
h3 a:visited {
  margin: 0px 0px 10px 0px;
  font: normal 18px arial, tahoma, verdana;
  text-decoration: none;
	color: #666666;
}
h4,
h4 a:link,
h4 a:visited {
  margin: 0px 0px 5px 0px;
  font: normal 13px arial, tahoma, verdana;
  text-decoration: none;
	color: #000000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  text-decoration: underline;
}
a:hover {text-decoration: none;}
/*end links, colors, bg*/

/*WRAPPER*/
#wrapper {
  min-width: 987px;
	min-height: 100% !important;
	margin: 0px auto;
  overflow: hidden;
  background: #ffffff url(../images/body.png) top center no-repeat;
}

/*HEADER*/
#header {
  width: 987px;
	margin: 0px auto;
  min-height: 318px;
  position: relative;
  z-index: 250;
}
#logotype {
  position: relative;
  top: 5px;
  left: 0px;
}
.sidecenter{
    /*min-height: 2000px;*/
}
.sidecenter_index{
    min-height: 1000px !important;
}
/*contacts*/
#header .contacts {
/*  width: 180px;*/
  position: absolute;
  top: 5px;
  left: 265px;
  z-index: 10;
}
#footer .contacts,
.sidecenter .contacts {
  
  margin-top: -85px;
  width: auto;
}
#header .contacts div {
  overflow: hidden;
  font: bold 18px arial, tahoma, verdana;
}
#footer .contacts div,
.sidecenter .contacts div {
  min-height: 32px;
  clear: both;
  font: normal 22px arial, tahoma, verdana;
}
.contacts span {
  float: left;
  position: relative;
}
.contacts div span:first-child {
  width: 30px;
}
.contacts span img {
  position: relative;
  top: 2px;
}
#footer .contacts div:first-child span img {
  position: relative;
  top: -4px;
}
/*end contacts*/

/*topbar*/
.block_topbar {
  position: absolute;
  top: 10px;
  left: 510px;
  font: bold 12px tahoma, arial, verdana;
}
.topbar_gift {
  width: 90px;
  padding-left: 35px;
  margin-right: 20px;
  background: url(../images/gift.png) top left no-repeat;
}
.topbar_car {
  width: 120px;
  padding-left: 40px;
  margin-right: 20px;
  background: url(../images/car.png) top left no-repeat;
}
.block_topbar div {
  overflow: hidden;
  margin-bottom: 8px;
  color: #336699;
}
.block_topbar div a:link,
.block_topbar div a:visited {
  text-decoration: none;
  color: #336699;
}
.block_topbar div a:hover {
  color: #ff6600;
}
/*end topbar*/

/*block_basket*/
.block_basket {
  width: 140px;
  height: 60px;
  position: absolute;
  top: 5px;
  right: 0px;
  font: normal 11px tahoma, arial, verdana;
  text-align: center;
  color: #666666;
  z-index: 210;
}
.block_basket a:link,
.block_basket a:visited {
  text-decoration: none;
  color: #666666;
}
a.basket:link,
a.basket:visited {
  width: 55px;
  height: 60px;
  margin: 0px auto;
  display: block;
  background: url(../images/basket.png) no-repeat;
}
.block_basket.active a.basket:link,
.block_basket.active a.basket:visited,
.block_basket a.basket.active:link,
.block_basket a.basket.active:visited {
  background-position: -55px 0px;
}
.block_basket.active .col {
  color: #3399cc;
}
.block_basket .val {
  padding-top: 2px;
}
.block_basket .val span {
  font-weight: bold;
}
.block_basket .val,
.block_basket .val a:link,
.block_basket .val a:visited {
  text-transform: uppercase;
  text-decoration: none;
  color: #999999;
}
.block_basket a:hover {
  text-decoration: underline;
}
.block_basket .val a:hover,
.block_basket .val .active,
.block_basket .val .active a:link,
.block_basket .val .active a:visited {
  color: #ff9900;
}
/*big basket*/
.big_hide_basket{
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0px;
  background: url(../images/1x1.png) repeat;
  z-index: 500;
}
#hide_basket{
    display: none;
}
/*basket active*/
.popup_basket {
  width: 218px;
  position: absolute;
  top: 10%;
  left: 70.5%;
  right: 0px;
  font-size: 12px;
  text-align: left;
  z-index: 500;
/*  display: none;*/
}
.block_overlay {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: url(../images/1x1.png) repeat;
  z-index: 500;
}
.popup_basket.overlay {
  width: 830px;
  margin: -170px 0px 0px -410px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2200;
}
.popup_help.overlay {
  width: 393px;
  margin: -250px 0px 0px -200px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 220;
}
.popup_call_order {
  width: 393px;
  margin: -250px 0px 0px -200px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 220;
}
.popup_call_order .name,
.popup_call_order .phone,
.popup_call_order .city{
  border: 2px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  height: 23px;
  width: 250px;
  margin: 5px 0px 12px -30px;
}
.popup_call_order .name:focus,
.popup_call_order .phone:focus,
.popup_call_order .city:focus{
  border: 2px solid #80a6c9;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  height: 23px;
  width: 250px;
  margin: 5px 0px 12px -30px;
}
.popup_call_order .txtcall{
  border: 2px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  width: 250px;
  height: 75px;
  margin: 5px 0px 10px -30px;
}
.popup_call_order .txtcall:focus{
  border: 2px solid #80a6c9;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  width: 250px;
  height: 75px;
  margin: 5px 0px 10px -30px;
}
.popup_call_order .captcha1{
  border: 2px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  height: 23px;
  width: 100px;
  margin: 0px 0px 0px 30px;
}
.popup_call_order .captcha1:focus{
  border: 2px solid #80a6c9;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  height: 23px;
  width: 100px;
  margin: 0px 0px 0px 30px;
}
.popup_call_order .save_but {
    background: url("../images/btn_send.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 30px;
    margin: 70px 0 0;
    padding: 0;
    width: 130px;
}
.popup_call_order .btn_ok {
    background: url("../images/closecall.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 130px;
}
.popup_call_order .btn_ok:hover {
  background-position: 0px -30px;
}
#name-label,
#phone-label,
#city-label,
#txt-label{
  margin: -10px 0px 0px 10px;
}
#group_0-element{
    margin: 0px 0px 0px 0px;
}
.popup_call_order .help_top {
  height: 10px;
  overflow: hidden;
  background: url(../images/help_overlay_top.png) no-repeat;
}
.popup_call_order .help_down {
  height: 10px;
  overflow: hidden;
  background: url(../images/help_overlay_down.png) no-repeat;
}
.popup_call_order .close {
  width: 38px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  top: -5px;
  right: -15px;
  background: url(../images/basket_close.png) no-repeat;
}
.popup_call_order .close {
  top: -15px;
}
.popup_call_order .help_body {
  padding: 5px 20px;
  overflow: hidden;
  position: relative;
  font: normal 14px arial, tahoma, verdana;
  background: url(../images/help_overlay_bg.png) repeat-y;
}
.popup_call_order .help_body .txt4order {
  height: 432px;
  margin: 0px 0px 5px 0px;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup_call_order .help_body .txt4order p {
  margin: 15px 0px 0px 0px;
}
.popup_basket .basket_top {
  height: 20px;
  overflow: hidden;
  background: url(../images/basket_top.png) no-repeat;
}
.popup_basket.overlay .basket_top {
  height: 10px;
  overflow: hidden;
  background: url(../images/basket_overlay_top.png) no-repeat;
}
.popup_help.overlay .help_top {
  height: 10px;
  overflow: hidden;
  background: url(../images/help_overlay_top.png) no-repeat;
}
.popup_basket .basket_bg {
  overflow: hidden;
  background: url(../images/basket_bg.png) repeat-y;
}
.popup_basket .basket_down {
  height: 10px;
  overflow: hidden;
  background: url(../images/basket_down.png) no-repeat;
}
.popup_basket.overlay .basket_down {
  height: 10px;
  overflow: hidden;
  background: url(../images/basket_overlay_down.png) no-repeat;
}
.popup_help.overlay .help_down {
  height: 10px;
  overflow: hidden;
  background: url(../images/help_overlay_down.png) no-repeat;
}
.popup_basket .close,
.popup_basket.overlay .close,
.popup_help.overlay .close {
  width: 38px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  top: -5px;
  right: -15px;
  background: url(../images/basket_close.png) no-repeat;
}
.popup_basket.overlay .close,
.popup_help.overlay .close {
  top: -15px;
}
.popup_basket #close_basket.close {
  left: -15px !important;
}
.popup_basket .basket_mini_close,
table.my_order .basket_mini_close {
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  bottom: 2px;
  right: 5px;
  background: url(../images/btn_close.png) no-repeat;
}
.popup_basket .basket_mini_close:hover,
table.my_order .basket_mini_close:hover {
  background-position: -18px 0px;
}
.popup_basket .close:hover,
.overlay .close:hover {
  background-position: -38px 0px;
}
.popup_basket .tovarshow {
  width: 202px;
  padding: 5px;
  margin-left: 3px;
  overflow: hidden;
  position: relative;
  background: #f5f6f7;
  border-bottom: 1px solid #dfe5eb;
  border-top: 1px solid #ffffff;
}
.popup_basket.overlay .basket_body {
  padding: 5px 20px;
  overflow: hidden;
  position: relative;
  background: url(../images/basket_overlay_bg.png) repeat-y;
}
.popup_help.overlay .help_body {
  padding: 5px 20px;
  overflow: hidden;
  position: relative;
  font: normal 14px arial, tahoma, verdana;
  background: url(../images/help_overlay_bg.png) repeat-y;
}
.popup_help.overlay .help_body .txt {
  height: 432px;
  margin: 0px 0px 5px 0px;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup_help.overlay .help_body .txt p {
  margin: 15px 0px 0px 0px;
}
.popup_basket .tovarshow.bg,
.popup_basket .tovarshow:hover.bg {
  background: #ffefbb;
  border: 0px;
}
.popup_basket .tovarshow:hover {
  background: #ffffff;
}
.popup_basket .tovarshow:first-child {
  border-top: 0px;
}
.popup_basket .tovarshow img.show {
  width: 55px;
  float: left;
  border: 1px solid #cccccc;
}
.popup_basket .tovarshow .dblock.hidden {
  padding: 0px 0px 10px 8px;
}
.popup_basket .tovarshow .num {
  position: absolute;
  bottom: 3px;
  right: 35px;
  font-size: 13px;
  color: #d20000;
}
.popup_basket .tovarshow .rez {
  margin: 5px 0px 10px 0px;
  overflow: hidden;
  font: bold 16px arial, tahoma, verdana;
  text-align: right;
  color: #666666;
}
.popup_basket .tovarshow .btn_cassa {
  width: 180px;
  height: 26px;
  margin: 0px auto;
  display: block;
  overflow: hidden;
  background: url(../images/btn_cassa.png) no-repeat;
}
.popup_basket .tovarshow .btn_cassa:hover {
  background-position: 0px -26px;
}
.popup_basket .tovarshow .btn_cassa:active {
  background-position: 0px -52px;
}
table.my_order .price {
  color: #c1d1e0;
}

/*.basket_body table */
.popup_basket.overlay .basket_body table,
table.my_order {
  width: 100%;
}
table.my_order {
  margin-bottom: 10px;
}
.popup_basket.overlay .basket_body table tr.bgs,
table.my_order tr.bgs {
  background: #eceef5;
}
.popup_basket.overlay .basket_body table th,
.popup_basket.overlay .basket_body table td {
  padding: 10px 5px;
  font: normal 15px arial, tahoma, verdana;
  vertical-align: top;
  background: transparent;
  border-top: 1px solid #c1d1e0;
}
table.my_order th,
table.my_order td {
  padding: 10px 5px;
  font: normal 15px arial, tahoma, verdana;
  vertical-align: top;
  background: transparent;
  border-bottom: 1px solid #c1d1e0;
}
table.my_order th {
  border-top: 1px solid #c1d1e0;
  border-bottom: 0px;
}
.popup_basket.overlay .basket_body table tr.bgs td {
  background: url(../images/bgs_bord.gif) top left repeat-x;
  border: 0px;
}
table.my_order tr.bgs td {
  padding: 10px 4px;
  background: url(../images/bgs_bord.gif) top left repeat-x;
  border: 0px;
}
table.my_order tr.last td {
  border-bottom: 0px;
}
.popup_basket.overlay .basket_body table th {
  padding: 5px;
  border-top: 0px;
}
table.my_order th {
  padding: 5px;
}
.popup_basket.overlay .basket_body table .title a:link,
.popup_basket.overlay .basket_body table .title a:visited,
table.my_order .title a:link,
table.my_order .title a:visited {
  text-decoration: none;
  color: #336699;
}
.popup_basket.overlay .basket_body table .title a:hover,
table.my_order .title a:hover  {
  text-decoration: underline;
}
a.btn_plus_minus:link,
a.btn_plus_minus:visited {
  width: 18px;
  height: 19px;
  float: left;
}
.btn_plus_minus.plus {
  margin: 6px 0px 0px 5px;
  background: url(../images/plus_minus.png) no-repeat;
}
.btn_plus_minus.plus:hover {
  background: url(../images/plus_minus.png) 0px -19px no-repeat;
}
.btn_plus_minus.minus {
  margin: 6px 5px 0px 0px;
  background: url(../images/plus_minus.png) -18px 0px no-repeat;
}
.btn_plus_minus.minus:hover {
  background: url(../images/plus_minus.png) -18px -19px no-repeat;
}
form.basket_bar.formsmall .btn_plus_minus.plus {
  margin: 3px 0px 0px 5px;
}
form.basket_bar.formsmall .btn_plus_minus.minus {
  margin: 3px 5px 0px 0px;
}
a.dash:link,
a.dash:visited {
  text-decoration: none;
  border-bottom: 1px dashed #336699;
}
a.dash:hover {
  border: 0px;
}
.btn_order {
  width: 186px;
  height: 40px;
  padding: 0px;
  margin: 0px;
  display: block;
  background: url(../images/btn_order.png) no-repeat;
  border: 0px;
}
.btn_order:hover {
  background-position: 0px -40px;
}
.btn_order:active {
  background-position: 0px -80px;
}

/*form.basket_bar*/
form.basket_bar {
  width: 120px;
  padding: 0px;
  margin: 0px;
}
form.basket_bar.formsmall {
  width: auto;
  margin: 0px 0px 0px 60px;
}
form.basket_bar input {
  width: 50px;
  height: 30px;
  line-height: 30px !important;
  padding: 0px;
  margin: 0px;
  float: left;
  font-size: 24px;
  text-align: center;
  border: 0px;
  background: url(../images/input_basket.png) no-repeat;
  border: 0px;
}
/*form.basket_bar input:focus {
  background: url(../images/input_basket_focus.png) no-repeat;
}*/
form.basket_bar.formsmall input {
  width: 35px;
  height: 24px;
  line-height: 24px !important;
  padding: 0px;
  margin: 0px;
  float: left;
  font-size: 12px;
  text-align: center;
  border: 0px;
  background: url(../images/input_plus_minus.png) top left no-repeat;
}
form.basket_bar.formsmall input:focus {
  background: url(../images/input_plus_minus_focus.png) top left no-repeat;
}
/*end basket_bar*/
/*end .basket_body table */
/*end basket active*/
/*end block_basket*/

/*block_tabs*/
.block_tabs {
  width: 500px;
  height: 54px;
  position: absolute;
  top: 95px;
  left: 0px;
  font: bold 12px tahoma, arial, verdana;
  text-align: center;
  color: #ff6600;
}
.block_tabs .tab,
.block_tabs a.tab:link,
.block_tabs a.tab:visited  {
  height: 54px;
  float: left;
  line-height: 54px !important;
  text-decoration: none;
  color: #ff6600;
}
.block_tabs a.tab:hover,
.block_tabs .tab.active,
.block_tabs a.tab.active:link,
.block_tabs a.tab.active:visited {
  font: bold 14px tahoma, arial, verdana;
}
.block_tabs .tab span {
  height: 54px;
  float: left;
}
.block_tabs .tab .angle_tableft {
  width: 5px;
  background: url(../images/angle_tableft.png) top left no-repeat;
}
.block_tabs a.tab:hover .angle_tableft,
.block_tabs .tab.active .angle_tableft {
  float: left;
  background: url(../images/angle_tableft_active.png) top left no-repeat;
}
.block_tabs .tab .angle_tabbg {
  min-width: 155px;
  padding: 0px 5px 0px 10px;
  background: url(../images/angle_tabbg.png) top left repeat-x;
}
.block_tabs a.tab:hover .angle_tabbg,
.block_tabs .tab.active .angle_tabbg {
  float: left;
  background: url(../images/angle_tabbg_active.png) top left repeat-x;
}
.block_tabs .tab .angle_tabright {
  width: 36px;
  background: url(../images/angle_tabright.png) top right no-repeat;
}
.block_tabs a.tab:hover .angle_tabright,
.block_tabs .tab.active .angle_tabright {
  float: left;
  background: url(../images/angle_tabright_active.png) top right no-repeat;
}
/*end block_tabs*/

/*form.filtr*/
form.filtr {
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 115px;
  right: 0px;
  z-index: 200 !important;
}
form.filtr.sideleft_filtr {
  position: relative;
  top: 0px;
  left: 0px;
}
.tovar_show form.filtr {
  position: relative;
  top: 0px;
  left: 0px;
}
form.filtr.rayt,
form.filtr.sort {
  position: relative;
  top: 0px;
  left: 0px;
}
form.filtr.rayt {
  z-index: 210 !important;
}
form.filtr.sort {
  text-transform: lowercase;
}
form.filtr.sideleft_filtr fieldset.checks div {
  min-height: 20px;
}
form.filtr.sideleft_filtr fieldset.checks.metres .left {
  width: 48.7%;
  margin-left: 5px;
}
form.filtr.sideleft_filtr fieldset.checks.metres .left:first-child {
  margin: 0px;
}
a.helpicn:link,
a.helpicn:visited {
  width: 12px;
  height: 12px;
  display: block;
/*  display: block !important;*/
  position: absolute;
  top: -3px;
  /*right: -15px;*/
  background: url(../images/helpicn.png) no-repeat;
}
a.helpicn:hover {
  background-position: 0px -12px;
}
.btn_poisk {
  width: 70px;
  height: 25px;
  padding: 0px;
  margin: 0px auto 5px auto;
  display: block !important;
  background: url(../images/btn_poisk.png) no-repeat;
  border: 0px;
}
form.conts.otzyv .btn_ok {
  width: 95px;
  height: 25px;
  padding: 0px;
  margin: 0px;
  display: block;
  background: url(../images/btn_ок.png) no-repeat;
  border: 0px;
}
.btn_poisk:hover,
form.conts.otzyv .btn_ok:hover {
  background-position: 0px -25px;
}

/*slider_price*/
.slider_price input {
  width: 36px;
  font-size: 12px;
  background: none;
  font-size: 12px;
  color: #424242;
  cursor: default;
  border: 0px;
}
.slider_price a:link,
.slider_price a:visited {
  text-decoration: none;
  color: #ba845c;
}
.slider_price a:hover {
  text-decoration: underline;
}
/*end slider_price*/
/*end form.filtr*/

/*bar*/
ul.bar {
  width: 985px;
  height: 52px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 145px;
  left: 0px;
  background: url(../images/bar_li.gif) repeat-x;
  border: 1px solid #999999;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  z-index: 100;
}
ul.bar > li.parent {
  height: 52px;
  padding: 0px;
  margin: 0px;
  float: left;
  list-style: none;
	/*position: relative;*/
  font-weight: bold;
  display: table;
  width: 196px;
}
ul.bar > li.parent.sep {
  width: 1px;
  height: 52px;
  background: url(../images/separator.png) 0px 0px no-repeat;
  border: 0px;
}
/*.pod_menu .bgline {
  height: 8px;
  width: 90px;
	position: absolute;
	top: -4px;
  border-left: 1px solid #999999;
  background: #f6f6f6;
  z-index: 100;
}*/
/*ul.bar li.parent.seven .pod_menu .bgline.absright,
ul.bar li.parent.eight .pod_menu .bgline.absright {
	position: absolute;
	top: -2px;
	right: 14px !important;
  border-left: 0px;
  border-right: 1px solid #bcbcbc;
}
ul.bar li.parent.last .pod_menu .bgline.absright {
	position: absolute;
	top: -3px;
	right: 14px !important;
  border-left: 0px;
  border-right: 1px solid #bcbcbc;
}*/
/*ul.bar > li.parent.first {
  width: 90px;
}*/
/*ul.bar > li.parent.three,
ul.bar > li.parent.seven {
  width: 114px;
}*/
/*ul.bar li.parent.three .pod_menu .bgline,
ul.bar li.parent.three .pod_menu .bgline {
  width: 114px;
}*/
/*ul.bar > li.parent.four {
  width: 92px;
}*/
/*ul.bar li.parent.four .pod_menu .bgline {
  width: 92px;
}*/
/*ul.bar > li.parent.last {
  width: 110px;
}*/
/*ul.bar li.parent.last .pod_menu .bgline {
  width: 110px;
}*/
/*ul.bar > li.parent.two,
ul.bar > li.parent.five,
ul.bar > li.parent.eight {
  width: 126px;
}*/
/*ul.bar li.parent.two .pod_menu .bgline,
ul.bar li.parent.five .pod_menu .bgline,
ul.bar li.parent.eight .pod_menu .bgline {
  width: 126px;
}*/
/*ul.bar > li.parent.six {
  width: 79px;
}*/
/*ul.bar li.parent.six .pod_menu .bgline {
  width: 79px;
}*/
/*ul.bar > li.parent.eight {
  width: 94px;
}*/
/*ul.bar li.parent.eight .pod_menu .bgline {
  width: 94px;
}*/
ul.bar > li.parent:first-child {
  background: none;
}
ul.bar > li > a {
/*  display: block;
  line-height: 48px !important;*/
  display: table-cell;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  width: 194px;
  height: 52px;
  vertical-align: middle;
}
ul.bar > li.parent.first a:link,
ul.bar > li.parent.first a:visited,
ul.bar > li.parent.seven a:link,
ul.bar > li.parent.seven a:visited,
ul.bar > li.parent.five a:link,
ul.bar > li.parent.five a:visited,
ul.bar > li.parent.six a:link,
ul.bar > li.parent.six a:visited,
ul.bar > li.parent.two a:link,
ul.bar > li.parent.two a:visited,
ul.bar > li.parent.last a:link,
ul.bar > li.parent.last a:visited {
  line-height: normal !important;
}
ul.bar > li.parent.first span,
ul.bar > li.parent.seven span,
ul.bar > li.parent.five span,
ul.bar > li.parent.six span,
ul.bar > li.parent.two span,
ul.bar > li.parent.last span {
  position: relative;
  top: 0px;
}
/*ul.bar > li.parent.actives {
  background: url(../images/li_hover.jpg) repeat-x;
}
ul.bar > li.parent.first.actives {
  background: url(../images/li_hover_left.jpg) top left no-repeat;
}
ul.bar > li.parent.last.actives {
  background: url(../images/li_hover_right.jpg) top right no-repeat;
}*/
/*ul.bar > li.parent.first.actives .pod_menu,
ul.bar > li.parent.first .pod_menu  {
	position: absolute;
	top: 52px;
	left: -1px;
}
ul.bar > li.parent.seven.actives .pod_menu,
ul.bar > li.parent.seven .pod_menu  {
	position: absolute;
	top: 52px;
	left: -295px;
}
ul.bar > li.parent.eight.actives .pod_menu,
ul.bar > li.parent.eight .pod_menu  {
	position: absolute;
	top: 52px;
	left: -283px;
}
ul.bar > li.parent.last.actives .pod_menu,
ul.bar > li.parent.last .pod_menu  {
	position: absolute;
	top: 52px;
	left: -299px;
}*/
ul.bar > li.parent.actives a:link,
ul.bar > li.parent.actives a:visited {
  color: #000000;
}
ul.bar > li.parent.actives {
  background: #f6f6f6;
}
ul.bar > li.parent.sep.actives {
  background: url(../images/separator.png) 0px 0px no-repeat;
  border: 0px;
}
ul.bar > li.parent.first.actives {
  background: #f6f6f6;
  border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
}
ul.bar li.parent a.active:link,
ul.bar li.parent a.active:visited,
ul.bar li.parent.first a.active:link,
ul.bar li.parent.first a.active:visited {
  color: #000000;
  background: #f6f6f6;
  border: 2px solid #336699;
  min-height: 48px;
}
ul.bar > li.parent.last.actives {
  background: #f6f6f6;
  border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
}

/*******************************************************************************/
ul.bar > li .pod_menu {
	/*width: 980px;*/
	display: none;
	position: absolute;
	top: 52px;
	left: -1px;
        z-index: 9999;
        /*background: url(../images/podmenu_shadow.png) left bottom repeat;*/
        padding-bottom: 5px;
}
/*ul.bar > li .sub_top {
	width: 424px;
  height: 5px;
  background: url(../images/sub_top.png) top left no-repeat;
}*/
ul.bar > li .pod_menu_body {
    margin-left: 5px;
    margin-right: 5px;
	width: 960px;
        min-height: 150px;
        overflow: hidden;
        background-color: #fff;
        border: 1px solid #336699;
        border-top: none;
            -moz-border-radius: 0 0 5px 5px;
            -webkit-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
            -o-border-radius: 0 0 5px 5px;
            -khtl-border-radius: 0 0 5px 5px;
        box-shadow: 0 3px 14px 1px #153c63;   
        padding: 10px 7px;
  /*background: url(../images/sub_bg.png) top left repeat-y;*/
}
ul.bar > li .pod_menu_body .title{
    padding-left: 10px;
    margin-bottom: 7px;
    min-width: 160px;
    /*text-align: center;*/
}
    ul.bar > li .pod_menu_body .title img{
        display: block;
    }
    ul.bar > li .pod_menu_body .title a{
        font-size: 18px;
        /*text-decoration: none;*/
        color: #ff3300 !important;
        font-weight: normal;
    }
    ul.bar > li .pod_menu_body .sub:hover .title a{
        text-decoration: underline;
    }

/*ul.bar > li .separ_bg {
	width: 424px;
  overflow: hidden;
  background: url(../images/separator_sub.png) 234px 0px repeat-y;
}*/
/*ul.bar > li .sub_down {
	width: 424px;
  height: 19px;
  background: url(../images/sub_down.png) top left no-repeat;
}*/
.pod_menu_body .separ_bg{
    float: left;
    width: 160px;
}

/*sub*/
.pod_menu_body .sub {
  min-width: 190px;
  padding: 0px;
  float: left !important;
  /*padding-left: 20px;*/
  text-align: left;
}
.pod_menu_body .sub ul{
    width: 160px;
    display: block;
}
.pod_menu_body .sub ul{
    float: right;
}
.pod_menu_body .sub ul:first-child{
    float: left;
}

/***************************************************************************/

form.filtr.sideleft_filtr .sub,
form.filtr.sideleft_filtr .sub:first-child {
  width: auto;
  margin: 25px 0px 10px 0px;
}
form.filtr.sideleft_filtr .lineForm:first-child .sub {
  margin-top: 5px;
}
.sub.block_help {
  width: auto;
  padding-left: 10px;
  float: none !important;
  text-align: left;
}
.sub.block_help:first-child {
  width: auto;
  padding-top: 30px;
}
#footer .sub.block_help {
  width: auto;
  padding: 0px;
  float: none !important;
  text-align: left;
}
.sub .title {
  margin-bottom: 5px;
  font: bold 11px verdana, tahoma, arial;
  color: #000000;
}
.sub:first-child {
  width: 234px;
  padding: 0px;
}
.sub ul {
  padding: 0px;
  margin: 0px 0px 30px 0px;
}
.sub ul.marks {
  padding: 0px;
  margin: 0px;
}
#footer .sub.block_help ul.marks {
  width: 145px;
  margin-right: 5px;
  float: left;
}
#footer .sub.block_help ul.marks:first-child {
  width: 200px !important;
}
#footer .sub.block_help ul.marks.red {
  width: 120px !important;
}
#footer .sub.block_help ul.marks.red,
#footer .sub.block_help ul.marks.red a:link,
#footer .sub.block_help ul.marks.red a:visited {
  color: #cc6666;
}
.sub ul li,
.sub ul.marks li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    background: url(../images/arrow.png) 0px 6px no-repeat;
}
.sub ul.marks li {
  padding: 0px 0px 0px 13px;
  background: url(../images/arrow.png) 0px 6px no-repeat;
}
.sub.block_help ul.marks li {
  padding: 0px 0px 0px 13px;
  margin-top: 5px;
  background: url(../images/arrow.png) 0px 5px no-repeat;
}
.sub.block_help ul.marks li:first-child {
  margin-top: 0px;
}
form.filtr.sideleft_filtr .sub ul.marks li {
  padding: 0px 0px 0px 13px;
  position: relative;
  font: bold 15px arial, tahoma, verdana;
  color: #000000;
}
form.filtr.sideleft_filtr .sub.active ul.marks li {
  padding: 0px 13px 0px 0px;
  background: url(../images/arrow.png) right 8px no-repeat;
  font: bold 17px arial, tahoma, verdana;
}
.pages_nav .sub.active {
  width: auto;
  position: relative;
  top: 9px;
}
.pages_nav .sub.active ul.marks li {
  padding: 0px 13px 0px 0px;
  font: bold 14px arial, tahoma, verdana;
  text-align: right;
  color: #336699;
  background: url(../images/arrow.png) right 5px no-repeat;
}
form.filtr.sideleft_filtr .sub.active ul.marks li {
  color: #ff6600;
}
.pages_nav .sub.active ul.marks li a:link,
.pages_nav .sub.active ul.marks li a:visited {
  font: bold 14px arial, tahoma, verdana;
}
.pages_nav .sub.active ul.marks li a:hover {
  color: #ff6600 !important;
}
.sub ul li:hover {
  /*background: #ff9900 url(../images/arrow_hover.gif) 10px 8px no-repeat;*/
  background: #ff9900 url(../images/arrow_hover.png) 0px 6px no-repeat;
}
.sub ul.marks li:hover {
  background: url(../images/arrow.png) 0px 6px no-repeat;
}
.sub.block_help ul.marks li:hover {
  background: url(../images/arrow.png) 0px 5px no-repeat;
}
.sub ul li a:link,
.sub ul li a:visited {
  padding: 3px 20px 3px 10px;
  display: block;
  font: normal 12px arial, tahoma, verdana;
  text-decoration: none;
}
.sub ul.marks li a:link,
.sub ul.marks li a:visited {
  padding: 0px;
  display: inline;
}
form.filtr.sideleft_filtr .sub ul.marks li a:link,
form.filtr.sideleft_filtr .sub ul.marks li a:visited {
  font: bold 15px arial, tahoma, verdana;
}
.sub.block_help ul.marks li a:link,
.sub.block_help ul.marks li a:visited {
  font-weight: bold;
  color: #336699;
}
#footer .sub.block_help ul.marks li a:link,
#footer .sub.block_help ul.marks li a:visited {
  text-decoration: underline;
}
#footer .sub.block_help ul.marks li a:hover {
  text-decoration: none;
}
.sub ul li a:link span,
.sub ul li a:visited span {
  position: relative;
  top: 0px !important;
  color: #cccccc;
}
.sub ul li a:hover,
.sub ul li a:hover span {
  color: #ffffff !important;
}
.sub.block_help ul li a:hover span {
  color: #cccccc !important;
}
.sub ul.marks li a:hover {
  color: #ff9900 !important;
}
.sub.block_help .txt {
  margin-top: 3px;
  font-size: 12px;
  color: #999999;
}
#footer .sub.block_help .txt {
  margin-top: 3px;
  font-size: 13px;
  color: #666666;
}
.sub.block_help .txt p {
  margin: 0px;
}
ul.bar li.parent .sub ul li a:link,
ul.bar li.parent .sub ul li a:visited {
  color: #0;;
}
/*.sub*/

a.all:link,
a.all:visited {
  padding-right: 20px;
  margin: 0px 20px;
  font: normal 12px arial, tahoma, verdana;
  text-decoration: none;
  color: #336699 !important;
  background: url(../images/arrow_all.gif) right 6px no-repeat;
}
a.all:hover {
  color: #ff9900 !important;
  background: url(../images/arrow_all_hover.gif) right 6px no-repeat;
}
/*end bar*/

/*search*/
form.search {
  width: 300px;
  min-height: 35px;
  padding: 0px;
  margin: 0px;
  position: relative;
  float: left;
  background: url(../images/shad.png) bottom center no-repeat;
}
form.search input {
  width: 260px;
  height: 27px;
  line-height: 27px !important;
  padding: 0px 0px 0px 5px;
  margin: 0px;
  font-size: 12px;
  float: left;
  text-transform: uppercase;
  color: #aeaeae;
  border: 0px;
  background: url(../images/search.png) no-repeat;
}
form.search input:focus {
  background: url(../images/search_focus.png) 0px -2px no-repeat;
}
form.search input.btn_search {
  width: 42px;
  height: 27px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 0px;
  background: url(../images/btn_lupa.png) no-repeat;
}
form.search input.btn_search:hover {
  background-position: 0px -27px;
}
form.search input.btn_search:active {
  background-position: 0px -54px;
}
/*end search*/

/*banner*/
.block_banner {
  position: absolute;
  top: 235px;
  left: 0px;
  right: 0px;
}
.banner_place {
  width: 655px;
  height: 60px;
  float: right;
  position: relative;
  text-align: center;
  border: 1px solid #cccccc;
}

/*gallery-block*/
.gallery-block .slides_container {
  width: 100%;
  height: 60px;
  margin: 0px;
}
.gallery-block .slides_control {
  position: relative !important;
  top: 0px !important;
  left: 0px !important;
}
.gallery-block img {
  height: 60px;
  overflow: hidden;
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
}
.gallery-block ul.button {
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 63px;
  right: 0px;
}
.gallery-block ul.button li {
  list-style: none;
  float: left;
  overflow: hidden;
  background: url(../images/ul_li.png) no-repeat;
}
.gallery-block ul.button li a:link,
.gallery-block ul.button li a:visited {
  width: 16px;
  height: 16px;
  padding: 0px;
  margin: 0px 2px 2px 2px;
  display: block;
  text-indent: 50px;
  text-decoration: none;
}
.gallery-block ul.button li:hover,
.gallery-block ul.button li.current {
  background: url(../images/ul_li_active.png) no-repeat !important;
}
/*end gallery-block*/
/*end banner*/

/*shad*/
.shad {
  height: 9px;
  background: url(../images/shad.png) top center no-repeat;
}
.shad2 {
  height: 12px;
  background: url(../images/shad2.png) top center no-repeat;
}
.shad_basket {
  height: 15px;
  background: url(../images/shad_basket.png) top center no-repeat;
}
.banner_place .shad {
  width: 655px;
  position: absolute;
  top: 60px;
  left: 0px;
}
.sideleft .shad,
.sideright .shad {
  width: 220px;
  margin-bottom: 35px;
}

/*filtr_tovar*/
h3.arrow_filtr a:link,
h3.arrow_filtr a:visited {
  float: right;
  padding: 0px 20px 0px 110px;
  text-decoration: none;
  background: url(../images/arrow_filtr_down.png) right 9px no-repeat;
}
.dash {
  border-bottom: 1px dashed #666666;
  
}
.dot {
  border-bottom: 1px dotted #336699;
}
h3.arrow_filtr:hover .dash {
  border-color: transparent;
}
/*end filtr_tovar*/
/*end shad*/

/*userbar*/
.userbar {
  padding: 0px;
  margin: 0px 0px 20px 0px;
  overflow: hidden;
  font-weight: bold;
  color: #ff6600;
}
.userbar2 a:visited,
.userbar2 a:link{
     color: black;
}

.userbar a:link,
.userbar a:visited,
.userbar span {
  color: #336699;
}
.userbar a:hover, .userbar2 a:hover {
  color: #ff6600;
}
/*end userbar*/
/*end HEADER*/

/*BLOCK_RELATIVE*/
.block_relative {
  width: 987px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}
/*end BLOCK_RELATIVE*/

/*CONTAINER*/
#container {
  width: 987px;
  padding: 25px 0px 300px 0px !important;
  margin: 0px auto;
  overflow: hidden;
  margin-top: -25px;
}

/*artnews*/
.artnews {
  overflow: hidden;
  margin: 15px 0px 0px 0px;
}
.artnews .post {
  overflow: hidden;
  padding: 15px 0px;
  border-top: 1px dotted #336699;
}
.artnews .post:first-child {
  padding-top: 0px;
  border: 0px;
}
.artnews .post .imgpre {
  margin-right: 10px;
  float: left;
}
.artnews .post:first-child .imgpre {
  margin: 0px 10px 0px 0px;
  float: left;
}
.artnews .post .imgpre img {
  width: 135px;
  max-height: 90px;
}
.artnews .title {
  overflow: hidden;
  margin-bottom: 10px;
}
.artnews .title,
.artnews .title a:link,
.artnews .title a:visited {
  font: normal 18px tahoma, arial, verdana;
  color: #336699;
}
.artnews .title a:hover {
  text-decoration: none;
  color: #FF6600;
}
.artnews .txt {
  padding-left: 2px;
}
.artnews .txt.opis {
  height: 65px;
  overflow: hidden;
}
.artnews .txt p {
  margin-top: 0px;
}
.artnews .txt.opis p {
  margin: 0px;
}
/*end artnews*/

/*sideleft*/
.sideleft {
  width: 220px;
  min-height: 500px;
  margin-right: 30px;
  float: left;
}

/*form rss*/
form.rss {
  padding: 0px;
  margin: 0px;
  position: relative;
}
form.rss input {
  width: 155px;
  height: 24px;
  line-height: 26px !important;
  padding: 0px 0px 0px 5px;
  margin: 0px;
  font-size: 10px;
  float: left;
  color: #aeaeae;
  border: 0px;
  background: url(../images/input_rss.png) no-repeat;
}
form.rss input:focus {
  background: url(../images/input_rss_focus.png) 0px 0px no-repeat;
}
form.rss input.btn_rss {
  width: 33px;
  height: 22px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 2px;
  right: 0px;
  font-size: 0px;
  background: url(../images/btn_rss.png) no-repeat;
}
form.rss input.btn_rss:hover {
  background-position: 0px -22px;
}
/*end search*/
/*end sideleft*/

/*sideright*/
.sideright {
  width: 220px;
  min-height: 500px;
  margin-left: 30px;
  float: right;
}
.block_bord {
  padding: 10px;
/*  overflow: hidden;*/
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.block_bord2 {
  padding: 10px;
/*  overflow: hidden;*/
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  min-height: 700px;
}
.block_bord.bord_blue {
  border-color: #c1d1e0;
}
.block_bord.bgs {
  background: #f7f5ec;
}
.block_bord.bgs_gray {
  background: #eceef5;
}
.block_bord.bgs_green {
  background: #ecf7ec;
}
.block_bord .silver {
    margin-top: 20px;
}
.block_bord .silver:first-child {
    margin-top: 0;
}
.help {
  position: absolute;
  top: -15px;
  right: 165px;
}
.catimg {
  position: absolute;
  top: -15px;
  left: 5px;
}
.home {
  position: absolute;
  top: -18px;
/*  top: -23px;*/
  left: 0px;
}
.hand {
  position: absolute;
  top: -23px;
  left: 0px;
}
.btn_postav {
  width: 121px;
  height: 32px;
  padding: 0px;
  margin: 0px;
  display: block;
  position: absolute;
  top: -1px;
  right: 5px;
  background: url(../images/postav.png) no-repeat;
  border: 0px;
}
.btn_postav:hover {
  background-position: 0px -32px;
}
.btn_postav:active {
  background-position: 0px -64px;
}
a.btn_close:link,
a.btn_close:visited {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  display: block;
  float: left;
  text-decoration: none;
  background: url(../images/btn_close.png) no-repeat;
}
a.btn_close:hover {
  background-position: -18px 0px;
}
.post_close {
  overflow: hidden;
  margin-bottom: 10px;
}
.post_center {
  display: block;
  overflow: hidden;
  font-size: 11px;
  color: #336699;
}
.post_center a:link,
.post_center a:visited {
  color: #336699;
}
/*end sideright*/

/*block_colors*/
.block_colors {
  overflow: hidden;
  margin-top: 30px;
}
.block_colors div {
  overflow: hidden;
  margin-bottom: 3px;
}
.block_colors div b,
.block_colors div span {
  float: left;
}
.block_colors div b {
  margin-right: 5px;
}
.block_colors div img {
  width: 11px;
  height: 11px;
  border: 1px solid #424242;
}
.block_colors a:link span,
.block_colors a:visited span {
  text-decoration: none;
}
.block_colors a:hover span:hover {
  text-decoration: underline;
}
/*end block_colors*/

/*block_text*/
.block_bord .title_sid {
  margin-bottom: 30px;
  overflow: hidden;
  border: 5px solid red;
}
.title_sid a:link,
.title_sid a:visited {
  text-decoration: none;
}
.title_sid a:hover {
  text-decoration: none;
}
.block_bord .text p {
  margin: 0px;
  line-height: 20px;
}
a.arrowlink:link,
a.arrowlink:visited {
  padding-right: 15px;
  font-size: 14px;
  text-decoration: none;
  color: #6699cc;
  background: url(../images/arrowlink.png) right 5px no-repeat;
}
a.arrowlink:hover span {
  color: #ff9933;
  text-decoration: underline;
}
/*end block_text*/

/*vote*/
.vote:hover span a{
    background:url(../images/vote/star.png);
}

.vote span a:link,
.vote span a:visited {
  width: 14px;
  height: 13px;
  display: block;
  float: left;
}
.vote.star_big span a:link,
.vote.star_big span a:visited {
  width: 19px;
  height: 19px;
  margin-right: 2px;
  display: block;
  float: left;
  position: relative;
}
.vote span a:hover img,
.vote.star_big span a:hover img {
  display: none;
}
.vote span a:hover {
  background: url(../images/vote/star_hover.png) no-repeat;
}
.vote.star_big span a:hover {
  background: url(../images/vote/star_big_hover.png) no-repeat;
}
.vote.star_big span .vote_txt {
  padding: 4px 10px;
  display: none;
  position: absolute;
  top: 25px;
  left: 0px;
  font-size: 15px;
  background: #eceef5;
}
.vote.star_big span a:hover .vote_txt {
  display: block;
}
/*end vote*/

.sticker {
  width: 52px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: -25px;
}
.sticker_big {
  width: 76px;
  height: 56px;
  position: absolute;
  top: 20px;
  right: 140px;
}
.sticker_big_show {
  width: 76px;
  height: 56px;
  position: relative;
  top: 20px;
  right: 90px;
  z-index: 100;
}
.sticker_big.absleft {
  position: absolute;
  top: 10px;
  left: 0px;
}

/*jCarouselLite*/
#jCarouselLite,
#jCarouselLite1,
#nojCarouselLite {
  margin: 0px 0px 10px 0px;
  position: relative;
}
#jCarouselLite .carousel {
  height: 319px !important;
  margin: 30px 0px 0px 0px;
}
#nojCarouselLite .nocarousel {
/*  height: 537px !important;*/
  margin: 30px 0px 0px 0px;
}
#jCarouselLite1 .carousel1 {
  width: 252px !important;
  height: 80px !important;
  margin: 10px 0px 20px 7px;
}
#jCarouselLite .prev {
  width: 35px;
  height: 34px;
  display: none;
  position: absolute;
  top: -28px;
  left: 45%;
  text-decoration: none !important;
  background: url(../images/prev.png) no-repeat;
  z-index: 3;
}
#jCarouselLite .prev:hover {
  background: url(../images/prev_hover.png) no-repeat;
}
#jCarouselLite1 .prev1 {
  width: 17px;
  height: 16px;
  display: none;
  position: absolute;
  top: 30px;
  left: 0px;
  text-decoration: none !important;
  background: url(../images/prev1.png) no-repeat;
  z-index: 3;
}
#jCarouselLite1 .prev1:hover {
  background: url(../images/prev1_hover.png) no-repeat;
}
#jCarouselLite .next {
  width: 35px;
  height: 34px;
  display: none;
  position: absolute;
  top: 360px;
  left: 45%;
  text-decoration: none !important;
  background: url(../images/next.png) no-repeat;
  z-index: 3;
}
#jCarouselLite .next:hover {
  background: url(../images/next_hover.png) no-repeat;
}
#jCarouselLite1 .next1 {
  width: 17px;
  height: 16px;
  display: none;
  position: absolute;
  top: 30px;
  right: 0px;
  text-decoration: none !important;
  background: url(../images/next1.png) no-repeat;
  z-index: 3;
}
#jCarouselLite1 .next1:hover {
  background: url(../images/next1_hover.png) no-repeat;
}
#jCarouselLite:hover .prev,
#jCarouselLite:hover .next,
#jCarouselLite1:hover .prev1,
#jCarouselLite1:hover .next1 {
  display: block;
}
.carousel ul,
.nocarousel ul {
  padding: 0px;
  margin: 0px;
  float: right;
}
#jCarouselLite1 .carousel1 ul {
  padding: 0px;
  margin: 0px;
  float: none;
}
.carousel ul li,
.nocarousel ul li {
  width: 160px;
  min-height: 89px;
  padding: 5px;
  margin: 0px 0px 8px 0px;
  overflow: visible !important;
  list-style: none;
  float: left;
  position: relative;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
#jCarouselLite1 .carousel1 ul li {
  width: 80px;
  height: 80px;
  padding: 0px;
  margin: 0px 6px 0px 0px;
  overflow: hidden;
  list-style: none;
  float: left;
  position: relative;
  border: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.carousel ul li,
.nocarousel ul li {
  float: none;
}
.offers ul {
  padding: 0px;
  margin: 0px;
}
.offers ul li {
  width: 198px;
  min-height: 89px;
  padding: 5px;
  margin: 0px 15px 0px 15px;
  overflow: visible !important;
  list-style: none;
  float: left;
  position: relative;
}
.tovar_center .offers ul li {
  width: 175px;
}
.carousel ul li .showimg,
#jCarouselLite .carousel1 ul li .showimg,
.nocarousel ul li .showimg,
.offers ul li .showimg {
  margin-right: 5px;
  float: left;
}
.carousel ul li .showimg img.show,
.nocarousel ul li .showimg img.show,
.offers ul li .showimg img.show {
  width: 70px;
  max-height: 70px;
}
#jCarouselLite1 .carousel1 ul li .showimg img.show {
  width: 70px;
  max-height: 70px;
  padding: 4px;
  border: 1px solid transparent;
}
#jCarouselLite1 .carousel1 ul li .showimg img.show:hover {
  border-color: #ff9900;
}
.carousel .title,
.carousel .title a:link,
.carousel .title a:visited,
.nocarousel .title,
.nocarousel .title a:link,
.nocarousel .title a:visited {
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
}
.offers ul li .title {
  min-height: 35px;
  overflow: hidden;
}
.offers ul li .title,
.offers ul li .title a:link,
.offers ul li .title a:visited {
  font-size: 14px;
  text-decoration: none;
  color: #000000;
}
.carousel ul li .title a:hover,
.nocarousel ul li .title a:hover,
.offers ul li .title a:hover {
  text-decoration: underline;
}
.offers ul li .txt {
  margin: 5px 0px 10px 0px;
  font: normal 12px tahoma, arial, verdana;
  line-height: 13px;
}
.offers ul li .txt.opis {
  height: 54px;
  overflow: hidden;
}
.offers ul li .txt p {
  margin: 0px;
}
.yesno {
  margin-bottom: 2px;
  color: #ffcc99;
}
.carousel ul li .yesno,
.nocarousel ul li .yesno,
.offers ul li .yesno {
  font-size: 11px;
}
.yesno.yes {
  color: #339900;
}
.carousel ul li .price,
.nocarousel ul li .price,
.offers ul li .price,
.offers.price,
.block_tovar .price {
  font: bold 12px arial, tahoma, verdana;
  color: #ff3300;
  margin-top: 9px;
}
.carousel ul li .price div,
.nocarousel ul li .price div,
.offers ul li .price div,
.offers.price div {
  line-height: 14px;
}
table.my_order .price div {
  line-height: normal;
}
.carousel ul li .price_old,
.nocarousel ul li .price_old,
.offers ul li .price_old {
  text-decoration: line-through;
  color: #666666;
}
.carousel ul li .price span,
.nocarousel ul li .price span {
  font-size: 19px;
}
.offers ul li .price span,
.offers.price span {
  font-size: 23px;
}
.block_tovar .price span {
  font-size: 32px;
}
table.my_order .price span {
  font-size: 26px;
}
/*end jCarouselLite*/

.block_tegs {
  margin-bottom: 20px;
  overflow: hidden;
  line-height: 18px;
  color: #6a7ab8;
}
.block_tegs.notovar {
  width: 265px;
  margin-top: 10px;
  color: #999999;
}
.block_tegs .title {
  margin: 20px 0px 5px 0px;
  font: normal 11px georgia, times new roman;
  color: #6699cc;
}
.block_tegs .title:first-child {
  margin: 0px 0px 5px 0px;
}
.block_tegs .title span {
  font: bold 11px georgia, times new roman;
  text-transform: uppercase;
  color: #336699;
}
.block_tegs {
  margin-bottom: 20px;
  overflow: hidden;
  line-height: 18px;
  color: #6a7ab8;
}
.block_tegs a:link {
  text-decoration: none;
  color: #6a7ab8;
}
.block_tegs.notovar a:link {
  color: #999999;
}
.block_tegs a:visited {
  text-decoration: none;
  color: #6699cc;
}
.block_tegs.notovar a:visited {
  color: #cccccc;
}
.block_tegs a:hover {
  color: #336699;
}
.block_tegs.notovar a:hover {
  color: #ff6600;
}
/*end sideright*/

/*sidecenter*/
.sidecenter {
  display: block;
  overflow: hidden;
}
.tit {
  padding: 0px 5px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: -10px;
  left: 10px;
  background: #ffffff;
}

/*catalog*/
ul.catalog {
  padding: 0px;
  margin: 0px;
}
ul.catalog li.cell {
  width: 337px;
  min-height: 200px;
/*  height:auto !important;*/
  padding: 0px;
  margin: 0px 10px 20px 10px;
  list-style: none;
  float: left;
  overflow: hidden;
}
ul.catalog li.cell .cat {
  width: 115px;
  margin-right: 10px;
  float: left;
  text-align: center;
}
ul.catalog li.cell .cat img {
  max-width: 115px;
}
ul.catalog li.cell .sub,
ul.catalog li.cell .sub:first-child {
  width: auto !important;
  float: none !important;
/*  min-height: 240px;*/
}
ul.catalog li.cell .sub ul {
/*  max-height: 250px;*/
  padding-left: 10px;
  margin: 0px;
  border-left: 1px solid #ffcc66;
}
ul.catalog li.cell .sub ul li {
  background: none;
}
ul.catalog li.cell .sub ul li a:link,
ul.catalog li.cell .sub ul li a:visited {
  padding: 3px 0px;
  color: #000000;
}
ul.catalog li.cell .sub ul li a:hover {
  color: #336699 !important;
}
ul.catalog li.cell .sub ul li a:hover span {
  color: #cccccc !important;
}
ul.catalog li.cell .sub .title {
  height: auto !important;
  margin: 0px 0px 5px 10px;
  font: bold 15px arial, tahoma, verdana;
  color: #ff6600;
}
ul.catalog li.cell .sub .title a:link,
ul.catalog li.cell .sub .title a:visited {
  text-decoration: none;
  color: #ff6600;
}
ul.catalog li.cell .sub .title a:hover {
  text-decoration: underline;
}
/*end catalog*/

/*tables*/
table.zebra {
  border-collapse: collapse;
}
table.zebra td {
  padding: 4px;
  background: #eceef5;
  border: 1px solid #cccccc;
}
table.zebra td:first-child,
table.zebra th:first-child {
  width: 60%;
}
table.zebra.lite td {
  background: #f5f5f5;
  border: 1px solid #cccccc;
}
table.zebra tr:nth-child(even) td {
  background: #ffffff;
}

table.zebra tr:first-child + *,
table.zebra tr:first-child + * + * + *,
table.zebra tr:first-child + * + * + * + * + * {
  background: #ffffff;
}


.block_tit div div{
    color: #336699;
    font: bold 16px arial,tahoma,verdana;
    margin-bottom: 5px;
}
.block_tit.dblock hidden{
    color: #454545;
    cursor: default;
    font: 13px tahoma,arial,verdana;
}
.block_tit table {
  border-collapse: collapse;
}
.block_tit table td {
  padding: 4px;
  background: #eceef5;
  border: 1px solid #cccccc;
}
.block_tit table td:first-child,
.block_tit table th:first-child {
  width: 60%;
}
.block_tit table.lite td {
  background: #f5f5f5;
  border: 1px solid #cccccc;
}
.block_tit table tr:nth-child(even) td {
  background: #ffffff;
}
.block_tit table tr:first-child + * td,
.block_tit table tr:first-child + * + * + * td,
.block_tit table tr:first-child + * + * + * + * + * td,
.block_tit table tr:first-child + * + * + * + * + * + * + * td,
.block_tit table tr:first-child + * + * + * + * + * + * + * + * + * td,
.block_tit table tr:first-child + * + * + * + * + * + * + * + * + * + * + * td,
.block_tit table tr:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * td,
.block_tit table tr:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * td,
.block_tit table tr:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * td,
.block_tit table tr:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * td,
.block_tit table tr:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * td,
.block_tit table tr:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * td,
.block_tit table tr:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * td,
.block_tit table tr:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * td,
.block_tit table tr:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * td,
.block_tit table tr:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * td,
.block_tit table tr:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * td,
.block_tit table tr:first-child + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * td

{
  background: #ffffff;
}


table.catalog_tab td {
  font: normal 11px tahoma, arial, verdana;
}
table.catalog_tab th {
  font: normal 11px tahoma, arial, verdana;
  text-align: center;
  color: #ffffff;
  background: #2c588b url(../images/table_th.png) top left repeat-x;
}
table.catalog_tab a.act:link,
table.catalog_tab a.act:visited {
}
table a.act:hover {
  color: #ff3300;
}
/*end tables*/

/*form conts*/
form.conts {
  padding: 0px;
  margin: 0px;
}
form.conts div {
  min-height: 30px;
  margin-top: 10px;
}
form.conts div.addrs span {
  width: 72px;
  margin-left: 5px;
  float: left;
}
form.conts div div {
  min-height: 0px;
  margin: auto;
}
form.conts div:first-child,
form.conts div:first-child div {
  min-height: 0px;
  margin: auto;
}
form.conts label {
  margin-bottom: 5px;
  display: block;
  color: #336699;
}
.bask_colleft form.conts label {
  width: 130px;
  margin: 5px 10px 5px 0px;
  float: left;
  color: #336699;
}
/*form.conts input#user_mailing{
  width: 20px;
  height: 20px;
  line-height: 27px !important;
  padding: 0px 10px 0px 5px;
  margin: 0px;
  border: 0px;
  

  background: url(../images/search.png) no-repeat;
  background: url(../images/search_cont.png) no-repeat;
}*/
form.conts input[type='text'] {
  width: 260px;
  height: 27px;
  line-height: 27px !important;
  padding: 0px 10px 0px 5px;
  margin: 0px;
  border: 0px;
  /*background: url(../images/search.png) no-repeat;*/
  background: url(../images/search_cont.png) no-repeat;
}
form.conts input.captcha {
    width: 100px;
    margin-left: 50px;
    background: url(../images/inp_midi.png) no-repeat;
}
form.conts input.captcha:focus {
    background: url(../images/inp_midi_focus.png) no-repeat;
}
form.conts input.inp_midi {
  width: 110px;
  background: url(../images/inp_midi.png) no-repeat;
}
form.conts input.inp_lit {
  width: 72px;
  background: url(../images/inp_lit.png) no-repeat;
}
form.conts input.inp_cod {
  width: 170px;
  background: url(../images/input_cod.png) no-repeat;
}
form.conts input.inp_midi:focus {
  background: url(../images/inp_midi_focus.png) no-repeat;
}
form.conts input.inp_lit:focus {
  background: url(../images/inp_lit_focus.png) no-repeat;
}
form.conts input.inp_cod:focus {
  width: 170px;
  background: url(../images/input_cod_focus.png) no-repeat;
}
form.conts textarea {
  width: 254px;
  height: 136px;
  padding: 8px;
  margin: 0px;
  overflow: overflow;
  font: normal 13px arial, tahoma, verdana;
  resize: none;
  border: 0px;
  background: url(../images/textarea.png) no-repeat;
}
form.conts.otzyv textarea {
  width: 470px;
  height: 150px;
  padding: 8px;
  margin: 0px;
  overflow: hidden;
  font: normal 13px arial, tahoma, verdana;
  resize: none;
  border: 0px;
  background: url(../images/textarea_big.png) no-repeat;
}
.tabs_bodyul form.conts.otzyv textarea {
  width: 415px;
  background: url(../images/textarea_tabs.png) no-repeat;
}
form.conts textarea:focus {
  background: url(../images/textarea_focus.png) no-repeat;
}
form.conts.otzyv textarea:focus {
  background: url(../images/textarea_big_focus.png) no-repeat;
}
.tabs_bodyul form.conts.otzyv textarea:focus {
  background: url(../images/textarea_tabs_focus.png) no-repeat;
}
#user_fio:focus {
  /*background: url(../images/search_focus.png) 0px -2px no-repeat;*/
  background: url(../images/search_cont_focus.png) 0px -2px no-repeat;
}
#user_phone:focus {
  background: url(../images/search_cont_focus.png) 0px -2px no-repeat;
}
#user_address_city:focus {
  background: url(../images/search_cont_focus.png) 0px -2px no-repeat;
}
#user_email:focus {
  background: url(../images/search_cont_focus.png) 0px -2px no-repeat;
}
/*form.conts input:focus {
  background: url(../images/search_focus.png) 0px -2px no-repeat;
  background: url(../images/search_cont_focus.png) 0px -2px no-repeat;
}*/
form.conts input.btn_send {
  width: 130px;
  height: 30px;
  padding: 0px;
  border: none;
  margin: 20px 0px 0px 0px;
  background: url(../images/btn_send.png) no-repeat;
}
form.conts input.btn_send:hover {
  background: url(../images/btn_send.png) 0px -30px no-repeat;
}
form.conts input.btn_send:active {
  background: url(../images/btn_send.png) 0px -60px no-repeat;
}
/*end form conts*/

/*otzyv form*/
.avatar {
  width: 62px;
  height: 67px;
  margin: -35px 10px 0px 0px;
  float: left;
  background: url(../images/avatar.png) no-repeat;
}
.avatar img {
  width: 52px;
  max-height: 57px;
  margin: 4px 0px 0px 4px;
}
.block_otz {
  padding: 10px;
  background: #ffffff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.block_otz .txt p {
  margin: 10px 0px 0px 0px;
}
.block_otz .txt p:first-child {
  margin: 0px;
}
/*end otzyv form*/

/*block_tovar*/
.block_tovar {
  min-height: 290px;
  /*overflow: hidden;*/
  margin: 0px 0px 20px 0px;
}
.block_tovar .tovar_show {
  float: left;
  padding-top: 20px;
  margin: 0px 20px 0px 0px;
  position: relative;
}
.block_tovar .tovar_show img.loop {
  width: 265px;
  max-height: 250px;
}
.block_tovar .tovar_show img.loop_mini {
  width: 200px;
  max-height: 185px;
}
.block_tovar .tovar_show .lupa {
  width: 29px;
  height: 30px;
  display: block;
  position: absolute;
  top: 250px;
  right: 10px;
  background: url(../images/lupa.png) no-repeat;
}

.lupa_compare {
  width: 29px;
  height: 30px;
  display: block;
  position: relative;
  top: 130px;
  right: -155px;
  background: url(../images/lupa.png) no-repeat;
}
.block_tovar .tovar_show .lupa.mini {
  top: 208px;
  right: 0px;
}
.block_tovar .tovar_center {
  padding-top: 12px;
  display: block;
  overflow: hidden;
}
.block_tovar h4 a:link,
.block_tovar h4 a:visited {
  text-decoration: underline;
}
.block_tovar h4 a:hover {
  text-decoration: none;
  color: #336699;
}
.txtopis {
  /*max-height: 65px;*/
  margin: 10px 0px 5px 0px;
  overflow: hidden;
}
.txtopis p {
  margin: 0px;
}
.btn_pay {
  width: 192px;
  height: 47px;
  padding: 0px;
  margin: 0px;
  display: block;
  text-decoration: none;
  background: url(../images/btn_pay.png) no-repeat;
  border: 0px;
}
.btn_paynow {
  width: 80px;
  height: 30px;
  padding: 0px;
  margin: 0px;
  display: block;
  text-decoration: none;
  background: url(../images/btn_paynow.png) no-repeat;
  border: 0px;
}
.btn_paynow_compare {
  width: 80px;
  height: 30px;
  padding: 0px;
  margin: 0px;
  display: block;
  text-decoration: none;
  background: url(../images/btn_paynow.png) no-repeat;
  border: 0px;
  position: relative;
  top: 140px;
  right: -50px;
}

.btn_order_ok {
  width: 242px !important;
  height: 47px !important;
  padding: 0px;
  margin: 0px;
  display: block;
  text-decoration: none;
  background: url(../images/btn_order_ok.png) no-repeat !important;
  border: 0px !important;
}
.btn_pay:hover {
  background-position: 0px -47px;
}
.btn_paynow:hover {
  background-position: 0px -30px;
}
.btn_order_ok:hover {
  background: url(../images/btn_order_ok.png) 0px -47px no-repeat !important;
}
.btn_pay:active {
  background-position: 0px -94px;
}
.btn_paynow:active {  background-position: 0px -60px;
}
.btn_order_ok:active {
  background: url(../images/btn_order_ok.png) 0px -94px no-repeat !important;
}
.block_tovar .tovar_center .price_old {
  font-size: 18px;
  text-decoration: line-through;
  color: #bab6b3;
}

/*tabs*/
ul.tabs {
  min-height: 26px;
  padding: 0px;
  margin: 0px;
  border-bottom: 5px solid #eceef5;
}
ul.tabs li {
  padding: 0px;
  margin: 0px 3px 0px 0px;
  float: left;
  position: relative;
  list-style: none;
  font: bold 15px arial, tahoma, verdana;
  color: #908989;
  background: #f7f4e9;
}
ul.tabs li a:link,
ul.tabs li a:visited {
  padding: 4px 10px;
  display: block;
  text-decoration: none;
  color: #908989;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
  color: #ffffff;
  background: #5097cc;
}
ul.tabs li a:hover {
  background: #eceef5;
}
.tabs_bodyul {
  padding: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
.montajnik {
  width: 48px;
  height: 61px;
  display: block;
  position: absolute;
  top: 16px;
  left: 29px;
  background: url(../images/montajnik.png) 0px 0px no-repeat;
  z-index: 20;
}
.bask_colleft {
  width: 425px;
  margin-right: 75px;
  float: left;
}
/*end tabs*/

.rayting {
  min-height: 80px;
}

/*credit*/
.cred {
  padding: 0px 0px 15px 0px;
  margin: 0px 100px 20px 0px;
  float: right;
  position: relative;
  text-align: center;
}
.cred a:hover {
  text-decoration: none;
  color: #336699;
}
.cred:hover .block_action {
  display: block;
}
/*end credit*/

/*block_action*/
.block_action {
  width: 338px;
  padding: 10px;
  /*display: none;*/
  position: relative;
  top: 20px;
  right: -10px;
  font: normal 14px arial, tahoma, verdana;
  background: #ffffff;
  border: 2px solid #ff9900;
  z-index: 20;
}
.action_angle {
  width: 16px;
  height: 15px;
  display: block;
  position: absolute;
  top: -15px;
  right: 100px;
  background: url(../images/action_angle.png) 0px 0px no-repeat;
}
.block_action .title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
.block_action .txt {
  margin-bottom: 10px;
  font-size: 12px;
}
.block_action .txt p {
  margin: 0px;
}
.block_action img.sert {
  float: left;
  margin-right: 10px;
}
/*end block_action*/

.order_img {
  width: 49px;
  height: 78px;
  position: absolute;
  top: 5px;
  right: -30px;
  background: url(../images/order_img.png) 0px 0px no-repeat;
}
/*end block_tovar*/
/*end sidecenter*/

/*pages_nav*/
.pages_nav {
  overflow: hidden;
  padding: 30px 0px;
  border-bottom: 1px dotted #336699;
}
.pages_nav span {
  margin: 0px 10px;
}
.pages_nav a:link,
.pages_nav a:visited,
.pages_nav_top a:link,
.pages_nav_top a:visited {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #336699;
}
.pages_nav a:hover,
.pages_nav_top a:hover {
  color: #ff6600;
}
.pages_nav_top {
    min-height: 30px;
}
.prod_h2 {
    float: left;
    width: 650px;
}
.pages_nav_top_a {
    float: right; 
    width: 70px
}
/*end pages_nav*/

/*pages_nav*/
.pages_page {
  overflow: hidden;
  padding: 5px 0px;
}
.pages_page span {
  margin: 0px 10px;
}
.pages_page a:link,
.pages_page a:visited {
  padding: 2px 3px;
  font: normal 12px arial, tahoma, verdana;
  text-decoration: none;
  color: #336699;
  border: 1px solid transparent;
}
.pages_page a.active:link,
.pages_page a.active:visited {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #339900;
  background: #eceef5;
  border: 1px solid #cccccc;
}
.pages_page a.noactive:link,
.pages_page a.noactive:visited {
  color: #cccccc;
}
.pages_page a:hover {
  color: #ff6600;
}
/*end pages_nav*/

a.highslide-credits,
a.highslide-credits i {
  display: none !important;
	padding: 2px;
	font-size: 0px;
	text-decoration: none;
	color: transparent;
}
.adds {
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #c1d1e0;
}
/*end CONTAINER*/
/*end WRAPPER*/

/*FOOTER*/
#footer {
  min-width: 987px;
	height: 270px;
	margin: -270px auto 0px auto;
  background: url(../images/footer.png) bottom center no-repeat;
  border-top: 2px solid #336699;
}
.foot {
  width: 987px;
	margin: 0px auto;
  position: relative;
  top: 15px;
}
#footer .block_tit {
  width: 155px;
  margin: 0px 8px;
  float: left;
}
.block_tit {
  overflow: hidden;
  margin: 0px 0px 20px 0px;
}
.block_tit .title {
  margin: 0px;
  text-decoration: underline;
  font: bold 13px arial, tahoma, verdana;
  color: #336699;
}
.block_tits .title {
  margin: 0px;
  text-decoration: underline;
  font: bold 13px arial, tahoma, verdana;
  color: #336699;
}
.sidecenter .block_tit .title {
  margin-bottom: 5px;
  font: bold 16px arial, tahoma, verdana;
  text-decoration: none;
}
.sidecenter .block_tits .title {
  margin-bottom: 5px;
  font: bold 16px arial, tahoma, verdana;
  text-decoration: none;
}
.tovar_center .block_tit .title img {
  position: relative;
  top: 2px;
}
.tovar_center .block_tits .title img {
  position: relative;
  top: 2px;
}
.sidecenter .tovar_center .block_tit .title {
  font: bold 13px arial, tahoma, verdana;
  color: #666666;
}
.sidecenter .tovar_center .block_tits .title {
  font: bold 13px arial, tahoma, verdana;
  color: #666666;
}
.sidecenter .tabs_bodyul .block_tit .title {
  font: bold 16px arial, tahoma, verdana;
  color: #336699;
}
.tovar_center .block_tit .title a:hover {
  text-decoration: none;
}
.block_tit .txt {
  margin: 5px 0px;
}
.sidecenter .block_tit .txt {
  margin: 10px 0px 20px 0px;
}
.block_tit .txt p {
  margin: 0px;
}
a.rss:link,
a.rss:visited {
  width: 100px;
  padding-top: 64px;
  display: block;
  position: absolute;
  top: 100px;
  left: 48%;
  text-align: center;
  font: bold 12px arial, tahoma, verdana;
  text-transform: uppercase;
  color: #336699;
  background: url(../images/rss.png) top center no-repeat;
}
.copy {
  position: absolute;
  top: 230px;
  right: 0px;
  font-size: 11px;
  color: #999999;
}
/*end FOOTER*/

ul.errors {
    list-style: none;
    margin: 0 0 10px 140px;
    padding: 0;
}

ul.errors {
    color: #ff0000;
}

form.conts ul.errors {
    margin: 0;
}

form.otzyv ul.errors {
    margin: 0;
}

ul.blog {
    list-style: none;
    padding: 0;
}

ul.blog li {
    margin-bottom: 20px;
}

.txtopis_justify {
    text-align: justify;
}

.tabs_bodyul form.conts.otzyv .cart_message_block textarea {
    width: 260px;
    background: url("../images/textarea.png") no-repeat;
}

.tabs_bodyul form.conts.otzyv .cart_message_block textarea:focus {
    background: url("../images/textarea_focus.png") no-repeat;
}

form.conts {
    margin-top: 20px;
}

form.conts dd {
    margin: 0;
}

.sitemap_center a{
    color: #336699;
}

#selsel{
    width: 180px;
    height: 23px;
    background-color: white;
    border: 1px solid #BBB;
    font-size: 13px;
    margin-top: -2px;
    padding-top: 1px; 
}
.selselbott{
    width: 200px;
    height: 23px;
    background-color: white;
    border: 1px solid #BBB;
    font-size: 13px;
    margin-top: -2px;
    padding-top: 1px; 
}
.selselsmallbott{
    width: 60px;
    height: 23px;
    background-color: white;
    border: 1px solid #BBB;
    font-size: 13px;
    margin-top: -2px;
    padding-top: 1px; 
}
.class4hover:hover{
    color: #FF6600 !important;
}


a:link.not_underline, .not_underline{
  text-decoration: none;
}
a.not_underline:hover, .not_underline:hover {
  text-decoration: underline;
}
a.underline:link {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}

/* Попап */

.popup-wrapper p,.popup-wrapper h2,.popup-wrapper h3,.popup-wrapper h4,.popup-wrapper h5,.popup-wrapper input{padding: 0; margin: 0; }
.popup-wrapper input[type='submit'], .popup-wrapper .button{
    cursor: pointer;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.popup-wrapper .button{
    text-align: center;
    display: block;
    color: #000000;
    text-decoration: none;
}
.popup-wrapper{
    background: url(../images/popup/wrapper-back.png);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.popup-wrapper .popup{
    width: 813px;
    background: #ffffff;
    border: 5px solid #339900;
    -webkit-border-radius: 7px;
       -moz-border-radius: 7px; 
            border-radius: 7px;
    position: absolute;
    /*top: 10%;*/
    /*left: 10%;*/
    padding: 0 13px 20px 13px;
    font: 15px Arial;
}
.popup-wrapper .popup h2{
    font: normal 24px/52px Arial;
    display: inline-block;
    *display: inline;
}
.popup-wrapper .popup-header span{
    margin-left: 20px;
    font-size: 12px;
    color: #666666;
}
.popup-wrapper .main-select{
    border: none;
    line-height: 53px;
    /*height: 53px;*/
    width: 200px;
    /*color: transparent;*/
    margin-left: 15px;
    margin-bottom: 5px;
    z-index: 99999;
}
.popup-wrapper .main-select option{
    color: #000000;
}
/*.popup-wrapper .renesans-kredit{background: url(../images/popup/renesans.jpg) left center no-repeat; height: 50px;}
.popup-wrapper .bank2{background: url(../images/popup/renesans2.jpg) left center no-repeat; height: 50px;}
.popup-wrapper .bank3{background: url(../images/popup/renesans3.jpg) left center no-repeat; height: 50px;}*/
.popup-wrapper .popup-close{
    position: absolute;
    top: -15px;
    right: -17px;
    cursor: pointer;
}
.popup-wrapper .column{
    border: 1px solid #c9e4e4;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px; 
            border-radius: 3px;
    /*float: left;*/
    width: 400px;
    overflow: hidden;
    min-height: 100%;
}
.popup-wrapper .column-left{
    margin-right: 7px;
}
.popup-wrapper .popup .top{
    background: #eceef5 url(../images/popup/border-top.jpg) bottom left repeat-x;
    text-align: center;
    height: 53px;
    line-height: 17px;
}
.popup-wrapper .first-top{
    float: left;
    width: 248px
}
.popup-wrapper .second-top{
    float: left;
    width: 150px;
    margin-top: 2px
}
.popup-wrapper .popup .top h3{
    line-height: 53px;
}

.popup-wrapper .column-wrap{
    overflow: hidden;
}
.popup-wrapper dl{
    overflow: hidden;
}
.popup-wrapper dt,dd{
    float: left;
    color: #3b8dc1;
}
.popup-wrapper dt{
    text-align: right;
}
.popup-wrapper dd{
    text-align: left;
    padding: 0px 0 15px 0;
    margin-left: 20px;
}
.popup-wrapper .column-right dd{
    text-align: left;
    padding: 0px 0 10px 0;
    margin-left: 20px;
}

.popup-wrapper .column-left dt, .popup-wrapper .column-left dd{
    width: 45%;
}
.popup-wrapper .column-right dt{
    width: 115px;
}
.popup-wrapper .column-right dd{
    width: 260px;
}

.popup-wrapper dt .note{
    font-size: 12px;
    color: #cccccc;
}
.popup-wrapper dd span{
    margin-left: 10px;
}
.popup-wrapper input[type='text'], .popup-wrapper select, .popup-wrapper textarea{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 110px;
    height: 22px;
    border: 1px solid #add6d6;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px; 
            border-radius: 3px;
    line-height: 20px;
    
}
.popup-wrapper input[type='text']{
    padding: 0 7px;
    text-align: right;
}
.popup-wrapper select{
    padding-left: 7px;
}

.popup-wrapper .submit-button, 
.popup-wrapper .button{
    height: 27px;
    line-height: 27px;
    padding: 0 12px;
    font: 17px/27px Myriad Pro;
    border: 1px solid #0099cc;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px; 
            border-radius: 5px;
    background: #8fc4f2; /* Для старых браузров */
    background: -webkit-linear-gradient(top, #d2e3f8 0%, #92c0f1 49%, #7ab4f1 50%, #bae0f5 100%);
    background:    -moz-linear-gradient(top, #d2e3f8 0%, #92c0f1 49%, #7ab4f1 50%, #bae0f5 100%);
    background:     -ms-linear-gradient(top, #d2e3f8 0%, #92c0f1 49%, #7ab4f1 50%, #bae0f5 100%);
    background:      -o-linear-gradient(top, #d2e3f8 0%, #92c0f1 49%, #7ab4f1 50%, #bae0f5 100%);
    background:         linear-gradient(top, #d2e3f8 0%, #92c0f1 49%, #7ab4f1 50%, #bae0f5 100%);
    color: #000000;
    cursor: pointer;
}
.popup-wrapper .submit-button:active,
.popup-wrapper .button:active{
    background: #ffffff; /* Для старых браузров */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 49%, #ececec 50%, #ededed 100%);
    background:    -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 49%, #ececec 50%, #ededed 100%);
    background:     -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 49%, #ececec 50%, #ededed 100%);
    background:      -o-linear-gradient(top, #ffffff 0%, #f3f3f3 49%, #ececec 50%, #ededed 100%);
    background:         linear-gradient(top, #ffffff 0%, #f3f3f3 49%, #ececec 50%, #ededed 100%);
}
.popup-wrapper .center{
    text-align: center;
}
.popup-wrapper .info{
    margin: 7px;
}
.popup-wrapper .important{
    color: #ab046b;
    font-weight: bold;
}
.popup-wrapper .link{
    color: #3b8dc1;
}
.popup-wrapper .column-right input[type='text'],
.popup-wrapper .column-right textarea{
    width: 250px;
    text-align: left;
}
.popup-wrapper .column-right textarea{
    height: 42px;
    resize: none;
}

.popup-wrapper .check{
    color: #000000;
}
.popup-wrapper dt.check{
    width: 40px;
}
.popup-wrapper dd.check{
    width: 350px;
    margin-left: 10px;
}
.popup-wrapper .bottom{
    position: relative;
    margin-top: 30px;
}
.popup-wrapper .bottom a.button{
    position: absolute;
    right: 0;
    top: 6px;
}
.popup-wrapper .main-submit-button{
    position: relative;
    display: block;
    width: 180px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
    background: #69b20e;
    background: -webkit-linear-gradient(top, #93da14, #4c8b0a);
    background:    -moz-linear-gradient(top, #93da14, #4c8b0a);
    background:     -ms-linear-gradient(top, #93da14, #4c8b0a);
    background:      -o-linear-gradient(top, #93da14, #4c8b0a);
    background:         linear-gradient(top, #93da14, #4c8b0a);
    text-shadow: 1px 1px 2px #2f5706;
    border: 1px solid #9ad315;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px; 
            border-radius: 5px;
    margin: 10px auto;
/*    outline: 1px solid #76be11;
    outline-offset: -1px;*/
    box-shadow: 0 0 0 1px #3cb50b, 0 2px 0 1px #2c5207, 1px 3px 6px 1px #2c5207;
    float: left;
    margin-right: 150px;
}
.popup-wrapper .main-submit-button:active{
    top: 3px;
    border: 1px solid #213b04;
    background: #325c06;
    background: -webkit-linear-gradient(top, #213b04, #3a6907);
    background:    -moz-linear-gradient(top, #213b04, #3a6907);
    background:     -ms-linear-gradient(top, #213b04, #3a6907);
    background:      -o-linear-gradient(top, #213b04, #3a6907);
    background:         linear-gradient(top, #213b04, #3a6907);
    box-shadow: none;
}
.popup-wrapper .main-submit-button:disabled,
.popup-wrapper .main-submit-button.disabled{
    border: 1px solid #7dc611;
    box-shadow: 0 0 0 1px #257007, 0 2px 0 1px #2c5207, 1px 3px 6px 1px #2c5207;
    background: #4c8b0a;
    background: -webkit-linear-gradient(top, #5fad0d, #4c8b0a);
    background:    -moz-linear-gradient(top, #5fad0d, #4c8b0a);
    background:     -ms-linear-gradient(top, #5fad0d, #4c8b0a);
    background:      -o-linear-gradient(top, #5fad0d, #4c8b0a);
    background:         linear-gradient(top, #5fad0d, #4c8b0a);
}
.border-red {
    border-color: red !important;
}