@charset "utf-8";
/* CSS Document */

#post-it-header {
	width: 219px;
	padding: 10px 30px;
	height: 31px; 
	float: left;
	display: inline;
	background-image: url(../images/post-it/post-it-header.jpg);
	background-repeat: no-repeat;
}

#post-it-repeat {
	width: 219px;
	padding: 10px 30px; 
	float: left;
	display: inline;
	background-image: url(../images/post-it/post-it-repeat.jpg);
	background-repeat: repeat-y;
}
	#post-it-repeat a {
		font-family:Verdana,Arial;
		font-size:1em;
		text-decoration:none;
		color:#834A31;	
	}
	
		#post-it-repeat a:hover {
			text-decoration:underline;
		}


#post-it-footer {
	width: 219px;
	padding: 10px 30px;
	height: 130px;
	float: left;
	display: inline;
	background-image: url(../images/post-it/post-it-footer.jpg);
	background-repeat: no-repeat;
}

#post-it-footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #834A31;
}

#cocktail_container
{
	width:245px;
	padding: 35px 15px;
	background-color:#fff;
	display:inline;
	float: left;
}

#left_cocktail
{

float:left;
padding-top:10px;
width:70px;

}


#right_cocktail
{

float:right;

}

#cocktail_form
{

clear:both;
padding-top:10px;

}

.input
{
	width:238px;
	padding-bottom:4px;
	border:1px solid gray;
	margin-bottom:5px;
	font-size:12px;
	color:#666666;

}

.button
{
	background: white url('../images/submit_btn.png') no-repeat top;

  border:0;
  float:right;
  width:54px;
  height:20px;

}



.menu_table {
	width:219px;
}

.left_table {
	text-align:left;
}

.menu_category_cell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #834A31;
	margin: 10px 0 !important;
}

.menu_price_cell {
	display: none;
}

.menu_content_cell {
	 padding:5px 0; 
}

.menu_title {
	color:#834A31;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	font-weight: bold;
	margin: 10px 0 !important;
}

.menu_description {
	color:#000000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
}

.menu_description a {
	color:#000000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-weight: bold;
}

.menu_content_price_cell {
	display: none;
}

.menu_separator_row {
	
}

.menu_notes {
}