html {
  -webkit-text-size-adjust: none;
}

body {
  font-family: Arial;
  font-size: 14px;
  color: #222;
  margin: 0;
}

a { color: #0095e2; text-decoration: none; }
h1 { font-weight: normal; font-size: 22px; letter-spacing: -1px; margin: 0 0 15px 0; }
h2 { font-weight: normal; font-size: 20px; margin: 0 0 10px 0; }
h3 { font-weight: normal; font-size: 18px; margin: 0 0 10px 0; }
h4 { font-weight: bold; font-size: 12px; margin: 0 0 10px 0; }
h1 a, h2 a { color: #222; }
p { line-height: 18px; margin: 0 0 15px 0; padding: 0; }
table { line-height: 20px; }
ul { padding-left: 40px; line-height: 20px; }
hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.4), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.4), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.4), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.4), rgba(0,0,0,0));
  margin: 20px 0;
}
div.clear { clear: both; }

p img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 5px;
}

p img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

#container {
  background-color: #fff;
  position: relative;
  left: 0;
  min-width: 320px;
  z-index: 2000;
  overflow: hidden;
}

#lang {
  padding: 10px 0;
  text-align: right;
  font-size: 12px;
}

#lang a {
  color: #888;
  padding-right: 20px;
}

#top {
  line-height: 35px;
  font-size: 18px;
  background: #f2c37b url(/m/img/top_bg.gif) repeat-x;
  color: #655133;
  text-shadow: 1px 1px #ffefd7;
  text-align: center;
  border-bottom: 1px solid #a18151;
}

#top a {
  color: #655133;
}

#home_button {
  background: url(/m/img/home_button.png) no-repeat;
  position: absolute;
  width: 39px;
  height: 30px;
  top: 3px;
  right: 10px;
  text-indent: -10000px;
}

#menu_button {
  background: url(/m/img/menu_button.png) no-repeat;
  position: absolute;
  width: 52px;
  height: 30px;
  top: 3px;
  left: 10px;
  text-indent: -10000px;
}

#nav {
  background-color: #f1f1f1;
  padding-top: 35px;
  position: absolute;
  line-height: 20px;
  width: 250px;
  z-index: 0;
  left: 0;
  top: 0;
}

#nav a {
  display: block;
  background-color: #f1f1f1;
  color: #555;
  font-weight: bold;
  padding: 5px 0 5px 20px;
  border-top: 1px solid #ccc;
}

#nav a:hover {
  background-color: #fff;
  color: #000;
}

#content {
  padding: 0 20px 20px 20px;
}

div.galleries {
  overflow: hidden;
}

div.galleries img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

div.galleries a.gallery {
  display: block;
  float: left;
  margin: 10px;
  font-weight: bold;
  text-align: center;
  color: #222;
  font-size: 12px;
}

div.gallery {
  text-align: center;
}

div.gallery h2 {
  text-align: left;
}

div.gallery img {
  width: 120px;
  height: 120px;
  margin: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

div.product_categories {
  overflow: hidden;
  padding-top: 10px;
}

div.product_categories img {
  width: 120px;
  height: 120px;
  margin-bottom: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

div.product_categories a {
  display: block;
  float: left;
  width: 120px;
  height: 160px;
  overflow: hidden;
  font-size: 12px;
  color: #222;
  line-height: 11px;
  font-weight: bold;
  text-align: center;
  margin: 10px 10px 0 10px;
}

div.product_categories a:hover {
  text-decoration: none;
}

div.product_categories a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

div.products {
  overflow: hidden;
}

div.products img {
  width: 120px;
  height: 120px;
  margin-bottom: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

div.products a {
  display: block;
  float: left;
  width: 120px;
  height: 160px;
  overflow: hidden;
  font-size: 12px;
  color: #222;
  line-height: 11px;
  font-weight: bold;
  text-align: center;
  margin: 0 10px 10px 10px;
}

div.products a.last {
  margin: 0 0 10px 0;
}

div.products a:hover {
  text-decoration: none;
}

div.products a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

div.product_info ul {
  padding-left: 20px;
}

div.product_info div {
  padding: 10px;
}

div.product_info div:nth-child(odd) {
  background-color: #f1f1f1;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

div.product_info .content {
  overflow: hidden;
}

div.product_info .content img {
  float: left;
  margin-right: 20px;
  width: 120px;
  height: 120px;
}

div.product_info img {
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

div.product_info div.more {
  text-align: center;
}

div.product_info div.more img {
  width: 80px;
  height: 80px;
  margin: 5px 10px 0 0;
}

table.product_info img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}