/* wine detail
---------------------------------------------------------- */
  #middlecol #scores {
    overflow: hidden;
    clear: both;
  }
    #middlecol #scores .score {
      float: left;
      font-size: 65px;
      line-height: 49px;
      color: #C8C3B6;
      margin-right: 50px;
    }
      #middlecol #scores .score .attribution {
        display: block;
        font-size: 11px;
        color: #5F5F5F;
        text-transform: uppercase;
      }
 
 
/* winegroup
---------------------------------------------------------- */
  .winegroup {
      margin-bottom: 3em;
      overflow: auto;
      clear: both;
  }
  .winegroup a {
    color: #C08803;
    display: block;
    font-size: 1.3em;
  }
  .winegroup .winelabel {
    float: right;
  }
  .winegroup .winedescription {
    float: left;
    width: 260px;
  }
  .winegroup .winedescription p {
    margin-bottom: 0;
  }


/* winegroup
---------------------------------------------------------- */
  #weather-summaries .icon {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 36px;
    font-size: 1.1em;
    color: #4D4D4D;
    line-height: 24px;
  }
  #weather-summaries .iconcool { background-image: url("../images/weather-icon-cool.gif"); }
  #weather-summaries .iconcoolvariable { background-image: url("../images/weather-icon-coolvariable.gif"); }
  #weather-summaries .icontemperate { background-image: url("../images/weather-icon-temperate.gif"); }
  #weather-summaries .iconhot { background-image: url("../images/weather-icon-hot.gif"); }
  
  #weather-summaries #iconkey {
    border: 1px solid #EAEAEA;
    border-width: 1px 0;
    padding-top: 16px;
    margin-bottom: 24px;
  }
    #weather-summaries #iconkey .icon {
      text-transform: lowercase;
      font-style: italic;
    }
  
  #weather-summaries #yearnav {
    margin-bottom: 24px;
  }
    #weather-summaries #yearnav .headline {
      font-size: 1.7em;
      margin-bottom: 22px;
    }
    #weather-summaries #yearnav p {
      margin-bottom: 0;
    }
    #weather-summaries #yearnav a {
      margin-right: 28px;
      font-size: 1.3em;
    }
    
#rightcol #buywine {
  position: relative;
}
#rightcol #buywine a.purchase {
  position: absolute;
  bottom: 26px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #FFF;
  text-decoration: none;
  font-size: 1.2em;
  font-family: garamond, serif;
  text-transform: uppercase;
  font-weight: bold;
}
#rightcol #buywine a.purchase:hover {
  color: #8D5F09;
}