/* CSS Document */

/*  Wine list*/

div.winelist table {
	font-size:90%;
	line-height:1.2em;
	border-collapse:collapse;
	text-align:left;
}
  
div.winelist td, th {
	padding:3px;
}

div.winelist tbody tr th, tbody tr td {
	border-bottom: 1px dotted #666699;
}

div.winelist tbody tr:hover td, tbody tr:hover th {
	border-bottom: 1px solid #666699;
}

div.winelist tbody td a, tbody th a {
	background: transparent;
	color: #009;
	text-decoration: none;
	border:none;
}

div.winelist tbody td a:hover, tbody th a:hover {
	background: transparent;
	color: #930;
}


div.winelist tbody tr:hover {
	color: #333;
	background: #c6c6e8;
}

div.winelist tbody tr th:hover {
}

.wine_title{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666699;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.wine_description{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
.wine{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.wine_price{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}