body {
  background-color:#ffffff;
  margin:0px;
  padding:0px;
}


body, td, p, div {
  font-family:Arial;
  font-size:14px;
  color:#1f1f1f
}


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


.current_page {
  font-size:20px;
  font-weight:bold;
}


small {
  font-size:12px;
}


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


a.menu_top:link, a.menu_top:active, a.menu_top:visited {
  text-transform:uppercase;
  font-size: 14px;
  color:#ffffff;
  text-decoration:none;
  white-space:nowrap;
} 
a.menu_top:hover {
  color:#fff000;
}


a.menu_col:link, a.menu_col:active, a.menu_col:visited {
  color:#1f1f1f;
  text-decoration:none;
} 
a.menu_col:hover {
  color:#d00000;
}


.left_col {
  border-right:#b3b3b3 solid 1px;
}


.right_col {
  border-left:#b3b3b3 solid 1px;
}


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


.menu_bg1 {
  text-align:center;
  background:url(/images/menu_bg1.gif) no-repeat right #820000;
}


.menu_bg2 {
  background-color:#383838;
}


.name {
  font-size:18px;
}

.phone {
  font-weight:bold;
}

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

.desc {
  font-size:12px;
  color:#838383;
  font-style:italic;
}

.error {
  color:#FF0000;
}

.noact {
  color:#9f9f9f;
}

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


.hr {
  background-color:#e3e3e3;
  width:100%;
  height:1px;
  margin:3px 0 3px 0;
}


.hr2 {
  background-color:#e3e3e3;
  width:100%;
  height:1px;
  margin:10px 0 10px 0;
}


.hr3 {
  background-color:#e3e3e3;
  width:100%;
  height:1px;
  margin:15px 0 15px 0;
}

.r {
  display:inline-block;
  width:1px;
  height:38px;
  background:url(/images/r.gif) no-repeat;
  margin: 0 13px 0 13px;
}


.u {
  display:inline-block;
  width:11px;
  height:10px;
  background:url(/images/u.gif) no-repeat;
}


.menu_title {
  text-transform:uppercase;
  font-size: 14px;
  color:#d00000;
}


.login_block {
  display:inline-block;
  background:#f3f3f3;
  border:#b3b3b3 solid 1px;
  padding:8px;
  margin:0 5px 0 0;
} 

.login_input {
  width:100px;
  font-size:12px;
}

.login_submit {
  font-size:14px;
  border:0;
  background:#820000;
  color:#ffffff;
}


.bottom {
  font-size:11px;
}


.photo {
  position:relative;
}


.row_on {
  background-color:#f3f3f3;
}


.photo_prov {
  position:absolute;
  top:100px;
  left: -10px;
}

.photo_prov2 {
  color:#299e00;
  font-weight:bold;
}



#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 {
  width:73px;
  height:14px;
  display:inline-block;
  background:url(/images/cart2.gif) no-repeat right;
  cursor:pointer;
  margin:0 10px 0 0;
}

.cart_add {
  width:73px;
  height:14px;
  display:inline-block;
  background:url(/images/cart1.gif) no-repeat right;
  cursor:pointer;
  margin:0 10px 0 0;
}