/* Flyout menu styles for Essential Espresso */

.flyout_menu {
	position: absolute;
	z-index: 101;
	}
	
.fo_header {
	display: block;
	height: 13px;
	}

.fo_headerLeft {
	display: block;
	width: 50%;
	float: left;
	height: 13px;
	background-image: url(../graphics_index2008/bkrnd_rollover_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

.fo_headerRight {
	display: block;
	width: 50%;
	float: right;
	height: 13px;
	background-image: url(../graphics_index2008/bkrnd_rollover_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	}

.fo_content {
	display: block;
	background-color: #DCEDC5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #8DC63F;
	border-left-color: #8DC63F;
	}

.fo_footer {
	display: block;
	height: 20px;
	}

.fo_footerLeft {
	display: block;
	width: 50%;
	float: left;
	height: 20px;
	background-image: url(../graphics_index2008/bkrnd_rollover_bottom_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

.fo_footerRight {
	display: block;
	width: 50%;
	float: right;
	height: 20px;
	text-align: right;
	background-image: url(../graphics_index2008/bkrnd_rollover_bottom_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
.fo_footerRight a:link, .fo_footerRight a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

.fo_priceHeader {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	}
h3.fo_priceHeader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2C5C14;
	padding-left: 8px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	}

.fo_brandHeader {
	display: block;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	}
h3.fo_brandHeader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2C5C14;
	padding-left: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	}

ul.brandFlyout {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	}

ul.brandFlyout li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
ul.brandFlyout li a:link, ul.brandFlyout li a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-image: url(../graphics_index2008/arrow_pop_dark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	display: block;
	float: left;
	width: 105px;
	padding-top: 4px;
	padding-bottom: 4px;
	}

ul.priceFlyout {
	display: block;
	float: left;
	background-color: #EFF7E6;
	border: 1px solid #FFF;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
ul.priceFlyout li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.priceFlyout li a:link, ul.priceFlyout li a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(../graphics_index2008/arrow_pop_light.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
a.flyoutMenu {
	position: relative;
	}
/* End flyout menu styles for Essential Espresso */
