/* wine/init.css */

/* properties */

.properties{
	margin-top: 10px;
}

.properties td{
	padding-right: 5px;
}

/* grapes */

.grapes{
	margin-top: 10px;
}

.grapes ul{
	float: left;
}

.grapes li{
	float: left;
}

.grapes ul ul{
	padding: 5px;
	margin-left: 10px;
	background-color: #E6E2DF;
	float: left;
}

.grapes ul ul li{
	border-right: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #E6E2DF;
}

.grapes ul ul li.last{
	border-right: none;
}
