selector vs find (v16)

Revision 16 of this benchmark created on


Preparation HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Wines of 'Cabernet Sauvignon' - CellarTracker</title>
<meta property="og:title" content="Wines of 'Cabernet Sauvignon'" />
<meta property="og:url" content="http://www.cellartracker.com/list.asp?table=List&amp;amp;Varietal=Cabernet+Sauvignon&amp;amp;Appellation=Napa+Valley&amp;amp;fInStock=0" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://sc.cellartracker.com/_img/1358364726/ct_250.png" />
<meta property="og:description" content="CellarTracker is the world's largest collection of wine reviews, tasting notes and personal stories from people who love wine." />
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<link rel="shortcut icon" href="/favicon2.ico" />
<link rel="stylesheet" href="//sc.cellartracker.com/_inc/css/1362523888/ct.min.css" type="text/css" />
<link rel="stylesheet" href="//sc.cellartracker.com/_inc/css/1362523888/print.min.css" type="text/css" media="print" />
<script type="text/javascript">WebFontConfig = { google: { families: [ 'Volkhov:400,700:latin' ] } };(function() {  var wf = document.createElement('script');  wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +  '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';  wf.type = 'text/javascript';  wf.async = 'true';  wf.onerror = function() { document.getElementsByTagName('html')[0].className += 'wf-inactive'; };  var s = document.getElementsByTagName('script')[0];  s.parentNode.insertBefore(wf, s);})();</script><script type="text/javascript" src='/_inc/js/1362761033/ct.min.js' charset="windows-1252"></script>
</head>
<body class="jshovercard jsguest jsfilter jsstickytable jslist jslistpanel">
<div style='display:none' id='sbbhscc'></div><script type="text/javascript">sbbvscc=''; sbbgscc='; function genPid() {return String.fromCharCode(66)+String.fromCharCode(77); }';</script><div id='sbbfrcc' style='position: absolute; top: -10px; left: -3px; font-size:1px'></div><script type="text/javascript"> function sbbgc( check_name ) { var start=document.cookie.indexOf(check_name+"="); var oVal=''; var len=start+check_name.length+1; if((!start)&&(document.cookie.substring(0,check_name.length)!=check_name)){ oVal=''; } else if(start==-1){ oVal=''; } else { var end=document.cookie.indexOf(';',len); if(end==-1)end=document.cookie.length; var oVal=document.cookie.substring(len,end); }; return oVal; } function addmg(inm,ext){ var primgobj = document.createElement ('IMG'); primgobj.src = "/sbbi/?sbbpg="+inm+(ext?"&"+ext:""); var sbbDiv = document.getElementById('sbbfrcc'); sbbDiv.appendChild (primgobj); }; function addprid(prid){ var oldVal=sbbgc("PRLST"); if((oldVal.indexOf(prid)==-1)&&(oldVal.split('/').length<5)){ if(oldVal!='')oldVal+='/'; document.cookie='PRLST='+oldVal+escape(prid)+'; path=/; domain=.cellartracker.com'; } } var sbbeccf = function () { this.sp3 = "jass"; this.sf1 = function (vd) { return sf2(vd)+32; }; var sf2 = function (avd) { return avd*12; }; this.sf4 = function (yavd) { return yavd+2; }; var strrp = function (str, key, value) { if (str.indexOf('&' + key + '=') > -1 || str.indexOf(key + '=') == 0) { var idx = str.indexOf('&' + key + '='); if (idx == -1) idx = str.indexOf(key + '='); var end = str.indexOf('&', idx + 1); var newstr; if (end != -1) newstr = str.substr(0, idx) + str.substr(end + (idx ? 0 : 1)) + '&' + key + '=' + value; else newstr = str.substr(0, idx) + '&' + key + '=' + value; return newstr; } else return str + '&' + key + '=' + value; }; var strgt = function(name, text) { if (typeof text != 'string') return ""; var nameEQ = name + "="; var ca = text.split(/[;&]/); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') c = c.substring(1, c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length); } return ""; }; this.sfecds = { f:function(name, value) { try { if (window.openDatabase) { var database = window.openDatabase("sqlsbbec", "1.0", "sbbecce", 200000); if (!database) { return ""; } if (typeof(value) != "undefined") database.transaction(function(tx) { tx.executeSql("CREATE TABLE IF NOT EXISTS cache(" + "id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, " + "name TEXT NOT NULL, " + "value TEXT NOT NULL, " + "UNIQUE (name)" + ")", [], function (tx, rs) { }, function (tx, err) { }); tx.executeSql("INSERT OR REPLACE INTO cache(name, value) VALUES(?, ?)", [name, value], function (tx, rs) { }, function (tx, err) { }) }); else { database.transaction(function(tx) { tx.executeSql("SELECT value FROM cache WHERE name=?", [name], function(tx, result1) { if (result1.rows.length >= 1) localStorage.setItem (name,result1.rows.item(0)['value']); }, function (tx, err) { }) }); } } } catch(e) { } return ""; }, name:"sbbrf" }; this.sfecw = { f:function(name, value) { var fv=""; try { if (typeof(value) != "undefined") window.name = strrp(window.name, name, value); else fv = strgt(name, window.name); } catch(e) { } return fv; }, name:"sbbrf" }; this.sfecud = { f:function(name, value) { var fv=""; try { var elm = document.getElementById('sbbfrcc'); elm.style.behavior = "url(#default#userData)"; if (typeof(value) != "undefined") { elm.setAttribute(name, value); elm.save(name); } else { elm.load(name); fv=elm.getAttribute(name); } } catch(e) { } return fv; }, name:"sbbrf" }; this.sfecgs = { sbbgh:function() { var domain = document.location.host; if (domain.indexOf('www.') == 0) domain = domain.replace('www.', ''); return domain; }, f:function(name, value) { var fv=""; if (window.globalStorage) { var host = this.sbbgh(); try { if (typeof(value) != "undefined") globalStorage[host][name] = value; else { fv=globalStorage[host][name]; if (typeof (fv.toString)!="undefined") fv=fv.toString(); } } catch(e) { } } return fv; }, name:"sbbrf" }; this.sfecls = { f:function(name, value) { var fv=""; try { if (window.localStorage) { if (typeof(value) != "undefined") localStorage.setItem(name, value); else { fv=localStorage.getItem(name); if (typeof (fv.toString)!="undefined") fv=fv.toString(); } } } catch (e) { } return fv; }, name:"sbbrf" }; this.sbbcv = function (invl) { try { var invalArr = invl.split("-"); if (invalArr.length>1) { if (invalArr[0]=="A"||invalArr[0]=="D") { invl=invalArr[1]; } else invl=""; } if (invl==null||typeof(invl)=="undefined"||invl=="falseImgUT"||invl=="undefined"||invl=="null"||invl!=encodeURI(invl)) invl=""; if (typeof(invl).toLowerCase()=="string") if (invl.length>20) if (invl.substr(0,2)!="h4") invl=""; } catch (ex) { invl=""; } return invl; }; this.sbbsv = function (fv) { for (var elm in this) { if (this[elm].name=="sbbrf") { this[elm].f("altutgv2",fv); } } document.cookie = "UTGv2="+fv+'; expires=Tue, 31 Dec 2030 00:00:00 UTC; path=/; domain=.cellartracker.com'; }; this.sbbgv = function() { var valArr=Array(); var currVal=""; for (var elm in this) { if (this[elm].name=="sbbrf") { currVal = this[elm].f("altutgv2"); currVal = this.sbbcv(currVal); if (currVal!="") valArr[currVal]=(typeof(valArr[currVal])!="undefined"?valArr[currVal]+1:1); } } var lb=0; var fv=""; for (var val in valArr) { if (valArr[val]>lb) { fv = val; lb=valArr[val] } } if (fv=="") fv=sbbgc("UTGv2"); fv = this.sbbcv(fv); if (fv!="") this.sbbsv (fv); else this.sbbsv("A-h4e9bc8122d57d2cfcb84686186432c68928-94a12a82a22a47a34a123a30a3a3a75a3a24a82a2a81a73a82a90a8a"); return fv; }; }; function m2vr(m1,m2) { var i=0; var rc=""; var est = "ghijklmnopqrstuvwyz"; var rnum; var rpl; var charm1 = m1.charAt(i); var charm2 = m2.charAt(i); while (charm1!=""||charm2!="") { rnum = Math.floor(Math.random() * est.length); rpl = est.substring(rnum,rnum+1); rc +=(charm1==""?rpl:charm1)+(charm2==""?rpl:charm2); i++; charm1 = m1.charAt(i); charm2 = m2.charAt(i); } return rc; } function sbbls(prid) { try { var eut = sbbgc("UTGv2"); sbbeccfi = new sbbeccf(); sbbgs=sbbeccfi.sbbgv(); if (eut!=sbbgs && sbbgs!="" && typeof(sbbfcr)=="undefined") { addmg('utMedia',"vii="+m2vr("33d273cba7f6c80a8f62959dddc3de54",sbbgs)); } var sbbiframeObj = document.createElement ('IFRAME'); var dfx=new Date(); sbbiframeObj.id = 'SBBCrossIframe'; sbbiframeObj.style.border='0px'; if (document.all) { sbbiframeObj.style.position='absolute'; sbbiframeObj.style.top='-1px'; sbbiframeObj.style.height='1px'; sbbiframeObj.style.width='28px'; } else { sbbiframeObj.style.height='1px'; sbbiframeObj.style.width='0px'; } sbbiframeObj.scrolling="NO"; sbbiframeObj.src = '/sbbi/?sbbpg=sbbShell&gprid='+prid+''; var sbbDiv = document.getElementById('sbbfrcc'); sbbDiv.appendChild (sbbiframeObj); } catch (ex) { alert (ex.message); } } try{ y=unescape(sbbvscc.replace(/^<\!\-\-\s*|\s*\-\->$/g,'')); document.getElementById('sbbhscc').innerHTML=y; x=unescape(sbbgscc.replace(/^<\!\-\-\s*|\s*\-\->$/g,'')); } catch(e){ x='function genPid() {return "jser"; }'; } try { if (window.gprid==undefined) document.write('<'+'script type="text/javascri'+'pt">'+x+"var gprid=genPid(); addprid(gprid);  sbbfcr=true;addmg('chctrlp1');sbbls(gprid);<"+"/script>"); } catch (e) { addprid("dwer"); } </script>
<div id="wrapper" class="section_search_results">
        <div id="header">
                
                <div id="topbar">
                        <ul id="main_nav">
                                <li class="home"><a href="default.asp">Home</a></li>
                                <li class="wines"><a href="wines.asp">Wines</a></li>
                                <li class="people"><a href="people.asp">People</a></li>
                                <li class="discussions"><a href="/forum/" target="forum">Discussions</a></li>
<!--                    <li class="events"><a href="#">Events</a></li> -->
                                <li class="articles"><a href="articles.asp">Articles</a></li>
                        </ul>
                        <ul id="user_nav">
                                <li class="create_account"><a href="https://www.cellartracker.com/adduser.asp">Create an Account</a></li>
                                <li><span class="text">or</span></li>
                                <li class="sign_in"><a id="login" href="https://www.cellartracker.com/password.asp?Referrer=%2Flist%2Easp%3Ftable%3DList%26Varietal%3DCabernet%2BSauvignon%26fInStock%3D0%26Appellation%3DNapa%2BValley">Sign In</a></li>
                        </ul>
                </div> <!-- End topbar -->
                
                <div id="header_group">
                        <div id="logo">
                                <a href="default.asp"><img src="//sc.cellartracker.com/_img/1361296777/ct_logo.png" width="202" height="57" alt="CellarTracker" class="hdpi" /></a>
                        </div> <!-- End logo -->
                        <div id="search">
                                <form id="search_form" action="search.asp" method="get">
        <div class="search_container">
                <div id="main_search_select" class="main_search_select dropdown hover">
                        <a id="selected_search" href='#' class="select">Wines</a>
                <ul id="faux_search">
                        <li><a id="wines_search" href='#'>Wines</a></li>
                        <li><a id="notes_search" href='#'>Tasting Notes</a></li>
                        <li><a id="people_search" href='#'>People</a></li>
                        <li><a id="forum_search" href='#'>Discussions</a></li>
                        <li><a id="articles_search" href='#'>Articles</a></li>
                        <li><a id="food_search" href='#'>Food Pairing Tags</a></li>
                        <li><a id="help_search" href='#'>Help</a></li>
                </ul>
                </div> <!-- End main_search_select -->
                <input type="hidden" id="search_section" name="QTable" value="AllWines" />
                <div id="search_input">
                        <input id="search_text" accesskey="s" name="S" autocorrect="off" autocapitalize="off" maxlength="255" />
                </div>
                <div class="search_button">
                        <input id="search_submit" type="submit" title="Search" value="" class="search_submit" />
                </div>
        </div>
<input type="hidden" name="SaveSearch" value="True" />
</form>

                                <ul id="search_actions">
                                        <li class="advanced"><a href="query.asp">Advanced Search</a></li>
                                </ul>
                        </div>
                </div>
        </div> <!-- End header -->
                        <div id="section_tools">
<input type='hidden' name='searchId' value='B94D97B9' />
<p>Search Results - <a class="saved_search action_wide auth_required" href='#'>Save This Search</a></p>
                        <ul class="display">
                                <li class="btn_sectiontools_sep"><a rel="nofollow" id="browser_print" href="#" class="input_col browser_print btn btn_sectiontools btn_l_fixed btn_left">Print</a></li>
                                <li class="space"><a class="action_wide btn btn_sectiontools btn_l_fixed btn_right" id="share_panel" href='popup/shareactions.asp?url=http%3A%2F%2Fwww%2Ecellartracker%2Ecom%2Flist%2Easp%3Ftable%3DList%26amp%3BVarietal%3DCabernet%2BSauvignon%26amp%3BAppellation%3DNapa%2BValley%26amp%3BfInStock%3D0&amp;table=List' rel="nofollow">Share</a></li>
                                <li><a id="hide_panel" href="list.asp?Classic=1&amp;table=List&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0" class="btn btn_sectiontools btn_l_fixed">Hide Side Panel</a></li>
                        </ul>
                        <div class="corner"></div>
                </div>
<div id="central"><div class="central_shell">
<div class="colD_yellow_border">
<div class="clear"></div>
<div class="colABC">
<div id="narrow_results">
        <a href='list.asp?table=List&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0' class="tab wide"><b>Narrow Results</b> <span>5,000+ Wines</span></a>
        <div id="result_options">
                <div class="select_pagination_grayyellow dropdown hover">
                        <a href="#" class="select">Summarize By...<span class="dropdown_arrow_brown"></span></a>
                        <ul>
                                <li><a class="summarize_choice" href="list.asp?Table=Varietal&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0">Varietal</a></li>
                                <li><a class="summarize_choice" href="list.asp?Table=Vintage&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0">Vintage</a></li>
                                <li><a class="summarize_choice" href="list.asp?Table=Producer&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0">Producer</a></li>
                                <li><a class="summarize_choice" href="list.asp?Table=Type&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0">Type</a></li>
                                <li><a class="summarize_choice" href="list.asp?Table=Size&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0">Size</a></li>
                                <li><a class="summarize_choice" href="list.asp?Table=Region&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0">Region</a></li>
                                <li><a class="summarize_choice" href="list.asp?Table=Location&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0">Location</a></li>
                                <li><a class="summarize_choice" href="list.asp?Table=Wine&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0">Wine</a></li>
                                <li><a class="action_wide summarize_choice" href="popup/custompivot.asp?Table=Pivot&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0">Custom&hellip;</a></li>
                                <li class="end"></li>
                        </ul>
                </div> <!-- End records select_pagination_grayyellow -->
        </div> <!-- End result_options -->
<div class="pagination">
        <ol>
                <li>
<div class="select_pagination_grayyellow dropdown hover">
        <a id="top_paging" href="#" class="select">500 <span>/</span> page <span class="dropdown_arrow_brown"></span></a>
        <ul>
                <li><a class="paging_choice" id="toppaging_10" href='#'>10</a></li>
                <li><a class="paging_choice" id="toppaging_25" href='#'>25</a></li>
                <li><a class="paging_choice" id="toppaging_50" href='#'>50</a></li>
                <li><a class="paging_choice" id="toppaging_100" href='#'>100</a></li>
                <li><a class="paging_choice" id="toppaging_250" href='#'>250</a></li>
                <li><a class="paging_choice" id="toppaging_500" href='#'>500</a></li>
                <li class="end"></li>
        </ul>
</div> <!-- End records select_pagination_grayyellow -->
                </li>
                <li>
<div class="select_pagination_grayyellow dropdown hover">
<form id="top_goto" method="get" action="list.asp">
<input type="hidden" name="table" value="List" />
<input type="hidden" name="Varietal" value="Cabernet Sauvignon" />
<input type="hidden" name="Appellation" value="Napa Valley" />
<input type="hidden" name="fInStock" value="0" />
        <a id="top_gotolink" class="select" href="#">page 1 of 11 <span class="dropdown_arrow_brown"></span></a>
        <ul class="page_jump">
                <li><label for="toppage_number">Jump to page:</label></li>
                <li>
                        <input name='Page' id="toppage_number" class="page_number" type="text" value="1" />
                        <input id="toppage_go" class="page_go btn btn_actiondark btn_xs" type="submit" value="Go" />
                </li>
                <li class="end"></li>
        </ul>
        </form>
</div> <!-- End goto select_pagination_grayyellow -->
                </li>
                <li>
        <a href="list.asp?table=List&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0&amp;Page=11" class="back"><span>Back</span></a>
        <a href="list.asp?table=List&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0&amp;Page=2" class="next"><span>Next</span></a>
                </li>
        </ol>
</div> <!-- End pagination -->
        <div id="narrow_by" style="display:none;">
                <h3 class="wide">Narrow list by:</h3>
                <ul>
                        <li><a class="action_wide" href="popup/findpicker.asp?EditField=Cost" title="Cost">Cost</a></li>
                        <li><a class="action_wide" href="popup/findpicker.asp?EditField=Country" title="Country">Country</a></li>
                        <li><a class="action_wide" href="popup/findpicker.asp?EditField=Producer" title="Producer">Producer</a></li>
                        <li><a class="action_wide" href="popup/findpicker.asp?EditField=Location" title="Location">Location</a></li>
                        <li><a class="action_wide" href="popup/findpicker.asp?EditField=Value" title="Value">Value</a></li>
                        <li><a class="action_wide" href="popup/findpicker.asp?EditField=Region" title="Region">Region</a></li>
                        <li><a class="action_wide" href="popup/findpicker.asp?EditField=Drink" title="Drink Dates">Drink Dates</a></li>
                        <li><a class="action_wide" href="popup/findpicker.asp?EditField=Bin" title="Bin">Bin</a></li>
                        <li><a class="action_wide" href="popup/findpicker.asp?EditField=Type" title="Type &amp; Color">Type &amp; Color</a></li>
                        <li><a class="action_wide" href="popup/findpicker.asp?EditField=SubRegion" title="SubRegion">SubRegion</a></li>
                        <li><a class="action_wide" href="popup/findpicker.asp?EditField=Size" title="Bottle Size">Bottle Size</a></li>
                        <li><a class="action_wide on" href="popup/findpicker.asp?EditField=Varietal" title="Variety">Variety</a><a href="search.asp?ClearField=Varietal" class="clear_filter">&#215;</a></li>
                        <li><a class="action_wide" href="popup/findpicker.asp?EditField=Vintage" title="Vintage">Vintage</a></li>
                        <li><a class="action_wide on" href="popup/findpicker.asp?EditField=Appellation" title="Appellation">Appellation</a><a href="search.asp?ClearField=Appellation" class="clear_filter">&#215;</a></li>
                        <li><a class="action_wide" href="popup/findpicker.asp?EditField=ProScore" title="Pro Review score">Pro Review score</a></li>
                        <li><a id="advanced_more" href='#'>More...</a></li>
                </ul>
        <div class="clear"></div>
        </div> <!-- End narrow_by -->
<form id="advanced_search" method='get' action='query.asp'>
<input type="hidden" name='Table' value="List" />
<input type="hidden" name="Varietal" value="Cabernet Sauvignon" />
<input type="hidden" name="Appellation" value="Napa Valley" />
<input type="hidden" name="iUserOverride" value="0" />
<input type="hidden" name="fInStock" value="0" />
<div class="location"><span class="keep_together"><h4>Variety:</h4>
<a class="action_wide" href="popup/findpicker.asp?EditField=Varietal">Cabernet Sauvignon</a><a class="clear_filter" href="search.asp?ClearField=Varietal">&#215;</a>
</span>
<span class="keep_together"><h4>Appellation:</h4>
<a class="action_wide" href="popup/findpicker.asp?EditField=Appellation">Napa Valley</a><a class="clear_filter" href="search.asp?ClearField=Appellation">&#215;</a>
</span>
<span class="keep_together"><h4>User:</h4>
<a class="action_wide" href="popup/findpicker.asp?EditField=iUserOverride">All Users</a><a class="clear_filter" href="search.asp?ClearField=iUserOverride">&#215;</a>
</span>
<span class="keep_together"><h4>In Stock Status:</h4>
<a class="action_wide" href="popup/findpicker.asp?EditField=InStock">All wines</a><a class="clear_filter" href="search.asp?ClearField=InStock">&#215;</a>
</span>
</div> <!-- End location -->
        <div class="clear"></div>
</form>
</div> <!-- End narrow_results -->
<div class="clear"></div>
<div class="table_shell">
<div class="main_table_container">
<div id="colD_on_border"></div>
<table id="main_table" class="winelist">
<tr>
        <th class="type">
                <span>Wine Type</span> 
        </th>
        <th class="name">
<a href="list.asp?O=Vintage+DESC&amp;table=List&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0">Vintage</a>
<a href="list.asp?O=SortWine&amp;table=List&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0" class="on desc">Name</a>
<a href="list.asp?O=Varietal&amp;table=List&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0">Variety</a>
        </th>
        <th class="dates">
<span class="el gty"><a href="list.asp?O=Quantity+DESC&amp;table=List&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0">Quantity</a>
</span><span class="el dtr"><a href="list.asp?O=BeginConsume&amp;table=List&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0">Begin</a>
 / <a href="list.asp?O=EndConsume&amp;table=List&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0">End</a>
</span>
        </th>
        <th class="score">
<a href="list.asp?O=CScoreSort+DESC&amp;table=List&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0">Score</a>
<a class="action_wide more_header" href="popup/findpicker.asp?EditField=O">More...</a>
        </th>
</tr>

<tr id="W884561_1_Kdebe17bd855f4be05b545ee418e93fd2" class="on">
<td class="type">
<a href="wine.asp?iWine=884561" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=884561&amp;CK=debe17bd855f4be05b545ee418e93fd2"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 11*14 Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=884561' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">24 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W762182_2_K10bf1f15139d1e2b73fda2a5d00305c6">
<td class="type">
<a href="wine.asp?iWine=762182" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=762182&amp;CK=10bf1f15139d1e2b73fda2a5d00305c6"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 11*14 Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=762182' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">5 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=762182">90 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W559161_3_Kcfc4d54ec4af65cf2074528c3748f61d">
<td class="type">
<a href="wine.asp?iWine=559161" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=559161&amp;CK=cfc4d54ec4af65cf2074528c3748f61d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 11*14 Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=559161' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">14 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2015</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=559161">89.8 points</a></span>
</td>
</tr>

<tr id="W1438799_4_K5c759fcc371043aec6a7d167a5be90aa">
<td class="type">
<a href="wine.asp?iWine=1438799" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1438799&amp;CK=5c759fcc371043aec6a7d167a5be90aa"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 2 Hunters and a Salesman Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1438799' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W862520_5_K69235586c6d1375308a7ba6199424de5">
<td class="type">
<a href="wine.asp?iWine=862520" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=862520&amp;CK=69235586c6d1375308a7ba6199424de5"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1984 225 cellars Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=862520' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1304774_6_K58bcd5747ede6a5595649c85e52cbe77">
<td class="type">
<a href="wine.asp?iWine=1304774" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1304774&amp;CK=58bcd5747ede6a5595649c85e52cbe77"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 2480 Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1304774' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">7 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1304774">91 points</a></span>
</td>
</tr>

<tr id="W1281275_7_Kc77d583499808be15def715c2058d48e">
<td class="type">
<a href="wine.asp?iWine=1281275" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1281275&amp;CK=c77d583499808be15def715c2058d48e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 2480 Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1281275' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">16 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W822933_8_K7f5c1932b4eb2bf8896ed4e854ca927d">
<td class="type">
<a href="wine.asp?iWine=822933" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=822933&amp;CK=7f5c1932b4eb2bf8896ed4e854ca927d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 2480 Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=822933' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">23 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W349242_9_K7d9ade0853ca619287f0dc9797310249">
<td class="type">
<a href="wine.asp?iWine=349242" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=349242&amp;CK=7d9ade0853ca619287f0dc9797310249"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 2480 Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=349242' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">28 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=349242">87 points</a></span>
</td>
</tr>

<tr id="W860172_10_Kd9e7b38a1fbbcda1efb9c29a6129cf3d">
<td class="type">
<a href="wine.asp?iWine=860172" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=860172&amp;CK=d9e7b38a1fbbcda1efb9c29a6129cf3d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 2480 Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=860172' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">11 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2011</span></td>
<td class="score">
</td>
</tr>

<tr id="W1393147_11_Kf6b913fae901d1eb0c28c66664f5e241">
<td class="type">
<a href="wine.asp?iWine=1393147" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1393147&amp;CK=f6b913fae901d1eb0c28c66664f5e241"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 2480 Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1393147' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">4 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W146341_12_K239e4657031e4d217a66f1a381bec03a">
<td class="type">
<a href="wine.asp?iWine=146341" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=146341&amp;CK=239e4657031e4d217a66f1a381bec03a"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 2480 Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=146341' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">18 bottles
</span>
<span class="el dat" title="Source: Community Average">2005-2010</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=146341">92 points</a></span>
</td>
</tr>

<tr id="W1443328_13_K320dfb9c662f7696ee38d17d90a734f7">
<td class="type">
<a href="wine.asp?iWine=1443328" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1443328&amp;CK=320dfb9c662f7696ee38d17d90a734f7"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 32 Winds Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1443328' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1162048_14_K6c3875507ed7cabefc6c826fc3a10fe8">
<td class="type">
<a href="wine.asp?iWine=1162048" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1162048&amp;CK=6c3875507ed7cabefc6c826fc3a10fe8"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 32 Winds Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1162048' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">67 bottles
</span>
<span class="el dat" title="Source: Community Average">2012-2015</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1162048">91 points</a></span>
<span class="el lke"><b>100% like it</b> (2 votes)</span>
</td>
</tr>

<tr id="W699162_15_K3ef7a50168f0f1ff37d4bd8172cb4df0">
<td class="type">
<a href="wine.asp?iWine=699162" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=699162&amp;CK=3ef7a50168f0f1ff37d4bd8172cb4df0"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 32 Winds Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=699162' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">8 bottles
</span>
<span class="el dat" title="Source: Community Average">2011-2016</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=699162">94 points</a></span>
</td>
</tr>

<tr id="W1259367_16_K5cbca10e6a91b6fe5173affec19fd2e2">
<td class="type">
<a href="wine.asp?iWine=1259367" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1259367&amp;CK=5cbca10e6a91b6fe5173affec19fd2e2"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2010 3rd Street Cabernet Sauvignon Elke Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1259367' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W866607_17_Kc97e2885d5b7a00a260c054326cc80bb">
<td class="type">
<a href="wine.asp?iWine=866607" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=866607&amp;CK=c97e2885d5b7a00a260c054326cc80bb"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 4 Bears Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=866607' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">15 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=866607">87.5 points</a></span>
</td>
</tr>

<tr id="W545000_18_K8f644eb55603b5c1f9977f21252c7ba5">
<td class="type">
<a href="wine.asp?iWine=545000" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=545000&amp;CK=8f644eb55603b5c1f9977f21252c7ba5"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 4 Bears Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=545000' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">13 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2013</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=545000">89 points</a></span>
</td>
</tr>

<tr id="W485125_19_K124fe9b392455b68267ec2aa17f14e45">
<td class="type">
<a href="wine.asp?iWine=485125" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=485125&amp;CK=124fe9b392455b68267ec2aa17f14e45"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 4 Bears Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=485125' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2010</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=485125">84 points</a></span>
</td>
</tr>

<tr id="W380620_20_K3b9bd6441618a263456b4a0a77c9e402">
<td class="type">
<a href="wine.asp?iWine=380620" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=380620&amp;CK=3b9bd6441618a263456b4a0a77c9e402"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 4 Bears Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=380620' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">10 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2010</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=380620">87.7 points</a></span>
</td>
</tr>

<tr id="W313993_21_K9233c8679b26c6315d7f8eaf42f5a4f2">
<td class="type">
<a href="wine.asp?iWine=313993" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=313993&amp;CK=9233c8679b26c6315d7f8eaf42f5a4f2"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 4 Bears Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=313993' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=313993">87.5 points</a></span>
</td>
</tr>

<tr id="W578238_22_K8e080b16fe970d97a9208529ea0a1e5a">
<td class="type">
<a href="wine.asp?iWine=578238" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=578238&amp;CK=8e080b16fe970d97a9208529ea0a1e5a"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 4 Bears Cabernet Sauvignon American Canyon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=578238' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">4 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=578238">88 points</a></span>
</td>
</tr>

<tr id="W610605_23_Kefa078cb268c55d6323f88449efcc509">
<td class="type">
<a href="wine.asp?iWine=610605" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=610605&amp;CK=efa078cb268c55d6323f88449efcc509"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1998 4 Row Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=610605' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1014180_24_K4b9c44a4a8b54428e9adff3617b5ed65">
<td class="type">
<a href="wine.asp?iWine=1014180" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1014180&amp;CK=4b9c44a4a8b54428e9adff3617b5ed65"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 6 North Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1014180' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">11 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W920316_25_K470791ec00fa90c1f47046b05847ed19">
<td class="type">
<a href="wine.asp?iWine=920316" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=920316&amp;CK=470791ec00fa90c1f47046b05847ed19"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 6 North Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=920316' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1350939_26_K56d87d32f9c33371cfd7e6abb84d59f5">
<td class="type">
<a href="wine.asp?iWine=1350939" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1350939&amp;CK=56d87d32f9c33371cfd7e6abb84d59f5"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 6 North Cabernet Sauvignon Flagstone</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1350939' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">24 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1350931_27_Kd33aa5c3b5b78ba1bc0e80a402a17abe">
<td class="type">
<a href="wine.asp?iWine=1350931" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1350931&amp;CK=d33aa5c3b5b78ba1bc0e80a402a17abe"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 6 North Cabernet Sauvignon Threshold Stagecoach Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1350931' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">24 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1147028_28_K42cac99667ead266428a260c77c14893">
<td class="type">
<a href="wine.asp?iWine=1147028" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1147028&amp;CK=42cac99667ead266428a260c77c14893"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 6 North Cabernet Sauvignon Threshold Stagecoach Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1147028' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">8 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1147028">96 points</a></span>
</td>
</tr>

<tr id="W1522511_29_K641169aa034b2f0a5aa49fef8789ebe1">
<td class="type">
<a href="wine.asp?iWine=1522511" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1522511&amp;CK=641169aa034b2f0a5aa49fef8789ebe1"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 A. Faustini Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1522511' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">7 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1522511">93 points</a></span>
</td>
</tr>

<tr id="W1280042_30_Kf56e108ca1a10f35d60f04177269ff86">
<td class="type">
<a href="wine.asp?iWine=1280042" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1280042&amp;CK=f56e108ca1a10f35d60f04177269ff86"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 A. Faustini Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1280042' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">8 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1280042">89.5 points</a></span>
</td>
</tr>

<tr id="W1117816_31_K6ef75c882772c4ceb7f46cbf99c1bf5e">
<td class="type">
<a href="wine.asp?iWine=1117816" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1117816&amp;CK=6ef75c882772c4ceb7f46cbf99c1bf5e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 A. Faustini Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1117816' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">5 bottles
</span>
<span class="el dat" title="Source: Community Average">2013-2016</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1117816">92.2 points</a></span>
</td>
</tr>

<tr id="W1046460_32_K33c863111844b3066c4f72ccd99ee628">
<td class="type">
<a href="wine.asp?iWine=1046460" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1046460&amp;CK=33c863111844b3066c4f72ccd99ee628"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 A. Faustini Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1046460' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">20 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2014</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1046460">90.5 points</a></span>
</td>
</tr>

<tr id="W816688_33_Kceadf380f4757ebeb67132347e90f359">
<td class="type">
<a href="wine.asp?iWine=816688" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=816688&amp;CK=ceadf380f4757ebeb67132347e90f359"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 A. Faustini Cabernet Sauvignon Dr. Crane Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=816688' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=816688">90 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W265447_34_K00b51a7dd9f278cf1cd5acc75a0f3350">
<td class="type">
<a href="wine.asp?iWine=265447" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=265447&amp;CK=00b51a7dd9f278cf1cd5acc75a0f3350"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 A.P. Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=265447' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2012</span></td>
<td class="score">
</td>
</tr>

<tr id="W55322_35_K97c21ab8380c4ee9e0f78ca8ae568cd7">
<td class="type">
<a href="wine.asp?iWine=55322" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=55322&amp;CK=97c21ab8380c4ee9e0f78ca8ae568cd7"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 A.P. Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=55322' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: Community Average">2005-2010</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=55322">87 points</a></span>
</td>
</tr>

<tr id="W179425_36_Kd230ef59576d38c99899a404dd75b0f1">
<td class="type">
<a href="wine.asp?iWine=179425" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=179425&amp;CK=d230ef59576d38c99899a404dd75b0f1"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1999 A.P. Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=179425' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: Community Average">2006-2009</span></td>
<td class="score">
</td>
</tr>

<tr id="W265448_37_Kf62c14f053ff9428dfea0c4473aa0a6e">
<td class="type">
<a href="wine.asp?iWine=265448" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=265448&amp;CK=f62c14f053ff9428dfea0c4473aa0a6e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1997 A.P. Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=265448' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: Community Average">2005-2005</span></td>
<td class="score">
</td>
</tr>

<tr id="W1435797_38_K3dc8b94f6a2880d2d53e9866aed4d24a">
<td class="type">
<a href="wine.asp?iWine=1435797" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1435797&amp;CK=3dc8b94f6a2880d2d53e9866aed4d24a"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2010 Abbeyville Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1435797' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1435797">89.3 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W1113011_39_Kd920c6436a9e84a8b4e0d6e69553d5ca">
<td class="type">
<a href="wine.asp?iWine=1113011" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1113011&amp;CK=d920c6436a9e84a8b4e0d6e69553d5ca"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Abbeyville Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1113011' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">6 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W401878_40_K7c005ab20393011b92cb0a0361709a43">
<td class="type">
<a href="wine.asp?iWine=401878" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=401878&amp;CK=7c005ab20393011b92cb0a0361709a43"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Abbeyville Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=401878' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2008</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=401878">90 points</a></span>
</td>
</tr>

<tr id="W394755_41_K3ce6fef3e8e08e32c8b3b7ab5ae235f2">
<td class="type">
<a href="wine.asp?iWine=394755" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=394755&amp;CK=3ce6fef3e8e08e32c8b3b7ab5ae235f2"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Abbeyville Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=394755' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W83928_42_Kbd2ca5346ba8e47b8435c9639c4e67f0">
<td class="type">
<a href="wine.asp?iWine=83928" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=83928&amp;CK=bd2ca5346ba8e47b8435c9639c4e67f0"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Abbeyville Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=83928' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W501340_43_K3bbdd34f9995bb0819e4496696933c27">
<td class="type">
<a href="wine.asp?iWine=501340" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=501340&amp;CK=3bbdd34f9995bb0819e4496696933c27"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Abbeyville Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=501340' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W452430_44_K2cc7829d0ab8e3dc4125c9af07cec7c7">
<td class="type">
<a href="wine.asp?iWine=452430" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=452430&amp;CK=2cc7829d0ab8e3dc4125c9af07cec7c7"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Abbeyville Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=452430' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W521074_45_K4bb8548904ed77997b171d688532e983">
<td class="type">
<a href="wine.asp?iWine=521074" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=521074&amp;CK=4bb8548904ed77997b171d688532e983"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1997 Abbeyville Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=521074' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: Community Average">1999-2014</span></td>
<td class="score">
</td>
</tr>

<tr id="W1245252_46_Kdb9d5ec50a97f8fb8393d9f25fb7f91e">
<td class="type">
<a href="wine.asp?iWine=1245252" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1245252&amp;CK=db9d5ec50a97f8fb8393d9f25fb7f91e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Abbeyville Vineyards Cabernet Sauvignon Reserve Selection</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1245252' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">6 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W724585_47_Kb1d7b463043ae7ee397cda2078a16028">
<td class="type">
<a href="wine.asp?iWine=724585" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=724585&amp;CK=b1d7b463043ae7ee397cda2078a16028"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Abbeyville Vineyards Cabernet Sauvignon Reserve Selection</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=724585' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=724585">90.5 points</a></span>
</td>
</tr>

<tr id="W670716_48_K37a0816c17345aee8c5a09ab4a8ab420">
<td class="type">
<a href="wine.asp?iWine=670716" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=670716&amp;CK=37a0816c17345aee8c5a09ab4a8ab420"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Abbeyville Vineyards Cabernet Sauvignon Reserve Selection</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=670716' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W505872_49_K7cb7caa7b906ace4ae21d0c98e551636">
<td class="type">
<a href="wine.asp?iWine=505872" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=505872&amp;CK=7cb7caa7b906ace4ae21d0c98e551636"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Abbeyville Vineyards Cabernet Sauvignon Reserve Selection</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=505872' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">7 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=505872">88 points</a></span>
</td>
</tr>

<tr id="W1198249_50_K13268f9264ec81ede1bd27681f14f5ff">
<td class="type">
<a href="wine.asp?iWine=1198249" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1198249&amp;CK=13268f9264ec81ede1bd27681f14f5ff"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Abreu Cabernet Sauvignon Cappella</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1198249' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">296 bottles
</span>
<span class="el dat" title="Source: Community Average">2018-2033</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1198249">96 points</a></span>
</td>
</tr>

<tr id="W1182330_51_K939b1e3d5ff999c9afbac50d57c47def">
<td class="type">
<a href="wine.asp?iWine=1182330" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1182330&amp;CK=939b1e3d5ff999c9afbac50d57c47def"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Abreu Cabernet Sauvignon Cappella</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1182330' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">371 bottles
</span>
<span class="el dat" title="Source: Community Average">2010-2035</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1182330">94.5 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W930922_52_Kdc72e8685a29112636500aa71d678690">
<td class="type">
<a href="wine.asp?iWine=930922" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=930922&amp;CK=dc72e8685a29112636500aa71d678690"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Abreu Cabernet Sauvignon Cappella</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=930922' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">253 bottles
</span>
<span class="el dat" title="Source: Community Average">2013-2030</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=930922">94.1 points</a></span>
<span class="el lke"><b>0% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W1290949_53_K26543f59781a6f8bb2b7fccc83495559">
<td class="type">
<a href="wine.asp?iWine=1290949" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1290949&amp;CK=26543f59781a6f8bb2b7fccc83495559"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Abreu Cabernet Sauvignon Cappella</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1290949' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1060672_54_K2b50d832642871d5961aff46ee22fbaa">
<td class="type">
<a href="wine.asp?iWine=1060672" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1060672&amp;CK=2b50d832642871d5961aff46ee22fbaa"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Abreu Cabernet Sauvignon Cappella</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1060672' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">5 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1206595_55_K0eaf4b5e5cf36c2ba348e40ab08222be">
<td class="type">
<a href="wine.asp?iWine=1206595" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1206595&amp;CK=0eaf4b5e5cf36c2ba348e40ab08222be"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Abreu Cabernet Sauvignon Madrona Ranch</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1206595' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">397 bottles
</span>
<span class="el dat" title="Source: Community Average">2018-2033</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1206595">97 points</a></span>
<span class="el lke"><b>100% like it</b> (2 votes)</span>
</td>
</tr>

<tr id="W1018898_56_K58ec2508059ea457630e76b020e85f01">
<td class="type">
<a href="wine.asp?iWine=1018898" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1018898&amp;CK=58ec2508059ea457630e76b020e85f01"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Abreu Cabernet Sauvignon Madrona Ranch</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1018898' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">608 bottles
</span>
<span class="el dat" title="Source: Community Average">2011-2035</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1018898">95.5 points</a></span>
<span class="el lke"><b>100% like it</b> (2 votes)</span>
</td>
</tr>

<tr id="W622893_57_K9c488a489231508e68d639e52246a440">
<td class="type">
<a href="wine.asp?iWine=622893" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=622893&amp;CK=9c488a489231508e68d639e52246a440"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Abreu Cabernet Sauvignon Madrona Ranch</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=622893' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">471 bottles
</span>
<span class="el dat" title="Source: Community Average">2017-2040</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=622893">96 points</a></span>
</td>
</tr>

<tr id="W713724_58_K5fb693679e7a113150ab3856c8a1d709">
<td class="type">
<a href="wine.asp?iWine=713724" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=713724&amp;CK=5fb693679e7a113150ab3856c8a1d709"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Abreu Cabernet Sauvignon Madrona Ranch</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=713724' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">323 bottles
</span>
<span class="el dat" title="Source: Community Average">2016-2038</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=713724">95.6 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W273039_59_K9bd02ced9930341919863d6b7941a3fa">
<td class="type">
<a href="wine.asp?iWine=273039" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=273039&amp;CK=9bd02ced9930341919863d6b7941a3fa"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Abreu Cabernet Sauvignon Madrona Ranch</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=273039' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">504 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2034</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=273039">96.7 points</a></span>
<span class="el lke"><b>100% like it</b> (2 votes)</span>
</td>
</tr>

<tr id="W163623_60_Ka010ce0a5845fe26ef9782e6a674227d">
<td class="type">
<a href="wine.asp?iWine=163623" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=163623&amp;CK=a010ce0a5845fe26ef9782e6a674227d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Abreu Cabernet Sauvignon Madrona Ranch</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=163623' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">620 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2024</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=163623">95.2 points</a></span>
<span class="el lke"><b>100% like it</b> (5 votes)</span>
</td>
</tr>

<tr id="W163622_61_K898af6eabda969109b4a956a89a8f37a">
<td class="type">
<a href="wine.asp?iWine=163622" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=163622&amp;CK=898af6eabda969109b4a956a89a8f37a"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Abreu Cabernet Sauvignon Madrona Ranch</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=163622' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">632 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2025</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=163622">96.3 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W99473_62_K322273c6159382018353dfd7ecaf3d24">
<td class="type">
<a href="wine.asp?iWine=99473" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=99473&amp;CK=322273c6159382018353dfd7ecaf3d24"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Abreu Cabernet Sauvignon Madrona Ranch</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=99473' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">817 bottles
</span>
<span class="el dat" title="Source: Community Average">2011-2031</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=99473">95.5 points</a></span>
<span class="el lke"><b>100% like it</b> (5 votes)</span>
</td>
</tr>

<tr id="W22447_63_K002c5e22e906c9914af45c1d77f5389c">
<td class="type">
<a href="wine.asp?iWine=22447" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=22447&amp;CK=002c5e22e906c9914af45c1d77f5389c"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Abreu Cabernet Sauvignon Madrona Ranch</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=22447' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">430 bottles
</span>
<span class="el dat" title="Source: Community Average">2005-2016</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=22447">92.6 points</a></span>
<span class="el lke"><b>100% like it</b> (3 votes)</span>
</td>
</tr>

<tr id="W1977_64_Kb39095b6a44d79c3d38a2fa019d59e14">
<td class="type">
<a href="wine.asp?iWine=1977" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1977&amp;CK=b39095b6a44d79c3d38a2fa019d59e14"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1999 Abreu Cabernet Sauvignon Madrona Ranch</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1977' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">369 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2024</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1977">93.4 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W922261_65_Kde1c8d0b874ce6ebb47498143145f314">
<td class="type">
<a href="wine.asp?iWine=922261" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=922261&amp;CK=de1c8d0b874ce6ebb47498143145f314"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1998 Abreu Cabernet Sauvignon Madrona Ranch</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=922261' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1_66_K8cd6919d87815877ff10e00c7c82fc3c">
<td class="type">
<a href="wine.asp?iWine=1" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1&amp;CK=8cd6919d87815877ff10e00c7c82fc3c"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1997 Abreu Cabernet Sauvignon Madrona Ranch</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">338 bottles
</span>
<span class="el dat" title="Source: Community Average">2003-2025</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1">95.9 points</a></span>
<span class="el lke"><b>100% like it</b> (2 votes)</span>
</td>
</tr>

<tr id="W2_67_K541c8a960ef8db3f04e9c6f339d5bb5b">
<td class="type">
<a href="wine.asp?iWine=2" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=2&amp;CK=541c8a960ef8db3f04e9c6f339d5bb5b"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1996 Abreu Cabernet Sauvignon Madrona Ranch</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=2' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">327 bottles
</span>
<span class="el dat" title="Source: Community Average">2004-2026</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=2">94.8 points</a></span>
</td>
</tr>

<tr id="W3_68_Kb2c2ed438c18da02882d8d66babb25bd">
<td class="type">
<a href="wine.asp?iWine=3" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=3&amp;CK=b2c2ed438c18da02882d8d66babb25bd"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1995 Abreu Cabernet Sauvignon Madrona Ranch</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=3' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">257 bottles
</span>
<span class="el dat" title="Source: Community Average">2005-2023</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=3">93.7 points</a></span>
</td>
</tr>

<tr id="W4_69_K9c04bb7869a7721a5ac9af72d08ce0e6">
<td class="type">
<a href="wine.asp?iWine=4" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=4&amp;CK=9c04bb7869a7721a5ac9af72d08ce0e6"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1994 Abreu Cabernet Sauvignon Madrona Ranch</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=4' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">205 bottles
</span>
<span class="el dat" title="Source: Community Average">2000-2020</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=4">94 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W5_70_K6b22366c4876548ef135c42065cec7e2">
<td class="type">
<a href="wine.asp?iWine=5" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=5&amp;CK=6b22366c4876548ef135c42065cec7e2"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1993 Abreu Cabernet Sauvignon Madrona Ranch</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=5' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">161 bottles
</span>
<span class="el dat" title="Source: Community Average">2003-2022</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=5">92.1 points</a></span>
</td>
</tr>

<tr id="W1413_71_K360753138c3ddeff8c7542611d2c3399">
<td class="type">
<a href="wine.asp?iWine=1413" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1413&amp;CK=360753138c3ddeff8c7542611d2c3399"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1992 Abreu Cabernet Sauvignon Madrona Ranch</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1413' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">107 bottles
</span>
<span class="el dat" title="Source: Community Average">2003-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1413">92 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W34783_72_Ke0d0c369e8ab88b2bec7df8161a6f9e7">
<td class="type">
<a href="wine.asp?iWine=34783" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=34783&amp;CK=e0d0c369e8ab88b2bec7df8161a6f9e7"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1991 Abreu Cabernet Sauvignon Madrona Ranch</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=34783' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">34 bottles
</span>
<span class="el dat" title="Source: Community Average">2003-2017</span></td>
<td class="score">
</td>
</tr>

<tr id="W159042_73_K3438c100b1213048d66abbcfc8aef60c">
<td class="type">
<a href="wine.asp?iWine=159042" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=159042&amp;CK=3438c100b1213048d66abbcfc8aef60c"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1989 Abreu Cabernet Sauvignon Madrona Ranch</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=159042' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">13 bottles
</span>
<span class="el dat" title="Source: Community Average">1995-2009</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=159042">87 points</a></span>
</td>
</tr>

<tr id="W116615_74_K31bac522eba9faaa87c75735e94a6be8">
<td class="type">
<a href="wine.asp?iWine=116615" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=116615&amp;CK=31bac522eba9faaa87c75735e94a6be8"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1987 Abreu Cabernet Sauvignon Madrona Ranch</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=116615' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">11 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2015</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=116615">89 points</a></span>
</td>
</tr>

<tr id="W27827_75_K505d04d5685c00c845531626e0d4f801">
<td class="type">
<a href="wine.asp?iWine=27827" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=27827&amp;CK=505d04d5685c00c845531626e0d4f801"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1985 Abreu Cabernet Sauvignon Madrona Ranch</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=27827' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1338061_76_K4d2b4038b68f6709183fbb1b095d8197">
<td class="type">
<a href="wine.asp?iWine=1338061" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1338061&amp;CK=4d2b4038b68f6709183fbb1b095d8197"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Abreu Cabernet Sauvignon Rico, Matteo &amp; Lucia Thorevilos</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1338061' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">14 bottles
</span>
<span class="el dat" title="Source: Community Average">2012-2024</span></td>
<td class="score">
</td>
</tr>

<tr id="W1193657_77_K39e49f5eb18d6a560ee406a57ccb16db">
<td class="type">
<a href="wine.asp?iWine=1193657" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1193657&amp;CK=39e49f5eb18d6a560ee406a57ccb16db"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Abreu Cabernet Sauvignon Rico, Matteo &amp; Lucia Thorevilos</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1193657' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2033</span></td>
<td class="score">
</td>
</tr>

<tr id="W418344_78_K9c9372aaa4679f1fe01a02a4d2e5d221">
<td class="type">
<a href="wine.asp?iWine=418344" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=418344&amp;CK=9c9372aaa4679f1fe01a02a4d2e5d221"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Abreu Cabernet Sauvignon Rico, Matteo &amp; Lucia Thorevilos</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=418344' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W418232_79_Kb80c95294ef898a23d34068372204ad6">
<td class="type">
<a href="wine.asp?iWine=418232" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=418232&amp;CK=b80c95294ef898a23d34068372204ad6"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Abreu Cabernet Sauvignon Rico, Matteo &amp; Lucia Thorevilos</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=418232' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">7 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2020</span></td>
<td class="score">
</td>
</tr>

<tr id="W1199593_80_K2eaa08c59b9802077e7acc901af0eb7a">
<td class="type">
<a href="wine.asp?iWine=1199593" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1199593&amp;CK=2eaa08c59b9802077e7acc901af0eb7a"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Abreu Cabernet Sauvignon Thorevilos</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1199593' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">202 bottles
</span>
<span class="el dat" title="Source: Community Average">2018-2038</span></td>
<td class="score">
</td>
</tr>

<tr id="W1253196_81_K9aa07c6445287520cdf3ae6a55d44f48">
<td class="type">
<a href="wine.asp?iWine=1253196" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1253196&amp;CK=9aa07c6445287520cdf3ae6a55d44f48"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Abreu Cabernet Sauvignon Thorevilos</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1253196' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">427 bottles
</span>
<span class="el dat" title="Source: Community Average">2015-2031</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1253196">100 points</a></span>
<span class="el lke"><b>100% like it</b> (4 votes)</span>
</td>
</tr>

<tr id="W1098025_82_Kdc0eabd0dc6ae5b71fe2e131297df341">
<td class="type">
<a href="wine.asp?iWine=1098025" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1098025&amp;CK=dc0eabd0dc6ae5b71fe2e131297df341"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Abreu Cabernet Sauvignon Thorevilos</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1098025' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">345 bottles
</span>
<span class="el dat" title="Source: Community Average">2012-2038</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1098025">98 points</a></span>
<span class="el lke"><b>0% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W584598_83_K946ddc3b15ed67f0ae23c57f64f1e25f">
<td class="type">
<a href="wine.asp?iWine=584598" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=584598&amp;CK=946ddc3b15ed67f0ae23c57f64f1e25f"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Abreu Cabernet Sauvignon Thorevilos</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=584598' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">364 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2033</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=584598">97 points</a></span>
</td>
</tr>

<tr id="W163629_84_K76f828a729602c224941edb4ab9aab92">
<td class="type">
<a href="wine.asp?iWine=163629" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=163629&amp;CK=76f828a729602c224941edb4ab9aab92"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Abreu Cabernet Sauvignon Thorevilos</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=163629' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">322 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2037</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=163629">97 points</a></span>
</td>
</tr>

<tr id="W248158_85_Kc72aa4cc08778a4e3c35ef4516a9d41b">
<td class="type">
<a href="wine.asp?iWine=248158" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=248158&amp;CK=c72aa4cc08778a4e3c35ef4516a9d41b"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Abreu Cabernet Sauvignon Thorevilos</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=248158' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">279 bottles
</span>
<span class="el dat" title="Source: Community Average">2011-2028</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=248158">93.9 points</a></span>
</td>
</tr>

<tr id="W163624_86_K65fd90614be55fa217a4b52a3e7b2ab1">
<td class="type">
<a href="wine.asp?iWine=163624" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=163624&amp;CK=65fd90614be55fa217a4b52a3e7b2ab1"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Abreu Cabernet Sauvignon Thorevilos</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=163624' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">217 bottles
</span>
<span class="el dat" title="Source: Community Average">2011-2026</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=163624">96.7 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W163621_87_K6504a17ea684779dcf5c2276cca88dcd">
<td class="type">
<a href="wine.asp?iWine=163621" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=163621&amp;CK=6504a17ea684779dcf5c2276cca88dcd"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Abreu Cabernet Sauvignon Thorevilos</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=163621' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">240 bottles
</span>
<span class="el dat" title="Source: Community Average">2010-2029</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=163621">96.2 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W24371_88_K06c108e7803b6f1493191b620f6f6a02">
<td class="type">
<a href="wine.asp?iWine=24371" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=24371&amp;CK=06c108e7803b6f1493191b620f6f6a02"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Abreu Cabernet Sauvignon Thorevilos</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=24371' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">159 bottles
</span>
<span class="el dat" title="Source: Community Average">2006-2017</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=24371">90.9 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W93941_89_Kf2806025fa53dd11cc80c291f86b1f44">
<td class="type">
<a href="wine.asp?iWine=93941" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=93941&amp;CK=f2806025fa53dd11cc80c291f86b1f44"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1984 Acacia Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=93941' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">34 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W55841_90_Kcee278459fcd3bed7072f7df226bb705">
<td class="type">
<a href="wine.asp?iWine=55841" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=55841&amp;CK=cee278459fcd3bed7072f7df226bb705"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1983 Acacia Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=55841' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">7 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1435875_91_K03acb67260167a2c50b8883c60f6ce1e">
<td class="type">
<a href="wine.asp?iWine=1435875" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1435875&amp;CK=03acb67260167a2c50b8883c60f6ce1e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Ackerman Family Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1435875' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">18 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W743018_92_K3f1de38145e5ea2727c9b85dac5972a4">
<td class="type">
<a href="wine.asp?iWine=743018" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=743018&amp;CK=3f1de38145e5ea2727c9b85dac5972a4"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Ackerman Family Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=743018' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">49 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W951547_93_Kb70f58a6e127f90c73194ffcfc88fd03">
<td class="type">
<a href="wine.asp?iWine=951547" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=951547&amp;CK=b70f58a6e127f90c73194ffcfc88fd03"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Ackerman Family Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=951547' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">41 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=951547">90 points</a></span>
</td>
</tr>

<tr id="W738750_94_K4141e7a8798d43f56320cc51b2f4dd74">
<td class="type">
<a href="wine.asp?iWine=738750" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=738750&amp;CK=4141e7a8798d43f56320cc51b2f4dd74"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Ackerman Family Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=738750' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">58 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2020</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=738750">90.2 points</a></span>
</td>
</tr>

<tr id="W562769_95_Kec1bbba2c21f34c0dd3dd177efda3336">
<td class="type">
<a href="wine.asp?iWine=562769" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=562769&amp;CK=ec1bbba2c21f34c0dd3dd177efda3336"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Ackerman Family Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=562769' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">59 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2014</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=562769">90.7 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W553882_96_Kc1d4a77a430974daf00edf061b623b3b">
<td class="type">
<a href="wine.asp?iWine=553882" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=553882&amp;CK=c1d4a77a430974daf00edf061b623b3b"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Ackerman Family Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=553882' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">65 bottles
</span>
<span class="el dat" title="Source: Community Average">2011-2020</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=553882">91.5 points</a></span>
</td>
</tr>

<tr id="W226422_97_K78517993529d2e0587e01b48fa983643">
<td class="type">
<a href="wine.asp?iWine=226422" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=226422&amp;CK=78517993529d2e0587e01b48fa983643"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Ackerman Family Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=226422' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1168338_98_K09eae265f95fe6719922b074a614c455">
<td class="type">
<a href="wine.asp?iWine=1168338" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1168338&amp;CK=09eae265f95fe6719922b074a614c455"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 ACVS by Miura Cabernet Sauvignon Caldwell Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1168338' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: Community Average">2011-2015</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1168338">90 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W815695_99_K888daaaa328fc49cb44c5c569eff1b68">
<td class="type">
<a href="wine.asp?iWine=815695" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=815695&amp;CK=888daaaa328fc49cb44c5c569eff1b68"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 ACVS by Miura Cabernet Sauvignon Caldwell Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=815695' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1372314_100_K3d190ad0c835c2f7fa4c1831e99ed1c3">
<td class="type">
<a href="wine.asp?iWine=1372314" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1372314&amp;CK=3d190ad0c835c2f7fa4c1831e99ed1c3"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Ad Vivum Cellars Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1372314' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">50 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1372314">92 points</a></span>
<span class="el lke"><b>100% like it</b> (2 votes)</span>
</td>
</tr>

<tr id="W1164234_101_Ke8e86c4c3d029e81919fd3ea744f3e52">
<td class="type">
<a href="wine.asp?iWine=1164234" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1164234&amp;CK=e8e86c4c3d029e81919fd3ea744f3e52"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Ad Vivum Cellars Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1164234' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">39 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2018</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1164234">93.7 points</a></span>
</td>
</tr>

<tr id="W904183_102_Kf3befff18a94a43a5b5712e19b862942">
<td class="type">
<a href="wine.asp?iWine=904183" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=904183&amp;CK=f3befff18a94a43a5b5712e19b862942"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Ad Vivum Cellars Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=904183' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">80 bottles
</span>
<span class="el dat" title="Source: Community Average">2012-2024</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=904183">90 points</a></span>
</td>
</tr>

<tr id="W1250740_103_Kecd2c1432c85434f45788c9602b4847d">
<td class="type">
<a href="wine.asp?iWine=1250740" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1250740&amp;CK=ecd2c1432c85434f45788c9602b4847d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Adair Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1250740' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W735568_104_Kcc64736aa759175de6cf690e70f6deb5">
<td class="type">
<a href="wine.asp?iWine=735568" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=735568&amp;CK=cc64736aa759175de6cf690e70f6deb5"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Adair Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=735568' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">4 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W706471_105_K025419f23cd369ffbc765ac39b7322bc">
<td class="type">
<a href="wine.asp?iWine=706471" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=706471&amp;CK=025419f23cd369ffbc765ac39b7322bc"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Adair Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=706471' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W575538_106_Kc03bd664f3d16293422443a7da27b943">
<td class="type">
<a href="wine.asp?iWine=575538" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=575538&amp;CK=c03bd664f3d16293422443a7da27b943"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Adair Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=575538' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">16 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W555249_107_Kbe0f952c1929d9d6349c66142ba0d8df">
<td class="type">
<a href="wine.asp?iWine=555249" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=555249&amp;CK=be0f952c1929d9d6349c66142ba0d8df"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Adair Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=555249' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">79 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2015</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=555249">85.5 points</a></span>
</td>
</tr>

<tr id="W627031_108_Kab1c276db961f0162eba76b5592c7059">
<td class="type">
<a href="wine.asp?iWine=627031" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=627031&amp;CK=ab1c276db961f0162eba76b5592c7059"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Adams Ridge Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=627031' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">6 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W502030_109_K9fa86a6ce42ede7e8b601c0288866007">
<td class="type">
<a href="wine.asp?iWine=502030" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=502030&amp;CK=9fa86a6ce42ede7e8b601c0288866007"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Adams Ridge Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=502030' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=502030">84.3 points</a></span>
</td>
</tr>

<tr id="W424685_110_K8a538c849acfb4ea93d6b14a7941bde5">
<td class="type">
<a href="wine.asp?iWine=424685" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=424685&amp;CK=8a538c849acfb4ea93d6b14a7941bde5"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Adams Ridge Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=424685' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">12 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W267760_111_K18db222eeefd400418f91a33b391aa67">
<td class="type">
<a href="wine.asp?iWine=267760" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=267760&amp;CK=18db222eeefd400418f91a33b391aa67"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Adams Ridge Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=267760' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">37 bottles
</span>
<span class="el dat" title="Source: Community Average">2006-2010</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=267760">86 points</a></span>
</td>
</tr>

<tr id="W194810_112_K88708e37aad5b7593b9c56c5f86338a7">
<td class="type">
<a href="wine.asp?iWine=194810" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=194810&amp;CK=88708e37aad5b7593b9c56c5f86338a7"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Adams Ridge Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=194810' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">25 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2013</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=194810">91 points</a></span>
</td>
</tr>

<tr id="W25319_113_Ke10ba640d27abeb9f71aa4841097e8c8">
<td class="type">
<a href="wine.asp?iWine=25319" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=25319&amp;CK=e10ba640d27abeb9f71aa4841097e8c8"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Adams Ridge Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=25319' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">7 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2009</span></td>
<td class="score">
</td>
</tr>

<tr id="W1061052_114_Kb640e4b8ba6cdc977806ab83bb2f89a5">
<td class="type">
<a href="wine.asp?iWine=1061052" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1061052&amp;CK=b640e4b8ba6cdc977806ab83bb2f89a5"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Adams Ridge Cabernet Sauvignon Rutherford Bench</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1061052' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1061052">91.2 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W1544964_115_K43cd14b17f854691fe8a0ba702360188">
<td class="type">
<a href="wine.asp?iWine=1544964" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1544964&amp;CK=43cd14b17f854691fe8a0ba702360188"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Adams Ridge Cabernet Sauvignon Stags Leap</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1544964' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1061053_116_K41e9dc4ea7af30a268ec69bc4fc9de1f">
<td class="type">
<a href="wine.asp?iWine=1061053" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1061053&amp;CK=41e9dc4ea7af30a268ec69bc4fc9de1f"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Adams Ridge Cabernet Sauvignon Stags Leap</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1061053' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">13 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1061053">91.4 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W1553027_117_K91b80055cefb000de5919412835c54ea">
<td class="type">
<a href="wine.asp?iWine=1553027" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1553027&amp;CK=91b80055cefb000de5919412835c54ea"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1983 Adams Ridge Cabernet Sauvignon Stags Leap</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1553027' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1443266_118_K1a31dc35ccb8f2ea1948b28b9571be54">
<td class="type">
<a href="wine.asp?iWine=1443266" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1443266&amp;CK=1a31dc35ccb8f2ea1948b28b9571be54"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2010 Adaptation Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1443266' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">38 bottles
</span>
<span class="el dat" title="Source: Community Average">2014-2018</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1443266">91 points</a></span>
</td>
</tr>

<tr id="W707546_119_Ke8d55d0b4721d7856fa41d2618a7a51c">
<td class="type">
<a href="wine.asp?iWine=707546" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=707546&amp;CK=e8d55d0b4721d7856fa41d2618a7a51c"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Adele Cellars Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=707546' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">53 bottles
</span>
<span class="el dat" title="Source: Community Average">2013-2019</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=707546">87.1 points</a></span>
</td>
</tr>

<tr id="W635558_120_K605d3b015dff81889d5bf575a3c68165">
<td class="type">
<a href="wine.asp?iWine=635558" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=635558&amp;CK=605d3b015dff81889d5bf575a3c68165"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Adele Cellars Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=635558' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">56 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2014</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=635558">87.2 points</a></span>
</td>
</tr>

<tr id="W645834_121_Kdff504d170a8ec135fe73cef01638337">
<td class="type">
<a href="wine.asp?iWine=645834" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=645834&amp;CK=dff504d170a8ec135fe73cef01638337"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Adele Cellars Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=645834' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">12 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2013</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=645834">92 points</a></span>
</td>
</tr>

<tr id="W1255322_122_K615b938b5e95b522e66bfb1f2c3b2c83">
<td class="type">
<a href="wine.asp?iWine=1255322" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1255322&amp;CK=615b938b5e95b522e66bfb1f2c3b2c83"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Adler Fels Big Ass Cab</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var">Cabernet Sauvignon <a href='wine.asp?iWine=1255322' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">59 bottles
</span>
<span class="el dat" title="Source: Community Average">2012-2020</span></td>
<td class="score">
</td>
</tr>

<tr id="W1310386_123_K28377e0877ae26b531b3780d24e2ebd1">
<td class="type">
<a href="wine.asp?iWine=1310386" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1310386&amp;CK=28377e0877ae26b531b3780d24e2ebd1"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Adler Fels Big Ass Cab</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var">Cabernet Sauvignon <a href='wine.asp?iWine=1310386' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1125840_124_Kb3eca46cd5582ecd5fada2ee75df604b">
<td class="type">
<a href="wine.asp?iWine=1125840" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1125840&amp;CK=b3eca46cd5582ecd5fada2ee75df604b"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Adler Fels Big Ass Cab</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var">Cabernet Sauvignon <a href='wine.asp?iWine=1125840' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">6 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2032</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1125840">89 points</a></span>
</td>
</tr>

<tr id="W799367_125_K5f1a280d7b3c9306b753068645c15fb4">
<td class="type">
<a href="wine.asp?iWine=799367" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=799367&amp;CK=5f1a280d7b3c9306b753068645c15fb4"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Adler Fels Big Ass Cab</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var">Cabernet Sauvignon <a href='wine.asp?iWine=799367' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=799367">82 points</a></span>
</td>
</tr>

<tr id="W431908_126_K8b9b369d0c7271b43b6a0fa6f0dd588b">
<td class="type">
<a href="wine.asp?iWine=431908" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=431908&amp;CK=8b9b369d0c7271b43b6a0fa6f0dd588b"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Adler Fels Big Ass Cab</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var">Cabernet Sauvignon <a href='wine.asp?iWine=431908' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">35 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2009</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=431908">86.6 points</a></span>
</td>
</tr>

<tr id="W297869_127_Kda12dd0261ac586633fc4ff99eb1d2bd">
<td class="type">
<a href="wine.asp?iWine=297869" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=297869&amp;CK=da12dd0261ac586633fc4ff99eb1d2bd"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Adler Fels Big Ass Cab</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var">Cabernet Sauvignon <a href='wine.asp?iWine=297869' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">6 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=297869">87 points</a></span>
</td>
</tr>

<tr id="W86781_128_K9ebb77d96b168c4b5dabfa9fc1d60d66">
<td class="type">
<a href="wine.asp?iWine=86781" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=86781&amp;CK=9ebb77d96b168c4b5dabfa9fc1d60d66"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Adler Fels Big Ass Cab</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var">Cabernet Sauvignon <a href='wine.asp?iWine=86781' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">17 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2011</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=86781">84.5 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W86529_129_K2109451772de527cdfd345311136cf61">
<td class="type">
<a href="wine.asp?iWine=86529" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=86529&amp;CK=2109451772de527cdfd345311136cf61"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Adler Fels Big Ass Cab</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var">Cabernet Sauvignon <a href='wine.asp?iWine=86529' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">20 bottles
</span>
<span class="el dat" title="Source: Community Average">2004-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=86529">83 points</a></span>
</td>
</tr>

<tr id="W118559_130_Kb56372c842d43cd1af7207587fbaf807">
<td class="type">
<a href="wine.asp?iWine=118559" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=118559&amp;CK=b56372c842d43cd1af7207587fbaf807"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Adler Fels Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=118559' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">5 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2009</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=118559">86 points</a></span>
</td>
</tr>

<tr id="W423670_131_K79dd0ab25341de3cf549c43be45a1df0">
<td class="type">
<a href="wine.asp?iWine=423670" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=423670&amp;CK=79dd0ab25341de3cf549c43be45a1df0"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1998 Adler Fels Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=423670' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: Community Average">2001-2010</span></td>
<td class="score">
</td>
</tr>

<tr id="W255065_132_K9d6127d254f49297fe6367f2c086fc47">
<td class="type">
<a href="wine.asp?iWine=255065" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=255065&amp;CK=9d6127d254f49297fe6367f2c086fc47"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1980 Adler Fels Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=255065' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W534007_133_K4c6ac4025266579454f6cc44668f59da">
<td class="type">
<a href="wine.asp?iWine=534007" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=534007&amp;CK=4c6ac4025266579454f6cc44668f59da"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1979 Adler Fels Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=534007' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W281969_134_K61456feb70c4bf4678c074f121ab13d4">
<td class="type">
<a href="wine.asp?iWine=281969" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=281969&amp;CK=61456feb70c4bf4678c074f121ab13d4"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1976 Adler Fels Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=281969' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1295734_135_K86aa794b5a116c6a86fecdf6746c2258">
<td class="type">
<a href="wine.asp?iWine=1295734" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1295734&amp;CK=86aa794b5a116c6a86fecdf6746c2258"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Adobe Road Cabernet Sauvignon Beckstoffer Georges III Vineyard Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=1295734' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">70 bottles
</span>
<span class="el dat" title="Source: Community Average">2014-2025</span></td>
<td class="score">
</td>
</tr>

<tr id="W544438_136_Kabc94ce070683f16e010a423f45751c3">
<td class="type">
<a href="wine.asp?iWine=544438" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=544438&amp;CK=abc94ce070683f16e010a423f45751c3"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Adobe Road Cabernet Sauvignon Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=544438' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">74 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2014</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=544438">89 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W285368_137_K400eb94857a2aaa8a6c0eba6c4f41fe6">
<td class="type">
<a href="wine.asp?iWine=285368" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=285368&amp;CK=400eb94857a2aaa8a6c0eba6c4f41fe6"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Adonis Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=285368' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">211 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2013</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=285368">86.8 points</a></span>
</td>
</tr>

<tr id="W614941_138_Ke9bfac7aed48a86f1a3884e8501a2f07">
<td class="type">
<a href="wine.asp?iWine=614941" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=614941&amp;CK=e9bfac7aed48a86f1a3884e8501a2f07"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Aetna Springs Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=614941' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1313826_139_K0df7d3536337f9825ac61a5cc08f69ac">
<td class="type">
<a href="wine.asp?iWine=1313826" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1313826&amp;CK=0df7d3536337f9825ac61a5cc08f69ac"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Aetna Springs Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1313826' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">30 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1313812_140_Kbdc4acd6035eed83ad438b3fdabd101b">
<td class="type">
<a href="wine.asp?iWine=1313812" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1313812&amp;CK=bdc4acd6035eed83ad438b3fdabd101b"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1999 Aetna Springs Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1313812' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W558078_141_K06dfa38ff6bc10e1d2847df9a5c76b88">
<td class="type">
<a href="wine.asp?iWine=558078" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=558078&amp;CK=06dfa38ff6bc10e1d2847df9a5c76b88"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1994 Aetna Springs Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=558078' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W767319_142_Kf3ecf08e0a650b1bd62a0d2ca0028e91">
<td class="type">
<a href="wine.asp?iWine=767319" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=767319&amp;CK=f3ecf08e0a650b1bd62a0d2ca0028e91"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Agajanian Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=767319' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2014</span></td>
<td class="score">
</td>
</tr>

<tr id="W658656_143_Ka4f062a993a9d05d056d7e1a3f9dc5c0">
<td class="type">
<a href="wine.asp?iWine=658656" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=658656&amp;CK=a4f062a993a9d05d056d7e1a3f9dc5c0"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Agajanian Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=658656' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W203110_144_K0b0ab8ea240334963b9e65c27fe25ad5">
<td class="type">
<a href="wine.asp?iWine=203110" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=203110&amp;CK=0b0ab8ea240334963b9e65c27fe25ad5"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Agajanian Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=203110' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W801935_145_K1fb184f18999ef701383b9e56c495180">
<td class="type">
<a href="wine.asp?iWine=801935" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=801935&amp;CK=1fb184f18999ef701383b9e56c495180"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 AGENTO Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=801935' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1159775_146_K50f53d3cc9156f0e1541697ed08b5b3a">
<td class="type">
<a href="wine.asp?iWine=1159775" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1159775&amp;CK=50f53d3cc9156f0e1541697ed08b5b3a"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1984 Ahern Cabernet Sauvignon Bert's Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1159775' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">7 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1255572_147_Ka81200bfefa915fa94ea5415ad9b3cf8">
<td class="type">
<a href="wine.asp?iWine=1255572" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1255572&amp;CK=a81200bfefa915fa94ea5415ad9b3cf8"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1983 Ahlgren Cabernet Sauvignon York Creek</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1255572' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W92335_148_K6ca7471c870d9cd9b82f4edb680fc5bd">
<td class="type">
<a href="wine.asp?iWine=92335" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=92335&amp;CK=6ca7471c870d9cd9b82f4edb680fc5bd"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1982 Ahlgren Cabernet Sauvignon York Creek</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=92335' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=92335">88 points</a></span>
</td>
</tr>

<tr id="W1397714_149_K5234378a99e25210237c9ba3d13d102a">
<td class="type">
<a href="wine.asp?iWine=1397714" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1397714&amp;CK=5234378a99e25210237c9ba3d13d102a"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Ahnfeldt Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1397714' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">42 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2019</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1397714">89.5 points</a></span>
<span class="el lke"><b>100% like it</b> (2 votes)</span>
</td>
</tr>

<tr id="W1232863_150_Kb465dc8d2abaac8fc60abea25d29c59f">
<td class="type">
<a href="wine.asp?iWine=1232863" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1232863&amp;CK=b465dc8d2abaac8fc60abea25d29c59f"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Ahnfeldt Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1232863' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">76 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2018</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1232863">88 points</a></span>
</td>
</tr>

<tr id="W1160461_151_K6e6054164d31f2a39cd29c9aa7994aca">
<td class="type">
<a href="wine.asp?iWine=1160461" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1160461&amp;CK=6e6054164d31f2a39cd29c9aa7994aca"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Ahnfeldt Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1160461' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">39 bottles
</span>
<span class="el dat" title="Source: Community Average">2011-2017</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1160461">88 points</a></span>
</td>
</tr>

<tr id="W1052476_152_K1a51e933bbe39737b543f4d03911176d">
<td class="type">
<a href="wine.asp?iWine=1052476" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1052476&amp;CK=1a51e933bbe39737b543f4d03911176d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Ahnfeldt Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1052476' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">33 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2016</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1052476">91 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W472715_153_Kd22651f7337ea0194aae49a354a83b47">
<td class="type">
<a href="wine.asp?iWine=472715" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=472715&amp;CK=d22651f7337ea0194aae49a354a83b47"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Ahnfeldt Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=472715' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">98 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2015</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=472715">89.5 points</a></span>
</td>
</tr>

<tr id="W359011_154_Ke10f45bc7dce6cccfa1ee1efaadd8a5e">
<td class="type">
<a href="wine.asp?iWine=359011" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=359011&amp;CK=e10f45bc7dce6cccfa1ee1efaadd8a5e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Ahnfeldt Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=359011' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">65 bottles
</span>
<span class="el dat" title="Source: Community Average">2010-2015</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=359011">90.3 points</a></span>
</td>
</tr>

<tr id="W217477_155_K7011d26c648cc314e5165d307dffd48c">
<td class="type">
<a href="wine.asp?iWine=217477" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=217477&amp;CK=7011d26c648cc314e5165d307dffd48c"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Ahnfeldt Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=217477' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">69 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2013</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=217477">90 points</a></span>
<span class="el lke"><b>0% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W97975_156_K3f53ff7a8edf04cf5b30667336724ca6">
<td class="type">
<a href="wine.asp?iWine=97975" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=97975&amp;CK=3f53ff7a8edf04cf5b30667336724ca6"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Ahnfeldt Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=97975' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">87 bottles
</span>
<span class="el dat" title="Source: Community Average">2005-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=97975">91.0 points</a></span>
</td>
</tr>

<tr id="W1356728_157_Kb8a4be61b30ee45674331d1761949012">
<td class="type">
<a href="wine.asp?iWine=1356728" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1356728&amp;CK=b8a4be61b30ee45674331d1761949012"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Ahnfeldt Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1356728' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1517025_158_K0c974757fc91a1baf9b506ef1b154a5c">
<td class="type">
<a href="wine.asp?iWine=1517025" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1517025&amp;CK=0c974757fc91a1baf9b506ef1b154a5c"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Ahnfeldt Cabernet Sauvignon Monticello Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1517025' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">4 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1393779_159_Kdca1e35758bd8453edff8fef34f03688">
<td class="type">
<a href="wine.asp?iWine=1393779" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1393779&amp;CK=dca1e35758bd8453edff8fef34f03688"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Ahnfeldt Cabernet Sauvignon Monticello Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1393779' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">7 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2017</span></td>
<td class="score">
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W1490620_160_Kf8cb3aa2f474fa15d4764bfef66a5b89">
<td class="type">
<a href="wine.asp?iWine=1490620" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1490620&amp;CK=f8cb3aa2f474fa15d4764bfef66a5b89"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Ahnfeldt Cabernet Sauvignon Napa</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1490620' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W514325_161_Kdecb0dd6eba0b5eb7128c9d57e656ca6">
<td class="type">
<a href="wine.asp?iWine=514325" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=514325&amp;CK=decb0dd6eba0b5eb7128c9d57e656ca6"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Ahnfeldt Cabernet Sauvignon NVPA</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=514325' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">5 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W950666_162_K5177b6bc7cae8b5ad78cdfee9b1c92d9">
<td class="type">
<a href="wine.asp?iWine=950666" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=950666&amp;CK=5177b6bc7cae8b5ad78cdfee9b1c92d9"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Ahnfeldt Cabernet Sauvignon NVPA</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=950666' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=950666">90 points</a></span>
</td>
</tr>

<tr id="W950669_163_Ke53e4ee1b38899a5d7decb47da33818e">
<td class="type">
<a href="wine.asp?iWine=950669" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=950669&amp;CK=e53e4ee1b38899a5d7decb47da33818e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Ahnfeldt Cabernet Sauvignon NVPA</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=950669' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W551166_164_Ke3b642039c8f9d57b3282b85647f3492">
<td class="type">
<a href="wine.asp?iWine=551166" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=551166&amp;CK=e3b642039c8f9d57b3282b85647f3492"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Ahnfeldt Cabernet Sauvignon NVPA</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=551166' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1096464_165_K1c7ba9b83b73a0539cf3cc4be8cd24c9">
<td class="type">
<a href="wine.asp?iWine=1096464" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1096464&amp;CK=1c7ba9b83b73a0539cf3cc4be8cd24c9"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Ahnfeldt Cabernet Sauvignon Premier Napa Valley 13 Quid Pro Quo III</h3></span>
<span class="el var"> <a href='wine.asp?iWine=1096464' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">8 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1572365_166_K8a89a9e796352fa1a2ee1a208f073104">
<td class="type">
<a href="wine.asp?iWine=1572365" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1572365&amp;CK=8a89a9e796352fa1a2ee1a208f073104"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2010 Ahnfeldt Cabernet Sauvignon Provacative NVPA</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1572365' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">9 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1325566_167_Kb9b910994af1799f1478f8e13b77728a">
<td class="type">
<a href="wine.asp?iWine=1325566" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1325566&amp;CK=b9b910994af1799f1478f8e13b77728a"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Ahnfeldt Cabernet Sauvignon Provacative NVPA</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1325566' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">5 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2016</span></td>
<td class="score">
</td>
</tr>

<tr id="W1214701_168_K5afad289b3a953814fc6f5b9927640b3">
<td class="type">
<a href="wine.asp?iWine=1214701" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1214701&amp;CK=5afad289b3a953814fc6f5b9927640b3"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Ahnfeldt Cabernet Sauvignon Provacative NVPA</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1214701' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1214701">90 points</a></span>
</td>
</tr>

<tr id="W770211_169_Ka2ddb96144ac6c4e844dbde331ea3263">
<td class="type">
<a href="wine.asp?iWine=770211" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=770211&amp;CK=a2ddb96144ac6c4e844dbde331ea3263"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Ahnfeldt Cabernet Sauvignon Provacative NVPA</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=770211' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">11 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2014</span></td>
<td class="score">
</td>
</tr>

<tr id="W539580_170_Ke3ea91a83d590ca099bb08438ba41482">
<td class="type">
<a href="wine.asp?iWine=539580" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=539580&amp;CK=e3ea91a83d590ca099bb08438ba41482"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Ahnfeldt Cabernet Sauvignon Provacative NVPA</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=539580' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">15 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2011</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=539580">87 points</a></span>
</td>
</tr>

<tr id="W1517023_171_K583a3deb82532e3638b3093abb38638d">
<td class="type">
<a href="wine.asp?iWine=1517023" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1517023&amp;CK=583a3deb82532e3638b3093abb38638d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2010 Ahnfeldt Cabernet Sauvignon Provocative</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1517023' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">16 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1297354_172_K23c2b49a5634b20a992128639dcbad91">
<td class="type">
<a href="wine.asp?iWine=1297354" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1297354&amp;CK=23c2b49a5634b20a992128639dcbad91"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Ahnfeldt Cabernet Sauvignon Provocative</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1297354' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">35 bottles
</span>
<span class="el dat" title="Source: Community Average">2012-2013</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1297354">85 points</a></span>
</td>
</tr>

<tr id="W1273376_173_K91270be1c0860df19dc1d5ec858bfeb0">
<td class="type">
<a href="wine.asp?iWine=1273376" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1273376&amp;CK=91270be1c0860df19dc1d5ec858bfeb0"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Ahnfeldt Cabernet Sauvignon Provocative</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1273376' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">10 bottles
</span>
<span class="el dat" title="Source: Community Average">2012-2014</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1273376">92 points</a></span>
</td>
</tr>

<tr id="W1185277_174_Kcea6c286327972b9363438d209638ae4">
<td class="type">
<a href="wine.asp?iWine=1185277" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1185277&amp;CK=cea6c286327972b9363438d209638ae4"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Ahnfeldt Cabernet Sauvignon Provocative</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1185277' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1185277">88.5 points</a></span>
</td>
</tr>

<tr id="W1067071_175_K6f77ec384717a4223d76cb224062f726">
<td class="type">
<a href="wine.asp?iWine=1067071" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1067071&amp;CK=6f77ec384717a4223d76cb224062f726"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Ahnfeldt Cabernet Sauvignon Provocative</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1067071' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1067071">89.5 points</a></span>
</td>
</tr>

<tr id="W1238520_176_K2deca8fade2380b97171b4962a09e4bf">
<td class="type">
<a href="wine.asp?iWine=1238520" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1238520&amp;CK=2deca8fade2380b97171b4962a09e4bf"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Ahnfeldt Cabernet Sauvignon Provocative</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1238520' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1238512_177_Kad4c55e6874775fb338dd700e6b02ee3">
<td class="type">
<a href="wine.asp?iWine=1238512" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1238512&amp;CK=ad4c55e6874775fb338dd700e6b02ee3"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Ahnfeldt Cabernet Sauvignon White Label</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1238512' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">7 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2019</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1238512">87 points</a></span>
</td>
</tr>

<tr id="W761416_178_K0f7020e7842e24a30751ac9a2f4bd00f">
<td class="type">
<a href="wine.asp?iWine=761416" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=761416&amp;CK=0f7020e7842e24a30751ac9a2f4bd00f"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Ahnfeldt Cabernet Sauvignon White Label</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=761416' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">18 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2016</span></td>
<td class="score">
</td>
</tr>

<tr id="W1340875_179_Kaeaa1051749190c4057f158eca2c7401">
<td class="type">
<a href="wine.asp?iWine=1340875" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1340875&amp;CK=aeaa1051749190c4057f158eca2c7401"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Ahnfeldt Cabernet Sauvignon White Label Diaond Mountain District</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1340875' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">10 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2020</span></td>
<td class="score">
</td>
</tr>

<tr id="W516334_180_K40b7edf90e2690cf2267bed2f86110be">
<td class="type">
<a href="wine.asp?iWine=516334" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=516334&amp;CK=40b7edf90e2690cf2267bed2f86110be"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1977 Alatera Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=516334' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W852680_181_K09f37cd8e6c1217d46c6205c612dfbc8">
<td class="type">
<a href="wine.asp?iWine=852680" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=852680&amp;CK=09f37cd8e6c1217d46c6205c612dfbc8"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1989 Albert Clymer Cabernet Sauvignon Chateau Le Feet</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=852680' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1112190_182_K57b8ec79d4b92e7655bf2cb3dab0fd3d">
<td class="type">
<a href="wine.asp?iWine=1112190" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1112190&amp;CK=57b8ec79d4b92e7655bf2cb3dab0fd3d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Albert Martinez Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1112190' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1112190">90 points</a></span>
</td>
</tr>

<tr id="W1475783_183_K9e6acf81d46dab9acc1a2634c672588e">
<td class="type">
<a href="wine.asp?iWine=1475783" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1475783&amp;CK=9e6acf81d46dab9acc1a2634c672588e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Alex Sotelo Cellars Cabernet Sauvignon Dalraddy Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1475783' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1173502_184_Kcd1850842d3dda4504f988f57f27694b">
<td class="type">
<a href="wine.asp?iWine=1173502" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1173502&amp;CK=cd1850842d3dda4504f988f57f27694b"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Alex Sotelo Cellars Cabernet Sauvignon Dalraddy Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1173502' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2015</span></td>
<td class="score">
</td>
</tr>

<tr id="W673668_185_K126e74cec9c60f0e20e3c672ece0f939">
<td class="type">
<a href="wine.asp?iWine=673668" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=673668&amp;CK=126e74cec9c60f0e20e3c672ece0f939"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Alex Sotelo Cellars Cabernet Sauvignon Dalraddy Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=673668' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=673668">93 points</a></span>
</td>
</tr>

<tr id="W590295_186_Kf12efa7bfa8c1e5e9b46ee8ce48135b4">
<td class="type">
<a href="wine.asp?iWine=590295" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=590295&amp;CK=f12efa7bfa8c1e5e9b46ee8ce48135b4"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Alibi Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=590295' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: Community Average">2009-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=590295">90 points</a></span>
</td>
</tr>

<tr id="W1246546_187_K62582f724f5182ad73d17667a5c405f4">
<td class="type">
<a href="wine.asp?iWine=1246546" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1246546&amp;CK=62582f724f5182ad73d17667a5c405f4"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 All Access Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1246546' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1438698_188_K62b09a14a22b922c5512affd4a0d06ae">
<td class="type">
<a href="wine.asp?iWine=1438698" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1438698&amp;CK=62b09a14a22b922c5512affd4a0d06ae"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Allora Vineyards Cabernet Sauvignon Tresca</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1438698' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">35 bottles
</span>
<span class="el dat" title="Source: Community Average">2015-2020</span></td>
<td class="score">
</td>
</tr>

<tr id="W1258286_189_K20265087b03b9a218190b8c3ef9861ca">
<td class="type">
<a href="wine.asp?iWine=1258286" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1258286&amp;CK=20265087b03b9a218190b8c3ef9861ca"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Allora Vineyards Cabernet Sauvignon Tresca</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1258286' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">16 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W874027_190_K883b831730d67cd5b2841bfdd0e353b6">
<td class="type">
<a href="wine.asp?iWine=874027" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=874027&amp;CK=883b831730d67cd5b2841bfdd0e353b6"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Allora Vineyards Cabernet Sauvignon Tresca</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=874027' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">92 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=874027">91.2 points</a></span>
<span class="el lke"><b>100% like it</b> (3 votes)</span>
</td>
</tr>

<tr id="W723870_191_K29eb0832d5b58bfb40bd48b7b2c76697">
<td class="type">
<a href="wine.asp?iWine=723870" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=723870&amp;CK=29eb0832d5b58bfb40bd48b7b2c76697"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Allora Vineyards Cabernet Sauvignon Tresca</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=723870' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">39 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2014</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=723870">89.5 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W424123_192_K61b3ebc42f665ca7ff5f88330843bb85">
<td class="type">
<a href="wine.asp?iWine=424123" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=424123&amp;CK=61b3ebc42f665ca7ff5f88330843bb85"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Allora Vineyards Cabernet Sauvignon Tresca</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=424123' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">49 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=424123">92 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W327282_193_Ke2a735cd62619a649f2f2914303902ad">
<td class="type">
<a href="wine.asp?iWine=327282" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=327282&amp;CK=e2a735cd62619a649f2f2914303902ad"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Allora Vineyards Cabernet Sauvignon Tresca</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=327282' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">37 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2017</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=327282">91.5 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W246737_194_K08826bbb82af8e88350c2e450e1bcdc5">
<td class="type">
<a href="wine.asp?iWine=246737" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=246737&amp;CK=08826bbb82af8e88350c2e450e1bcdc5"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Allora Vineyards Cabernet Sauvignon Tresca</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=246737' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">12 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2017</span></td>
<td class="score">
</td>
</tr>

<tr id="W217425_195_K891e52e268a04994f22a335ef375b827">
<td class="type">
<a href="wine.asp?iWine=217425" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=217425&amp;CK=891e52e268a04994f22a335ef375b827"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Allora Vineyards Cabernet Sauvignon Tresca</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=217425' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">21 bottles
</span>
<span class="el dat" title="Source: Community Average">2005-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=217425">91.5 points</a></span>
</td>
</tr>

<tr id="W137863_196_K17903c896632fb579d74b536ea1c4ffb">
<td class="type">
<a href="wine.asp?iWine=137863" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=137863&amp;CK=17903c896632fb579d74b536ea1c4ffb"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Allora Vineyards Cabernet Sauvignon Tresca</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=137863' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">29 bottles
</span>
<span class="el dat" title="Source: Community Average">2005-2010</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=137863">89.5 points</a></span>
</td>
</tr>

<tr id="W181229_197_K2f2cb086daac3be9c32bafe9e1848680">
<td class="type">
<a href="wine.asp?iWine=181229" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=181229&amp;CK=2f2cb086daac3be9c32bafe9e1848680"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Allora Vineyards Cabernet Sauvignon Tresca</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=181229' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">13 bottles
</span>
<span class="el dat" title="Source: Community Average">2006-2017</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=181229">91.3 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W281610_198_Ke90f91a465b896c0af4e0aaaf7d90181">
<td class="type">
<a href="wine.asp?iWine=281610" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=281610&amp;CK=e90f91a465b896c0af4e0aaaf7d90181"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1999 Allora Vineyards Cabernet Sauvignon Tresca</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=281610' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: Community Average">2004-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=281610">86 points</a></span>
</td>
</tr>

<tr id="W92263_199_K8b124aedc0688a68f9d82291df777c5a">
<td class="type">
<a href="wine.asp?iWine=92263" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=92263&amp;CK=8b124aedc0688a68f9d82291df777c5a"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1998 Allora Vineyards Cabernet Sauvignon Tresca</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=92263' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W14512_200_K7f124b1d0772af067c5d04cc28069a4d">
<td class="type">
<a href="wine.asp?iWine=14512" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=14512&amp;CK=7f124b1d0772af067c5d04cc28069a4d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1997 Allora Vineyards Cabernet Sauvignon Tresca</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=14512' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2005</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=14512">88 points</a></span>
</td>
</tr>

<tr id="W1409347_201_K116b38281bcd220d2a4213ec6846e294">
<td class="type">
<a href="wine.asp?iWine=1409347" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1409347&amp;CK=116b38281bcd220d2a4213ec6846e294"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Alma Sol Winery Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1409347' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1574773_202_K6014e9b0a50c9106839ba4c2de5e09ea">
<td class="type">
<a href="wine.asp?iWine=1574773" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1574773&amp;CK=6014e9b0a50c9106839ba4c2de5e09ea"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 ALMVS by Miura Cabernet Sauvignon Cuv&#233;e Kemiji &amp; Portay Caldwell</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1574773' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1308410_203_K4eae2ac8b8ca6571878665351e8b36e5">
<td class="type">
<a href="wine.asp?iWine=1308410" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1308410&amp;CK=4eae2ac8b8ca6571878665351e8b36e5"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 ALMVS by Miura Cabernet Sauvignon Cuv&#233;e Kemiji &amp; Portay Caldwell</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1308410' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">6 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1308410">88 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W1406975_204_Kf6416963abcc3b2344a36a3ed162a5d2">
<td class="type">
<a href="wine.asp?iWine=1406975" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1406975&amp;CK=f6416963abcc3b2344a36a3ed162a5d2"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 ALMVS by Miura Cabernet Sauvignon Cuv&#233;e Kemiji &amp; Portay Caldwell</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1406975' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">21 bottles
</span>
<span class="el dat" title="Source: Community Average">starting 2013</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1406975">90.3 points</a></span>
</td>
</tr>

<tr id="W1528699_205_K3f5dee9f83e39a67bb39f2f8e1c2cdb6">
<td class="type">
<a href="wine.asp?iWine=1528699" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1528699&amp;CK=3f5dee9f83e39a67bb39f2f8e1c2cdb6"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 ALMVS by Miura Cabernet Sauvignon Cuv&#233;e Kemiji &amp; Portay Caldwell</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1528699' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1538729_206_K7ae049d6ef94fd16fb8fd49f1d00261b">
<td class="type">
<a href="wine.asp?iWine=1538729" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1538729&amp;CK=7ae049d6ef94fd16fb8fd49f1d00261b"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Alondra Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1538729' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1025406_207_K62c9e45f13f3378cb5a681c8641cbb8d">
<td class="type">
<a href="wine.asp?iWine=1025406" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1025406&amp;CK=62c9e45f13f3378cb5a681c8641cbb8d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Alondra Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1025406' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">20 bottles
</span>
<span class="el dat" title="Source: Community Average">2010-2014</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1025406">87.7 points</a></span>
</td>
</tr>

<tr id="W773227_208_K88332a227daf8da3b19ea057f0137d40">
<td class="type">
<a href="wine.asp?iWine=773227" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=773227&amp;CK=88332a227daf8da3b19ea057f0137d40"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Alondra Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=773227' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">27 bottles
</span>
<span class="el dat" title="Source: Community Average">2010-2015</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=773227">90 points</a></span>
</td>
</tr>

<tr id="W1487260_209_K5ce4843ea07f9babf7f8fdd4da1b83dd">
<td class="type">
<a href="wine.asp?iWine=1487260" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1487260&amp;CK=5ce4843ea07f9babf7f8fdd4da1b83dd"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2010 Alpha Omega Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1487260' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">15 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W1219319_210_Kef5bb158f88dbf65e3d9283b8e1f467d">
<td class="type">
<a href="wine.asp?iWine=1219319" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1219319&amp;CK=ef5bb158f88dbf65e3d9283b8e1f467d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Alpha Omega Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1219319' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">619 bottles
</span>
<span class="el dat" title="Source: Community Average">2013-2021</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1219319">90.7 points</a></span>
<span class="el lke"><b>100% like it</b> (3 votes)</span>
</td>
</tr>

<tr id="W942683_211_K814593b068fb8c56be938c769725434f">
<td class="type">
<a href="wine.asp?iWine=942683" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=942683&amp;CK=814593b068fb8c56be938c769725434f"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Alpha Omega Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=942683' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">602 bottles
</span>
<span class="el dat" title="Source: Community Average">2011-2019</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=942683">91.6 points</a></span>
<span class="el lke"><b>100% like it</b> (6 votes)</span>
</td>
</tr>

<tr id="W660393_212_K51258738ee5946af172851c50d9130df">
<td class="type">
<a href="wine.asp?iWine=660393" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=660393&amp;CK=51258738ee5946af172851c50d9130df"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Alpha Omega Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=660393' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">446 bottles
</span>
<span class="el dat" title="Source: Community Average">2011-2015</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=660393">92.2 points</a></span>
<span class="el lke"><b>100% like it</b> (3 votes)</span>
</td>
</tr>

<tr id="W467248_213_K9c3d5df66f2bb22d50b14034f8dcb14e">
<td class="type">
<a href="wine.asp?iWine=467248" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=467248&amp;CK=9c3d5df66f2bb22d50b14034f8dcb14e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Alpha Omega Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=467248' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">269 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2014</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=467248">90.6 points</a></span>
<span class="el lke"><b>100% like it</b> (4 votes)</span>
</td>
</tr>

<tr id="W530707_214_Ka552e299ef97424ec70de80e481353e5">
<td class="type">
<a href="wine.asp?iWine=530707" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=530707&amp;CK=a552e299ef97424ec70de80e481353e5"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Alpha Omega Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=530707' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">296 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2014</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=530707">89.9 points</a></span>
</td>
</tr>

<tr id="W383626_215_K66282ed0424f416acc354c0d4d348fa1">
<td class="type">
<a href="wine.asp?iWine=383626" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=383626&amp;CK=66282ed0424f416acc354c0d4d348fa1"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Alpha Omega Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=383626' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">196 bottles
</span>
<span class="el dat" title="Source: Community Average">2006-2015</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=383626">90.0 points</a></span>
<span class="el lke"><b>100% like it</b> (2 votes)</span>
</td>
</tr>

<tr id="W217760_216_K251cf5e97ec348d21d60dbd1154223c4">
<td class="type">
<a href="wine.asp?iWine=217760" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=217760&amp;CK=251cf5e97ec348d21d60dbd1154223c4"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Alpha Omega Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=217760' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">138 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2011</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=217760">88.6 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W1107661_217_K4e9992f47ee9b424b3e702adab464df4">
<td class="type">
<a href="wine.asp?iWine=1107661" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1107661&amp;CK=4e9992f47ee9b424b3e702adab464df4"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>NV Alpha Omega Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1107661' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1330811_218_K0cc9c0361f34df9957234cda867b1eac">
<td class="type">
<a href="wine.asp?iWine=1330811" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1330811&amp;CK=0cc9c0361f34df9957234cda867b1eac"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2010 Alpha Omega Cabernet Sauvignon Beckstoffer To Kalon Vineyard - North</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1330811' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">167 bottles
</span>
<span class="el dat" title="Source: Community Average">2012-2031</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1330811">93 points</a></span>
<span class="el lke"><b>100% like it</b> (4 votes)</span>
</td>
</tr>

<tr id="W1330812_219_K3391941d2bb014c2fe5b1c6c6df2b19c">
<td class="type">
<a href="wine.asp?iWine=1330812" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1330812&amp;CK=3391941d2bb014c2fe5b1c6c6df2b19c"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2010 Alpha Omega Cabernet Sauvignon Beckstoffer To Kalon Vineyard - South</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1330812' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">166 bottles
</span>
<span class="el dat" title="Source: Community Average">2014-2025</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1330812">92.3 points</a></span>
<span class="el lke"><b>100% like it</b> (2 votes)</span>
</td>
</tr>

<tr id="W1557900_220_Ka0921317d937f3b1eeacb73cae11f8e8">
<td class="type">
<a href="wine.asp?iWine=1557900" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1557900&amp;CK=a0921317d937f3b1eeacb73cae11f8e8"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2011 Alpha Omega Cabernet Sauvignon Beckstoffer To-Kalon Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1557900' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">9 bottles
</span>
<span class="el dat" title="Source: Community Average">2012-2026</span></td>
<td class="score">
</td>
</tr>

<tr id="W1337379_221_K3543a6034ccaeaf918e39f359766286e">
<td class="type">
<a href="wine.asp?iWine=1337379" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1337379&amp;CK=3543a6034ccaeaf918e39f359766286e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Alpha Omega Cabernet Sauvignon Beckstoffer To-Kalon Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1337379' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">83 bottles
</span>
<span class="el dat" title="Source: Community Average">2012-2023</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1337379">91.5 points</a></span>
<span class="el lke"><b>100% like it</b> (3 votes)</span>
</td>
</tr>

<tr id="W1364185_222_Kf5b30ef8a51ca49bce8f9141040aedfe">
<td class="type">
<a href="wine.asp?iWine=1364185" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1364185&amp;CK=f5b30ef8a51ca49bce8f9141040aedfe"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Alpha Omega Cabernet Sauvignon Beckstoffer To-Kalon Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1364185' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">17 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1393149_223_Kf39e84b53f19fae56b2adca82fcdc7e6">
<td class="type">
<a href="wine.asp?iWine=1393149" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1393149&amp;CK=f39e84b53f19fae56b2adca82fcdc7e6"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Alpha Omega Cabernet Sauvignon Beckstoffer To-Kalon Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1393149' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">5 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1570663_224_K5a6d621a5c8d89f7d0f9e6da2f3fd4c9">
<td class="type">
<a href="wine.asp?iWine=1570663" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1570663&amp;CK=5a6d621a5c8d89f7d0f9e6da2f3fd4c9"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2011 Alpha Omega Cabernet Sauvignon Era</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1570663' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1505236_225_K65707948cf9bd7d90a907326d27d24e9">
<td class="type">
<a href="wine.asp?iWine=1505236" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1505236&amp;CK=65707948cf9bd7d90a907326d27d24e9"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2010 Alpha Omega Cabernet Sauvignon Era</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1505236' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">76 bottles
</span>
<span class="el dat" title="Source: Community Average">2015-2024</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1505236">94 points</a></span>
</td>
</tr>

<tr id="W1505121_226_K3b41b56ccde3a5245af5d7d1fba6db40">
<td class="type">
<a href="wine.asp?iWine=1505121" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1505121&amp;CK=3b41b56ccde3a5245af5d7d1fba6db40"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Alpha Omega Cabernet Sauvignon Era</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1505121' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">38 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1505116_227_K1dcbadd4d6ff3182bb2175cf337b3508">
<td class="type">
<a href="wine.asp?iWine=1505116" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1505116&amp;CK=1dcbadd4d6ff3182bb2175cf337b3508"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Alpha Omega Cabernet Sauvignon Era</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1505116' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">18 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1509766_228_Kb722643269fbdb7b96e7e3fc6082b5d5">
<td class="type">
<a href="wine.asp?iWine=1509766" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1509766&amp;CK=b722643269fbdb7b96e7e3fc6082b5d5"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Alpha Omega Cabernet Sauvignon Era</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1509766' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">5 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1555429_229_Ka6e875d2e5fd4f904288dae3ed4b5216">
<td class="type">
<a href="wine.asp?iWine=1555429" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1555429&amp;CK=a6e875d2e5fd4f904288dae3ed4b5216"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Alpha Omega Cabernet Sauvignon Era</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1555429' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">5 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1555429">90 points</a></span>
</td>
</tr>

<tr id="W821395_230_Kc335b21262939593529a8dd12e8eeff2">
<td class="type">
<a href="wine.asp?iWine=821395" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=821395&amp;CK=c335b21262939593529a8dd12e8eeff2"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Alpha Omega Cabernet Sauvignon Krupp Brothers Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=821395' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1377988_231_K533ec2877f04a815b61b35e1f982c4f5">
<td class="type">
<a href="wine.asp?iWine=1377988" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1377988&amp;CK=533ec2877f04a815b61b35e1f982c4f5"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Alpha Omega Cabernet Sauvignon Premiere Napa Valley Auction</h3></span>
<span class="el var"> <a href='wine.asp?iWine=1377988' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">4 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1053302_232_K561cca0a7be270bf7cf5d9f3dcf33cfa">
<td class="type">
<a href="wine.asp?iWine=1053302" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1053302&amp;CK=561cca0a7be270bf7cf5d9f3dcf33cfa"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Alpha Omega Cabernet Sauvignon Signature Series</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1053302' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">8 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W637682_233_K935e9e88c5c2e18cf48e4f57be3ec062">
<td class="type">
<a href="wine.asp?iWine=637682" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=637682&amp;CK=935e9e88c5c2e18cf48e4f57be3ec062"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Alpha Omega Cabernet Sauvignon Signature Series</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=637682' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">14 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2013</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=637682">94 points</a></span>
</td>
</tr>

<tr id="W1330810_234_Ke20a1993ee7259c03b4cc5def622abf7">
<td class="type">
<a href="wine.asp?iWine=1330810" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1330810&amp;CK=e20a1993ee7259c03b4cc5def622abf7"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2010 Alpha Omega Cabernet Sauvignon To Kalon Vineyard - South</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1330810' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">10 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1014143_235_K64f6087d37a3bb89ec0873560491446a">
<td class="type">
<a href="wine.asp?iWine=1014143" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1014143&amp;CK=64f6087d37a3bb89ec0873560491446a"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2010 Alpha Omega Cabernet Sauvignon To-Kalon Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1014143' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">9 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1014155_236_K3f4118180dfeccfef7cd72b184c1f2ba">
<td class="type">
<a href="wine.asp?iWine=1014155" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1014155&amp;CK=3f4118180dfeccfef7cd72b184c1f2ba"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Alpha Omega Cabernet Sauvignon To-Kalon Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1014155' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">245 bottles
</span>
<span class="el dat" title="Source: Community Average">2013-2024</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1014155">93.7 points</a></span>
<span class="el lke"><b>100% like it</b> (2 votes)</span>
</td>
</tr>

<tr id="W851212_237_K484b93004a4acaf16fa1f55014369a96">
<td class="type">
<a href="wine.asp?iWine=851212" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=851212&amp;CK=484b93004a4acaf16fa1f55014369a96"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Alpha Omega Cabernet Sauvignon To-Kalon Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=851212' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">108 bottles
</span>
<span class="el dat" title="Source: Community Average">2010-2025</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=851212">94.8 points</a></span>
</td>
</tr>

<tr id="W712076_238_K3eef591458101e782228131fea353572">
<td class="type">
<a href="wine.asp?iWine=712076" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=712076&amp;CK=3eef591458101e782228131fea353572"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Alpha Omega Cabernet Sauvignon To-Kalon Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=712076' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">82 bottles
</span>
<span class="el dat" title="Source: Community Average">2012-2020</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=712076">93.7 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W631519_239_K72a8635624b1697b5b7745803213a672">
<td class="type">
<a href="wine.asp?iWine=631519" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=631519&amp;CK=72a8635624b1697b5b7745803213a672"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Alpha Omega Cabernet Sauvignon To-Kalon Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=631519' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">23 bottles
</span>
<span class="el dat" title="Source: Community Average">2010-2020</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=631519">92 points</a></span>
</td>
</tr>

<tr id="W657788_240_K5006811ac00babadc18944593833fecb">
<td class="type">
<a href="wine.asp?iWine=657788" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=657788&amp;CK=5006811ac00babadc18944593833fecb"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Alpha Omega Cabernet Sauvignon To-Kalon Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=657788' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1269747_241_K1fa980e8ed2e97da5bfd39211d54a768">
<td class="type">
<a href="wine.asp?iWine=1269747" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1269747&amp;CK=1fa980e8ed2e97da5bfd39211d54a768"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Alpha Omega Cabernet Sauvignon To-Kalon Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1269747' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W188676_242_K5b53c43feb4a74e4330976625bf552eb">
<td class="type">
<a href="wine.asp?iWine=188676" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=188676&amp;CK=5b53c43feb4a74e4330976625bf552eb"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Alston Abbey Winery Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=188676' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: Community Average">2006-2010</span></td>
<td class="score">
</td>
</tr>

<tr id="W1286184_243_K71be5820224a13e8fb07b39bee0ead49">
<td class="type">
<a href="wine.asp?iWine=1286184" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1286184&amp;CK=71be5820224a13e8fb07b39bee0ead49"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Alta Wines Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1286184' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1449434_244_K325a9588d07964f4f178dd741e506b6c">
<td class="type">
<a href="wine.asp?iWine=1449434" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1449434&amp;CK=325a9588d07964f4f178dd741e506b6c"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Altamura Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1449434' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">778 bottles
</span>
<span class="el dat" title="Source: Community Average">2013-2025</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1449434">91.9 points</a></span>
<span class="el lke"><b>100% like it</b> (3 votes)</span>
</td>
</tr>

<tr id="W1240887_245_K1f3e003839441810088336a9c04ceaef">
<td class="type">
<a href="wine.asp?iWine=1240887" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1240887&amp;CK=1f3e003839441810088336a9c04ceaef"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Altamura Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1240887' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1,676 bottles
</span>
<span class="el dat" title="Source: Community Average">2013-2023</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1240887">92.8 points</a></span>
<span class="el lke"><b>89% like it</b> (9 votes)</span>
</td>
</tr>

<tr id="W982934_246_Kef2141b7b2c0c7bef435b97ffa515d86">
<td class="type">
<a href="wine.asp?iWine=982934" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=982934&amp;CK=ef2141b7b2c0c7bef435b97ffa515d86"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Altamura Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=982934' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3,792 bottles
</span>
<span class="el dat" title="Source: Community Average">2012-2023</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=982934">93.7 points</a></span>
<span class="el lke"><b>92% like it</b> (26 votes)</span>
</td>
</tr>

<tr id="W790362_247_Kb0b7079091c0ad957a4be44b5e802f97">
<td class="type">
<a href="wine.asp?iWine=790362" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=790362&amp;CK=b0b7079091c0ad957a4be44b5e802f97"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Altamura Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=790362' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1,553 bottles
</span>
<span class="el dat" title="Source: Community Average">2010-2025</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=790362">93.1 points</a></span>
<span class="el lke"><b>100% like it</b> (9 votes)</span>
</td>
</tr>

<tr id="W577657_248_K9682fab9eaf63216f87c440d6be4a6e7">
<td class="type">
<a href="wine.asp?iWine=577657" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=577657&amp;CK=9682fab9eaf63216f87c440d6be4a6e7"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Altamura Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=577657' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1,534 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2022</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=577657">92.1 points</a></span>
<span class="el lke"><b>92% like it</b> (12 votes)</span>
</td>
</tr>

<tr id="W455459_249_K2a65708f6af4bb3bbc2f5a1394326731">
<td class="type">
<a href="wine.asp?iWine=455459" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=455459&amp;CK=2a65708f6af4bb3bbc2f5a1394326731"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Altamura Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=455459' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1,217 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2018</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=455459">92.4 points</a></span>
<span class="el lke"><b>75% like it</b> (8 votes)</span>
</td>
</tr>

<tr id="W279007_250_K62936c4a5bc50cf286cfc535f32a1cc9">
<td class="type">
<a href="wine.asp?iWine=279007" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=279007&amp;CK=62936c4a5bc50cf286cfc535f32a1cc9"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Altamura Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=279007' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">439 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2014</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=279007">91.6 points</a></span>
<span class="el lke"><b>100% like it</b> (4 votes)</span>
</td>
</tr>

<tr id="W164377_251_K0755ed8412db7131d86ec1d844c21001">
<td class="type">
<a href="wine.asp?iWine=164377" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=164377&amp;CK=0755ed8412db7131d86ec1d844c21001"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Altamura Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=164377' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">403 bottles
</span>
<span class="el dat" title="Source: Community Average">2006-2014</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=164377">91.4 points</a></span>
<span class="el lke"><b>100% like it</b> (2 votes)</span>
</td>
</tr>

<tr id="W148388_252_K54dfa942c3c396cf4034740c17e1293e">
<td class="type">
<a href="wine.asp?iWine=148388" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=148388&amp;CK=54dfa942c3c396cf4034740c17e1293e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Altamura Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=148388' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">406 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2014</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=148388">91.3 points</a></span>
</td>
</tr>

<tr id="W132171_253_Kd6df4882051ee3fef5c0039f3cb87ca6">
<td class="type">
<a href="wine.asp?iWine=132171" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=132171&amp;CK=d6df4882051ee3fef5c0039f3cb87ca6"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Altamura Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=132171' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">140 bottles
</span>
<span class="el dat" title="Source: Community Average">2004-2014</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=132171">90.8 points</a></span>
</td>
</tr>

<tr id="W144753_254_K0feda54013243e2c0e6ed37af2ec1358">
<td class="type">
<a href="wine.asp?iWine=144753" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=144753&amp;CK=0feda54013243e2c0e6ed37af2ec1358"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1999 Altamura Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=144753' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">255 bottles
</span>
<span class="el dat" title="Source: Community Average">2003-2010</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=144753">92.4 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W168012_255_K2e2531260aeda1aecbab144bea151f8a">
<td class="type">
<a href="wine.asp?iWine=168012" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=168012&amp;CK=2e2531260aeda1aecbab144bea151f8a"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1998 Altamura Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=168012' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">76 bottles
</span>
<span class="el dat" title="Source: Community Average">2004-2009</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=168012">92.2 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W134636_256_Kabd604b7b8abfb7abb413206d4635627">
<td class="type">
<a href="wine.asp?iWine=134636" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=134636&amp;CK=abd604b7b8abfb7abb413206d4635627"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1997 Altamura Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=134636' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">340 bottles
</span>
<span class="el dat" title="Source: Community Average">2005-2010</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=134636">90.3 points</a></span>
<span class="el lke"><b>100% like it</b> (2 votes)</span>
</td>
</tr>

<tr id="W134638_257_Ka7e5dc6772aff83fba78ec5dc5a2ab6f">
<td class="type">
<a href="wine.asp?iWine=134638" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=134638&amp;CK=a7e5dc6772aff83fba78ec5dc5a2ab6f"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1996 Altamura Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=134638' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">184 bottles
</span>
<span class="el dat" title="Source: Community Average">2000-2010</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=134638">91.1 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W134639_258_K6dee1f6c2fbf6f727dad4e8ee3858e9e">
<td class="type">
<a href="wine.asp?iWine=134639" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=134639&amp;CK=6dee1f6c2fbf6f727dad4e8ee3858e9e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1995 Altamura Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=134639' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">230 bottles
</span>
<span class="el dat" title="Source: Community Average">2003-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=134639">91 points</a></span>
</td>
</tr>

<tr id="W134637_259_Kd78104b20aca075c4eb511cf0090a40d">
<td class="type">
<a href="wine.asp?iWine=134637" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=134637&amp;CK=d78104b20aca075c4eb511cf0090a40d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1994 Altamura Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=134637' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">139 bottles
</span>
<span class="el dat" title="Source: Community Average">1997-2005</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=134637">90.5 points</a></span>
</td>
</tr>

<tr id="W182556_260_Kaac33cd97f30ca5bcd95a6437e9a0f25">
<td class="type">
<a href="wine.asp?iWine=182556" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=182556&amp;CK=aac33cd97f30ca5bcd95a6437e9a0f25"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1993 Altamura Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=182556' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">27 bottles
</span>
<span class="el dat" title="Source: Community Average">2003-2005</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=182556">89 points</a></span>
</td>
</tr>

<tr id="W161911_261_Kef2875b582750b825c49ab1f925d5532">
<td class="type">
<a href="wine.asp?iWine=161911" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=161911&amp;CK=ef2875b582750b825c49ab1f925d5532"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1992 Altamura Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=161911' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">28 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2011</span></td>
<td class="score">
</td>
</tr>

<tr id="W222382_262_K76d55495946a49f00eccd0e30096902e">
<td class="type">
<a href="wine.asp?iWine=222382" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=222382&amp;CK=76d55495946a49f00eccd0e30096902e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1991 Altamura Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=222382' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">24 bottles
</span>
<span class="el dat" title="Source: Community Average">2000-2010</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=222382">85 points</a></span>
</td>
</tr>

<tr id="W158295_263_K0dffff5ce3ffc6c6309586bdb15acfa7">
<td class="type">
<a href="wine.asp?iWine=158295" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=158295&amp;CK=0dffff5ce3ffc6c6309586bdb15acfa7"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1990 Altamura Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=158295' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">30 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=158295">86.5 points</a></span>
</td>
</tr>

<tr id="W311147_264_K7044ef7347c723de3b23d43836be859f">
<td class="type">
<a href="wine.asp?iWine=311147" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=311147&amp;CK=7044ef7347c723de3b23d43836be859f"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1988 Altamura Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=311147' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1462067_265_Kbdbb2fb339d4c7bc8553d3ac7ef8bf90">
<td class="type">
<a href="wine.asp?iWine=1462067" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1462067&amp;CK=bdbb2fb339d4c7bc8553d3ac7ef8bf90"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2011 Alterra Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1462067' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1236847_266_Kadcf420455f15668c03f8834baf89dc1">
<td class="type">
<a href="wine.asp?iWine=1236847" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1236847&amp;CK=adcf420455f15668c03f8834baf89dc1"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2010 Alterra Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1236847' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">73 bottles
</span>
<span class="el dat" title="Source: Community Average">starting 2015</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1236847">86.8 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W1119839_267_K601a0e4182b9deea89c6caa1fb164554">
<td class="type">
<a href="wine.asp?iWine=1119839" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1119839&amp;CK=601a0e4182b9deea89c6caa1fb164554"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Alterra Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1119839' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">10 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1119839">87 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W931742_268_K59b5425a2b70774c65993bd8e0209f34">
<td class="type">
<a href="wine.asp?iWine=931742" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=931742&amp;CK=59b5425a2b70774c65993bd8e0209f34"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Alterra Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=931742' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">27 bottles
</span>
<span class="el dat" title="Source: Community Average">2010-2013</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=931742">83.8 points</a></span>
</td>
</tr>

<tr id="W698890_269_Kaf6781efcc7d79ac33f319fd30115b5d">
<td class="type">
<a href="wine.asp?iWine=698890" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=698890&amp;CK=af6781efcc7d79ac33f319fd30115b5d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Alterra Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=698890' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">13 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=698890">83 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W576531_270_Kab5364f89e3d1eeda3457f43981a40e3">
<td class="type">
<a href="wine.asp?iWine=576531" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=576531&amp;CK=ab5364f89e3d1eeda3457f43981a40e3"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Alterra Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=576531' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">9 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=576531">84 points</a></span>
</td>
</tr>

<tr id="W463395_271_K31f10cbd147351ca895ac74a93509c77">
<td class="type">
<a href="wine.asp?iWine=463395" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=463395&amp;CK=31f10cbd147351ca895ac74a93509c77"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Alterra Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=463395' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">10 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=463395">80 points</a></span>
</td>
</tr>

<tr id="W366772_272_K87bb19200b10ecfa8343bb08d0f3eb60">
<td class="type">
<a href="wine.asp?iWine=366772" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=366772&amp;CK=87bb19200b10ecfa8343bb08d0f3eb60"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Alterra Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=366772' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: Community Average">2007-2009</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=366772">90 points</a></span>
</td>
</tr>

<tr id="W308673_273_Kd94dd1daa697b8811b202b26c7037fbb">
<td class="type">
<a href="wine.asp?iWine=308673" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=308673&amp;CK=d94dd1daa697b8811b202b26c7037fbb"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Alterra Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=308673' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">8 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W307674_274_K2ddce2fda3b02b19a581ec07f1576bd9">
<td class="type">
<a href="wine.asp?iWine=307674" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=307674&amp;CK=2ddce2fda3b02b19a581ec07f1576bd9"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Alterra Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=307674' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1167140_275_K92eaec2786919bb679b7b8440c9f64e5">
<td class="type">
<a href="wine.asp?iWine=1167140" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1167140&amp;CK=92eaec2786919bb679b7b8440c9f64e5"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1998 Alterra Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1167140' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W367980_276_K63b6284312f9af3eeb9b2c935771c8ce">
<td class="type">
<a href="wine.asp?iWine=367980" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=367980&amp;CK=63b6284312f9af3eeb9b2c935771c8ce"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1997 Alterra Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=367980' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W592161_277_K0e69032e59923fb21d2ea9400134832c">
<td class="type">
<a href="wine.asp?iWine=592161" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=592161&amp;CK=0e69032e59923fb21d2ea9400134832c"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Alterra Cabernet Sauvignon Grand Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=592161' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: Community Average">2010-2015</span></td>
<td class="score">
</td>
</tr>

<tr id="W1549230_278_K86c1039f76926eb0936f546da7fb3733">
<td class="type">
<a href="wine.asp?iWine=1549230" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1549230&amp;CK=86c1039f76926eb0936f546da7fb3733"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Altra Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1549230' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1467335_279_K86f2dc42b1e8929c8318cd45fb98734b">
<td class="type">
<a href="wine.asp?iWine=1467335" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1467335&amp;CK=86f2dc42b1e8929c8318cd45fb98734b"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Altra Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1467335' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">5 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W961635_280_Kf741fc47cace22c2b42ca0df175cc197">
<td class="type">
<a href="wine.asp?iWine=961635" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=961635&amp;CK=f741fc47cace22c2b42ca0df175cc197"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Amaranthe Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=961635' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">38 bottles
</span>
<span class="el dat" title="Source: Community Average">2011-2017</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=961635">93 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W750882_281_K5a51f91a151dde5304003bbe8387e50b">
<td class="type">
<a href="wine.asp?iWine=750882" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=750882&amp;CK=5a51f91a151dde5304003bbe8387e50b"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Amaranthe Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=750882' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">17 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=750882">90 points</a></span>
</td>
</tr>

<tr id="W584082_282_Ke4c89468b0dc8eec02fab3902726f88e">
<td class="type">
<a href="wine.asp?iWine=584082" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=584082&amp;CK=e4c89468b0dc8eec02fab3902726f88e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Amaranthe Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=584082' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">14 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=584082">87 points</a></span>
</td>
</tr>

<tr id="W432629_283_K738e46baea24ad00b61b68307048b19b">
<td class="type">
<a href="wine.asp?iWine=432629" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=432629&amp;CK=738e46baea24ad00b61b68307048b19b"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Amaranthe Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=432629' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">7 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W809453_284_Kf8189f156136bab3092606e3e5f6e23b">
<td class="type">
<a href="wine.asp?iWine=809453" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=809453&amp;CK=f8189f156136bab3092606e3e5f6e23b"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Ambroise Jay Anatole Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=809453' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=809453">91 points</a></span>
</td>
</tr>

<tr id="W653731_285_K93e04665c4b8aa4f1d258d6dfd07356a">
<td class="type">
<a href="wine.asp?iWine=653731" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=653731&amp;CK=93e04665c4b8aa4f1d258d6dfd07356a"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Ambroise Jay Anatole Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=653731' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W644987_286_K44a02df8d89221665f2714be39909f87">
<td class="type">
<a href="wine.asp?iWine=644987" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=644987&amp;CK=44a02df8d89221665f2714be39909f87"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Ambroise Jay Anatole Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=644987' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=644987">90 points</a></span>
</td>
</tr>

<tr id="W561743_287_K1d3f5053f2ccc6be759d7ba535b7601d">
<td class="type">
<a href="wine.asp?iWine=561743" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=561743&amp;CK=1d3f5053f2ccc6be759d7ba535b7601d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Ambroise Jay Anatole Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=561743' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">24 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W321107_288_Ke05e6bf5dfad9ca2dd5f2c7b6e8be9c7">
<td class="type">
<a href="wine.asp?iWine=321107" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=321107&amp;CK=e05e6bf5dfad9ca2dd5f2c7b6e8be9c7"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Ambroise Jay Anatole Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=321107' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">12 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2008</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=321107">89 points</a></span>
</td>
</tr>

<tr id="W150227_289_Ke5e7bb52487dcf6c3a455f1ad89838ef">
<td class="type">
<a href="wine.asp?iWine=150227" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=150227&amp;CK=e5e7bb52487dcf6c3a455f1ad89838ef"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Ambroise Jay Anatole Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=150227' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=150227">85 points</a></span>
</td>
</tr>

<tr id="W1111846_290_Kcab465dc75bbd47bfbe10efd5da8274f">
<td class="type">
<a href="wine.asp?iWine=1111846" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1111846&amp;CK=cab465dc75bbd47bfbe10efd5da8274f"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Ambroise Jay Anatole Cabernet Sauvignon American Canyon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1111846' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1111846">86 points</a></span>
</td>
</tr>

<tr id="W1381859_291_Kf9fce89be8c743c2b91b7ba307ca9fe3">
<td class="type">
<a href="wine.asp?iWine=1381859" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1381859&amp;CK=f9fce89be8c743c2b91b7ba307ca9fe3"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Ambroise Jay Anatole Cabernet Sauvignon Reserve American Canyon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1381859' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W943545_292_Kf92e108c8ca747b1e0897ea7cbd92c5b">
<td class="type">
<a href="wine.asp?iWine=943545" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=943545&amp;CK=f92e108c8ca747b1e0897ea7cbd92c5b"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 American Winetasters Society Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=943545' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">7 bottles
</span>
<span class="el dat" title="Source: Community Average">2010-2015</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=943545">90 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W545158_293_K52aeacb359e273910e77c8765a33d5d6">
<td class="type">
<a href="wine.asp?iWine=545158" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=545158&amp;CK=52aeacb359e273910e77c8765a33d5d6"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 American Winetasters Society Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=545158' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">9 bottles
</span>
<span class="el dat" title="Source: Community Average">2006-2011</span></td>
<td class="score">
</td>
</tr>

<tr id="W186589_294_K1c931effb1f4917e36776d07d242d5b3">
<td class="type">
<a href="wine.asp?iWine=186589" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=186589&amp;CK=1c931effb1f4917e36776d07d242d5b3"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 American Winetasters Society Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=186589' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">7 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=186589">88 points</a></span>
</td>
</tr>

<tr id="W312305_295_K94da8f8d1230b0eb60309e4384a15e9f">
<td class="type">
<a href="wine.asp?iWine=312305" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=312305&amp;CK=94da8f8d1230b0eb60309e4384a15e9f"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 American Winetasters Society Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=312305' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1291238_296_Kaad6dc917d73969156710e95febd202a">
<td class="type">
<a href="wine.asp?iWine=1291238" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1291238&amp;CK=aad6dc917d73969156710e95febd202a"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 American Winetasters Society Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1291238' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1468839_297_K1e5f437f887d6f27335ed0e38f01df59">
<td class="type">
<a href="wine.asp?iWine=1468839" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1468839&amp;CK=1e5f437f887d6f27335ed0e38f01df59"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Amethyst Cabernet Sauvignon amethyst winery</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1468839' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">6 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1535056_298_K4a3d1062d668a094c40309df89478840">
<td class="type">
<a href="wine.asp?iWine=1535056" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1535056&amp;CK=4a3d1062d668a094c40309df89478840"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Amethyst Cabernet Sauvignon amethyst winery</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1535056' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1555756_299_K64c7cfc95dbc49653aa084710db7dd06">
<td class="type">
<a href="wine.asp?iWine=1555756" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1555756&amp;CK=64c7cfc95dbc49653aa084710db7dd06"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2010 Amici Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1555756' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1555756">94 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W1236261_300_Kfd8b2f03f8b2c9e5e67c79988aa47fd8">
<td class="type">
<a href="wine.asp?iWine=1236261" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1236261&amp;CK=fd8b2f03f8b2c9e5e67c79988aa47fd8"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Amici Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1236261' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">164 bottles
</span>
<span class="el dat" title="Source: Community Average">2014-2016</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1236261">92.4 points</a></span>
<span class="el lke"><b>100% like it</b> (3 votes)</span>
</td>
</tr>

<tr id="W1136277_301_K153b863b173f3d39f4bce64bff82695f">
<td class="type">
<a href="wine.asp?iWine=1136277" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1136277&amp;CK=153b863b173f3d39f4bce64bff82695f"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Amici Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1136277' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">40 bottles
</span>
<span class="el dat" title="Source: Community Average">2012-2019</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1136277">90.2 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W1070299_302_K455173ded0b4a645e660d9108a4eb83d">
<td class="type">
<a href="wine.asp?iWine=1070299" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1070299&amp;CK=455173ded0b4a645e660d9108a4eb83d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Amici Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1070299' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">124 bottles
</span>
<span class="el dat" title="Source: Community Average">2012-2017</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1070299">90.6 points</a></span>
<span class="el lke"><b>100% like it</b> (3 votes)</span>
</td>
</tr>

<tr id="W610194_303_K722660934ed4b47eee8f5eba0f3389d2">
<td class="type">
<a href="wine.asp?iWine=610194" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=610194&amp;CK=722660934ed4b47eee8f5eba0f3389d2"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Amici Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=610194' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">8 bottles
</span>
<span class="el dat" title="Source: Community Average">2011-2018</span></td>
<td class="score">
</td>
</tr>

<tr id="W615301_304_K5d38d3dec62856c707c6576909c9e9e4">
<td class="type">
<a href="wine.asp?iWine=615301" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=615301&amp;CK=5d38d3dec62856c707c6576909c9e9e4"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Amici Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=615301' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">95 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2015</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=615301">89.3 points</a></span>
<span class="el lke"><b>100% like it</b> (2 votes)</span>
</td>
</tr>

<tr id="W415272_305_Kfb9eccf7b9c982ddcd7b7270d089f298">
<td class="type">
<a href="wine.asp?iWine=415272" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=415272&amp;CK=fb9eccf7b9c982ddcd7b7270d089f298"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Amici Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=415272' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">67 bottles
</span>
<span class="el dat" title="Source: Community Average">2005-2014</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=415272">86.6 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W205010_306_K93102e878f03f979ac8960dbab0a0890">
<td class="type">
<a href="wine.asp?iWine=205010" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=205010&amp;CK=93102e878f03f979ac8960dbab0a0890"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Amici Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=205010' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">100 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2014</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=205010">89 points</a></span>
</td>
</tr>

<tr id="W25031_307_Kdc483a355630471b03e57e1635817f99">
<td class="type">
<a href="wine.asp?iWine=25031" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=25031&amp;CK=dc483a355630471b03e57e1635817f99"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Amici Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=25031' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">59 bottles
</span>
<span class="el dat" title="Source: Community Average">2005-2013</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=25031">90 points</a></span>
</td>
</tr>

<tr id="W233260_308_K2b1de6ffc93a63567f546cdf876263b3">
<td class="type">
<a href="wine.asp?iWine=233260" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=233260&amp;CK=2b1de6ffc93a63567f546cdf876263b3"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Amici Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=233260' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">22 bottles
</span>
<span class="el dat" title="Source: Community Average">2010-2015</span></td>
<td class="score">
</td>
</tr>

<tr id="W165764_309_K7fa788f4f0e0c5b437a3e203d3b60426">
<td class="type">
<a href="wine.asp?iWine=165764" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=165764&amp;CK=7fa788f4f0e0c5b437a3e203d3b60426"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1999 Amici Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=165764' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">11 bottles
</span>
<span class="el dat" title="Source: Community Average">2006-2006</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=165764">91.5 points</a></span>
</td>
</tr>

<tr id="W256202_310_Kbb69a651ead64188b2f83a50d53477ee">
<td class="type">
<a href="wine.asp?iWine=256202" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=256202&amp;CK=bb69a651ead64188b2f83a50d53477ee"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1998 Amici Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=256202' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">11 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W256201_311_Ke0fe1cb804099231d19cc41dac6cc9ab">
<td class="type">
<a href="wine.asp?iWine=256201" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=256201&amp;CK=e0fe1cb804099231d19cc41dac6cc9ab"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1997 Amici Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=256201' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">13 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2007</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=256201">89 points</a></span>
</td>
</tr>

<tr id="W68860_312_K01ba67123c1575652ac743e5ed0db270">
<td class="type">
<a href="wine.asp?iWine=68860" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=68860&amp;CK=01ba67123c1575652ac743e5ed0db270"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1996 Amici Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=68860' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">4 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W153753_313_Kc44063659d0dc621c509c7b464b5a8ac">
<td class="type">
<a href="wine.asp?iWine=153753" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=153753&amp;CK=c44063659d0dc621c509c7b464b5a8ac"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1995 Amici Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=153753' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=153753">84.5 points</a></span>
</td>
</tr>

<tr id="W1127428_314_K2f6f22c699a644cc973fe1e3b8b3d883">
<td class="type">
<a href="wine.asp?iWine=1127428" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1127428&amp;CK=2f6f22c699a644cc973fe1e3b8b3d883"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1992 Amici Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1127428' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W492479_315_K4e6941f887c07c58e191f897392cf866">
<td class="type">
<a href="wine.asp?iWine=492479" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=492479&amp;CK=4e6941f887c07c58e191f897392cf866"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Amici Cabernet Sauvignon Jericho Canyon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=492479' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W869014_316_Kc1bbe3469b4b8e6a03722eddbf43988d">
<td class="type">
<a href="wine.asp?iWine=869014" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=869014&amp;CK=c1bbe3469b4b8e6a03722eddbf43988d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Amici Cabernet Sauvignon PNV Jericho Canyon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=869014' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">29 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W739463_317_Kd5bde7dc7389fea7e895cbe83a77b068">
<td class="type">
<a href="wine.asp?iWine=739463" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=739463&amp;CK=d5bde7dc7389fea7e895cbe83a77b068"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Amici Cabernet Sauvignon PNV Lot 31</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=739463' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">6 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W329973_318_Ke95b4e6048ee9f6e974851d4b0e45a08">
<td class="type">
<a href="wine.asp?iWine=329973" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=329973&amp;CK=e95b4e6048ee9f6e974851d4b0e45a08"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Amici Cabernet Sauvignon PNV Lot 31</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=329973' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W771233_319_Kc2cbeadeebd4135f3877190078ad9411">
<td class="type">
<a href="wine.asp?iWine=771233" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=771233&amp;CK=c2cbeadeebd4135f3877190078ad9411"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Amici Cabernet Sauvignon Rosato</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=771233' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W493672_320_K22a8436d4a2bb2c354a86c1880d3f013">
<td class="type">
<a href="wine.asp?iWine=493672" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=493672&amp;CK=22a8436d4a2bb2c354a86c1880d3f013"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Amici Cabernet Sauvignon Rosato</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=493672' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">4 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2012</span></td>
<td class="score">
</td>
</tr>

<tr id="W1255423_321_Kfc1f1d37165a3139a142d5363d164e60">
<td class="type">
<a href="wine.asp?iWine=1255423" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1255423&amp;CK=fc1f1d37165a3139a142d5363d164e60"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Amici Cabernet Sauvignon Spring Mountain Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1255423' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">44 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1255423">98.5 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W1270744_322_Kf78fa79330377d1b925fbef355c3c6d8">
<td class="type">
<a href="wine.asp?iWine=1270744" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1270744&amp;CK=f78fa79330377d1b925fbef355c3c6d8"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Amici Cabernet Sauvignon Spring Mountain Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1270744' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1270743_323_Ke688b063c08d239a8bbe1b9e4c91c37e">
<td class="type">
<a href="wine.asp?iWine=1270743" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1270743&amp;CK=e688b063c08d239a8bbe1b9e4c91c37e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Amici Cabernet Sauvignon Spring Mountain Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1270743' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1270741_324_K1407ced695dfee27550b456e21a4416c">
<td class="type">
<a href="wine.asp?iWine=1270741" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1270741&amp;CK=1407ced695dfee27550b456e21a4416c"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Amici Cabernet Sauvignon Spring Mountain Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1270741' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W778209_325_Kd73bb53357fe2d5f2461b85fb3efa534">
<td class="type">
<a href="wine.asp?iWine=778209" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=778209&amp;CK=d73bb53357fe2d5f2461b85fb3efa534"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Amicizia Cabernet Sauvignon Bovine</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=778209' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W731556_326_Kf267d38e2337b92d39975676198228ab">
<td class="type">
<a href="wine.asp?iWine=731556" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=731556&amp;CK=f267d38e2337b92d39975676198228ab"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Les Amis du Vin (Crushpad) Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=731556' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1283534_327_K0729649051ffe1c3b98f657c4eaf0164">
<td class="type">
<a href="wine.asp?iWine=1283534" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1283534&amp;CK=0729649051ffe1c3b98f657c4eaf0164"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Amizetta Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1283534' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">5 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W1334510_328_K3a759bffbda5c4d30ad05d9ec86ce979">
<td class="type">
<a href="wine.asp?iWine=1334510" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1334510&amp;CK=3a759bffbda5c4d30ad05d9ec86ce979"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Amizetta Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1334510' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">4 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1334510">89.6 points</a></span>
</td>
</tr>

<tr id="W1113952_329_Kfe66ceae85da1edd457e4a981a4d7643">
<td class="type">
<a href="wine.asp?iWine=1113952" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1113952&amp;CK=fe66ceae85da1edd457e4a981a4d7643"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Amizetta Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1113952' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W835379_330_K02ed80d27cc938740a72b45a812856a0">
<td class="type">
<a href="wine.asp?iWine=835379" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=835379&amp;CK=02ed80d27cc938740a72b45a812856a0"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Amizetta Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=835379' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">30 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=835379">88 points</a></span>
</td>
</tr>

<tr id="W1558404_331_K13ef7ffa8a6c9d54c4e4e117bb9f9982">
<td class="type">
<a href="wine.asp?iWine=1558404" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1558404&amp;CK=13ef7ffa8a6c9d54c4e4e117bb9f9982"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Amizetta Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1558404' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W527038_332_K6e9ca3a0ae46dfe84f0d9457208fe24d">
<td class="type">
<a href="wine.asp?iWine=527038" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=527038&amp;CK=6e9ca3a0ae46dfe84f0d9457208fe24d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Amizetta Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=527038' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">19 bottles
</span>
<span class="el dat" title="Source: Community Average">2010-2015</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=527038">90.3 points</a></span>
</td>
</tr>

<tr id="W259906_333_K3f1b73e95e645ce2aa76a2e5f800fd56">
<td class="type">
<a href="wine.asp?iWine=259906" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=259906&amp;CK=3f1b73e95e645ce2aa76a2e5f800fd56"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Amizetta Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=259906' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">67 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2010</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=259906">89.3 points</a></span>
</td>
</tr>

<tr id="W34348_334_Kf9c78094ff3dadb389797c60d368b381">
<td class="type">
<a href="wine.asp?iWine=34348" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=34348&amp;CK=f9c78094ff3dadb389797c60d368b381"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Amizetta Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=34348' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">47 bottles
</span>
<span class="el dat" title="Source: Community Average">2005-2011</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=34348">87.7 points</a></span>
</td>
</tr>

<tr id="W53654_335_K96451604c39fa4aaab304eed1378c6f7">
<td class="type">
<a href="wine.asp?iWine=53654" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=53654&amp;CK=96451604c39fa4aaab304eed1378c6f7"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Amizetta Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=53654' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">46 bottles
</span>
<span class="el dat" title="Source: Community Average">2006-2009</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=53654">88.6 points</a></span>
</td>
</tr>

<tr id="W18684_336_Ke8c878adbec601217378d084e9564591">
<td class="type">
<a href="wine.asp?iWine=18684" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=18684&amp;CK=e8c878adbec601217378d084e9564591"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Amizetta Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=18684' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">7 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2014</span></td>
<td class="score">
</td>
</tr>

<tr id="W252537_337_K8bafb2804644b84df63d8062f87f5459">
<td class="type">
<a href="wine.asp?iWine=252537" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=252537&amp;CK=8bafb2804644b84df63d8062f87f5459"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1999 Amizetta Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=252537' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">43 bottles
</span>
<span class="el dat" title="Source: Community Average">2005-2014</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=252537">90 points</a></span>
</td>
</tr>

<tr id="W134641_338_K50ceb0d886bb3ff91f6651f7ca46c933">
<td class="type">
<a href="wine.asp?iWine=134641" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=134641&amp;CK=50ceb0d886bb3ff91f6651f7ca46c933"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1998 Amizetta Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=134641' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W547011_339_K9c3cab4493d8dbdc8820824d414f0c58">
<td class="type">
<a href="wine.asp?iWine=547011" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=547011&amp;CK=9c3cab4493d8dbdc8820824d414f0c58"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1997 Amizetta Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=547011' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: Community Average">2002-2008</span></td>
<td class="score">
</td>
</tr>

<tr id="W610912_340_K72adef7905604851cc85db36a9f4e6e7">
<td class="type">
<a href="wine.asp?iWine=610912" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=610912&amp;CK=72adef7905604851cc85db36a9f4e6e7"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1996 Amizetta Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=610912' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W726026_341_Kd622654e70d31c7f48b985b2357408ba">
<td class="type">
<a href="wine.asp?iWine=726026" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=726026&amp;CK=d622654e70d31c7f48b985b2357408ba"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1995 Amizetta Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=726026' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W253629_342_Kd2a5847ca8819b703377e4a22ec7d080">
<td class="type">
<a href="wine.asp?iWine=253629" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=253629&amp;CK=d2a5847ca8819b703377e4a22ec7d080"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1990 Amizetta Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=253629' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W252538_343_K0ee4e481da02a75a0c75fbb7aecd82cb">
<td class="type">
<a href="wine.asp?iWine=252538" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=252538&amp;CK=0ee4e481da02a75a0c75fbb7aecd82cb"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1986 Amizetta Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=252538' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W311148_344_Kde6a83563c27ff033594d2cae0121cb8">
<td class="type">
<a href="wine.asp?iWine=311148" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=311148&amp;CK=de6a83563c27ff033594d2cae0121cb8"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1985 Amizetta Vineyards Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=311148' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1486737_345_K4b3d74c31750a569014c8c92b2aba3f0">
<td class="type">
<a href="wine.asp?iWine=1486737" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1486737&amp;CK=4b3d74c31750a569014c8c92b2aba3f0"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2010 Amizetta Vineyards Cabernet Sauvignon Estate</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1486737' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">10 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1184594_346_K97312e16f2a7bcbb8beec0b7c49dd469">
<td class="type">
<a href="wine.asp?iWine=1184594" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1184594&amp;CK=97312e16f2a7bcbb8beec0b7c49dd469"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Amizetta Vineyards Cabernet Sauvignon Estate</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1184594' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: Community Average">2010-2015</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1184594">94.5 points</a></span>
</td>
</tr>

<tr id="W1057530_347_Ke0adf9533f56ff04ff1a87f20827b3a5">
<td class="type">
<a href="wine.asp?iWine=1057530" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1057530&amp;CK=e0adf9533f56ff04ff1a87f20827b3a5"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Amizetta Vineyards Cabernet Sauvignon Estate</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1057530' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">15 bottles
</span>
<span class="el dat" title="Source: Community Average">2010-2015</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1057530">86 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W445542_348_Kd66f127456e2abc8bb1ffd0c20da82de">
<td class="type">
<a href="wine.asp?iWine=445542" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=445542&amp;CK=d66f127456e2abc8bb1ffd0c20da82de"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Amizetta Vineyards Cabernet Sauvignon Estate</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=445542' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">8 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2015</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=445542">90 points</a></span>
</td>
</tr>

<tr id="W303864_349_Kc83fa80848896f9b93533caa411e126e">
<td class="type">
<a href="wine.asp?iWine=303864" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=303864&amp;CK=c83fa80848896f9b93533caa411e126e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Amizetta Vineyards Cabernet Sauvignon Estate</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=303864' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">62 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=303864">86.8 points</a></span>
</td>
</tr>

<tr id="W1092868_350_K02e44bb51626f8bb08070303314a0945">
<td class="type">
<a href="wine.asp?iWine=1092868" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1092868&amp;CK=02e44bb51626f8bb08070303314a0945"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Amizetta Vineyards Cabernet Sauvignon Estate</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1092868' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">14 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2017</span></td>
<td class="score">
</td>
</tr>

<tr id="W336107_351_K7140c8db15d87176b49a7fe491269fb9">
<td class="type">
<a href="wine.asp?iWine=336107" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=336107&amp;CK=7140c8db15d87176b49a7fe491269fb9"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Amizetta Vineyards Cabernet Sauvignon Estate</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=336107' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">29 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W334000_352_K588040f9cd8cf4f8bfc2bcf04dad6786">
<td class="type">
<a href="wine.asp?iWine=334000" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=334000&amp;CK=588040f9cd8cf4f8bfc2bcf04dad6786"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Amizetta Vineyards Cabernet Sauvignon Estate</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=334000' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">8 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W431618_353_K42bd9a8370c4d3ab2a38bab573a4982c">
<td class="type">
<a href="wine.asp?iWine=431618" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=431618&amp;CK=42bd9a8370c4d3ab2a38bab573a4982c"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1999 Amizetta Vineyards Cabernet Sauvignon Estate</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=431618' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">18 bottles
</span>
<span class="el dat" title="Source: Community Average">2006-2008</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=431618">92 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W1486735_354_K94d7e3a7eef87c322f8ac7cbd638d9ea">
<td class="type">
<a href="wine.asp?iWine=1486735" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1486735&amp;CK=94d7e3a7eef87c322f8ac7cbd638d9ea"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Amizetta Vineyards Cabernet Sauvignon Estate Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1486735' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">8 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1383238_355_K5be442f8c8baadadda0f76052597f928">
<td class="type">
<a href="wine.asp?iWine=1383238" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1383238&amp;CK=5be442f8c8baadadda0f76052597f928"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Amizetta Vineyards Cabernet Sauvignon Estate Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1383238' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">14 bottles
</span>
<span class="el dat" title="Source: Community Average">2013-2023</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1383238">90 points</a></span>
</td>
</tr>

<tr id="W1111735_356_K7c303f54030ace0d96e137ccce0f0eff">
<td class="type">
<a href="wine.asp?iWine=1111735" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1111735&amp;CK=7c303f54030ace0d96e137ccce0f0eff"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Amizetta Vineyards Cabernet Sauvignon Estate Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1111735' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">8 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1111735">90 points</a></span>
</td>
</tr>

<tr id="W926032_357_K5d0b0755603e38d0f7eb669114e2900f">
<td class="type">
<a href="wine.asp?iWine=926032" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=926032&amp;CK=5d0b0755603e38d0f7eb669114e2900f"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Amizetta Vineyards Cabernet Sauvignon Estate Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=926032' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">6 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W728249_358_K9feced4b117ee20f6f2c01f35675477d">
<td class="type">
<a href="wine.asp?iWine=728249" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=728249&amp;CK=9feced4b117ee20f6f2c01f35675477d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Amizetta Vineyards Cabernet Sauvignon Estate Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=728249' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">23 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=728249">89 points</a></span>
</td>
</tr>

<tr id="W527048_359_Keff419cc2c2d8e874fc18425cdee18cd">
<td class="type">
<a href="wine.asp?iWine=527048" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=527048&amp;CK=eff419cc2c2d8e874fc18425cdee18cd"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Amizetta Vineyards Cabernet Sauvignon Estate Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=527048' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">23 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W230654_360_K8f80c3856f2fc597922e4fd06812b257">
<td class="type">
<a href="wine.asp?iWine=230654" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=230654&amp;CK=8f80c3856f2fc597922e4fd06812b257"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Amizetta Vineyards Cabernet Sauvignon Estate Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=230654' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">79 bottles
</span>
<span class="el dat" title="Source: Community Average">2005-2013</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=230654">89.7 points</a></span>
</td>
</tr>

<tr id="W230658_361_K771cf2418ab06ea921f1b4b78bf48221">
<td class="type">
<a href="wine.asp?iWine=230658" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=230658&amp;CK=771cf2418ab06ea921f1b4b78bf48221"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Amizetta Vineyards Cabernet Sauvignon Estate Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=230658' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">36 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2010</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=230658">90.3 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W233556_362_Kdb430670697fcf20a31e3e621f3b7315">
<td class="type">
<a href="wine.asp?iWine=233556" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=233556&amp;CK=db430670697fcf20a31e3e621f3b7315"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Amizetta Vineyards Cabernet Sauvignon Estate Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=233556' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">43 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2008</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=233556">88 points</a></span>
</td>
</tr>

<tr id="W528120_363_Kf85c791bb4c7624dd9d0bb5cad476f77">
<td class="type">
<a href="wine.asp?iWine=528120" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=528120&amp;CK=f85c791bb4c7624dd9d0bb5cad476f77"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1999 Amizetta Vineyards Cabernet Sauvignon Estate Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=528120' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">13 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W244117_364_K84fc0e44a5da1bd61708a886340f8ddf">
<td class="type">
<a href="wine.asp?iWine=244117" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=244117&amp;CK=84fc0e44a5da1bd61708a886340f8ddf"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1997 Amizetta Vineyards Cabernet Sauvignon Estate Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=244117' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">28 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W305182_365_K06536fcd4fe314e4c2ce9e3f90eda825">
<td class="type">
<a href="wine.asp?iWine=305182" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=305182&amp;CK=06536fcd4fe314e4c2ce9e3f90eda825"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1996 Amizetta Vineyards Cabernet Sauvignon Estate Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=305182' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">4 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=305182">92 points</a></span>
</td>
</tr>

<tr id="W826929_366_K7826c1e249a4a923a59dc6518fa5fafa">
<td class="type">
<a href="wine.asp?iWine=826929" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=826929&amp;CK=7826c1e249a4a923a59dc6518fa5fafa"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1995 Amizetta Vineyards Cabernet Sauvignon Estate Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=826929' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">7 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1346256_367_Ka06414ee73e5d1b604f23d67eb81b2fb">
<td class="type">
<a href="wine.asp?iWine=1346256" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1346256&amp;CK=a06414ee73e5d1b604f23d67eb81b2fb"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Amizetta Vineyards Cabernet Sauvignon Estate, Terraced Hillside</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1346256' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W356709_368_K5bccba7384a6389868940d3df3afcb0f">
<td class="type">
<a href="wine.asp?iWine=356709" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=356709&amp;CK=5bccba7384a6389868940d3df3afcb0f"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Amizetta Vineyards Cabernet Sauvignon Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=356709' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">5 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2010</span></td>
<td class="score">
</td>
</tr>

<tr id="W159055_369_K9adff99b71698b81e92d74711c0c2124">
<td class="type">
<a href="wine.asp?iWine=159055" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=159055&amp;CK=9adff99b71698b81e92d74711c0c2124"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Amizetta Vineyards Cabernet Sauvignon Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=159055' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">29 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W34351_370_Ke320c224929406ad61c92950cf5a81c1">
<td class="type">
<a href="wine.asp?iWine=34351" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=34351&amp;CK=e320c224929406ad61c92950cf5a81c1"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Amizetta Vineyards Cabernet Sauvignon Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=34351' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">9 bottles
</span>
<span class="el dat" title="Source: Community Average">2006-2014</span></td>
<td class="score">
</td>
</tr>

<tr id="W41368_371_K4cb3488341abeba01550414e66af2b0d">
<td class="type">
<a href="wine.asp?iWine=41368" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=41368&amp;CK=4cb3488341abeba01550414e66af2b0d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1997 Amizetta Vineyards Cabernet Sauvignon Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=41368' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">4 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W145279_372_Kbb34328034becb5cc2534ce5cc927158">
<td class="type">
<a href="wine.asp?iWine=145279" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=145279&amp;CK=bb34328034becb5cc2534ce5cc927158"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1996 Amizetta Vineyards Cabernet Sauvignon Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=145279' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W41367_373_K37c4a34ea6795d852addb3cbdf5e7287">
<td class="type">
<a href="wine.asp?iWine=41367" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=41367&amp;CK=37c4a34ea6795d852addb3cbdf5e7287"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1992 Amizetta Vineyards Cabernet Sauvignon Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=41367' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">4 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W381420_374_Kd223aa9a64942cce2046c90bfcf2aae5">
<td class="type">
<a href="wine.asp?iWine=381420" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=381420&amp;CK=d223aa9a64942cce2046c90bfcf2aae5"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1987 Amizetta Vineyards Cabernet Sauvignon Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=381420' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1554450_375_K2e82943ac97c8dd7a99996288f0e49be">
<td class="type">
<a href="wine.asp?iWine=1554450" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1554450&amp;CK=2e82943ac97c8dd7a99996288f0e49be"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Amizetta Vineyards Cabernet Sauvignon Vigneto del Tacchino Selvatico</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1554450' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">5 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1126257_376_Ke2a59dc599386714e3ca97041860d3ee">
<td class="type">
<a href="wine.asp?iWine=1126257" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1126257&amp;CK=e2a59dc599386714e3ca97041860d3ee"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Amizetta Vineyards Cabernet Sauvignon Vigneto del Tacchino Selvatico</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1126257' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1501339_377_K0c5753225fb9039717ad2714ff7babc2">
<td class="type">
<a href="wine.asp?iWine=1501339" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1501339&amp;CK=0c5753225fb9039717ad2714ff7babc2"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Amizetta Vineyards Cabernet Sauvignon Vigneto del Tacchino Selvatico</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1501339' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1501339">87 points</a></span>
</td>
</tr>

<tr id="W1128820_378_K72fe1012b7933021ffccbaed24ecf628">
<td class="type">
<a href="wine.asp?iWine=1128820" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1128820&amp;CK=72fe1012b7933021ffccbaed24ecf628"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1999 Amizetta Vineyards Cabernet Sauvignon Vigneto del Tacchino Selvatico</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1128820' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">8 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W325878_379_Kee83792228f49be2e1e5ca96e08a60b3">
<td class="type">
<a href="wine.asp?iWine=325878" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=325878&amp;CK=ee83792228f49be2e1e5ca96e08a60b3"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Amizetta Vineyards Cabernet Sauvignon Vignetto del Tacchino</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=325878' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">5 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2012</span></td>
<td class="score">
</td>
</tr>

<tr id="W322683_380_K7b13d46d732602fa7fd4efc21a486dee">
<td class="type">
<a href="wine.asp?iWine=322683" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=322683&amp;CK=7b13d46d732602fa7fd4efc21a486dee"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Amizetta Vineyards Cabernet Sauvignon Vignetto del Tacchino</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=322683' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">19 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W127060_381_Kdbbdf146bf6d311fbe556c65a266a861">
<td class="type">
<a href="wine.asp?iWine=127060" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=127060&amp;CK=dbbdf146bf6d311fbe556c65a266a861"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Amizetta Vineyards Cabernet Sauvignon Vignetto del Tacchino</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=127060' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">13 bottles
</span>
<span class="el dat" title="Source: Community Average">2005-2008</span></td>
<td class="score">
</td>
</tr>

<tr id="W41378_382_K4482b36a6c6f2e095b0df9b023e30a7c">
<td class="type">
<a href="wine.asp?iWine=41378" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=41378&amp;CK=4482b36a6c6f2e095b0df9b023e30a7c"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Amizetta Vineyards Cabernet Sauvignon Vignetto del Tacchino</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=41378' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W41375_383_Ke6d6c10188c97f28f9c01b0ca69883ba">
<td class="type">
<a href="wine.asp?iWine=41375" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=41375&amp;CK=e6d6c10188c97f28f9c01b0ca69883ba"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1999 Amizetta Vineyards Cabernet Sauvignon Vignetto del Tacchino</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=41375' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">13 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=41375">90 points</a></span>
</td>
</tr>

<tr id="W41373_384_K6f00dcfab309fefbd6fe00f5f45859ac">
<td class="type">
<a href="wine.asp?iWine=41373" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=41373&amp;CK=6f00dcfab309fefbd6fe00f5f45859ac"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1998 Amizetta Vineyards Cabernet Sauvignon Vignetto del Tacchino</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=41373' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">10 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W955776_385_K3ee55035090a2c2641cbef875bfc3b7e">
<td class="type">
<a href="wine.asp?iWine=955776" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=955776&amp;CK=3ee55035090a2c2641cbef875bfc3b7e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Castello di Amorosa Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=955776' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">27 bottles
</span>
<span class="el dat" title="Source: Community Average">2015-2019</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=955776">80 points</a></span>
<span class="el lke"><b>0% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W1466085_386_Ka8e73aaf6692ec9f7d7198e855e0391d">
<td class="type">
<a href="wine.asp?iWine=1466085" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1466085&amp;CK=a8e73aaf6692ec9f7d7198e855e0391d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Castello di Amorosa Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1466085' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">65 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2018</span></td>
<td class="score">
<span class="el lke"><b>100% like it</b> (2 votes)</span>
</td>
</tr>

<tr id="W1201021_387_K76fbab4534706868db660585e7136665">
<td class="type">
<a href="wine.asp?iWine=1201021" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1201021&amp;CK=76fbab4534706868db660585e7136665"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Castello di Amorosa Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1201021' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">160 bottles
</span>
<span class="el dat" title="Source: Community Average">2011-2017</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1201021">89.3 points</a></span>
<span class="el lke"><b>100% like it</b> (4 votes)</span>
</td>
</tr>

<tr id="W761849_388_Kab89f6c96a9e13184863319c5ceac71d">
<td class="type">
<a href="wine.asp?iWine=761849" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=761849&amp;CK=ab89f6c96a9e13184863319c5ceac71d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Castello di Amorosa Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=761849' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">77 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2014</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=761849">91 points</a></span>
<span class="el lke"><b>100% like it</b> (3 votes)</span>
</td>
</tr>

<tr id="W691419_389_K49bd19ceae50b16baa4fb1f72719ef9e">
<td class="type">
<a href="wine.asp?iWine=691419" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=691419&amp;CK=49bd19ceae50b16baa4fb1f72719ef9e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Castello di Amorosa Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=691419' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">80 bottles
</span>
<span class="el dat" title="Source: Community Average">2010-2018</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=691419">88.8 points</a></span>
</td>
</tr>

<tr id="W548597_390_Kfc1628efd43ce6fb86d6f8f2bf96547e">
<td class="type">
<a href="wine.asp?iWine=548597" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=548597&amp;CK=fc1628efd43ce6fb86d6f8f2bf96547e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Castello di Amorosa Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=548597' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">53 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2011</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=548597">89.2 points</a></span>
</td>
</tr>

<tr id="W555369_391_Kd764cae7ee70f52a5629e355e17e19a4">
<td class="type">
<a href="wine.asp?iWine=555369" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=555369&amp;CK=d764cae7ee70f52a5629e355e17e19a4"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Castello di Amorosa Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=555369' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">55 bottles
</span>
<span class="el dat" title="Source: Community Average">2010-2014</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=555369">90.3 points</a></span>
</td>
</tr>

<tr id="W169428_392_K2782f835ff4863e00865df52359d0101">
<td class="type">
<a href="wine.asp?iWine=169428" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=169428&amp;CK=2782f835ff4863e00865df52359d0101"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Amusant Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=169428' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: Community Average">2006-2008</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=169428">89.5 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W383083_393_K0663c21be4a9dabeff747f8d342f844c">
<td class="type">
<a href="wine.asp?iWine=383083" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=383083&amp;CK=0663c21be4a9dabeff747f8d342f844c"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Amusant Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=383083' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: Community Average">by 2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=383083">88.5 points</a></span>
</td>
</tr>

<tr id="W28149_394_K3b187427470060a0ef39bd7c682d4cba">
<td class="type">
<a href="wine.asp?iWine=28149" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=28149&amp;CK=3b187427470060a0ef39bd7c682d4cba"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Amusant Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=28149' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: Community Average">2004-2007</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=28149">81 points</a></span>
</td>
</tr>

<tr id="W1328782_395_K88e6ab681997f83f760949e86be59e98">
<td class="type">
<a href="wine.asp?iWine=1328782" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1328782&amp;CK=88e6ab681997f83f760949e86be59e98"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Amusee Cabernet Sauvignon Reserve Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=1328782' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">92 bottles
</span>
<span class="el dat" title="Source: Community Average">2012-2019</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1328782">84 points</a></span>
</td>
</tr>

<tr id="W1420494_396_K177da5e8f311a8603e2eb0154734aa89">
<td class="type">
<a href="wine.asp?iWine=1420494" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1420494&amp;CK=177da5e8f311a8603e2eb0154734aa89"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Anan Taah Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1420494' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">5 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W729960_397_K40e53aa3be644d7ec4d999924a9592f0">
<td class="type">
<a href="wine.asp?iWine=729960" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=729960&amp;CK=40e53aa3be644d7ec4d999924a9592f0"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Anderson Peninou Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=729960' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: Community Average">2010-2016</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=729960">88.7 points</a></span>
</td>
</tr>

<tr id="W487423_398_K777425691e8772d0244e8ccbdac0e922">
<td class="type">
<a href="wine.asp?iWine=487423" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=487423&amp;CK=777425691e8772d0244e8ccbdac0e922"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Anderson Peninou Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=487423' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2011</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=487423">89.3 points</a></span>
</td>
</tr>

<tr id="W916979_399_Kb41f98eb3cb8dc808824fc2a583e49d7">
<td class="type">
<a href="wine.asp?iWine=916979" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=916979&amp;CK=b41f98eb3cb8dc808824fc2a583e49d7"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Anderson Peninou Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=916979' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: Community Average">2006-2009</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=916979">92 points</a></span>
</td>
</tr>

<tr id="W466806_400_Kf340dddde8658d4abd7e9dfd50a1c8a1">
<td class="type">
<a href="wine.asp?iWine=466806" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=466806&amp;CK=f340dddde8658d4abd7e9dfd50a1c8a1"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Anderson Peninou Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=466806' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">25 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W492431_401_K68d9306e3561dac787f56c931b09c464">
<td class="type">
<a href="wine.asp?iWine=492431" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=492431&amp;CK=68d9306e3561dac787f56c931b09c464"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Anderson Peninou Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=492431' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">21 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W434414_402_Kce72349fa8bf6cf5e7e58bf750c9f031">
<td class="type">
<a href="wine.asp?iWine=434414" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=434414&amp;CK=ce72349fa8bf6cf5e7e58bf750c9f031"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1999 Anderson Peninou Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=434414' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">8 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W401549_403_K37736251e08dbd69183fbb5a6c574997">
<td class="type">
<a href="wine.asp?iWine=401549" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=401549&amp;CK=37736251e08dbd69183fbb5a6c574997"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1998 Anderson Peninou Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=401549' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">20 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W381338_404_K2ef69fb6458e22a7a74e3a273b8b7df1">
<td class="type">
<a href="wine.asp?iWine=381338" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=381338&amp;CK=2ef69fb6458e22a7a74e3a273b8b7df1"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1997 Anderson Peninou Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=381338' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2009</span></td>
<td class="score">
</td>
</tr>

<tr id="W649806_405_K9d0f9b80912797b419310732ec89419d">
<td class="type">
<a href="wine.asp?iWine=649806" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=649806&amp;CK=9d0f9b80912797b419310732ec89419d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1994 Anderson Valley Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=649806' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W699320_406_K3e52cdf8a30833a74369541734e8b9df">
<td class="type">
<a href="wine.asp?iWine=699320" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=699320&amp;CK=3e52cdf8a30833a74369541734e8b9df"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1987 Anderson Valley Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=699320' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W406786_407_K78cf890dc79c267131fdaa05cc8a3d61">
<td class="type">
<a href="wine.asp?iWine=406786" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=406786&amp;CK=78cf890dc79c267131fdaa05cc8a3d61"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1998 Andreae Papale Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=406786' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1336538_408_Ked2ad36064f1b0f8c26321c3fce1b254">
<td class="type">
<a href="wine.asp?iWine=1336538" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1336538&amp;CK=ed2ad36064f1b0f8c26321c3fce1b254"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Andretti Cabernet Sauvignon Montona Estate</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1336538' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">5 bottles
</span>
<span class="el dat" title="Source: Community Average">2011-2015</span></td>
<td class="score">
</td>
</tr>

<tr id="W966220_409_K046587a3bb235b241a6548786c0a2a5e">
<td class="type">
<a href="wine.asp?iWine=966220" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=966220&amp;CK=046587a3bb235b241a6548786c0a2a5e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Andretti Cabernet Sauvignon Montona Estate</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=966220' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">5 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=966220">90 points</a></span>
</td>
</tr>

<tr id="W728270_410_Kd16e5877dda5e1138639582aab1ea9b1">
<td class="type">
<a href="wine.asp?iWine=728270" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=728270&amp;CK=d16e5877dda5e1138639582aab1ea9b1"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Andretti Cabernet Sauvignon Montona Estate</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=728270' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">15 bottles
</span>
<span class="el dat" title="Source: Community Average">2010-2014</span></td>
<td class="score">
</td>
</tr>

<tr id="W657614_411_Ka4b703ca621f5fced2162195f0c3bdf2">
<td class="type">
<a href="wine.asp?iWine=657614" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=657614&amp;CK=a4b703ca621f5fced2162195f0c3bdf2"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Andretti Cabernet Sauvignon Montona Estate</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=657614' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">5 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W326162_412_Kf21f5a7eedefbb85aa0f494cb9b2966b">
<td class="type">
<a href="wine.asp?iWine=326162" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=326162&amp;CK=f21f5a7eedefbb85aa0f494cb9b2966b"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Andretti Cabernet Sauvignon Montona Estate</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=326162' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">10 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2013</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=326162">91 points</a></span>
</td>
</tr>

<tr id="W162565_413_Kea7a23b888bc8eccee0f0b777773aa7d">
<td class="type">
<a href="wine.asp?iWine=162565" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=162565&amp;CK=ea7a23b888bc8eccee0f0b777773aa7d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Andretti Cabernet Sauvignon Montona Estate</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=162565' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">30 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=162565">87 points</a></span>
</td>
</tr>

<tr id="W61390_414_Kfd94a7067cf660516896dff298f7caf7">
<td class="type">
<a href="wine.asp?iWine=61390" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=61390&amp;CK=fd94a7067cf660516896dff298f7caf7"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Andretti Cabernet Sauvignon Montona Estate</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=61390' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">10 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2009</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=61390">87.5 points</a></span>
</td>
</tr>

<tr id="W923396_415_K1256d195167966f1abe82b83469a038f">
<td class="type">
<a href="wine.asp?iWine=923396" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=923396&amp;CK=1256d195167966f1abe82b83469a038f"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1999 Andretti Cabernet Sauvignon Montona Estate</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=923396' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2009</span></td>
<td class="score">
</td>
</tr>

<tr id="W1522000_416_Kd9c20be2c7dd2bd4436aaa71ed3b2add">
<td class="type">
<a href="wine.asp?iWine=1522000" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1522000&amp;CK=d9c20be2c7dd2bd4436aaa71ed3b2add"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2010 Andretti Cabernet Sauvignon Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=1522000' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">5 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1203115_417_Ke2fe12dd8fa35de04eaf243312e09785">
<td class="type">
<a href="wine.asp?iWine=1203115" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1203115&amp;CK=e2fe12dd8fa35de04eaf243312e09785"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Andretti Cabernet Sauvignon Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=1203115' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">12 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W1024285_418_K3292ec7119d806d1db16523d4cb00dd5">
<td class="type">
<a href="wine.asp?iWine=1024285" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1024285&amp;CK=3292ec7119d806d1db16523d4cb00dd5"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Andretti Cabernet Sauvignon Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=1024285' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">26 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1024285">88 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W654508_419_K951983037418e6610c2cc94f4c1cdf24">
<td class="type">
<a href="wine.asp?iWine=654508" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=654508&amp;CK=951983037418e6610c2cc94f4c1cdf24"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Andretti Cabernet Sauvignon Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=654508' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">15 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=654508">89.2 points</a></span>
</td>
</tr>

<tr id="W410031_420_Kf8a096e02f435fc67c2ebe929d56f50d">
<td class="type">
<a href="wine.asp?iWine=410031" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=410031&amp;CK=f8a096e02f435fc67c2ebe929d56f50d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Andretti Cabernet Sauvignon Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=410031' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">31 bottles
</span>
<span class="el dat" title="Source: Community Average">2011-2015</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=410031">92.5 points</a></span>
</td>
</tr>

<tr id="W441425_421_K26f09412c2fb285045981ef470ae2624">
<td class="type">
<a href="wine.asp?iWine=441425" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=441425&amp;CK=26f09412c2fb285045981ef470ae2624"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Andretti Cabernet Sauvignon Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=441425' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">6 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=441425">92 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W130388_422_Kb5944f848f764b8fc86f51454656537d">
<td class="type">
<a href="wine.asp?iWine=130388" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=130388&amp;CK=b5944f848f764b8fc86f51454656537d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Andretti Cabernet Sauvignon Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=130388' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">84 bottles
</span>
<span class="el dat" title="Source: Community Average">2005-2010</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=130388">90 points</a></span>
</td>
</tr>

<tr id="W96716_423_Kd05156f9620d996079903e3f526e3924">
<td class="type">
<a href="wine.asp?iWine=96716" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=96716&amp;CK=d05156f9620d996079903e3f526e3924"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Andretti Cabernet Sauvignon Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=96716' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">15 bottles
</span>
<span class="el dat" title="Source: Community Average">2006-2006</span></td>
<td class="score">
</td>
</tr>

<tr id="W99708_424_K6b9fea6c982fd36ce0b7118738af2c5c">
<td class="type">
<a href="wine.asp?iWine=99708" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=99708&amp;CK=6b9fea6c982fd36ce0b7118738af2c5c"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Andretti Cabernet Sauvignon Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=99708' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">21 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2010</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=99708">90.7 points</a></span>
</td>
</tr>

<tr id="W21988_425_K3d3ea4a32bb2f951afd998ef5206768c">
<td class="type">
<a href="wine.asp?iWine=21988" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=21988&amp;CK=3d3ea4a32bb2f951afd998ef5206768c"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Andretti Cabernet Sauvignon Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=21988' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">15 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2010</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=21988">90 points</a></span>
</td>
</tr>

<tr id="W56881_426_Kf2b84931ac9632c23101f86dc4216465">
<td class="type">
<a href="wine.asp?iWine=56881" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=56881&amp;CK=f2b84931ac9632c23101f86dc4216465"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1999 Andretti Cabernet Sauvignon Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=56881' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">7 bottles
</span>
<span class="el dat" title="Source: Community Average">2506-2506</span></td>
<td class="score">
</td>
</tr>

<tr id="W21987_427_Ke6c08dab9a571f0f46eb8530b399046d">
<td class="type">
<a href="wine.asp?iWine=21987" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=21987&amp;CK=e6c08dab9a571f0f46eb8530b399046d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1998 Andretti Cabernet Sauvignon Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=21987' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">10 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=21987">93 points</a></span>
</td>
</tr>

<tr id="W7522_428_K2f79eba374c6e7461bcbe8fecde61f9f">
<td class="type">
<a href="wine.asp?iWine=7522" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=7522&amp;CK=2f79eba374c6e7461bcbe8fecde61f9f"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1997 Andretti Cabernet Sauvignon Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=7522' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">7 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2005</span></td>
<td class="score">
</td>
</tr>

<tr id="W21982_429_K08b788566c18f8415fd072bfa8bf8f34">
<td class="type">
<a href="wine.asp?iWine=21982" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=21982&amp;CK=08b788566c18f8415fd072bfa8bf8f34"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1995 Andretti Cabernet Sauvignon Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=21982' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">5 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W44077_430_K86eaf825312f6855e8771e4816c8392e">
<td class="type">
<a href="wine.asp?iWine=44077" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=44077&amp;CK=86eaf825312f6855e8771e4816c8392e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1994 Andretti Cabernet Sauvignon Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=44077' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=44077">92 points</a></span>
</td>
</tr>

<tr id="W104043_431_Kcdd7d29e19d2ea74f6893e7e5874700e">
<td class="type">
<a href="wine.asp?iWine=104043" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=104043&amp;CK=cdd7d29e19d2ea74f6893e7e5874700e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1991 Andretti Cabernet Sauvignon Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=104043' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=104043">88 points</a></span>
</td>
</tr>

<tr id="W1364878_432_K85effeaf170072d47c65125d8cc8d686">
<td class="type">
<a href="wine.asp?iWine=1364878" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1364878&amp;CK=85effeaf170072d47c65125d8cc8d686"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2010 Andrew Lane Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1364878' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1364878">89.5 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W678687_433_K9fb47d38c3074412d61e9becd72b218e">
<td class="type">
<a href="wine.asp?iWine=678687" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=678687&amp;CK=9fb47d38c3074412d61e9becd72b218e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Andrew Lane Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=678687' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">4 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W360624_434_K136e317864b5a427e23199083c3f75fe">
<td class="type">
<a href="wine.asp?iWine=360624" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=360624&amp;CK=136e317864b5a427e23199083c3f75fe"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Andrew Lane Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=360624' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">6 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W312636_435_Kbed78fa0948a51943e189f9cc3d159d5">
<td class="type">
<a href="wine.asp?iWine=312636" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=312636&amp;CK=bed78fa0948a51943e189f9cc3d159d5"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Andrew Lane Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=312636' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">7 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W746687_436_K4910aaf6b751f67294c0b87a3e19ecb2">
<td class="type">
<a href="wine.asp?iWine=746687" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=746687&amp;CK=4910aaf6b751f67294c0b87a3e19ecb2"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Andrew Peacock Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=746687' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">7 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1540226_437_Kfeed221b144e89f32a3c4074cf5d4a9e">
<td class="type">
<a href="wine.asp?iWine=1540226" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1540226&amp;CK=feed221b144e89f32a3c4074cf5d4a9e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Angelo Cellars Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1540226' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">6 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1514496_438_K3146f28961ffb86310c137252d952b43">
<td class="type">
<a href="wine.asp?iWine=1514496" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1514496&amp;CK=3146f28961ffb86310c137252d952b43"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Angelo Cellars Cabernet Sauvignon Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=1514496' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">6 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1512519_439_K00c3c2d452497c1a76384c318cad3c7a">
<td class="type">
<a href="wine.asp?iWine=1512519" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1512519&amp;CK=00c3c2d452497c1a76384c318cad3c7a"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Angelo Cellars Cabernet Sauvignon Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=1512519' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">16 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1540775_440_Kdc9faceb22da88826303c4ba9470d1a1">
<td class="type">
<a href="wine.asp?iWine=1540775" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1540775&amp;CK=dc9faceb22da88826303c4ba9470d1a1"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Angelo Cellars Cabernet Sauvignon Private Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1540775' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1329580_441_K42b6af5f8cf7cfd0cb14c31d0951091d">
<td class="type">
<a href="wine.asp?iWine=1329580" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1329580&amp;CK=42b6af5f8cf7cfd0cb14c31d0951091d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2010 Angels Landing Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1329580' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">72 bottles
</span>
<span class="el dat" title="Source: Community Average">2010-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1329580">85.1 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W1247966_442_Kda4d68885fab7e7a7793fd8c6a64db78">
<td class="type">
<a href="wine.asp?iWine=1247966" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1247966&amp;CK=da4d68885fab7e7a7793fd8c6a64db78"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Angels Landing Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1247966' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">46 bottles
</span>
<span class="el dat" title="Source: Community Average">2011-2013</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1247966">86.7 points</a></span>
</td>
</tr>

<tr id="W845714_443_Kb701edf6441f1d9a62fec4910fda7722">
<td class="type">
<a href="wine.asp?iWine=845714" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=845714&amp;CK=b701edf6441f1d9a62fec4910fda7722"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Angels Landing Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=845714' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">292 bottles
</span>
<span class="el dat" title="Source: Community Average">2010-2014</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=845714">87.4 points</a></span>
<span class="el lke"><b>100% like it</b> (3 votes)</span>
</td>
</tr>

<tr id="W1104114_444_K5471c6e23ebbadb004ea3da2de84c2f6">
<td class="type">
<a href="wine.asp?iWine=1104114" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1104114&amp;CK=5471c6e23ebbadb004ea3da2de84c2f6"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Ankh Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1104114' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: Community Average">2012-2013</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1104114">90 points</a></span>
</td>
</tr>

<tr id="W1551601_445_Kb89a74490dce19c1581e4ee690e32d71">
<td class="type">
<a href="wine.asp?iWine=1551601" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1551601&amp;CK=b89a74490dce19c1581e4ee690e32d71"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Anselmo Cabernet Sauvignon Premiere Napa Valley Lot #156 Vigne Block 1</h3></span>
<span class="el var"> <a href='wine.asp?iWine=1551601' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">10 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1079894_446_K368abca1d4295737968fc82dd5d09ae9">
<td class="type">
<a href="wine.asp?iWine=1079894" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1079894&amp;CK=368abca1d4295737968fc82dd5d09ae9"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Anselmo Cabernet Sauvignon Veloce</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1079894' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">230 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2017</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1079894">88.9 points</a></span>
<span class="el lke"><b>100% like it</b> (2 votes)</span>
</td>
</tr>

<tr id="W897203_447_Ke131fca683984a75dfe8c18751d2fdd4">
<td class="type">
<a href="wine.asp?iWine=897203" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=897203&amp;CK=e131fca683984a75dfe8c18751d2fdd4"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Anselmo Cabernet Sauvignon Veloce</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=897203' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">84 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2017</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=897203">88.1 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W927970_448_K9c1a0ead6e506213ad82e6a56ff5725b">
<td class="type">
<a href="wine.asp?iWine=927970" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=927970&amp;CK=9c1a0ead6e506213ad82e6a56ff5725b"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Anselmo Cabernet Sauvignon Veloce</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=927970' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=927970">89 points</a></span>
</td>
</tr>

<tr id="W1082944_449_K4ec5ff13514083d28f71372071d78a5c">
<td class="type">
<a href="wine.asp?iWine=1082944" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1082944&amp;CK=4ec5ff13514083d28f71372071d78a5c"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Anselmo Cabernet Sauvignon Veloce</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1082944' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: Community Average">by 2017</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1082944">92 points</a></span>
</td>
</tr>

<tr id="W921400_450_K9e97d695a0f73be9bff009b85e2cfe69">
<td class="type">
<a href="wine.asp?iWine=921400" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=921400&amp;CK=9e97d695a0f73be9bff009b85e2cfe69"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Anselmo Cabernet Sauvignon Vigne</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=921400' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">23 bottles
</span>
<span class="el dat" title="Source: Community Average">2010-2020</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=921400">82 points</a></span>
</td>
</tr>

<tr id="W911378_451_Ke8b0003a8e833edec17ff5bdf87a3e14">
<td class="type">
<a href="wine.asp?iWine=911378" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=911378&amp;CK=e8b0003a8e833edec17ff5bdf87a3e14"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Anselmo Cabernet Sauvignon Vigne</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=911378' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">15 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2015</span></td>
<td class="score">
</td>
</tr>

<tr id="W851521_452_K3bb196ef95bddc425243bce631245c9c">
<td class="type">
<a href="wine.asp?iWine=851521" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=851521&amp;CK=3bb196ef95bddc425243bce631245c9c"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Anselmo Cabernet Sauvignon Vigne</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=851521' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W587249_453_K169ea80cb48abfcc8163f44420c1740c">
<td class="type">
<a href="wine.asp?iWine=587249" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=587249&amp;CK=169ea80cb48abfcc8163f44420c1740c"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Anselmo Cabernet Sauvignon Vigne</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=587249' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">46 bottles
</span>
<span class="el dat" title="Source: Community Average">2011-2022</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=587249">81 points</a></span>
</td>
</tr>

<tr id="W486504_454_K36d0675a2420eae1b8121146cc3786b4">
<td class="type">
<a href="wine.asp?iWine=486504" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=486504&amp;CK=36d0675a2420eae1b8121146cc3786b4"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Anselmo Cabernet Sauvignon Vigne</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=486504' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">28 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=486504">90 points</a></span>
</td>
</tr>

<tr id="W889014_455_K28f63003ab293b6927a0891f5a67ec64">
<td class="type">
<a href="wine.asp?iWine=889014" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=889014&amp;CK=28f63003ab293b6927a0891f5a67ec64"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Anselmo Cabernet Sauvignon Vigne</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=889014' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">15 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W944196_456_K605b3c65ce44269f79282ab3b8e389be">
<td class="type">
<a href="wine.asp?iWine=944196" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=944196&amp;CK=605b3c65ce44269f79282ab3b8e389be"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Antares Cabernet Sauvignon Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=944196' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: Community Average">2006-2013</span></td>
<td class="score">
</td>
</tr>

<tr id="W229522_457_K24b0fe56129f5c2bdeb07dcceae94007">
<td class="type">
<a href="wine.asp?iWine=229522" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=229522&amp;CK=24b0fe56129f5c2bdeb07dcceae94007"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Antares Cabernet Sauvignon Napa Valley</h3></span>
<span class="el var"> <a href='wine.asp?iWine=229522' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W567652_458_K253e3c7b0f1ba575158926cf3c741c6c">
<td class="type">
<a href="wine.asp?iWine=567652" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=567652&amp;CK=253e3c7b0f1ba575158926cf3c741c6c"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Anterra Cabernet Sauvignon Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=567652' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">6 bottles
</span>
<span class="el dat" title="Source: Community Average">2012-2015</span></td>
<td class="score">
</td>
</tr>

<tr id="W212912_459_Kaf79d663240629db61ef5b3d3ea96e99">
<td class="type">
<a href="wine.asp?iWine=212912" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=212912&amp;CK=af79d663240629db61ef5b3d3ea96e99"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Anterra Cabernet Sauvignon Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=212912' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">6 bottles
</span>
<span class="el dat" title="Source: Community Average">2006-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=212912">88.6 points</a></span>
</td>
</tr>

<tr id="W250489_460_Kd8b1284c3de306a24dd33ba4fa54fdac">
<td class="type">
<a href="wine.asp?iWine=250489" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=250489&amp;CK=d8b1284c3de306a24dd33ba4fa54fdac"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Anterra Cabernet Sauvignon Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=250489' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">10 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2011</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=250489">89.2 points</a></span>
</td>
</tr>

<tr id="W1189981_461_K5c025041490aec4b6c05f21e7f55de10">
<td class="type">
<a href="wine.asp?iWine=1189981" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1189981&amp;CK=5c025041490aec4b6c05f21e7f55de10"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Anterra Cabernet Sauvignon Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1189981' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W136892_462_K79924b978963178ad35036fd59176f89">
<td class="type">
<a href="wine.asp?iWine=136892" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=136892&amp;CK=79924b978963178ad35036fd59176f89"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1998 Anterra Cabernet Sauvignon Reserve</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=136892' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: Community Average">2002-2007</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=136892">84 points</a></span>
</td>
</tr>

<tr id="W1485096_463_K3794d7792b2cf8fdc2fe93eff5512b72">
<td class="type">
<a href="wine.asp?iWine=1485096" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1485096&amp;CK=3794d7792b2cf8fdc2fe93eff5512b72"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Anthony August Cabernet Sauvignon Limited Production</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1485096' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">15 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1485096">93 points</a></span>
</td>
</tr>

<tr id="W1485092_464_K33c3ff3c71172dc6defc51651ba54fdc">
<td class="type">
<a href="wine.asp?iWine=1485092" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1485092&amp;CK=33c3ff3c71172dc6defc51651ba54fdc"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Anthony August Cabernet Sauvignon Limited Production</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1485092' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W449410_465_Ke46d00145ad67f376b6a12ec3fda7183">
<td class="type">
<a href="wine.asp?iWine=449410" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=449410&amp;CK=e46d00145ad67f376b6a12ec3fda7183"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Apalta Vineyard Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=449410' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">4 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W451239_466_Kc6321efc8ef9d4a26c319ab4cd1d6281">
<td class="type">
<a href="wine.asp?iWine=451239" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=451239&amp;CK=c6321efc8ef9d4a26c319ab4cd1d6281"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1990 Apalta Vineyard Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=451239' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1215775_467_Kfde2d0ac300559147bfbc46cfd928d78">
<td class="type">
<a href="wine.asp?iWine=1215775" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1215775&amp;CK=fde2d0ac300559147bfbc46cfd928d78"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Apan Cabernet Sauvignon EQE 20 Years</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1215775' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1257669_468_K78a8cc3940cdc53b000e363089e8a565">
<td class="type">
<a href="wine.asp?iWine=1257669" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1257669&amp;CK=78a8cc3940cdc53b000e363089e8a565"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Apan Cabernet Sauvignon EQE 20 Years</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1257669' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1213499_469_Ka58d34c978fdb714a2deaa657e22e9a0">
<td class="type">
<a href="wine.asp?iWine=1213499" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1213499&amp;CK=a58d34c978fdb714a2deaa657e22e9a0"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Apan Cabernet Sauvignon EQE 20 Years</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1213499' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W683291_470_K22b125fe224a51161aea4fb78206ed59">
<td class="type">
<a href="wine.asp?iWine=683291" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=683291&amp;CK=22b125fe224a51161aea4fb78206ed59"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Apotropaic Cabernet Sauvignon To-Kalon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=683291' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">6 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W500418_471_K61a25ed0f3b1c7aca9a7e02400bbd559">
<td class="type">
<a href="wine.asp?iWine=500418" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=500418&amp;CK=61a25ed0f3b1c7aca9a7e02400bbd559"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Aradian Peak Cabernet Sauvignon</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=500418' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1539651_472_Ke750f64988015c73c0531b0bf2016013">
<td class="type">
<a href="wine.asp?iWine=1539651" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1539651&amp;CK=e750f64988015c73c0531b0bf2016013"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2011 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1539651' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">12 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1286065_473_Kf6ef552c1ecd49bb39650b57cebef427">
<td class="type">
<a href="wine.asp?iWine=1286065" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1286065&amp;CK=f6ef552c1ecd49bb39650b57cebef427"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2010 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1286065' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">12 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1155196_474_K40e72ebcad4a0fb8c5a2deef36076520">
<td class="type">
<a href="wine.asp?iWine=1155196" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1155196&amp;CK=40e72ebcad4a0fb8c5a2deef36076520"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1155196' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1,211 bottles
</span>
<span class="el dat" title="Source: Community Average">2011-2032</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1155196">94.2 points</a></span>
<span class="el lke"><b>100% like it</b> (3 votes)</span>
</td>
</tr>

<tr id="W901142_475_Kaf8f49563cbb16110de157ac97660b9d">
<td class="type">
<a href="wine.asp?iWine=901142" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=901142&amp;CK=af8f49563cbb16110de157ac97660b9d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2008 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=901142' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1,487 bottles
</span>
<span class="el dat" title="Source: Community Average">2015-2030</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=901142">96.3 points</a></span>
<span class="el lke"><b>100% like it</b> (2 votes)</span>
</td>
</tr>

<tr id="W622907_476_K3a390d6c6e70374fb7f86eaf881d4087">
<td class="type">
<a href="wine.asp?iWine=622907" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=622907&amp;CK=3a390d6c6e70374fb7f86eaf881d4087"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2007 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=622907' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1,809 bottles
</span>
<span class="el dat" title="Source: Community Average">2012-2028</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=622907">93.6 points</a></span>
<span class="el lke"><b>100% like it</b> (3 votes)</span>
</td>
</tr>

<tr id="W528501_477_Kda043702b3cb6a62aa23311d7fb446b9">
<td class="type">
<a href="wine.asp?iWine=528501" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=528501&amp;CK=da043702b3cb6a62aa23311d7fb446b9"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2006 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=528501' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1,797 bottles
</span>
<span class="el dat" title="Source: Community Average">2011-2028</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=528501">95.5 points</a></span>
<span class="el lke"><b>100% like it</b> (4 votes)</span>
</td>
</tr>

<tr id="W305744_478_Kfce491ebd8afd915cc5ac900f0c1b2cd">
<td class="type">
<a href="wine.asp?iWine=305744" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=305744&amp;CK=fce491ebd8afd915cc5ac900f0c1b2cd"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2005 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=305744' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3,230 bottles
</span>
<span class="el dat" title="Source: Community Average">2009-2022</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=305744">95.8 points</a></span>
<span class="el lke"><b>100% like it</b> (8 votes)</span>
</td>
</tr>

<tr id="W224013_479_K0db9edfe855a7d8a57232ab633057442">
<td class="type">
<a href="wine.asp?iWine=224013" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=224013&amp;CK=0db9edfe855a7d8a57232ab633057442"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=224013' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1,492 bottles
</span>
<span class="el dat" title="Source: Community Average">2008-2024</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=224013">94.9 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W118411_480_K7cecb4b76d93e11ea9eb02b3898ef39d">
<td class="type">
<a href="wine.asp?iWine=118411" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=118411&amp;CK=7cecb4b76d93e11ea9eb02b3898ef39d"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2003 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=118411' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1,590 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2025</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=118411">94.6 points</a></span>
<span class="el lke"><b>100% like it</b> (5 votes)</span>
</td>
</tr>

<tr id="W72097_481_K8f608ae3ab3d482e10b59e7ae1f49e0b">
<td class="type">
<a href="wine.asp?iWine=72097" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=72097&amp;CK=8f608ae3ab3d482e10b59e7ae1f49e0b"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2002 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=72097' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1,667 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2021</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=72097">95.3 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W13103_482_Kc28e8d2f37c221c8ed9a9e1c37d665e5">
<td class="type">
<a href="wine.asp?iWine=13103" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=13103&amp;CK=c28e8d2f37c221c8ed9a9e1c37d665e5"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=13103' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1,417 bottles
</span>
<span class="el dat" title="Source: Community Average">2007-2020</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=13103">94.7 points</a></span>
<span class="el lke"><b>100% like it</b> (4 votes)</span>
</td>
</tr>

<tr id="W6292_483_K6bb8bf847ee7fffbc9b4907a012aba0e">
<td class="type">
<a href="wine.asp?iWine=6292" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=6292&amp;CK=6bb8bf847ee7fffbc9b4907a012aba0e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=6292' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1,006 bottles
</span>
<span class="el dat" title="Source: Community Average">2005-2015</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=6292">91.6 points</a></span>
</td>
</tr>

<tr id="W42_484_Ka40ad5bed6711856aeeee999259e4a0b">
<td class="type">
<a href="wine.asp?iWine=42" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=42&amp;CK=a40ad5bed6711856aeeee999259e4a0b"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1999 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=42' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1,228 bottles
</span>
<span class="el dat" title="Source: Community Average">2005-2018</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=42">92.9 points</a></span>
<span class="el lke"><b>100% like it</b> (2 votes)</span>
</td>
</tr>

<tr id="W43_485_Ke6dea1778b4a5964bc1bb1d9d4679829">
<td class="type">
<a href="wine.asp?iWine=43" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=43&amp;CK=e6dea1778b4a5964bc1bb1d9d4679829"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1998 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=43' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">933 bottles
</span>
<span class="el dat" title="Source: Community Average">2002-2013</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=43">91.4 points</a></span>
<span class="el lke"><b>100% like it</b> (3 votes)</span>
</td>
</tr>

<tr id="W7056_486_K2823fbd963a5f6c9139f5507c71a73e3">
<td class="type">
<a href="wine.asp?iWine=7056" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=7056&amp;CK=2823fbd963a5f6c9139f5507c71a73e3"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1997 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=7056' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1,152 bottles
</span>
<span class="el dat" title="Source: Community Average">2001-2017</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=7056">94.2 points</a></span>
<span class="el lke"><b>80% like it</b> (5 votes)</span>
</td>
</tr>

<tr id="W6393_487_K49d955c8941081336880c7cc8b4af40e">
<td class="type">
<a href="wine.asp?iWine=6393" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=6393&amp;CK=49d955c8941081336880c7cc8b4af40e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1996 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=6393' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">938 bottles
</span>
<span class="el dat" title="Source: Community Average">2004-2018</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=6393">92.8 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W7146_488_Kaa950d28e7a0536815cd806e5ca628b2">
<td class="type">
<a href="wine.asp?iWine=7146" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=7146&amp;CK=aa950d28e7a0536815cd806e5ca628b2"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1995 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=7146' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1,043 bottles
</span>
<span class="el dat" title="Source: Community Average">2002-2023</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=7146">94.9 points</a></span>
<span class="el lke"><b>100% like it</b> (5 votes)</span>
</td>
</tr>

<tr id="W9395_489_K4abef302a24f110260e8587f24d3e73e">
<td class="type">
<a href="wine.asp?iWine=9395" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=9395&amp;CK=4abef302a24f110260e8587f24d3e73e"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1994 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=9395' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">707 bottles
</span>
<span class="el dat" title="Source: Community Average">2000-2015</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=9395">93.7 points</a></span>
</td>
</tr>

<tr id="W15626_490_K3c136e2ea89ef46474f76541d87d9fd1">
<td class="type">
<a href="wine.asp?iWine=15626" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=15626&amp;CK=3c136e2ea89ef46474f76541d87d9fd1"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1993 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=15626' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">322 bottles
</span>
<span class="el dat" title="Source: Community Average">2000-2014</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=15626">93.3 points</a></span>
<span class="el lke"><b>100% like it</b> (2 votes)</span>
</td>
</tr>

<tr id="W34798_491_K57710946e57b98a03857143b02e51b77">
<td class="type">
<a href="wine.asp?iWine=34798" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=34798&amp;CK=57710946e57b98a03857143b02e51b77"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1992 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=34798' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">182 bottles
</span>
<span class="el dat" title="Source: Community Average">2000-2014</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=34798">94.6 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W15625_492_K89f6e983c83be1c5dc1953c68ddda3e1">
<td class="type">
<a href="wine.asp?iWine=15625" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=15625&amp;CK=89f6e983c83be1c5dc1953c68ddda3e1"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1991 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=15625' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">175 bottles
</span>
<span class="el dat" title="Source: Community Average">1998-2012</span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=15625">92.8 points</a></span>
<span class="el lke"><b>100% like it</b> (1 vote)</span>
</td>
</tr>

<tr id="W792049_493_K45a02640becb00ad847aef61c25c1de8">
<td class="type">
<a href="wine.asp?iWine=792049" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=792049&amp;CK=45a02640becb00ad847aef61c25c1de8"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>1977 Araujo Estate Cabernet Sauvignon Eisele Vineyard</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=792049' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1125258_494_K715242588046c883625940d3f12468eb">
<td class="type">
<a href="wine.asp?iWine=1125258" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1125258&amp;CK=715242588046c883625940d3f12468eb"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Araujo Estate Cabernet Sauvignon Eisele Vineyard Block 2A, Eisele clone</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1125258' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1125258">93 points</a></span>
</td>
</tr>

<tr id="W1125259_495_K6c2dea79cf516e3b8c6fb0d1ed6fb37f">
<td class="type">
<a href="wine.asp?iWine=1125259" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1125259&amp;CK=6c2dea79cf516e3b8c6fb0d1ed6fb37f"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Araujo Estate Cabernet Sauvignon Eisele Vineyard Block 4, Eisele clone</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1125259' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">24 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1125259">91 points</a></span>
</td>
</tr>

<tr id="W1125262_496_Ke52bcff210d49677fdf3dbeda2d5279a">
<td class="type">
<a href="wine.asp?iWine=1125262" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1125262&amp;CK=e52bcff210d49677fdf3dbeda2d5279a"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Araujo Estate Cabernet Sauvignon Eisele Vineyard Block 5A, Eisele clone</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1125262' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1125262">95 points</a></span>
</td>
</tr>

<tr id="W1125263_497_K19a18fbcb8af43184f5b253437e25fb8">
<td class="type">
<a href="wine.asp?iWine=1125263" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1125263&amp;CK=19a18fbcb8af43184f5b253437e25fb8"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2009 Araujo Estate Cabernet Sauvignon Eisele Vineyard Block 5D, Spottswoode clone</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1125263' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">1 bottle
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
<span class="el scr"><a class="action" href="popup/notestats.asp?iWine=1125263">90 points</a></span>
</td>
</tr>

<tr id="W1564492_498_K3b29a60150cdd02df4070a367dac0060">
<td class="type">
<a href="wine.asp?iWine=1564492" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1564492&amp;CK=3b29a60150cdd02df4070a367dac0060"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2004 Araujo Estate Cabernet Sauvignon Eisele Vineyard Block 5D, Spottswoode clone</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1564492' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">0 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1543004_499_K728aeed3eb0a969d6aebcf88dcacb5d5">
<td class="type">
<a href="wine.asp?iWine=1543004" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1543004&amp;CK=728aeed3eb0a969d6aebcf88dcacb5d5"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2001 Araujo Estate Cabernet Sauvignon Eisele Vineyard Block 5D, Spottswoode clone</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1543004' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">2 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>

<tr id="W1526226_500_K3e3c922ca3ee5e619506c38dd2991566">
<td class="type">
<a href="wine.asp?iWine=1526226" class="hovercard wine red" title="Red" data-hovercard="ajaxwinepopup.asp?iWine=1526226&amp;CK=3e3c922ca3ee5e619506c38dd2991566"><span>Red</span></a>
</td>
<td class="name">
<span class="el nam"><h3>2000 Araujo Estate Cabernet Sauvignon Eisele Vineyard Block 5D, Spottswoode clone</h3></span>
<span class="el loc">Napa Valley
</span>
<span class="el var"> <a href='wine.asp?iWine=1526226' class="more">more</a></span>
</td>
<td class="dates">
<span class="el gty">3 bottles
</span>
<span class="el dat" title="Source: none"></span></td>
<td class="score">
</td>
</tr>
</table>
</div>
</div> <!-- End table_shell -->
        <div class="summary">
                <ul class="details">
<li><b>Total Bottles: 469,791</b></li>
                </ul>
        </div> <!-- End summary -->
        <div class="clear"></div>
<div id="pagination_lower" class="pagination lower">
        <ol>
                <li>
<div class="select_pagination_grayyellow dropdown hover">
        <a id="bottom_paging" href="#" class="select">500 <span>/</span> page <span class="dropdown_arrow_brown"></span></a>
        <ul>
                <li><a class="paging_choice" id="bottompaging_10" href='#'>10</a></li>
                <li><a class="paging_choice" id="bottompaging_25" href='#'>25</a></li>
                <li><a class="paging_choice" id="bottompaging_50" href='#'>50</a></li>
                <li><a class="paging_choice" id="bottompaging_100" href='#'>100</a></li>
                <li><a class="paging_choice" id="bottompaging_250" href='#'>250</a></li>
                <li><a class="paging_choice" id="bottompaging_500" href='#'>500</a></li>
                <li class="end"></li>
        </ul>
</div> <!-- End records select_pagination_grayyellow -->
                </li>
                <li>
<div class="select_pagination_grayyellow dropdown hover">
<form id="bottom_goto" method="get" action="list.asp">
<input type="hidden" name="table" value="List" />
<input type="hidden" name="Varietal" value="Cabernet Sauvignon" />
<input type="hidden" name="Appellation" value="Napa Valley" />
<input type="hidden" name="fInStock" value="0" />
        <a id="bottom_gotolink" class="select" href="#">page 1 of 11 <span class="dropdown_arrow_brown"></span></a>
        <ul class="page_jump">
                <li><label for="bottompage_number">Jump to page:</label></li>
                <li>
                        <input name='Page' id="bottompage_number" class="page_number" type="text" value="1" />
                        <input id="bottompage_go" class="page_go btn btn_actiondark btn_xs" type="submit" value="Go" />
                </li>
                <li class="end"></li>
        </ul>
        </form>
</div> <!-- End goto select_pagination_grayyellow -->
                </li>
                <li>
        <a href="list.asp?table=List&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0&amp;Page=11" class="back"><span>Back</span></a>
        <a href="list.asp?table=List&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0&amp;Page=2" class="next"><span>Next</span></a>
                </li>
        </ol>
</div> <!-- End pagination -->
</div> <!-- End colABC -->
<div class="colD_container">
<div class="colD" id="panel_ajax">
<div class="right_info">
<h3 class="loading">Loading wine details...<br /><img src="//sc.cellartracker.com/_img/1358364726/loading.gif" alt="loading" /></h3>
</div> <!-- End right_info -->
</div> <!-- End colD -->
</div> <!-- End colD_container -->
<div class="clear"></div>
</div> <!-- End colD_yellow_border -->
</div></div> <!-- End central and shell -->
        <!-- Start footer -->
        <div id="footer">

                <ul id="footer_nav">
                        <li><a href="help.asp"><span>Help</span></a></li>
                        <li><a href="about.asp"><span>About</span></a></li>
                        <li><a href="contact.asp"><span>Contact Us</span></a></li>
                        <li><a href="terms.asp"><span>Terms</span></a></li>
                        <li><a href="privacypolicy.asp"><span>Privacy</span></a></li>
                        <li><a href='http://www.facebook.com/CellarTracker'>Facebook</a></li>
                        <li><a href='http://twitter.com/cellartracker'>Twitter</a></li>

                        <li><a rel="nofollow" href='classic/list.asp?table=List&amp;Varietal=Cabernet+Sauvignon&amp;Appellation=Napa+Valley&amp;fInStock=0'>Classic-mode</a></li>
        
                </ul>
                <p id="copyright">&#169; 2003-13 CellarTracker! LLC. All rights reserved.
                "CellarTracker!" is a trademark of CellarTracker! LLC. No part of this website may be used, reproduced or distributed without the prior written permission of CellarTracker! LLC.
                
                (DB2)</p>

                <!-- Start Quantcast Tag -->
                
                <script type="text/javascript">
                var _qevents = _qevents || [];

                (function() {
                var elem = document.createElement('script');
                elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
                elem.async = true;
                elem.type = "text/javascript";
                var scpt = document.getElementsByTagName('script')[0];
                scpt.parentNode.insertBefore(elem, scpt);
                })();

                _qevents.push({
                qacct:"p-16lNloagtTlm-",
                labels:"Unregistered"
                });
                </script>
                
                <noscript>
                <div style="display:none;">
                <img src="//pixel.quantserve.com/pixel/p-16lNloagtTlm-.gif?labels=Unregistered" border="0" height="1" width="1" alt="Quantcast"/>
                </div>
                </noscript>
                <!-- End Quantcast Tag -->

        
        </div> <!-- End footer -->

<div id="helpbox" class="help">
        <div class="body shadow">
                <a href="#" class="close">&#215;</a>
                <span id="helpcopy"></span>
        </div> <!-- End body -->
</div> <!-- End helpbox -->
<div id="actionbox" class="actionbox">
        <div class="body shadow">
                <a href="#" class="close">&#215;</a>
                <span id="copy"></span>
        </div> <!-- End body -->
        <div class="clear"></div>
</div> <!-- End actionbox -->
</div> <!-- End wrapper -->
</body>
</html>

Test runner

Ready to run.

Testing in
TestOps/sec
selector
$("h3")
ready
find
$.find("h3")
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.