html {
  height: 100%;
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
body {
  font-size: 90%;
  font-family: Arial;
  color: #333;
  background-color: #eeeeee;
  line-height: 150%;
}
body {
  margin: 0;
  padding: 0;
  background-color: #e6e6e6;
  height: 100%;
}
#head {
  background-color: #69c;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  padding: 0 15px 0 15px;
}
div#container {
  margin: 0 auto;
  max-width: 500px;
  min-height: 100%;
  padding: 10px 15px 20px 15px;
  background-color: #eeeeee;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
div#main {
  margin: 0 auto;
  padding-bottom: 30px;
}
#footer {
  height: 30px;
  padding-top: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  width: 100%;
  border-top: 1px solid #ccc;
  color: #999;
  font-size: 90%;
  text-align: right;
}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer li {
  display: inline;
  list-style-type: none;
  padding-left: 10px;
}
#footer a {
  color: #666;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
#footer a:hover {
  text-decoration: underline;
}
div.logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 150px;
}
div.logo h1 {
  font-size: 40px;
  text-shadow: 0 1px 0 #ffffff;
  font-family: Helvetica;
  margin: 0;
  padding: 0;
  color: #000;
}
div.logo p.logo {
  font-family: Helvetica;
  font-size: 11px;
  text-shadow: 0 1px 0 #ffffff;
  margin: 0;
  margin-top: 3px;
  margin-right: 3px;
  padding: 0;
  text-align: right;
}
h2 {
  color: #000;
  font-size: 120%;
  padding-bottom: 5px;
  border-bottom: 1px solid #cdcdcc;
  text-shadow: 0 1px 0 #ffffff;
}
h3 {
  color: #000;
  font-size: 110%;
  padding: 3px;
  border-bottom: 1px solid #ccc;
  text-shadow: 0 1px 0 #ffffff;
}
.minibutton {
  outline: none;
  color: #333;
  border: 1px solid #d4d4d4;
  border-bottom-color: #bcbcbc;
  display: inline-block;
  padding: 0 10px 0 10px;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #eaeaea;
  background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
  background-image: moz-linear-gradient(#fafafa, #eaeaea);
  background-image: linear-gradient(#fafafa, #eaeaea);
  background-repeat: repat-x;
}
.minibutton:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  border-color: #518cc6;
  border-bottom-color: #2a65a0;
  background-color: #3072b3;
  background-image: -webkit-linear-gradient(#599bdc, #3072b3);
  background-image: moz-linear-gradient(#599bdc, #3072b3);
  background-image: linear-gradient(#599bdc, #3072b3);
  background-repeat: repat-x;
}
a.minibutton {
  text-decoration: none;
}
.pagination {
  color: #3d3d3d;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination li {
  list-style-type: none;
  display: inline;
  padding-bottom: 1px;
}
.pagination li.current-page {
  font-weight: bold;
  padding: 5px 9px;
  background-color: #3072b3;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pagination a,
.pagination a:visited {
  padding: 5px 8px;
  text-decoration: none;
  background-color: inherit;
  color: #3072b3;
  font-weight: bold;
}
.pagination a:hover,
.pagination a:active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  background-color: #3072b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input[type="text"] {
  font-size: 1em;
  padding: 4px;
  border: 1px solid #cdcdcc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
input[type="submit"] {
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  padding: 2px 10px;
  border: 1px solid #518cc6;
  border-bottom-color: #2a65a0;
  color: #fff;
  vertical-align: middle;
  background-color: #3072b3;
  background-image: -webkit-linear-gradient(#599bdc, #3072b3);
  background-image: moz-linear-gradient(#599bdc, #3072b3);
  background-image: linear-gradient(#599bdc, #3072b3);
  background-repeat: repat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
textarea {
  margin-top: 10px;
  word-break: break-all;
  font-size: 80%;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
div.search-form select {
  padding: 3px 10px;
  border: 1px solid #cdcdcc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  width: 100px;
}
div.search-form input[type="text"] {
  width: 120px;
}
#button-menu {
  margin-top: 10px;
  text-align: right;
}
p.region {
  color: #999;
  text-align: right;
  font-size: 80%;
  text-shadow: 0 1px 0 #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
p.region select {
  border: 1px solid #ccc;
}
.home {
  text-align: center;
  margin-top: 30px;
}
p.introduction,
p.guide {
  font-size: 90%;
  margin-bottom: 0.5em;
}
p.introduction a,
p.guide a {
  text-shadow: 0 1px 0 #ffffff;
}
p.note {
  font-size: 90%;
  margin-top: 0;
  margin-bottom: 0;
}
p.note a {
  text-decoration: none;
}
p.note a:hover {
  text-decoration: underline;
}
p.tips {
  font-size: 80%;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 20px;
}
.search-result {
  padding-top: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
}
.result-image {
  float: left;
  width: 70px;
}
.result-image img {
  border: none;
}
.result-info {
  float: left;
  margin-left: 10px;
}
.result-name {
  font-weight: bold;
}
.result-label {
  font-weight: bold;
}
.result-price {
  font-weight: bold;
  color: #900;
}
.result-foot {
  clear: both;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
.result-foot img {
  border: 0px;
}
#result-pager {
  text-align: center;
  word-spacing: 3px;
  margin: 10px;
}
.result-pager-current {
  font-weight: bold;
  color: #900;
}
.result-head {
  clear: both;
}
h2.result-head span {
  font-size: 80%;
  font-weight: normal;
  text-shadow: 0 0 0 #ffffff;
}
.footer-menu {
  font-size: 90%;
  margin: 3px;
}
.footer-menu-mini {
  margin: 3px;
  text-align: right;
}
.menu-tips {
  margin-top: 5px;
}
table.item p {
  margin: 2px;
  padding: 0;
  font-size: 90%;
}
table.item p.title {
  font-size: 100%;
  font-weight: bold;
}
.hint {
  font-size: 90%;
  background: #f9f9f9;
  border: 1px solid #ccc;
  margin: 30px 10px 20px 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.hint li {
  margin-bottom: 10px;
}
.logo-image {
  border: none;
}
.logo-mini {
  float: left;
  width: 120px;
}
div.facebook-footer {
  text-align: center;
}
p.bookmarklet-code {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
p.bookmarklet-code a {
  background-color: #f9f9f9;
  padding: 7px;
  border: 1px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.guest {
  font-weight: bold;
  text-shadow: 0 1px 0 #ffffff;
}
.associate_id {
  font-weight: bold;
  color: #900;
  text-shadow: 0 1px 0 #ffffff;
}
.error {
  padding: 10px;
  background: #f0f0c0;
  border: 1px solid #000;
  margin: 10px;
  color: #cc0000;
  font-weight: bold;
  margin-bottom: 30px;
}
