<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
	color: #000;
	background: #ececec url(../images/bg_body.jpg) repeat-x top center;
  padding: 0;
}

* {
  padding: 0;
  margin: 0;
}

img {
  border: 0;
}

a {
  color: #bb2417;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

.left {
  display: block;
  float: left;
}

.right {
  display: block;
  float: right;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.error, input.error, textarea.error, select.error {
  background: #dfc1c1;
  border: solid #a52a2a 1px;
  color: #a52a2a;
}

.success {
  background: #e1fbba;
  border: solid #3f6b25 1px;
  color: #3f6b25;
}

label.error {
  border: 0;
  background: none;
  padding: 0 0 0 5px;
}
.news-back {
  display: block;
  padding: 20px 0;
  text-align: right;
}
.hide-cont .c_form {
  display: none;
}
.submit {
  border: 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #d4272b; /* Old browsers */
  background: -moz-linear-gradient(top,  #d4272b 0%, #af2327 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4272b), color-stop(100%,#af2327)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #d4272b 0%,#af2327 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #d4272b 0%,#af2327 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #d4272b 0%,#af2327 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #d4272b 0%,#af2327 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4272b', endColorstr='#af2327',GradientType=0 ); /* IE6-9 */
  border-top: solid #ec3f43 1px;
  border-left: solid #ec3f43 1px;
  -webkit-box-shadow:  1px 1px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow:  1px 1px 0px 0px rgba(0, 0, 0, 0.5);
  height: 25px;
  padding: 0 15px 0 15px;
}

.form_row, .form_label, .form_input {
  display: block;
  float: left;
}

.form_row {
  width: 100%;
  padding: 0 0 10px 0;
}

.form_label {
  padding: 3px 0 0 0;
}

.msg_container {
  display: block;
  float: left;
  width: 90%;
  padding: 10px;
  margin: 0 0 10px 0;
}

.msg_container ul, .msg_container ol {
  padding: 0 0 0 30px;
}

.login_success {
  left: 20px;
  position: absolute;
  top: 120px;
  width: 939px;
}

.inputbox {
  border: solid #b9b9b9 1px;
  padding: 3px;
  color: #000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.backlink, .readmore {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0 0 0;
}

.backlink a, .readmore a, a.readmore {
  color: #bb2417;
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
}

.backlink a:hover, .readmore a:hover, a.readmore:hover {
  text-decoration: underline;
}

.stripe {
  width: 253px;
  height: 238px;
  background: url(../images/bg_stripe2.png) no-repeat left center;
  position: absolute;
  top: 0;
  left: 0;
}
.stripe p {
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: tahoma;
  font-size: 30px;
  width: 253px;
  float: left;

  -webkit-transform: matrix(0.704,-0.711,0.711,0.704,0,0);
-moz-transform: matrix(0.704,-0.711,0.711,0.704,0px,0px);
-ms-transform: matrix(0.704,-0.711,0.711,0.704,0,0);
-o-transform: matrix(0.704,-0.711,0.711,0.704,0,0);
transform: matrix(0.704,-0.711,0.711,0.704,0,0);


}
.stripe-num {
  width: 85px;
  float: left;
  font-size: 77px;
  line-height: 77px;
  margin: 0 10px 0 -25px;
}
.stripe-txt {
  width: 168px;
  float: left;
  margin: 10px 0 0 0;
  line-height: 30px;
}

.wrapper {
  margin: 0 auto;
  overflow: auto; /* Auto display scrolls if overflow */
  width: 960px;
  border-left: solid #fff 10px;
  border-right: solid #fff 10px;
  background: #fff;
  position: relative;
  z-index: 6;
}

.header {
  width: 960px;
}

.h_top {
  width: 960px;
}

.h_top h1 {
  width: 0;
  height: 0;
  text-indent: -99999px;
  font-size: 0;
}

.logo {
  padding: 0 0 0 10px;
}

.logo img, .logo a {
  display: block;
  float: left;
}
nav {
  float: left;
  padding: 15px 0 0 60px;
}
nav ul {
  list-style: none;
}
nav li {
  height: 30px;
  line-height: 30px;
  display: block;
  float: left;
  padding: 0 15px 0 15px;
  border-right: solid #eceded 1px;
  position: relative;
}

nav li a {
  font-size: 15px;
  color: #323232;
  font-weight: bold;
  text-decoration: none;
}

nav li a:hover {
  text-decoration: underline;
}

/*MENU EXPAND*/
nav .menu-expand {
  /*position: relative;*/
}
nav .menu-expand ul {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    background: #bb2417;
    margin: 0;
    z-index: 50;
    padding: 0;
}
nav .menu-expand li {
  width: 140px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin: 0;
  text-indent: 4px;
  border: 0;
}
nav .menu-expand li:hover {
  background: #ab2115;
}
nav .menu-expand ul li a {
  width: 140px;
  color: #fff;
  font-size: 12px;
  font-family: tahoma;
  font-weight: normal;
  float: left;
  margin: 0;
  text-indent: 4px;
  border-bottom: 1px solid #cb564f;
}
nav .menu-expand ul li:hover a {
  color: #f4de2a;
  border-bottom: 1px solid #ab2115;
}
nav .menu-expand:hover {
 background: #bb2417;
 color: #fff;
 border-right: 1px solid #bb2417;
  -webkit-box-shadow: 3px 3px 4px 0px #4f4f4f;
          box-shadow: 3px 3px 4px 0px #4f4f4f;

}
nav .menu-expand:hover a {
  color: #fff;
  text-decoration: none;
}
nav .menu-expand:hover ul {
  display: block;
  -webkit-box-shadow: 3px 3px 4px 0px #4f4f4f;
          box-shadow: 3px 3px 4px 0px #4f4f4f;
}
nav .menu-last {
  border: 0;
}
nav .menu-last a {
  border: 0 !important;
}

.h_items {
  width: 960px;
  padding: 0 0 1px 0;
}

.h_sortiment {
  width: 100%;
  background: #525252;
  padding: 0;
  height: 50px;
  line-height: 50px;
}

.hs_text {
  font-size: 18px;
  height: 50px;
  font-weight: bold;
  color: #fff;
  padding: 0 0px 0 30px;
}

.h_sortiment form {
  margin: 0 auto;
  width: 400px;
}

.h_sortiment .inputbox {
  width: 300px;
  font-size: 12px;
  margin: 12px 5px 0 0;
  background: #fff;
  border: solid #fff 1px;
}
.sortiment_b {
  margin-top: 12px;
}
.sortiment_b:hover {
  opacity: 0.9;
}
.h_info {
  width: 245px;
  background: #323232 url(../images/ico_info.jpg) no-repeat 15px center;
  font-size: 16px;
  padding: 0 0 0 55px;
  color: #fff;
  height: 50px;
  line-height: 50px;
}

.h_toppage {
  width: 960px;
  height: 213px;
  position: relative;
}

.navi {
  position: absolute;
  padding: 7px 10px 7px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  bottom: 10px;
  right: 10px;
}

/*.scrollable-lil .navi {
  right: 50px !important;
}*/
.navi a {
  display: block;
  float: left;
  width: 6px;
  height: 6px;
  background: url(../images/nav.png) no-repeat center center;
  margin: 0 3px 0 3px;
  cursor: pointer;
}

.navi a:hover, .navi .active {
  background: url(../images/nav_h.png) no-repeat center center;
}
.scrollable {
  position: relative;
  overflow: hidden;
  width: 960px;
  height: 213px;
}
.scrollable-lil {
  position: relative;
  overflow: hidden;
  width: 660px;
  height: 213px;
  display: inline-block;
}
.banner-lil {
  width: 250px;
  height: 173px;
  display: inline-block;
  padding: 20px 25px;
  float: right;
}
.banner-lil-title {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  color: #bb2417;
  font-weight: bold;
  font-size: 14px;
}
.banner-lil-hq {
  width: 100%;
  margin: 10px 0;
  padding: 0;
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
}
.banner-lil-data {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  float: left;
  font-family: tahoma;
  font-size: 14px;
}
.scrollable .items {
  /* this cannot be too large */
  width:20000em;
  position:absolute;
}
.scrollable-lil .items {
  width:20000em;
  position:absolute;
}

.items div {
  width: 960px;
  float:left;
}
/*.items div {
  width: 660px;
  float:left;
}*/

.content {
  width: 960px;
  padding: 10px 0 0 0;
}

.page {
  width: 650px;
  padding: 0 10px 0 0;
}

.page_content {
  width: 100%;
}

.page_content p {
  padding: 0 0 10px 0;
  text-align: justify;
}

.page_contento ul, .page_content ol {
  padding: 0 0 10px 30px;
  clear: both;
}

.page_content table {
  clear: both;
  margin: 0 0 10px 0;
}

.search_title {
  display: block;
  float: left;
}

.page_heading, .search_title {
  width: 650px;
  padding: 0 0 10px 0;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.page_heading a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-family: arial;
}

.breadcrumb {
  width: 650px;
  padding: 0 0 10px 0;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-indent: 20px;
}

.breadcrumb a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  font-size: 12px;
}

.search_form {
  float: left;
  display: block;
  width: 650px;
  padding: 0 0 10px 0;
}

.search_word {
  float: left;
  display: block;
  width: 650px;
  padding: 0 0 5px 0;
}

.search_word .button {
  float: left;
  display: block;
  border: 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #d4272b; /* Old browsers */
  background: -moz-linear-gradient(top,  #d4272b 0%, #af2327 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4272b), color-stop(100%,#af2327)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #d4272b 0%,#af2327 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #d4272b 0%,#af2327 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #d4272b 0%,#af2327 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #d4272b 0%,#af2327 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4272b', endColorstr='#af2327',GradientType=0 ); /* IE6-9 */
  border-top: solid #ec3f43 1px;
  border-left: solid #ec3f43 1px;
  -webkit-box-shadow:  1px 1px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow:  1px 1px 0px 0px rgba(0, 0, 0, 0.5);
  height: 25px;
  padding: 0 15px 0 15px;
}

.search_word .s_string {
  border: solid #b9b9b9 1px;
  padding: 3px;
  color: #000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  display: block;
  margin: 0 5px 0 0;
}

.search_radio {
  width: 650px;
  float: left;
  display: block;
}

.result_title {
  display: block;
  float: left;
  width: 650px;
  padding: 0 0 10px 0;
}

.search_result {
  display: block;
  float: left;
  width: 650px;
  padding: 0 0 10px 0;
}

.search_item, .s_item_title, .s_item_exc {
  display: block;
  float: left;
}

.search_item {
  width: 650px;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: solid #b9b9b9 1px;
}

.s_item_title {
  width: 650px;
  padding: 0 0 5px 0;
}

.s_item_title a {
  display: block;
  float: left;
  text-decoration: none;
  font-size: 14px;
}

.s_item_title a:hover {
  text-decoration: underline;
}

.s_item_title span {
  display: block;
  float: right;
  padding: 2px 0 0 0;
}

.s_item_exc {
  width: 650px;
}
.pobockova-link {
  color: #fff;
  background: #bb2417;
  font-size: 14px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  text-decoration: none;
  margin: 10px 0;
}
.pobockova-link:hover {
  background: #ff0000;
}
.fp_map {
  width: 650px;
  height: 309px;
  background: url(../images/bg_map_raw.jpg) no-repeat left top;
  position: relative;
  float: left;
}

.fp_map a.tip {
  position: relative;
  text-decoration: none;
  width: 90px;
  height: 11px;
  float: left;
  color: #000;
  padding: 0 0 0 14px;
  background: url(../images/dot.png) no-repeat top left;
}

.fp_map .t_rel {
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  padding: 0 0 0 0;
}
.tip1 a {
  color: #ff0000 !important;
  padding: 2px 0 2px 18px !important;
}
.tip1 a.tip {
  background: url(../images/dot_red.png) no-repeat center left;
}
.tip p {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0 !important;
  text-align: left;
}
.fp_map .tip1 {
  left: 115px;
  top: 210px;
}

.fp_map .tip2 {
  left: 141px;
  top: 184px;
}

.fp_map .tip3 {
  left: 195px;
  top: 201px;
}

.fp_map .tip4 {
  left: 170px;
  top: 246px;
}

.fp_map .tip18 {
  left: 150px;
  top: 232px;
}

.tip4 a {
  width: 70px !important;
  height: 30px !important;
  background-position: top center !important;
  padding: 11px 0 0 0 !important;
}
.tip4 a span {
  left: 16px !important;
}

.fp_map .tip5 {
  left: 166px;
  top: 161px;
}

.fp_map .tip6 {
  left: 193px;
  top: 136px;
}

.fp_map .tip7 {
  left: 208px;
  top: 116px;
}

.fp_map .tip8 {
  left: 229px;
  top: 167px;
}

.fp_map .tip9 {
  left: 242px;
  top: 195px;
}

.fp_map .tip10 {
  left: 279px;
  top: 181px;
}

.fp_map .tip11 {
  left: 242px;
  top: 94px;
}

.fp_map .tip12 {
  left: 299px;
  top: 155px;
}

.fp_map .tip13 {
  left: 396px;
  top: 94px;
}

.fp_map .tip14 {
  left: 460px;
  top: 111px;
}

.fp_map .tip15 {
  left: 462px;
  top: 146px;
}

.fp_map .tip16 {
  top: 144px;
  left: 136px;
}

.fp_map .tip17 {
top: 170px;
left: 112px;
}


.fp_map a.tip span {
  display: none;
  position: absolute;
  padding: .7em .7em .7em .7em;
  content: attr(title);
  min-width: 120px;
  width: auto;
  height: auto;
  white-space: nowrap;
  top: -100px;
  left: -13px;
  background: url(../images/blck_trnsprnt.png);
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  color: #fff;
  font-size: .86em;
  z-index: 100;
}

.fp_map a.tip:hover span {
  display: block;
}

.fp_map .tip6 a.tip:hover span {
  top: -112px;
}

.fp_map a.tip:hover span:after {
  content: "";
  width: 20px;
  height: 10px;
  background: url(../images/map-top.png) no-repeat;
  position:absolute;
  bottom: -10px;
  left: 1em;
  display: block;
}

.fp_categories {
  width: 630px;
  padding: 10px;
}

.fpc_title {
  width: 590px;
  margin: 0 10px 0 10px;
  padding: 5px 0 5px 20px;
  background: #525252;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.fpc_content {
  width: 610px;
  margin: 0 10px 0 10px;
  padding: 0 0 1px 0;
  border-bottom: solid #d4d4d4 5px;
}

.fpc_item {
  width: 610px;
  position: relative;
}

.fpi_title {
  width: 610px;
  height: 76px;
  background: url(../images/bg_accor.jpg) repeat-x left top;
  position: relative;
  cursor: pointer;
}

.p_hover {
  background: #bb2417;
  color: #fff;
}

.p_hover:after {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 84px;
  background: url(../images/p_left_h.jpg) no-repeat left top;
}

.fpi_title1 {
  height: 76px;
  width: 48px;
  margin: 0 20px 0 20px;
}

.fpi_title .ico1 {
  background: url(../images/p_ico1.png) no-repeat left center;
}

.fpi_title .ico2 {
  background: url(../images/p_ico2.png) no-repeat left center;
}

.fpi_title .ico3 {
  background: url(../images/p_ico3.png) no-repeat left center;
}

.fpi_title .ico4 {
  background: url(../images/p_ico4.png) no-repeat left center;
}

.fpi_title .ico5 {
  background: url(../images/p_ico5.png) no-repeat left center;
}

.fpi_title .ico6 {
  background: url(../images/p_ico6.png) no-repeat left center;
}

.p_hover .ico1 {
  background: url(../images/p_ico1_h.png) no-repeat left center;
}

.p_hover .ico2 {
  background: url(../images/p_ico2_h.png) no-repeat left center;
}

.p_hover .ico3 {
  background: url(../images/p_ico3_h.png) no-repeat left center;
}

.p_hover .ico4 {
  background: url(../images/p_ico4_h.png) no-repeat left center;
}

.p_hover .ico5 {
  background: url(../images/p_ico5_h.png) no-repeat left center;
}

.p_hover .ico6 {
  background: url(../images/p_ico6_h.png) no-repeat left center;
}

.fpi_title3 {
  margin: 0 22px 0 0;
  height: 76px;
  width: 13px;
  background: url(../images/p_arw_right.png) no-repeat left center;
}

.fpi_title3_c {
  background: url(../images/p_arw_down.png) no-repeat left center;
}

.fpi_title2 {
  width: 487px;
  padding: 20px 0 0 0;
}

.fpi_title2 p {
  width: 100%;
  float: left;
  color: #bb2417;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 20px;
}

.p_hover .fpi_title2 p {
  color: #fff;
}

.fpi_title2 p:hover {
  color: #fff;
}

.fpc_subs {
  width: 560px;
  padding: 25px 25px 5px 25px;
  background: #525252 url(../images/p_sub.jpg) repeat-x left top;
  color: #dfdfdf;
}

.fpc_items {
  width: 270px;
  padding: 0 10px 20px 0;
}

.fpci_title {
  width: 270px;
  padding: 0 0 5px 0;
}

.fpci_title a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

.fpci_title a:hover {
  text-decoration: underline;
}

.fpci_item {
  width: 270px;
}

.fpci_item a {
  color: #e2e2e2;
  text-decoration: none;
}

.fpci_item a:hover {
  text-decoration: underline;
}

.fpc_items_sep {
  width: 560px;
  clear: both;
}
.fp_text {
  width: 610px;
  padding: 20px;
  float: left;
}
.serv-holder {
  width: 280px;
  float: left;
  position: relative;
  padding: 5px 0 5px 25px;
  margin: 0 !important;
  border-bottom: solid #e5e5e5 1px;
  background: url(../images/ico01.jpg) no-repeat left center;
  cursor: pointer;
}
.serv-holder:hover {
  color: #bd290b;
}
.serv-holder:hover .serv-explain {
  display: block;
}
.serv-title {
  width: 100%;
  float: left;
  margin: 0 !important;
  padding: 0 !important
}
.serv-explain {
  width: 300px;
  padding: 20px;
  border: 1px solid #404040;
  background: #fff;
  position: absolute;
  left: 20px;
  bottom: 25px;
  display: none;
  color: #000;
  font-size: 12px;
  border-radius: 5px;
}
.serv-explain p {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
.fp_text h2 {
  width: 610px;
  color: #000;
  padding: 0 0 20px 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
}

#pid206 .page_heading {
  background: url(../images/mpl_stavebniny.jpg) no-repeat 520px top;
}
#pid207 .page_heading {
  background: url(../images/mpl_market.jpg) no-repeat 520px top;
}
#pid208 .page_heading {
  background: url(../images/mpl_interier.jpg) no-repeat 520px top;
}
.mplarea-link {
  width: 100%;
  float: left;
  font-weight: bold;
  margin: 20px 0 0 0;
  text-indent: 20px;
}
.fp_text td {
  padding: 7px 5px 7px 25px;
  border-bottom: solid #e5e5e5 1px;
  background: url(../images/ico01.jpg) no-repeat left center;
}

.fp_text td:hover {
  color: #bd290b;
}

.fp_text td:nth-child(2) {
  border-bottom: 0;
  background: none;
  padding: 0;
}

.fp_text tr:nth-child(5) td {
  border-bottom: 0;
}

.fp_banner {
  width: 610px;
  padding: 20px;
}

.rightside {
  width: 300px;
}
.right-title {
  width: 260px;
  height: 50px;
  line-height: 50px;
  float: left;
  background: #323232;
  padding: 0 20px;
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-family: tahoma;
  font-weight: bold;
}
.rnav {
  width: 300px;
  float: left;
  background: #c20001;
}
.rnav ul {
  color: #fff;
  list-style: inside;
  list-style: none;
  margin: 0;
  padding: 0 0 0 40px;
  float: left;
}
.rnav li {
  width: 100%;
  padding: 0;
  background: #c20001;
  float: left;
  cursor: pointer;
}
.rnav span {
  width: 7px;
  height: 8px;
  float: left;
  margin: 20px 5px 0 0;
  float: left;
  background: url(../images/arrr.png) no-repeat;
}
.rnav a {
  width: 248px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  position: relative;
  z-index: 5;
  float: left;
  padding: 16px 0;
}
.rnav ul li ul {
  width: 240px;
  float: left;
  padding: 0 0 0 60px;
  margin: 0 0 0 -40px;
  background: #e11921;
  display: none;
}
.rnav ul li ul li {
  width: 100%;
  float: left;
  background: #e11921;
}
.rnav ul li ul a {
  width: 228px;
}
.rnav ul li ul li ul {
    list-style: none;
    margin: 0 0 0 -40px;
    padding: 0 0 0 60px;
    display: none;
}
.rnav ul li ul li li {
    padding: 3px 0;
    cursor: normal;
}
.rnav ul li ul li li span {
    display: none;
}
.rnav ul li ul li li a {
    font-size: 12px;
    font-family: tahoma;
    height: auto;
    line-height: 12px;
}
.menu-parent span,
.menu-current span,
.open-first span {
  width: 7px;
  height: 8px;
  background: url(../images/arrd.png) no-repeat;
}
.menu-parent .rnav-lvl2,
.menu-current .rnav-lvl2,
.open-first .rnav-lvl2 {
  display: block;
}
.menu-parent .rnav-lvl2 ul,
.menu-current .rnav-lvl2 ul,
.open-first .rnav-lvl2 ul {
  display: none;
}
.menu-parent ul span,
.menu-current ul span,
.open-first ul span {
  width: 7px;
  height: 8px;
  float: left;
  margin: 20px 5px 0 0;
  background: url(../images/arrr.png) no-repeat;
}
.menu-parent .menu-parent span,
.menu-parent .menu-current span,
.open-second span {
  width: 7px !important;
  height: 8px !important;
  background: url(../images/arrd.png) no-repeat !important;
}
.menu-parent .menu-current ul,
.menu-parent .menu-parent ul,
.rnav-lvl2 .open-second ul {
  display: block;
}
.r_nr_container {
  width: 300px;
  float: left;
}

.r_rn {
  width: 231px;
  margin: 0 0 10px 0;
  height: 58px;
  padding: 22px 30px 0 39px;
  float: left;
}

.r_nr1 {
  background: url(../images/bg_rbnr1.jpg) no-repeat left top;
}

.r_nr2 {
  background: url(../images/bg_rbnr2.jpg) no-repeat left top;
  height: 65px;
  padding: 15px 30px 0 39px;
}

.r_nr3 {
  background: url(../images/bg_rbnr3.jpg) no-repeat left top;
}
.r_nr4 {
  background: url(../images/bg_rbnr4.jpg) no-repeat left top;
}
.r_nr5 {
  background: url(../images/bg_rbnr5.jpg) no-repeat left top;
}
.r_nr6 {
  background: url(../images/bg_rbnr6.jpg) no-repeat left top;
}
.r_nr7 {
  background: url(../images/bg_rbnr7.jpg) no-repeat left top;
}
.r_nr8 {
  background: url(../images/bg_rbnr8.jpg) no-repeat left top;
}
.rr_title {
  width: 100%;
  padding: 0 0 3px 0;
  float: left;
}

.rr_title a {
  color: #d22529;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  float: left;
  width: 100%;
}

.rr_title a:hover {
  text-decoration: underline;
}
.rr_content {
  width: 65%;
  float: left;
  font-size: 11px;
  font-family: tahoma;
  color: #000;
}
.r_news {
  width: 280px;
  background: #edebeb;
  border-top: solid #c8c8c8 3px;
  margin: 0 0 10px 0;
  padding: 10px;
  float: left;
}

.rn_title {
  width: 270px;
  padding: 0 0 10px 10px;
  border-bottom: solid #b4b4b4 1px;
  color: #d3262a;
  font-size: 16px;
  float: left;
}

.rn_items {
  width: 280px;
  float: left;
}

.rn_item {
  width: 260px;
  padding: 10px;
  border-bottom: solid #d2d2d2 1px;
  float: left;
}

.rn_item:hover {
  background: url(../images/arw01.jpg) no-repeat 260px center;
}

.rni_date {
  width: 260px;
  padding: 0 0 2px 0;
  font-size: 10px;
  color: #d3262a;
  float: left;
  display: none;
}

.rni_title {
  width: 260px;
}

.rni_title a {
  color: #000;
  text-decoration: none;
}

.rni_title a:hover {
  color: #d3262a;
  text-decoration: underline;
}

.rn_more {
  width: 270px;
  padding: 10px 0 0 10px;
  float: left;
}

.rn_more a {
  color: #d3262a;
  text-decoration: underline;
}

.rn_more a:hover {
  text-decoration: none;
}

.r_bnr {
  width: 300px;
  padding: 0 0 10px 0;
}

.r_bnr a, .r_bnr img {
  display: block;
  float: left;
}

.r_poll {
  width: 280px;
  background: #edebeb;
  border-top: solid #c8c8c8 3px;
  margin: 0 0 10px 0;
  padding: 10px;
}

.rp_title {
  width: 270px;
  padding: 0 0 10px 10px;
  border-bottom: solid #b4b4b4 1px;
  color: #d3262a;
  font-size: 16px;
}

.rp_items {
  width: 280px;
}

.rp_item {
  width: 260px;
  padding: 0 10px 5px 10px;
}

.rp_text {
  width: 260px;
  padding: 10px;
}

.rpi_input, .rpi_title, .rpi_percent {
  display: table-cell;
  vertical-align: middle;
}

.rpi_input {
  width: 25px;
}

.rpi_title {
  width: 180px;
}

.rpi_percent {
  width: 30px;
  font-weight: bold;
}
.contact-link-holder {
  width: 100%;
  float: left;
  margin: 0 0 30px 0;
  padding: 0;
}
.contact-link-holder a {
  width: 100%;
  float: left;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0;
  text-indent: 20px;
}
.contact-link-holder a:hover {

}
.contact-nav-holder {
  width: 630px;
  float: left;
  padding: 20px 0 0 20px;
  margin: 20px 0 0 0;
  border-top: 1px solid #ccc;
}
.contact-nav {
  width: 190px;
  float: left;
  padding: 0 20px 0 0;
  margin: 0;
}
.contact-nav-title {
  color: #404040;
  font-size: 16px;
  width: 100%;
  float: left;
  text-decoration: none;
}
.contact-nav-title:hover {
  text-decoration: underline;
}
.contact-nav-pic {
  width: 190px;
  float: left;
  margin: 10px 0;
  overflow: hidden;
  display: block;
}
.contact-nav-pic:hover {
  opacity: 0.9;
}
.contact-nav-pic-vypredaj {
  height: 84px;
  background: url(../images/vypredaj.jpg) no-repeat center center #e21a22;
}
.contact-nav-pic-akcia {
  height: 84px;
  background: url(../images/akcie.jpg) no-repeat center center #e21a22;
}
.contact-nav-pic-gallery {
  height: 150px;
}
.contact-nav-pic-gallery img {
  width: 100%;
  height: auto;
}
.contact-gallery-pic {
  width: 200px;
  height: 200px;
  background: #f0f0f0;
  float: left;
  padding: 0;
  margin: 0 8px 20px 8px;
  display: block;
  text-align: center;
  line-height: 200px;
}
.contact-gallery-pic img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.search_box {
  width: 300px;
  height: 50px;
  background: url(../images/bg_search_bar.jpg) no-repeat left top;
  margin: 0 0 10px 0;
}

.search_box .search_string, .search_box .button {
  border: 0;
  font-size: 12px;
  background: none;
}

.search_box .search_string {
  margin: 12px 5px 0 20px;
  height: 26px;
  width: 195px;
  padding: 0 10px 0 10px;
}

.search_box .button {
  width: 40px;
  height: 26px;
  margin: 12px 0 0 0;
}

.footer {
  width: 960px;
  padding: 10px 0 0 0;
}

.footer_top {
  width: 960px;
  background: #525252;
  padding: 15px 0 15px 0;
}

.f_sortiment {
  width: 480px;
  padding: 0 0 0 55px;
}

.fs_text {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 4px 10px 0 0;
}

.f_sortiment .submit {
  margin: 0 0 0 10px;
}

.f_search {
  width: 280px;
  padding: 0 0 0 20px;
}

.f_search .button {
  width: 41px;
  height: 27px;
  border: 0;
  margin: 0 0 0 10px;
  background: url(../images/bg_fs_btn.jpg) no-repeat left top;
}

.f_copy {
  width: 960px;
  padding: 20px 0 25px 0;
  border-top: solid #d9d9d9 1px;
  text-align: center;
  color: #525252;
  margin: 10px 0 0 0;
}

.f_copy a {
  color: #525252;
  text-decoration: none;
  font-weight: bold;
}

.f_copy a:hover {
  text-decoration: underline;
}

.f_left {
  width: 429px;
  padding: 0 25px 0 25px;
  margin: 20px 0 10px 0;
  border-right: solid #d9d9d9 1px;
}

.fl_text {
  width: 429px;
  padding: 0 0 10px 0;
  font-weight: bold;
}

.flm_ul {
  width: 143px;
  list-style: none;
}

.flm_ul li {
  display: block;
  float: left;
  width: 143px;
  padding: 0 0 10px 0;
}

.flm_ul li a {
  color: #000;
  text-decoration: none;
  background: url(../images/f_arw01.jpg) no-repeat left center;
  padding: 0 0 0 10px;
}

.flm_ul li a:hover {
  text-decoration: underline;
}

.flm_info {
  width: 133px;
  padding: 0 0 3px 40px;
  font-size: 11px;
}

.flm_info a {
  color: #000;
}

.flm_info a:hover {
  text-decoration: none;
}

.f_right {
  width: 430px;
  padding: 0 25px 0 25px;
  margin: 20px 0 10px 0;
}

.fr_title {
  width: 430px;
  color: #d22529;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

.fr_text {
  width: 430px;
  padding: 5px 0 15px 0;
}

.fr_form {
  width: 430px;
  float: left;
}

.fr_form .submit {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  margin: 0 0 0 10px;
  line-height: 25px;
  text-decoration: none;
  float: left;
}
.fr_form .submit:hover {
  text-decoration: underline;
}

.fr_form .inputbox {
  background: #f4f4f4 url(../images/f_ico01.jpg) no-repeat right center;
  width: 300px;
  height: 23px;
  padding: 0 10px;
}

.c_form {
  width: 610px;
  padding: 20px;
  border-top: solid #c8c8c8 2px;
  background: #edebeb;
}

.cf_title {
  width: 610px;
  padding: 0 0 20px 0;
  color: #525252;
  font-size: 21px;
  font-weight: bold;
}

.cf_content {
  width: 610px;
}

.cf_content .form_row {
  width: 610px;
}

.cf_content .form_row:nth-child(1), .cf_content .form_row:nth-child(2) {
  width: 305px;
}

.cf_content .label {
  width: 70px;
  padding: 9px 0 0 0;
}

.cf_content .form_row:nth-child(4) .label {
  padding: 0 !important;
}

.cf_content .form_row input[type='text'], .cf_content .form_row textarea {
  border: solid #fff 1px;
  border-top: solid #d4d4d4 1px;
  border-left: solid #d4d4d4 1px;
  padding: 8px;
  background: #fff;
}

.cf_content .form_row:nth-child(1) input[type='text'], .cf_content .form_row:nth-child(2) input[type='text'] {
  width: 210px;
}

.cf_content .form_row textarea {
  width: 515px;
}

.cf_content .captcha_iframe {
  border: solid #fff 1px;
  border-top: solid #d4d4d4 1px;
  border-left: solid #d4d4d4 1px;
  width: 190px;
  height: 62px;
}

.cf_content .image_captcha {
  background: #fff;
}

.cf_submit .button {
  background: #bb2417;
  width: 120px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  border: 0;
}

/* Paginator */
.pagination {
  display: block;
  float: left;
  width: 640px;
  padding: 0 0 10px 0;
  clear: both;
  border-bottom: solid #dadada 1px;
}

.ie7 .pagination {
  width: 640px;
}

.pagination .pag_links {
  display: block;
  float: left;
  font-size: 12px;
}

.nav-left {
  width: 213px;
  padding: 0 0 0 15px;
}

.nav-center {
  width: 183px;
  text-align: center;
}

.nav-right {
  width: 213px;
  text-align: right;
  padding: 0 15px 0 0;
}

.pagination .pag_links a, .pagination .pag_links .inactive {
  color: #464646;
  text-decoration: none;
  font-weight: bold;
}

.pagination .pag_links .inactive {
  color: #464646;
}

.pagination .pag_links a:hover, .pagination .pag_links .current {
  color: #00b1d7;
  text-decoration: underline;
}

.pagination .pag_items {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0 0 0;
  font-size: 11px;
}

.pagination .pag_items select {
  font-size: 11px;
  border: solid #b9b9b9 1px;
  padding: 3px;
  color: #000;
}
.products-link-holder {
  width: 630px;
  float: left;
  margin: 20px 10px;
}
.products-link-sec {
  width: 610px;
  float: left;
  padding: 30px 10px;
  border-bottom: 1px solid #d9d9d9;
}
.products-link-sec-title {
  width: 100%;
  float: left;
  font-size: 14px;
  font-family: tahoma;
  font-weight: bold;
  color: #e11921;
  padding: 0;
  margin: 0 0 10px 0;
}
.products-link-sec-title:hover {
  text-decoration: none;
}
.products-link-sec-text {
  width: 100%;
  float: left;
  color: #000;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

/*DOWNLOAD*/
.download-link {
  width: 100%;
  height: 30px;
  line-height: 30px;
  float: left;
  color: #bb2417;
  text-indent: 20px;
  font-size: 15px;
  font-weight: bold;
}
.download-link:hover {
  text-decoration: none;
}
.download-grey {
  background: #f0f0f0;
}
/*AKCIE*/
.discount-sec {
  width: 630px;
  float: left;
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.discount-sec-title {
  width: 100%;
  float: left;
  color: #bd290b;
  font-size: 12px;
  text-transform: uppercase;
}
.discount-sec-title:hover {
  text-decoration: none;
}
.discount-sec-short {
  width: 100%;
  font-size: 12px;
  color: #000;
  float: left;
  margin: 5px 0;
}
.discount-sec-short p {
  margin: 0;
  padding: 0;
}
.discount-sec-loc {
  width: 100%;
  float: left;
  font-size: 10px;
  text-transform: uppercase;
  color: #bd290b;
  font-weight: bold;
}


/* Fancybox */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancy_shadow_nw.png', sizingMethod='scale'); }

.hide {
  display: none;
}
</pre></body></html>