/* This are the styles for the (drinks.php content.php browse.php) page*/
h1, h2, h3, h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;	
}

/* These are the styles for the navigation (navigation.php) */
#navigationForm{
	text-align: center;
	padding: 5px 0px;
	background-color: #F5f7f7;
	border: 1px solid #CCCCCC;
}

#navigationForm a:link, #navigationForm a:visited{
	font-weight: bold;	
}

#navigationForm a:hover, #navigationForm a:focus{
	text-decoration: underline;
}

#navigationForm label{
	font-weight: bold;
}

#topNav, #bottomNav{
	padding: 5px 0;
}


/* Styles for the iframes in (drinks.php) */
#contentFrame{
	height: 650px;
	width: 540px;
	float: left;
	/*margin: 10px 0px 0px 0px;*/
	padding: 0px;
	border: 1px solid #FFFFFF;
}

#browseFrame{	
	height: 650px;
	width: 200px;
	float: right;
	/*margin: 10px 0px 0px 0px;*/
	padding: 0px;
	border: 1px solid #CCCCCC;
}

/* No Frames Link */
#noFramesLink{
	margin: 10px 0px;
}

/* These are the styles for drink recipes inside the browseFrame (content.php) */
#drinkRecipe{
	margin: 0px;	
	font-size: small;
}

#drinkRecipe img{
	float: right;
	padding: 20px 10px 10px 10px;
}

#drinkRecipe a:link, #drinkRecipe a:visited{
	text-decoration: none;
	color: #005FA9;
}

#drinkRecipe a:hover, #drinkRecipe a:focus{
	text-decoration: underline;
}

#drinkRecipe ul{
	padding: 0px 0px 0px 10px;	
}

#drinkRecipe li{
	list-style-type: none;
}

#browseInstructions
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
}

#browseInstructions h1{
	margin: 0px;
}

/* Do Not show the glass and category on the recipes */
#glass_category{
	display: none;
}

/* This is the content inside the browseFrame (browse.php) */
#drinkList h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 10px;
}

#drinkList li{
	margin-left: -20px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;	
}

#drinkList a:link, #drinkList a:visited{
	text-decoration: none;
	color: #005FA9;
}

#drinkList a:hover, #drinkList a:focus{
	text-decoration: underline;
}

#browseAd{
	padding: 20px 0px 0px 20px;
}

#recipeAd{
	float: right;
	padding: 20px 0px 0px 20px;
}