.sectionHeaderShadow {
  float: left;
  width: 1px;
  height: 18px;
  font-size: 0px;
  margin: 1px 0;
  background-color: #000000;
} 
.sectionHeaderContent,
.sectionHeaderContentF  {
  background-repeat: repeat-x;    
  float: left;
  width: 898px;
  text-indent: 18px;
  padding-top: 2px;
  line-height: 16px;
  height: 18px;
  font-size: 12px;
  font-weight: bold;
  font-weight: bold;
  text-transform: uppercase;
}
.sectionHeaderContent  {
  background-image: url(../images/bkd-prize-category.gif);
  color: #1C1C1C;
}
.sectionHeaderContentF  {
  background-image: url(../images/bkd-feature-category.gif);
  color: #FFFFFF;
}
.imgDetail {
	width: 271px;
	height: 271px;
    float: left;
	border-top: 1px solid #ABABAB;
	border-bottom: 1px solid #ABABAB;	
    cursor: pointer;
	margin-right:20px;
}

.imgDetail img {
    max-width: 271px;
    max-height: 271px;
    _width: expression(this.width > 271 ? "271px" : true);
}
.prizeMiddle {
    width: 310px;
    float: left;
    margin-right: 67px;
}

.prizeTitle {
  width: 100%;
  height: 30px;
  line-height: 30px;  
  font-size: 13px;
  font-weight: bold;
  border-top: solid 1px #ABABAB;
  border-bottom: solid 1px #ABABAB;
}

.prizeDescription {
    font-size: 11px;
    font-weight: bold;
    margin: 10px 0;
    line-height: 150%;
}

.prizeDescription  i {
  font-size: 11px;
}

.currentPoints {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 16px;
}
.cost {
    font-size: 13px;
    font-weight: bold;
}

.prizeCost {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 22px;
}
#zoom {
	position: absolute;
	border: 1px solid #4C4C4C;
	background: url(../images/zoomBkd.jpg) left top repeat-x;
	width: 434px;
	height: 434px;
	padding: 20px;
	z-index: 1;
	margin: -10px 0 0 -450px;
	left: 50%;
}
#zoom .close {
	position: absolute;
	margin: -20px 0 0 424px;
	width: 10px;
	font-weight: bold;
	cursor: pointer;
}
#zoom .image {
	border: 1px solid #000000;
	padding: 1px;
	width: 430px;
	height: 430px;
	background-color: #FFFFFF;
}
