/* ------------------------------------- */
/* 				Menu Page				 */
/* ------------------------------------- */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:10px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0 !important;
 padding: 5px 0;
 border-bottom: 1px solid #999999;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 5px 10px;
 margin-right: 5px;
 border: 1px solid #999999;
 border-bottom: none;
 background: #E6E6E6;
 text-decoration: none;
}

ul.tabbernav li a:hover
{
 background-color: #F2F2F2;
 color: #00451A;
}

ul.tabbernav li.tabberactive a
{
 background-color: #FFFFFF;
 border-color: #999999;
 border-bottom: 1px solid #FFFFFF;
 color:#00451A;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:12px 14px;
 border:1px solid #999999;
 border-top:0;
 height:447px;
 overflow:auto; 
}
.wine_list.tabberlive .tabbertab {
 height:459px;
}

#content .tabbertab h2{
	padding:0 0 5px;
	margin:0;
}
#content .tabbertab h4{
	padding:5px 0 0;
	margin:0;
}
#content .tabbertab ul{
	padding:0;
	margin:0;
}
	#content .tabbertab ul li{
		list-style:none;
		margin:0;
		padding:5px 0 0;
	}
#content .tabbertab dl{
	padding:0;
	margin:0;
}
	#content .tabbertab dl dt{
		list-style:none;
		margin:5px 0 0;
	}
	#content .tabbertab dl dd{
		font-style:italic;
		padding:1px 0 0 15px;
	}



/* ------------------------------------- */
/* 				Wine List				 */
/* ------------------------------------- */
.wine_list th{
	padding:5px 0 8px;
}
.wine_list th.name{
	padding:5px 10px 8px;
}
.wine_list td{
	padding:5px 0 8px;
}
.wine_list td.name{
	padding:5px 10px 8px;
}
	#content .wine_list td h3{
		padding:0 !important;
	}