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:16px;
  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;
}

.content_table {
  width: 1070px;
}

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

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

.error {
  color:#FF0000;
}

.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;
}

.name {
  font-size:18px;
}

a.phone {
  color:#2c2c2c;
  font-weight:bold;
}


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

.description {
  color:#838383;
  font-style:italic;
  margin-top: 15px;
}

.noact {
  color:#9f9f9f;
  text-decoration:line-through;
}

.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 
} 

.current_page {
  font-size: 18px;
}

.button_menu {
  display: none;
}

.dop_menu {
  display: none;
}

.col_left {
  width: 230px;
  border-right:#b2b2b2 dotted 1px;
  padding-right: 10px;
} 

.col_right {
  width: 230px;
  border-left:#b2b2b2 dotted 1px;
  padding-left: 10px;
} 

.col_center {
  width: 590px;
  padding: 10px 15px 0 15px;
}

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

.block_left {
  display: block;
  width: 200px;
  margin: 15px;
}

.block_right {
  display: block;
  width: 200px;
  margin: 15px;
}

.bottom {
  font-size:11px;
}

.row {
  position:relative;
}

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


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

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

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

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

.map {
  width: 100%;
  height: 300px;
}


.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;
}


#cart_div {
  z-index:10;
  position:fixed;
  bottom: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;
}




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

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

  body, td {
    font-size: 16px;
  }

  .content_table {
    width: 100%;
  }

  .button_menu {
    display: inline-block;
    margin-left: 10px;
  }
  
  .button_menu td {
    color: #ffffff;
  }

  .logo {
    width: 430px;
    height: auto;
  }
  
  .col_center {
    padding: 10px 5px 0 5px;
  }
  
  .col_right, .col_left, .login_td {
    width: 0;
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  .block_right, .login_block, .str_menu, .mu {
    display: none;
  }
  
  .block_left {
    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;
  }
  
  .dop_menu {
    display: block;
  }
  
  .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;
  }
  
  .hr {
    width:100%;
    height:1px;
    border-top:#5c5c5c solid 1px;
    margin:5px 0px 5px 0px;
  }
  
  .title {
    color: #9c9c9c;
  }
  
  .param3 {
    display: block;
    margin: 15px 0 0 0;
    vertical-align: top;
  }
  
  .param4 {
    display: inline-block;
    vertical-align: top;
  }
  
  .services {
    font-size: 12px;
  }

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