@charset "UTF-8";

/* SpryMasterDetail.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Master/Detail structure container. 
 *
 * If you want to constrain the width of the Master/Detail structure, set a width on
 * the Master/Detail container. By default, our structure expands horizontally to fill
 * up available space.
 */

.drinkContainer {
	width:600px;
	padding: 0px 0px;
	height:auto;
	text-align:left;
}

.drinkContainer ul {
	list-style-type:none;
	width:581px;
	background-color:#630B11;
	float:left;
	margin-left:-1px;
	}

.drinkContainer li {
	display:block;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	padding-top:7px;
	width:68px;
	height:20px;
	float:left;
	background-color:#630B11;
}

.drinkContainer li a {
	text-decoration:none;
	color:#F0EBCE;
}

.drinkContainer li a:hover {
	border-top:1px solid #F0EBCE;
	border-bottom:1px solid #F0EBCE;	
}

.MasterDetail {
	font-family:Arial, Helvetica, sans-serif;
	width:600px;
	margin: 0px;
	color:#000;
	font-size:1.2em;
}

/* This is the selector for the Master Container element which houses all the MasterColumn
 * classes. By default the Master column occupy about 35% from the width of the 
 * entire structure. 
*/
.MasterDetail .MasterContainer {
	width: 140px;
	height:auto;
	float: left;
	font-size:.9em;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
	padding:1px 2px;
	margin-top:1px;
	cursor:pointer;
	color:#000;
	font-weight:bold;
	border-bottom: 1px solid #D8C8B0;
	border-top: 1px solid #D8C8B0;
}

/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail .MasterColumnHover
{
	color:#000;
	border-bottom: 1px solid #630B11;
	border-top: 1px solid #630B11;
}

/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{
	background-color:#630B11;
	color: #FFF;
	border-top: 1px solid #F0EBCE;
}

/* This is the selector for the Detail Container element which houses all the DetailColumn
 * classes. By default the Detail column occupy about 60% from the width of the 
 * entire structure. 
*/
.MasterDetail .DetailContainer
{
	padding:3px;
	width: 448px;
	height:auto;
	float: right;
}

.drinkImage {
	width: 100px;
	height:200px;
	margin-bottom:50px;
	float: left;
	overflow: auto;
}

.drinkDesc {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px 2px 5px 2px;
	height:auto;
	text-align:left;
	line-height:1.2em;
	color:#000;
	margin-left:110px;
	border-bottom: 1px solid #630b11;
	border-top: 1px solid #630b11;
}

.drinkBritish {
	margin-left:10px;
	padding:3px 0px 3px 5px;
	width:174px;
	height:15px;
	text-align:left;
	color:#000;
	font-weight:bold;
	background-color: #f0ebce;
	border-bottom: 1px solid #630b11;
	float:left;
}

.drinkPitcher {
	padding:3px 5px 3px 5px;
	width:148px;
	height:15px;
	text-align:right;
	color:#000;
	font-weight:bold;
	background-color: #f0ebce;
	border-bottom: 1px solid #630b11;
	float:left;
	}

.drinkPitcher span {
	color:#630b11;
}

.drinkBritish span {
	color:#630b11;
}

.drinkBritish .drinkPitcher h3 {
	font-weight:bold;
}

.drinkPrice {
	margin-left:10px;
	padding:3px 0px 3px 5px;
	width:174px;
	height:15px;
	text-align:left;
	color:#000;
	font-weight:bold;
	background-color: #f0ebce;
	border-bottom: 1px solid #630b11;
	float:left;
}

.drinkHappy {
	padding:3px 5px 3px 5px;
	width:148px;
	height:15px;
	text-align:right;
	color:#000;
	font-weight:bold;
	background-color: #f0ebce;
	border-bottom: 1px solid #630b11;
	float:left;
	}

.drinkHappy span {
	color:#630b11;
}

.drinkPrice span {
	color:#630b11;
}

.drinkPrice .drinkHappy h3 {
	font-weight:bold;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .DetailColumn
{
	margin-bottom: 5px;
	height:50px;
	text-align:left;
	color:#000;
}


.DetailColumn img {
	float: left;
	margin-right:5px;

}
