  
a{  
cursor: pointer;  
text-decoration:none;  
}  

br.both{  
clear:both;  
}  

#backgroundPopup{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:100%;  
width:100%;  
top:0;  
left:0;  
background:#000000;  
border:1px solid #cecece;  
z-index:1;  
}  


.popupArea{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:514px;  
width:408px;  
background:#beba8a;  
z-index:2000;  
padding:12px;  
font-size:13px;
background:url(graphics/wovenbg.gif);
background-repeat:none;  
} 

.popupArea table td{text-align:left; padding:3px 0 3px 5px;}  
.popupArea table {width:400px;}  

.tasteRED {color:#660000;}
.beigerow {background-color:#beba8a;}
.popupArea h1{  
text-align:left;  
color:#000;  
font-size:18px;  
font-weight:normal;  
border-bottom:1px dashed #4d412a;  
padding-bottom:2px;  
margin-bottom:20px;  
}  

.popupClose{  
background:url(graphics/beer_popupclose.gif);
height:19px;
width:19px; 
right:0px;  
top:0px;  
position:absolute;  
display:block;  
}  

.tastingNotes{  
	margin:0;padding:0;
	cursor: pointer;
}  

.tastingTxt {text-align:justify; color:#000;}

.popupArea > div.popupContent {
	display:none;
}
