/* bev.css - beverage page styles */

/* title */
h1
{
	padding: 12px 0 0 16px;
	font-size: 17px;
	font-weight: bold;
	color: rgb(255,255,0);
}

/* heading style */
h2
{
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 0 2px 0;
	color: rgb(255,255,0);
}

/* table style */
th
{
	font-weight: bold;
}

/* group spacing style */
#grp_spc
{
	margin: 6px 0 0 16px;
	color: white;
}

/* wines table styles */
#wines th
{
	font-size: 15px;
	font-weight: bold;
	padding: 6px 12px 2px 0;
	color: rgb(255,255,0);
}

#wines td
{
	white-space: nowrap;
	padding-right: 10px;
}

#beer_list
{
	padding: 4px 0 0 0;
	margin: 0;
}

#beer_board
{
	text-align: left;
	margin: 10px 0 10px 16px;
	font-size: 15px;
	font-weight: bold;
	color: rgb(255,255,0);
}

.beer_hd
{
	padding: 2px 0 1px 0;
	color: rgb(255,255,0);
}

/* wine name style */
.name
{
	color: rgb(255,255,0);
}

/* center the amount columns */
.ctr
{
	text-align: center;
}

