p, dl, multicol {
  display: block;
  margin: 0;
  margin-bottom: 1em;
}

dd {
  display: block;
  -moz-margin-start: 40px;
}

blockquote {
  display: block;
  margin: 1em 40px;
  margin-top: 0;
}

address {
  display: block;
  font-style: italic;
}

center {
  display: block;
  text-align: -moz-center;
}

blockquote[type=cite] {
  display: block;
  margin: 0px;
  margin-bottom: 1em;
  -moz-padding-start: 1em;
  -moz-border-start: solid;
  border-color: blue;
  border-width: thin;
}

span[_moz_quote=true] {
  color: blue;
}

pre[_moz_quote=true] {
  color: blue;
}

h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin: 0;
  margin-bottom: .67em;
}

h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  margin-bottom: .83em;
}

h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin: 0;
  margin-bottom: 1em;
}

h4 {
  display: block;
  font-weight: bold;
  margin: 0;
  margin-bottom: 1.33em;
}

h5 {
  display: block;
  font-size: 0.83em;
  font-weight: bold;
  margin: 0;
  margin-bottom: 1.67em;
}

h6 {
  display: block;
  font-size: 0.67em;
  font-weight: bold;
  margin: 0;
  margin-bottom: 2.33em;
}

listing {
  display: block;
  font-family: -moz-fixed;
  font-size: medium;
  white-space: pre;
  margin: 1em 0;
}

#frmStorefront label {
	display: block;
	padding-left: 170px;
	position: relative;
}
#frmStorefront label span {
	display: block;
	width: 165px;
	text-align: right;
	position: absolute;
	left: 0px;
	top: 4px;
}
#frmStorefront fieldset label {
	padding-left: 162px;
}
#frmStorefront fieldset label span {
	width: 157px;
}
* html #frmStorefront label span {
	left: -170px;
}
* html #frmStorefront fieldset label span {
	left: -162px;
}
.cms_gallery1 caption {
	display: none;
}
.cms_gallery1 .cms_galleryslides a {
	display: inline-block;
	width: 150px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #000000;
	background-color: #ffffff;
}

label.cms_validationcode, label.cms_validationcode * {
	display: block;
	visibility: hidden;
	height: 0px;
	overflow-y: hidden;
}

#pay_creditcard, #pay_paypal { cursor: pointer; }

span.cms_minicart { display: inline-block; padding: .2em 1em; border: 1px solid transparent; }
* html span.cms_minicart { border-color: pink; filter: chroma(color=pink); }
a.cms_minicart { display: inline-block; font-weight: bold; border: 1px solid; padding: .2em; text-decoration: none; }

.cms_boxshadow {
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000;
	box-shadow: 2px 2px 10px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=6)";
	filter: progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=6);
}
* html .cms_boxshadow {
	-ms-filter: none;
	filter: none;
}
