/* 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;
}

/* wine locator */

#locator_search input {float:left;}

#locator_city {color:#8e8e8e;font-family:georgia, serif;font-size:13px;line-height:13px;padding:2px 5px;width:220px;margin:5px 15px 0 10px;}

	#locator_distance {float:left;width:120px;margin-bottom:5px;}

	#distancemenu {width:120px;}

#locator_search .shadowbutton {margin-left: 14px;}

#disclaimer {float:left;margin-top:30px;padding:10px;border-top:1px solid #e1e1e1;}
	#disclaimer h4 {text-transform:uppercase;font-size:13px;color:#404040;margin-bottom:5px;}


#locator_results {position:relative;float:left;width:394px;}

	a#back {font-size:13px;position:absolute;right:0;top:44px;}

	.locator_pagination {clear:both;font-size:13px;padding:10px 0;border-top:1px solid #e1e1e1;}
		.locator_pagination ul {float:right;display:inline;margin:0;}
		.locator_pagination ul li {float:left;padding:0 3px;}

		.locator_pagination p {float:left;font-size:13px;display:inline;margin:0;}

#locator_key {float:left;width:378px;clear:both;padding:4px 8px 8px;border-top:1px solid #e1e1e1;font-size:13px;background:#f1f1f1;margin-bottom:15px;}
	#locator_key input {margin-left:10px}
	#locator_key label {}
	#locator_key img {position:relative;top:4px;margin-left:5px;}

.location {float:left;width:364px;padding:5px 15px 20px 30px;}

	.location h3 {font-size:13px;text-transform:uppercase;margin:0 0 5px;color:#404040;}
		.location h3 span {text-transform:none;color:#979797;}
	.location p {font-size:13px;margin:0 0 5px;}
	.location a {padding:0 4px;}
	.location ul {font-size:10px;margin:0;text-transform:uppercase;color:#404040;}
	.location .phone {font-size:12px;padding-right:4px;}

	.retailer 	{background:url('../images/wines/locator/icon_retailer.png') 0 6px no-repeat;}
	.restaurant	{background:url('../images/wines/locator/icon_restaurant.png') 0 6px no-repeat;}
