body {
  background:url(/imgs/top_bg.gif) repeat-x top left #ffffff;
  margin:0px 15px 5px 15px;
  padding:0px;
}


body, td {
  font-family:Arial;
  font-size:14px;
  color:#2c2c2c;
}


h1 {
  font-size:20px;
  font-weight:normal;
  margin:0 0 20px 0;
}


h2, h3 {
  font-size:18px;
  font-weight:normal;
}


.title {
  font-size:18px;
}


.big {
  font-size:18px;
}


small {
  font-size:12px;
}


a:link, a:active, a:visited {
  color:#d2003a;
  text-decoration:none;
} 
a:hover {
  color:#000000;
} 


a.menu1:link, a.menu1:active, a.menu1:visited {
  font-size: 16px;
  color:#ffffff;
  text-decoration:none;
  white-space:nowrap;
} 
a.menu1:hover {
  color:#000000;
}


.preview {
  padding:4px;
  background:#FFFFFF;
  border:1px solid #dadada;
  width:120px;
  height:160px;
}  

.error {
  color:#FF0000;
}

.main_table, .menu_table {
  width: 1070px;
}

.logotype {
  width:516px;
  height:162px;
}

.menu_td {
  height:42px;
  background:url(/imgs/menu_bg.gif) repeat-x top left #ff0047;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.button_mobile {
  display: none;
}

.left_column, .right_column {
  display: block;
  width: 200px;
  margin:15px;
}

.center_column {
  display: block;
  width: 560px;
  margin:15px;
}

.name {
  font-size:20px;
  margin: 0 0 10px 10px;
}

.phone {
  font-size: 18px;
}

.city {
  font-size:12px;
  color:#838383;
}

.description {
  color:#838383;
  font-style:italic;
}

.noact {
  color:#9f9f9f;
}

.surcharge {
  font-size: 11px;
  background-color:#ff0047;
  color:#ffffff;
}

.hr {
  border-top:#dcdcdc dotted 1px;
  width:100%;
  height:1px;
  margin:3px 0 3px 0;
}


.hr2 {
  border-top:#d1d1d1 dotted 1px;
  width:100%;
  height:1px;
  margin:10px 0 10px 0;
}


.hr3 {
  border-top:#d1d1d1 dotted 1px;
  width:100%;
  height:1px;
  margin:15px 0 15px 0;
}


.hr4 {
  border-top:#FFFFFF dotted 1px;
  width:100%;
  height:1px;
  margin:3px 0 3px 0;
}


.menu_rd {
  width:1px;
  height:46px;
  border-right:#ca0038 dotted 1px;
}


.mu {
  display:inline-block;
  width:10px;
  height:10px;
  background:url(/imgs/iu.gif) no-repeat;
}

.login_block {
  display:inline-block;
  text-align:left;
  background:#e2e2e2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding:12px 15px 12px 15px;
  margin: 0px 10px 0px 0px 
}

.button_mobile {
  display: none;
}
  

.col_left {
  border-right:#b2b2b2 dotted 1px;
} 

.col_right {
  border-left:#b2b2b2 dotted 1px;
} 

.col_bottom {
  border-top:#b2b2b2 dotted 1px;
} 

.bottom {
  font-size:11px;
}

.row {
  position:relative;
}

.verified {
  position:absolute;
  top:107px;
  left: -12px;
}


.p_block1 {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: top;
}

.p_block2 {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: top;
}

.p_block3 {
  display: inline-block;
  margin: 0 0 0 0;
  vertical-align: top;
}

.p_block4 {
  display: block;
  vertical-align: top;
}

.domenu {
  display: none;
}


#cart_div {
  z-index:10;
  position:fixed;
  top:7px;
  right:7px;
  font-size:18px;
  background-color: #FF0000;
  color:#FFFFFF;
  padding:5px 10px 5px 10px;
  background-color: rgba(255, 0, 0, 0.6);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#cart_div a {
  color:#FFFFFF;
  text-decoration:underline;
}

.cart_clean {
  font-size:12px;
}

.cart_remove {
  position:relative;
  width:20px;
  height:19px;
  top:5px;
  padding-left:5px;
  display:inline-block;
  background:url(/imgs/del.png) no-repeat right;
  cursor:pointer;
}

.cart_add {
  position:relative;
  width:20px;
  height:19px;
  top:5px;
  padding-left:5px;
  display:inline-block;
  background:url(/imgs/add.png) no-repeat right;
  cursor:pointer;
}


.comment {
  margin-bottom: 20px;
}

.comment_name {
  color: #959595;
  font-size: 14px;
}

.comment_textarea, .comment_input {
  margin: 3px 0 3px 0;
  font-size:16px;
}

.comment_input {
  width: 200px;
  font-size:16px;
}

.comment_textarea {
  font-size:16px;
  width: 100%;
  height: 100px;
}

.banner1, .banner2, .banner3, .banner4 {
  display: inline-block;
  width: 200px;
  height: 300px;
  overflow: hidden;
}

.banner1 img, .banner2 img, .banner3 img, .banner4 img {
  width: 100%;
  height: 100%;
}

.bottom_banners {
  display: none;
}



@media all and (max-width:599px) {

  body {
    background:url(/imgs/top_bg.gif) repeat-x top left #ffffff;
    margin:0px 7px 5px 7px;
    padding:0px;
  }

  .logotype {
    width: 380px;
    height: auto;
  }

  .main_table {
    width: 100%;
    min-width: 420px;
  }
  
  .domenu {
    display: block;
  }
  
  .title {
    color: #8b8b8b;
  }
  
  .mu {
    display: none;
  }
  
  .hr {
    border-top:#707070 dotted 1px;
    width:100%;
    height:1px;
    margin:3px 0 3px 0;
  }

  .button_mobile {
    display: inline-block;
    cursor: pointer;
    background:url(/imgs/button_mobile.png) no-repeat center left;
    background-size: 20px 20px;
    padding: 15px 10px 15px 30px;
    margin-left: 10px;
    color: #FFFFFF;
  }

  .col_right, .login_block, .menu_table {
    display: none;
  }

  .col_left {
    width: 0;
    border: 0;
  }
  
  .center_column {
    width: 100%;
    margin: 0;
  }
  
    
  .p_block3 {
    margin: 15px 0 0 0;
  }
  
  .p_block4 {
    display: inline-block;
  }
  
  .left_column {
    display: block;
    position: fixed;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 230px;
    border-radius: 0px;
    background: #333333;
    height: 100%;
    top: 0px;
    left: -250px;
    z-index: 10000;
  }
  
  .scroll_menu {
    display: block;
    overflow: auto;
    margin: 0;
    padding: 10px;
    width: 210px;
    height: 100%;
    color: #333333;
    font-size: 16px;
  }
  
  .scroll_menu::-webkit-scrollbar {
    width: 0px;
  }
  

  .scroll_menu a {
    color: #FFFFFF;
  }
  
  .bottom_banners {
    display: block;
    text-align: center;
  }
  
  .banner1, .banner2, .banner3, .banner4 {
    display: inline-block;
    width: 160px;
    height: 240px;
    padding: 15px;
    overflow: hidden;
  }

}