html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, hr,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
button, input[type="text"], input[type="password"], textarea, select {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

a {
  text-decoration: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  height: 100%;
  min-width: 1000px;
  line-height: normal;
  cursor: default;
}

:focus {
  outline: none;
}

blockquote, q {
  quotes: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
}

th, td {
  vertical-align: top;
}

address, cite {
  font-style: normal;
}

ol, ul, menu {
  list-style: none outside none;
}

li {
  display: block;
}

input {
  -webkit-appearance: none;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

sup, sub {
  position: relative;
  font-size: 0.58em;
  line-height: 1em;
}

sup {
  top: -0.6em;
}

sub {
  top: 0.6em;
}

a, button {
  cursor: pointer;
}

textarea {
  overflow: auto;
  resize: none;
}

input[type="file"] {
  margin: 0;
}

select {
  border: 1px solid;
}

input[type="radio"],
input[type="checkbox"] {
  vertical-align: text-top;
  position: relative;
  top: -0.2em;
  margin: 3px 3px 3px 0;
}

big {
  font-size: larger;
}

small {
  font-size: smaller;
}

*+html img {
  -ms-interpolation-mode: bicubic;
}

::-ms-clear {
  display: none;
}

button::-moz-focus-inner {
  padding:0;
  border:0;
}

article, aside, figcaption, figure, footer, header, hgroup, mark, nav, section, time {
  display: block;
}

/* Predefined Classes *********************************************************/
.e-heading {
  display: block;
}

ul.st-reset {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

ul.st-reset > li {
  margin: 0;
  padding: 0;
  background: none;
}

.st-nobr {
  white-space: nowrap;
}

.st-invisible {
  position: absolute !important;
  display: block !important;
  visibility: hidden !important;
  z-index: -1000 !important;
}

.st-clear {
  *zoom: 1;
}

.st-clear:before,
.st-clear:after {
  content: " ";
  display: table;
}

.st-clear:after {
  clear: both;
}

.clear {
  box-sizing: content-box !important;
  clear: both;
}

.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

#body-container,
#body-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.catalog-detail .image .indent img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}