﻿.prizes {
  width: 900px;
  overflow: hidden;
  #padding-bottom: 19px;
}
.featuredPrizeContainer,
.prizeContainer {
  text-align: center;
  cursor: pointer;  
  border-bottom: solid 1px #ABABAB;
  margin-right: 20px;
  float: left;
  margin-bottom: 19px;
}
.featuredPrizeContainer {
  height: 270px;
  width: 210px;
}
.prizeContainer {
  height: 224px;
  width: 164px;
}


.featuredPrizeImg {
  height: 210px;
  width: 210px;
  border-bottom: solid 1px #ABABAB;
  line-height: 164px;
}
.featuredPrizeImg img {
  max-height: 210px;
  max-width: 210px;
  _width: expression(this.width > 210 ? "210px" : true);
  vertical-align:middle;  
  line-height: 210px;  
}
.prizeImg {
  height: 164px;
  width: 164px;
  border-bottom: solid 1px #ABABAB;
  line-height: 164px;  
  font-size: 1px;  
}
.prizeImg img {
  max-height: 164px;
  max-width: 164px;
  _width: expression(this.width > 164 ? "164px" : true);
  vertical-align:middle;  
  line-height: 164px;  
}
.prizeName {
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  width: 100%;
  display: block;
  text-decoration: none;
  line-height: 150%;
  color: #000000;
  margin-top: 6px;
}
.prizeName:hover {
  text-decoration: underline;
}
.buckAmount {
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  line-height: 150%;
}
.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: #FFFFFF;
}
.sectionHeaderContentF  {
  background-image: url(../images/bkd-feature-category.gif);
  color: #FFFFFF;
}

