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

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

.phone {
  font-weight:bold;
}

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

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


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