/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#box-table-wine
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px 45px 45px 15px ;
	width: 650px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-wine th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #6600CC;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-wine td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-wine tr:hover td
{
	background: #d0dafd;
	color: #339;
}

#wine-list
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px 5px 5px 5px ;
	width: 460px;
	text-align: left;
	border-collapse: collapse;
}
#wine-list th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #6600CC;
	border-bottom: 1px solid #fff;
	color: #039;
}
#wine-list td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#wine-list tr:hover td
{
	background: #d0dafd;
	color: #339;
}


#box-table-beer
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px 45px 45px 15px ;
	width: 650px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-beer th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #CC6600;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-beer td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-beer tr:hover td
{
	background: #d0dafd;
	color: #339;
}


#box-table-na
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px 45px 45px 15px ;
	width: 650px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-na th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #336600;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-na td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-na tr:hover td
{
	background: #d0dafd;
	color: #339;
}


#dhtmltooltip{
position: absolute;
width: 250px;
border: 2px solid black;
padding: 5px;
background-color: lightgray;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}