@import 'reset.css';

body{
  background: url(images/body_bg.png) #f6f5f5;
  font-family: tahoma, sans-serif;
  
}

a{
  color: #116fa5;
  cursor: pointer;
  outline: none;
}

a:hover{
  /*color: #0000ff !important;*/
	color: #c90808 !important;
}

a.dashed{
  border-bottom: 1px dotted #116fa5;
  text-decoration: none;
}

strong{
  font-weight: bold;
}

.fade2blue{
  height: 220px;
  width: 100%;
  position: absolute;
  z-index: -1;
  background: url(images/fade2blue.png) top repeat-x;
  top: 0;
}

.main{
  width: 990px;
  margin: 0 auto;
  min-height: 300px;
}

.header{
  height: 93px;
  position: relative;
}

  .header .logo{
   /* display: block;
    width: 285px;
    height: 75px;
    background: url(images/logo_sm.png) no-repeat;
    margin: 25px 0 0 5px;*/

    display: block;
		width: 216px;
		height: 75px;
		background: url(images/logo_sm2.png) 0 0 no-repeat;
		margin: 25px 0 0 35px;
  }

	.header .logo:hover{
		background: url(images/logo_sm2.png) no-repeat -250px 0px;
	}
  
  .header .header_search{
    border: 1px solid transparent;
    position: absolute;
    top: 5px;
    right: 40px;
    background: transparent;
    padding: 5px;
    z-index: 5;
  }
  
  .header .header_search i{
    font-style: italic;
    font-size: 12px;
    margin: 0 0 5px;
    display: block;
  }
  
  .header .header_search .text_close{
    display: none;
    position: absolute;
    top: 19px;
    right: 20px;
    width: 15px;
    height: 15px;
    background: url('images/text_close.png') no-repeat;
  }
  
  .header .header_search #search_wait{
    display: none;
    position: absolute;
    top: 19px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url('images/search_wait.gif') no-repeat;
  }
  
  .header .header_search.iSeeResult{
    border: 1px solid #bdbcbd;
    -webkit-border-radius: 20px;
    border-radius: 20px; 
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
    padding: 5px;
    z-index: 5;
  }
  
  .header #search_result{
    width: 300px;
    padding: 5px 10px 0;
  }
  
    .header #search_result ul{
      padding: 10px 0 5px;
      font-size: 14px;
    }
    
    .header #search_result li{
      margin: 0 0 10px;
    }
  
  .header .search{
    background: url("images/search_bg.png") no-repeat scroll 0 7px transparent;
    border: 0 none;
    outline: 0 none;
    padding: 13px 17px 10px 39px;
    width: 263px;
  }
  
  .header .search:focus{
    background: url("images/search_bg.png") no-repeat scroll 0 -31px transparent;
  }

  .header .contact_phones{
    position: absolute;
		left: 360px;
		top: 20px;
        font-size: 24px;
	}
.header .instagram{
  position: absolute;
  left: 584px;
  top: 20px;
  font-size: 24px;
}
  .header .contact_phones span{
    color: #E45757;
  }

	.header .contact_phones li{
	  margin: 0 0 10px
	}

div.top_menu{
  position: relative;
	/*background: url(images/top_menu_bg_ears.png) no-repeat;*/
}
/*div.top_menu:after{
  content: '';
  display: block;
  width: 25px;
  height: 63px;
  background: 0 0 url(images/top_menu_sprite.png) no-repeat;
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  }*/


/*div.top_menu:before{
  content: '';
  display: block;
  width: 24px;
  height: 63px;
  background: -39px -63px url(images/top_menu_sprite.png) no-repeat;
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
}*/


/*
ul.top_menu{
  width: 945px;
  height: 65px;
  margin: 0 auto;
  overflow: hidden;
  /!*background: transparent url(images/top_menu_bg.png) repeat-x;*!/
}

  ul.top_menu li{
    float: left;
    /!*padding: 16px 20px;*!/
    padding: 16px 8px;
    font-size: 16px;
    /!*font-size: 100%;*!/
    cursor: default;
    background: transparent right url(images/top_menu_separator.png) no-repeat;
  }

  ul.top_menu li.last{
    background: none;
  }

  ul.top_menu ul{
    display: none;
    position: absolute;
    margin: 16px 0 0 -8px;
    background: #e2e2e2 url(images/top_menu_sub_bg.png) repeat-x top;
    padding: 0px 30px 15px 20px;
    border: 1px solid #e8e8e8;
    border-top: none;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;

    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    z-index: 3;
  }

  ul.top_menu li:hover{
    background: #fff url(images/top_menu_hover.png) repeat-x;
  }

    ul.top_menu li li,
    ul.top_menu li li:hover{
      background: none;
      padding: 7px 4px;
    }

      ul.top_menu li li:before{
        display: none;
      }

      ul.top_menu li li a{
        font-size: 13px;
        font-family: arial, sans-serif;
        color: #116fa5;
      }

  ul.top_menu li:hover ul{
    display: block;
  }

  ul.top_menu ul li{
    float: none;
  }*/

.center{
  padding: 20px 10px 25px;
}

  .center h1{
    font-size: 24px;
    margin: 0 0 30px;
  }

  .center h2{
    font-size: 18px;
    margin: 0 0 20px;
  }

  .center table{
    border: 1px solid #ccc;
    margin: 15px auto 20px;
    background: rgba(255,255,255, .9);
  }

  .center table.tBankItems{
    border: none;
    background: none;
  }

  .center table.tBankItems td{
    border: none;
    vertical-align: middle;
  }

  .center td{
    border: 1px solid #ccc;
    padding: 3px 8px;
  }

  .center ul {
    margin: 0px 0 5px;
  }

  .center li{
    margin: 0 0 0 40px;
    list-style: disc;
  }

  .center .content_wrapper{
    line-height: 20px;
    font-size: 14px;
  }

    .center .content_wrapper p{
      margin: 0 0 18px;
    }

.karuseli{
  margin: 0 0 40px;
}

  .karuseli .h1,
  .karuseli h2{
    font-family:Calibri, arial;
    font-size: 26px;
    color: #707986;
    margin: 0 0 12px 30px;
  }

  .karuseli .title{
    position: relative;
  }

  .karuseli .almostnew,
  .karuseli .restore{
    display: inline;
    font-size: 11px;
    position: relative;
    top: -10px;
  }

  .karuseli .almostnew_desc,
  .karuseli .restore_desc{
    font-style: italic;
    line-height: 17px;
    position: absolute;
    background: #fff799;
    z-index: 11;
    left: 0;
    top: 0;
    padding: 10px 20px 20px 10px;
    font-size: 14px;
    width: 240px;
    color: #555;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  }

    .karuseli .almostnew_desc .close_this,
    .karuseli .restore_desc .close_this{
      position: absolute;
      top: 0;
      right: 0;
      padding: 1px 7px;
      font-style: normal;
      font-size: 17px;
      text-shadow: 0px 1px 0px #ffffff;
    }

    .karuseli .almostnew_desc .close_this:hover,
    .karuseli .restore_desc .close_this:hover{
      color: #000;
      font-weight: bold;
      cursor: pointer;
    }

.white_flat{
  background: url("images/carousel_bg.png") repeat-x scroll center bottom #FFFFFF;
  border: 1px solid #BDBCBD;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin: 0 0 15px;
}

  .white_flat h1{
    font-family:Calibri, arial;
    font-size: 24px;
    color: #707986;
    margin: 0 0 20px 15px;
  }

.white_flat_flat{
  padding: 15px;
  background: #fff;
  border: 1px solid #999;
}


.index_submenu{
  margin: 15px 0 30px;
  position: relative;
  overflow: hidden;
}

  .index_submenu .promo{
    width: 410px;
    float: left;
    margin: 0 30px 0 0;
    height: 290px;
  }

  .index_submenu .last_added{
    width: 480px;
    float: right;
    height: 290px;
    position: relative;
  }

  .index_submenu .last_added .added_today{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 11px;
  }

.component_last_goods{
  overflow: hidden;
}

.component_last_goods a.img_tmbl{
  margin: 0 0 10px;
}

.component_last_goods .good_preview{
  width: 180px;
  height: auto;
  float: left;
  margin: 0 30px 0;
}

.good_preview {
  text-align: center;
}

.good_preview a.img_tmbl {
    display: table-cell;
    height: 180px;
    margin: 0 auto;
    vertical-align: middle;
    width: 190px;
}

.good_preview .price {
    display: block;
    font-size: 19px;
    padding: 8px 0 0;
    text-align: center;
}
.good_preview .product_name {
    color: #0549AE;
    font-size: 12px;
}

.banner1{
  height: 240px;
  width: 400px;
  background: url(images/banner1.png) no-repeat;
  display: block;
}

.fancy_dialog2{
  margin: 5px 2px 3px 4px;
  position: absolute;
  top: 76px;
  left: 10px;
  margin: 0 15px 0;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  -moz-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(2deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

.category_products_list{
  padding: 0 4px 0;
}

  .category_products_list h1{
    font-size: 24px;
    padding: 20px 0 25px 6px;
    position: relative;
  }

.overlay{
  background: rgba(0,0,0,0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}

.ineedcall_div{
  position: relative;
  text-align: center;
  padding: 25px 0;
}

.ineedcall{
  font-size: 18px;
}

.call_me_form{
  border: 1px solid #aaa;
  width: 200px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 7px;
  border-radius: 7px;
  text-align: center;
  z-index: 10;
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 145px;
}

  .call_me_form input[type=text]{
    margin: 0 0 5px;
    font-size: 14px;
    width: 195px;
  }

span.lowercase{
  text-transform: lowercase;
}

.img_right{
  float: right;
  margin: 0 0 10px 10px;
}

form[name=form_auth]{
  padding: 15px 0 30px 10px;
}

  form[name=form_auth] .text{
    font-size: 15px;
    display: block;
    margin: 0 0 15px;
    line-height: 20px;
  }

  form[name=form_auth] table table td{
    padding: 3px;
  }

  form[name=form_auth] .tablebody{
    margin: 0 0 15px;
  }

 .blog-comment-form{
  border: none;
}

form#form_comment{
  margin: 7px 0 0;
  padding: 12px 8px;
  background: #fff;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .2);
}

  form#form_comment table.blog-comment-form th, table.blog-comment-form td{
    border: none;
    vertical-align: top;
    font-size: 14px;
  }

  form#form_comment table.blog-comment-form{
    padding: 7px;
  }

  form#form_comment .errortext{
    margin: 0 10px 0 4px;
    font-size: 12px;
  }

  form#form_comment textarea{
    border: 1px solid #aaa;
    outline: none;
    padding: 4px;
    margin: 0 0 10px;
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, .2);
    box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, .2);
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  form#form_comment textarea:focus{
    border: 1px solid #346dc0;
    border-top: 1px solid #084baf;

    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 50, 200, .2),  inset 1px 1px 3px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 10px 0px rgba(0, 50, 200, .2), inset 1px 1px 3px 0px rgba(0, 0, 0, .2);
  }

#art_comments .div_form_comment table.mess td{
  padding: 0;
}

  #art_comments table.mess .div_form_comment  td{
    padding: 0;
  }

.cancel_comment{
  border-bottom: 1px dashed #116fa5;
  margin: 0px 0px 0px 23px;
  position: relative;
  top: 6px;
}

.awesome_btn{
  padding: 6px 10px 6px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px rgb(153, 153, 153);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
  color: #333;
  text-decoration: none;
  display: block;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(255,255,255,1);
  line-height: 1;
  float: left;
  margin: 0 5px 0 0;
}

.awesome_btn:disabled,
.awesome_btn:disabled:active{
  color: #999;
  border: solid 1px rgb(200, 200, 200);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  padding: 6px 10px 6px;
}

.awesome_btn:disabled:hover{
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
}

.awesome_btn:hover {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(248, 248, 248)), to(rgb(221, 221, 221)));
}

.awesome_btn:active {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(204, 204, 204)), to(rgb(221, 221, 221)));
  padding: 7px 10px 5px;
}

.purchase_description{
  line-height: 22px;
  color: #444;
  font-size: 12px;
}

.banner_mm{
 	display: block;
	margin: 0 auto;
	width: 995px;
	background: url(/images/banner_mm4.png) 0 0 no-repeat;
	height: 43px;
}

.banner_back{
	background: url(/images/banner_mm2_bg.png) 50% 0;
}


.present_td{
	background: url(/images/present_s.png) 90% 50% no-repeat;
}

.footer{
  width: auto;
  margin: 20px 0 -17px;
  background: #215691 url(images/footer_bg.png) repeat-x top;
  color: #fff;
  padding: 20px 0 5px;
  font-family: Tahoma;
  line-height: 20px;
  font-size: 14px;
  position: relative;
}

  .footer h3{
    font-size: 20px;
    margin: 0 0 18px;
    font-weight: normal;
  }

  .footer a{
    color: #fff;
  }

  .footer a:hover{
    color: #fff !important;
    text-shadow: 0px 0px 6px #fff;
  }

  .footer a.dashed{
    text-decoration: none;
    border-bottom: 1px dashed #fff;
  }

  .footer li{
    margin: 0 0 4px;
  }

.footer_content{
  margin: 0 auto;
  width: 980px;
}

.footer_infoblocks{
  position: relative;
  overflow: hidden;
}

.footer_infoblock{
  float: left;
  width: 320px;
  height: 200px;
  margin: 0 0 1px;
}

  .footer_infoblock p{
    width: 80%;
  }

.excell_download{
  background: url("images/excell.png") no-repeat scroll 0 0 transparent;
  display: block;
  font-size: 18px;
  padding: 11px 2px 27px 87px;
  width: 100px;
  margin: 0 0 0 -7px;
}

.footer_copyright{
  padding: 30px 10px;
  position: relative;
  width: 950px;
  margin: 0 auto;
  border-top: 1px solid #6199bf;
}

.monitor{
  position: absolute;
  bottom: 100px;
  right: 0;
  background: url(images/monitor2.png) no-repeat 0 0;
  width: 157px;
  height: 164px;
}

body .breadcrumb-navigation{
  font-size: 12px;
  padding: 0px 10px;
}
#dock{
  text-align: center;
  height: 100px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #BDBCBD;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background-image: -moz-linear-gradient(top, #ffffff, #dbdbdb);
  background-image: -ms-linear-gradient(top, #ffffff, #dbdbdb);
  background-image: -o-linear-gradient(top, #ffffff, #dbdbdb);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#dbdbdb));
  background-image: -webkit-linear-gradient(top, #ffffff, #dbdbdb);
  background-image: linear-gradient(top, #ffffff, #dbdbdb);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-bottom: 5px;
}

.dock-container {
  display: inline-block;
  height: 120px;
  padding-left: 0px;

}

#dock .item
{
  float: left;
  height: 120px;
  width: 90px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px;
}

#dock .item.selected
{
  height: 120px;
  width: 90px;
  /*background: transparent right url(images/top_menu_separator.png) no-repeat;*/
}

#dock .item:hover, #dock .item.selected:hover
{
  /*background-color: #333333;*/
  height: 110px;
  width: 90px;

  /*background: url("/images/menu_h.png") no-repeat left top transparent!important; --karl*/
}

#dock .item div.submenu
{
  display: none;
  position: absolute;
  top: auto;
  z-index: 9999;
  text-align: left;
  border-radius: 14px 14px 14px 14px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #FFFFFF;
  margin-top: 10px;
}
#dock .submenu:hover
{
}

#dock .item div.submenu-bg
{
}

#dock .item div.submenu a
{
/*color:#fff;
text-decoration: none;--karl*/

}
#dock .item div.submenu div.subitem:hover{
  border-color: #ffc568;
  color: #4d4d4d;
  background: rgba(69, 165, 233, 0.16);

}
div.title-menu{
  color: #264F73;
  margin-bottom: 15px;
  border-bottom: 1px solid;
}
div.subitem{
  padding: 7px;

}
#dock div.active div.submenu
{
  padding: 10px;
  display: block;
  background-color: #FFFFFF;
}

#dock div.item div.menu-icon{
  height:90px;
  width:90px;
  margin-top: 10px;
  margin-bottom: 0px;
  opacity: 1;
}
.menu-icon img {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.menu-icon img:hover{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}


.contacts {
  margin-top: 30px; 
  border-collapse: collapse;
  width: 100%;
}

.contacts td{
  background-color: #fff;
}
.contacts tr{
  border-bottom: 
  1px solid #ececec;
}

.contacts td:hover{
  background-color: #fcfcfc;
}

.contacts tr:nth-child(2n){
  background: #f2f2f2;
}
.contacts th, .contacts td{ 
  padding: 10px;
}




/*-------------------------------------------------------start404-----------------------------------------------------*/
/*--------------------------------------------------------end404------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/


