.homepage_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.homepage_title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.homepage_sidebar_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.homepage_sidebar_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  margin: 0px;
  margin-top: 5px;
  padding: 0px;
}
.homepage_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.homepage_featured {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  text-decoration: none;
}
.no_underline {
  text-decoration: none;
}
.table_border {
  border-top: 1px solid #D1DEEF;
  border-bottom: 1px solid #D1DEEF;
}
.sidebar_related_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.sidebar_related_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tabs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
	top: -2px;
}
.subtab_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
	top: -2px;
}
.subtab_off {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
	top: -2px;
}
.sidebar_subcat_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.sidebar_subcat_off {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.puzzle_list_thumb {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 128px;
  height: 123px;
  z-index:1;
}


.productItem {
  display: block;
  float: left;
  width: 126px;
  height: 195px;
  overflow: hidden;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 4px;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}

.productItem .difficulty {
  height: 15px;
  width: auto;
  display: block;
  padding: 6px 12px;
}

.productItem .productThumb {
  width: 100%;
  height: 127px;
  display: block;
}

.productItem .productTitle {
  display: block;
  width: auto;
  height: 37px;
  padding: 2px 8px;
  overflow: hidden;
  vertical-align: middle;
}

.productItem a.difficulty_0 {
  color: #000000;
  text-decoration: none;
  background-image: none;
}
.productItem.difficulty_0 {
  background-color: #D8D8D8;
  color: #000000;
  background-image: url(images/level_0.GIF);
}

.productItem a.difficulty_5 {
  color: #FFFFFF;
  text-decoration: none;
  background-image: none;
}
.productItem.difficulty_5 {
  background-color: #0011FF;
  color: #FFFFFF;
  background-image: url(images/level_5_6.GIF);
}

.productItem a.difficulty_6 {
  color: #FFFFFF;
  text-decoration: none;
  background-image: none;
}
.productItem.difficulty_6 {
  background-color: #0011FF;
  color: #FFFFFF;
  background-image: url(images/level_5_6.GIF);
}

.productItem a.difficulty_7 {
  color: #FFFFFF;
  text-decoration: none;
  background-image: none;
}
.productItem.difficulty_7 {
  background-color: #A100FF;
  color: #FFFFFF;
  background-image: url(images/level_7.GIF);
}

.productItem a.difficulty_8 {
  color: #000000;
  text-decoration: none;
  background-image: none;
}
.productItem.difficulty_8 {
  background-color: #FFD700;
  color: #000000;
  background-image: url(images/level_8.GIF);
}

.productItem a.difficulty_9 {
  color: #FFFFFF;
  text-decoration: none;
  background-image: none;
}
.productItem.difficulty_9 {
  background-color: #FF0000;
  color: #FFFFFF;
  background-image: url(images/level_9.GIF);
}

.productItem a.difficulty_10 {
  color: #000000;
  text-decoration: none;
  background-image: none;
}
.productItem.difficulty_10 {
  background-color: #53CB34;
  color: #000000;
  background-image: url(images/level_10.GIF);
}

.productItem .sold_out_overlay {
  position: absolute;
  top: 107px;
  left: 28px;
  width: 70px;
  height: 63px;
  display: block;
  text-indent: -1000px;

  display: block;
  background-image: url(images/sold_out_overlay.png);
  background-repeat: no-repeat;
  z-index: 92;

  _background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sold_out_overlay.png', sizingMethod='crop');
}

.productItem .specials_overlay {
  position: absolute;
  top: 23px;
  display: block;
  text-align: center;
  left: 0px;
  width: 94px;
  margin: 0px 1px;
  padding-left: 30px;
  height: 20px;
  padding-top: 4px;
  background-image: url(images/sale_overlay.png);
  background-position: center left;
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: red;
  z-index: 100;
  white-space: nowrap;
  color: #bc141b;

  _background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sale_overlay.png', sizingMethod='crop');
}

.productItem .new_overlay {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(images/new_overlay.PNG);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99;
  text-indent: -1000px;
  _background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/new_overlay.PNG', sizingMethod='crop');
}


.reviews {
  margin-top: 10px;
  border-top: 2px solid silver;
  border-bottom: 2px solid silver;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.review h3 {

}

.reviews p {
}

.reviews .help {
  font-size: 10px;
}

.reviews textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}



