.hidden, .noscreen {
  display: none;
}

.clearer {
  clear: both;
}

.error {
  color: red;
  font-weight: bold;
}

.dottop {
  background: url(../images/dots_grey.gif) repeat-x top left;
  margin-right: 6px;
  padding-top: 4px;
  font-size: 1.1em!important;
}

.productheading {
	margin: 0;
	padding: 0;
	padding-top: 8px;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  padding-left: 8px;
}

.notop {
  margin-top: 0px;
}

.headerblockOLD {
  height: 21px;
  padding-top: 19px;
  padding-left: 10px;
  background: url(../images/bg_bar_horiz.gif) repeat-x;
}
.headerblock {
  height: 25px;
  width: 726px;
  padding-top: 13px;
  padding-left: 10px;
  background: url(../images/bg_bar_horizontal.gif) no-repeat;
}
.headerblockSmall {
  height: 25px;
  width: 362px;
  padding-top: 13px;
  padding-left: 10px;
  background: url(../images/bg_bar_horizontaSmalll.gif) center no-repeat;
}
.headerblockSmall2 {
  height: 25px;
  width: 344px;
  padding-top: 13px;
  padding-left: 10px;
  background: url(../images/bg_bar_horizontaSmalll2.gif) no-repeat;
}
.headerblock strong {
  letter-spacing: 1px;
  font-size: 1.1em;
}

.dotbottom {
  background: url(../images/dots_grey.gif) repeat-x bottom left;
  padding-bottom: 8px;
}

.orderstepright {
  width: 150px;
  padding-left: 12px;
  float: right;
  background: url(../images/dots_grey_v.gif) repeat-y top left;
  overflow: hidden;
}

.shadedbox {
  padding: 5px 20px;
  width: 694px;
  background: #e5e5e5 url(../images/bg_shadedbox_bottom.gif) no-repeat bottom center;
}
.shadedboxSmall {
  padding: 5px;
  margin-left:1px;
  width: 360px;
  background: #e5e5e5 url(../images/glassbot.gif) no-repeat bottom center;
}



div#rangeGallery {
  background-color: #989E9F;
  width: 728px;
  height: 69px;
  margin-top: 10px;
}

div#rangeGallery div#leftArrow, div#rangeGallery div#rightArrow {
  float: left;
  width: 26px;
  height: 105px;
  background-color: #353834;
  text-align: center;
}

div#rangeGallery div#leftArrow img, div#rangeGallery div#rightArrow img {
  margin-top: 50px;
}

div#rangeGallery div#rightArrow {
  float: right;
}

div#rangeGallery div#galleryImages {
  float: left;
  width: 640px;
  padding: 18px;
  /*_padding-bottom: 16px;*/
  height: 69px;
  background-color: #989E9F;
  text-align: center;
}

div#galleryImages img {
  margin-right: 7px;
}


td.miniselect select {
  width: 100px!important;
}

#maincontent span.show-configurator
{
	text-decoration: underline;
}

#maincontent span.show-configurator sup
{
	color: #f00;
	text-decoration: none;
	text-transform: uppercase;
}