input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #515a5f;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover,
a:focus {
  color: #1062a1;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
th,
td {
  line-height: 1.53846154;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #dddddd;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #ffcc00;
}
.red {
  color: #cc0000;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.homepage .button,
.noo_jshop_list_products .button_buy,
#login-form .btn,
.noo_jshop_information_detail .button_buy,
#jshop_review_write .validate,
div.itemCommentsForm form input#submitCommentButton,
.noo_jshop_login .noo_login_detail .button,
.noo_jshop form .button,
.noo_jsadress .button,
#payment_form .button,
#shipping_form .button,
table.jshop .button {
  -webkit-box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0 24px;
  font-size: 13px;
  font-weight: bold;
  text-shadow: none;
  border: 0 none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #ffffff;
  cursor: pointer;
  background-color: #1062a1;
  height: 44px;
  line-height: 44px;
  display: inline-block;
}
.homepage .button:hover,
.noo_jshop_list_products .button_buy:hover,
#login-form .btn:hover,
.noo_jshop_information_detail .button_buy:hover,
#jshop_review_write .validate:hover,
div.itemCommentsForm form input#submitCommentButton:hover,
.noo_jshop_login .noo_login_detail .button:hover,
.noo_jshop form .button:hover,
.noo_jsadress .button:hover,
#payment_form .button:hover,
#shipping_form .button:hover,
table.jshop .button:hover,
.homepage .button:focus,
.noo_jshop_list_products .button_buy:focus,
#login-form .btn:focus,
.noo_jshop_information_detail .button_buy:focus,
#jshop_review_write .validate:focus,
div.itemCommentsForm form input#submitCommentButton:focus,
.noo_jshop_login .noo_login_detail .button:focus,
.noo_jshop form .button:focus,
.noo_jsadress .button:focus,
#payment_form .button:focus,
#shipping_form .button:focus,
table.jshop .button:focus {
  background: #178ce7;
  color: #ffffff;
  outline: 0;
}