/* --------- /stylesheets/reset.css --------- */ 
HTML,BODY,DIV,SPAN,APPLET,OBJECT,IFRAME,
H1,H2,H3,H4,H5,H6,P,BLOCKQUOTE,PRE,
A,ABBR,ACRONYM,ADDRESS,BIG,CITE,CODE,
DEL,DFN,EM,FONT,IMG,INS,KBD,Q,S,SAMP,
SMALL,STRIKE,STRONG,SUB,SUP,TT,VAR,
B,U,I,CENTER,
DL,DT,DD,OL,UL,LI,
FIELDSET,FORM,LABEL,LEGEND,
TABLE,CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

BODY {
	line-height: 1;
}

OL,UL {
	list-style: none;
}

BLOCKQUOTE,Q {
	quotes: none;
}

BLOCKQUOTE:before,
BLOCKQUOTE:after,
Q:before,Q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

INS {
	text-decoration: none;
}

DEL {
	text-decoration: line-through;
}

TABLE {
	border-collapse: collapse;
	border-spacing: 0;
}/* --------- /stylesheets/application.css --------- */ 
body {
  height: 100%;
  font: normal 1em/1.3 Arial, Helvetica, Sans-serif;
  background-color: white; }

html {
  height: 100%;
  font-size: 80%; }

a.external {
  background: transparent url(/images/icon_newwindow.gif) no-repeat scroll right 50%;
  padding-right: 14px; }
a:link {
  color: #0066ff; }
a:visited {
  color: #0066cc; }
a:hover {
  color: #003399; }
  a:hover.a_add, a:hover.a_approve, a:hover.a_undo, a:hover.a_eye {
    color: #009900; }
  a:hover.a_edit {
    color: #ff9900; }
  a:hover.a_del {
    color: #990000; }
a.a_edit {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/edit.png) no-repeat scroll left center; }
a.a_approve {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/approve.png) no-repeat scroll left center; }
a.a_eye {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/eye.png) no-repeat scroll left center; }
a.a_add {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/add.png) no-repeat scroll left center; }
a.a_del {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/del.png) no-repeat scroll left center; }
a.a_print {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/print.png) no-repeat scroll left center; }
a.a_undo {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/revert.png) no-repeat scroll left center; }
a.a_folder {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/folder.png) no-repeat scroll left center; }
a.a_item {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/item.png) no-repeat scroll left center; }

h1 {
  font-weight: normal;
  font-size: 240%;
  padding: 0.4em 0em 0.2em 0em; }

h2 {
  font-weight: normal;
  font-size: 200%;
  padding: 0.4em 0em 0.2em 0em; }

h3 {
  font-size: 130%;
  font-weight: bold;
  color: #333333;
  padding: 0.4em 0em 0em 0em; }

.t4, h4 {
  font-weight: bold;
  padding: 0.4em 0em 0em 0em;
  font-size: 110%; }

p {
  padding: 0.3em 0 0.7em 0; }

#container .leftColumn {
  width: 25%;
  background: #eeeeee;
  float: left; }
#container .rightColumn {
  margin-left: 25%;
  padding: 1em; }

.p1 {
  padding: 1em; }

.errorExplanation {
  border-left: 7px solid #ff6666;
  background: #ffeeee;
  padding: 0.5em 1em;
  color: #660000; }

input.e {
  font: normal 1em/1.3 Arial, Helvetica, Sans-serif;
  width: 100%;
  background: #eeeeee;
  border: 1px solid #999999;
  xpadding: 0.2em;
  font-size: 140%; }
input.w100 {
  background: #eeeeee;
  border: 1px solid #999999;
  width: 100%; }

textarea.e {
  font: normal 1em/1.3 Arial, Helvetica, Sans-serif;
  width: 100%;
  background: #eeeeee;
  border: 1px solid #999999;
  line-height: 1.2em; }
textarea.w100 {
  width: 100%; }
textarea.w250 {
  width: 250px; }
textarea.w300 {
  width: 300px; }
textarea.w500 {
  width: 500px; }

.content ol {
  margin: 0.2em 0em 1em 3em;
  list-style-type: decimal; }
  .content ol li {
    padding: 0.2em 0em; }
.content ul {
  margin: 0.2em 0em 1em 3em;
  list-style-type: disc; }
  .content ul li {
    padding: 0.2em 0em; }

table.e th, table.e td {
  padding: 0.2em 0.5em; }
table.e thead {
  background: #eeeeee; }
  table.e thead th {
    border-bottom: 2px solid #999999; }
table.e tbody td {
  border-bottom: 1px solid #cccccc; }

fieldset {
  border: 1px solid #cccccc;
  margin: 1em 0em;
  padding: 0.5em 1em; }

label {
  cursor: pointer; }

.cols2 {
  overflow: hidden; }
  .cols2 .col {
    float: left;
    width: 50%; }

.cols3 {
  overflow: hidden; }
  .cols3 .col {
    float: left;
    width: 33%; }

.col P, .col DIV, .col UL {
  padding-right: 1em; }

.actions, .info {
  padding: 0.5em 1em;
  xbackground: #f6f6f6;
  border: 1px solid #dddddd;
  font-size: 90%; }

ul.actions {
  margin: 1em 0em;
  list-style-type: none; }

.text_block ul {
  list-style-type: disc;
  margin: 0.3em 0em 0.5em 3em; }
  .text_block ul li {
    padding-bottom: 0.4em; }
.text_block ol {
  list-style-type: decimal;
  margin: 0.3em 0em 0.5em 3em; }
  .text_block ol li {
    padding-bottom: 0.4em; }
.text_block .admin {
  position: absolute; }

.textile_hint {
  font-size: 80%; }
  .textile_hint td {
    padding: 0.3em 1em;
    border-bottom: 1px dotted #999999; }
  .textile_hint table {
    margin-top: 0.3em;
    border: 1px solid #999999; }

span.required {
  color: #990000; }

.login_form input[type=text], .login_form input[type=password] {
  border: 1px solid #999999;
  font-size: 120%; }

.cb {
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

input#captcha, .sc_image {
  vertical-align: middle; }

.inplace input[type=text] {
  text-align: right; }

.editable {
  background-color: #ffffcc; }

#activity {
  display: none; }

.hidden {
  display: none; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }
/* --------- /stylesheets/clearfix.css --------- */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* --------- /stylesheets/obnovimebel.css --------- */ 
body {
  background: white url(/images/head_bg.png) repeat-x;
  font-style: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif; }

a, a:link {
  color: #51588c; }

a:visited {
  color: #51588c; }

a:hover {
  color: #006699; }

p {
  padding: 0;
  margin: 0.3em 0 0.5em 0; }

h1 {
  font-size: 1.6em; }

h2 {
  font-size: 1.4em; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1.1em; }

#page {
  width: 900px;
  margin: 0 auto; }

#header {
  background: url(/images/head_pic.jpg) no-repeat 100% 19px;
  height: 160px;
  border-bottom: 6px solid #a5aab9; }
  #header p {
    color: white;
    position: absolute; }
    #header p img {
      margin-right: 1em; }
  #header .phone {
    color: white;
    font-size: 170%;
    position: absolute;
    top: 100px; }
  #header .top_menu {
    height: 170px;
    background: #eca600;
    width: 220px; }
    #header .top_menu ul {
      padding-top: 20px; }
      #header .top_menu ul li {
        font-variant: small-caps;
        list-style-image: url(/images/li.gif);
        list-style-position: inside;
        padding: 2px 0 2px 10px; }
        #header .top_menu ul li a, #header .top_menu ul li a:link {
          color: white; }
        #header .top_menu ul li a:hover {
          color: #990000; }

#logo {
  position: absolute;
  top: 55px; }
  #logo * {
    cursor: pointer; }
  #logo a {
    width: 235px;
    height: 50px;
    display: block;
    overflow: hidden;
    text-indent: -9999px; }
    #logo a span {
      display: block;
      width: 235px;
      height: 50px;
      background: url(/images/logo.png) no-repeat top right;
      position: absolute;
      top: 0px;
      left: 0px; }

#yield {
  float: right;
  margin: 0 0 2em 0;
  width: 670px; }

.yield h1 {
  font-size: 1.6em;
  line-height: 2;
  background: #ecedf4 url(/images/left_head.gif) no-repeat top right;
  letter-spacing: -0.04em;
  margin: 0 0 0 -10px;
  padding: 0 0 0 10px;
  height: 39px; }

#left {
  width: 220px; }
  #left .block {
    margin-bottom: 1em;
    font-size: 95%;
    background: url(/images/right_head.gif) no-repeat 100% 0; }
    #left .block h2 {
      font-size: 1.4em;
      height: 38px;
      line-height: 2.2;
      margin: 0 0 0.5em 0;
      padding: 0 0 0 40px; }
    #left .block.news h2 {
      background: url(/images/news.gif) no-repeat 12px 5px; }
    #left .block.news em {
      font-size: 80%;
      display: block; }
    #left .block.news li {
      margin-bottom: 0.6em; }
    #left .block.catalog h2 {
      background: url(/images/catalog.gif) no-repeat 12px 5px; }
    #left .block.catalog li {
      margin-bottom: 0.6em;
      list-style-image: url(/images/red_arrow.gif);
      list-style-position: inside; }
    #left .block.search h2 {
      background: url(/images/search.gif) no-repeat 5px 8px; }
    #left .block.articles h2 {
      background: url(/images/articles.gif) no-repeat 12px 5px; }
    #left .block.articles li {
      margin-bottom: 0.6em;
      list-style-image: url(/images/red_arrow.gif);
      list-style-position: inside; }
    #left .block.partners h2 {
      background: url(/images/partners.gif) no-repeat 12px 5px; }
    #left .block.user h2 {
      background: url(/images/user.gif) no-repeat 5px 5px; }
  #left #top_cart h2 {
    background: url(/images/ico-cart.gif) no-repeat 5px 5px;
    padding-left: 40px; }

#footer {
  height: 130px;
  background: #cccccc url(/images/foot_bg.png) repeat-x; }
  #footer .container {
    font-size: 0.9em;
    width: 900px;
    height: 130px;
    margin: 0 auto;
    background: url(/images/foot.jpg) no-repeat 100% 0px; }
    #footer .container ul {
      padding-top: 2em; }
      #footer .container ul li {
        display: inline;
        border-top: 4px solid #a5aab9;
        background: white;
        padding: 0.2em 0.4em; }
  #footer .copy {
    padding-top: 2em;
    color: #666666; }

.partners {
  font-size: 0.9em; }
  .partners li {
    padding: 0.2em 0 0.5em 0; }
  .partners .adv_header {
    font-size: 1.1em;
    color: #f07f00; }
  .partners .adv_url {
    color: #51588c; }

#flash {
  margin: 1em 0em;
  padding: 1em 20px;
  font-size: 120%;
  border: 2px dotted black;
  border-width: 2px 0px; }
  #flash.error {
    background: #ffeeee;
    color: #990000;
    border-color: #990000; }
  #flash.notice {
    background: #eeffcc;
    color: #005500;
    border-color: #99ff66; }

.sitemap ul {
  margin: 1em 0 1em 20px; }

table.catlist, table.productlist {
  margin-top: 2em;
  width: 100%;
  clear: both; }
  table.catlist p, table.productlist p {
    margin: 0.5em 0 1em 0; }
  table.catlist td, table.productlist td {
    width: 50%;
    padding: 0 0 30px;
    text-align: center;
    border-right: 1px solid white; }
    table.catlist td h2, table.productlist td h2 {
      font-size: 1.2em;
      background: #ecedf4;
      padding: 3px 10px 5px 20px;
      margin-bottom: 0.6em; }
      table.catlist td h2 a, table.productlist td h2 a {
        padding-right: 10px;
        background: url(/images/red_arrow.gif) no-repeat 100% 50%; }
      table.catlist td h2 a:hover, table.productlist td h2 a:hover {
        color: #a71936; }

.product_info p, .cat_description p {
  font-size: 1.1em;
  line-height: 1.7; }
.product_info .pic, .cat_description .pic {
  float: right; }
  .product_info .pic .pics, .cat_description .pic .pics {
    border: 1px solid #cccccc;
    border-width: 1px 0;
    padding: 0.3em;
    margin-top: 1em; }
    .product_info .pic .pics img, .cat_description .pic .pics img {
      vertical-align: middle; }
    .product_info .pic .pics .current img, .cat_description .pic .pics .current img {
      border: 2px solid;
      border-color: #f07f00; }

.product_info .pic {
  float: none;
  text-align: center; }

.inv {
  display: none; }

span.price {
  color: #a71936;
  font-weight: bold; }

.pagination {
  text-align: left;
  padding: 1em 0.3em; }
  .pagination a, .pagination span {
    padding: 0.2em 0.5em; }
  .pagination span.disabled {
    color: #aaaaaa; }
  .pagination span.current {
    font-weight: bold;
    background-color: #a71936;
    color: white; }
  .pagination a {
    color: #51588c;
    text-decoration: none; }
    .pagination a:hover, .pagination a:focus {
      background: #51588c;
      color: white; }
  .pagination .page_info {
    color: #aaaaaa;
    padding-top: 0.8em; }

.cart fieldset {
  margin-left: 0; }
.cart table td, .cart table th {
  padding: 0.2em 0.5em; }
.cart table tr.even {
  background: #eeeeee; }
.cart table td.price {
  text-align: right;
  color: #a71936; }
.cart table thead th {
  border-bottom: 2px solid #999999; }
.cart table tbody td {
  border-bottom: 1px solid #cccccc; }
  .cart table tbody td.qty {
    text-align: center; }
    .cart table tbody td.qty input {
      width: 30px;
      text-align: center; }
.cart table tfoot td {
  font-weight: bold;
  border-top: 2px solid #999999;
  font-size: 120%; }
  .cart table tfoot td.qty {
    text-align: center; }

.price .discount {
  color: #a71936; }
/* --------- /facebox/facebox.css --------- */ 
#facebox .b {
  background:url(/facebox/b.png);
}

#facebox .tl {
  background:url(/facebox/tl.png);
}

#facebox .tr {
  background:url(/facebox/tr.png);
}

#facebox .bl {
  background:url(/facebox/bl.png);
}

#facebox .br {
  background:url(/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
