﻿#ctl00_mainPL_ourbeverages
{	
	display:table;
	width:710px;
	padding:0 20px 20px 20px;
	font-size:0.9em;	
	background-color:#151515;	
	
}

h2
{
	color:#C08E51;	
}

.headings
{		
	width: 710px;	
	padding:20px 0;
	height:25px;
	border-bottom:1px solid #333;	
}

.beverageitem
{	
	display:table;
	clear:both;
	width: 710px;	
	padding:20px 0;
	border-bottom:1px solid #333;	
}

.beverageitem li, .headings li
{
	float:left;
	
}

.headings li
{
	color:#AE4239 !important;
	font-weight:bold;
}

.image
{	
	width:105px;
}

.details
{	
	width:305px;
	margin:10px 0 0 30px;
}

.percentage
{	
	width:90px;
	margin:10px 0 0 20px;
	margin-left:20px;
	font-size:1.3em;
	color: #c08e51;
}

.served
{	
	width:120px;
	margin:10px 0 0 20px;
	color:#B7A788;
}

.details h2
{
	font-size:1.1em;
	color: #c08e51;
	font-weight:normal;
	margin-bottom:5px;
}

.buttons
{
	display:table;
	padding:10px 0 20px 0;
}