* html td.left_submenu_no_inner_box {
	z-index: 1; /* stupid ie */
}

li.show_product_popup {
	position: relative;
	z-index: 1; /* generate a new stacking context */
}

li.show_product_popup a.left_subsection_item {
	position: relative;
	z-index: 5; /* make sure the link is on top of everything */
}

div.left_subsection_item_popup,div.left_subsection_item_border {
	display: none;
}

li.show_product_popup div.left_subsection_item_popup {
	display: block;
	position: absolute;
	left: 3em;
	top: 0;
	width: 215px;
	z-index: 2;
}

li.show_product_popup div.left_subsection_item_popup_content {
	min-height: 50px;
	background: url("/ww/images/product_popup/bg_btm.gif") no-repeat right
		bottom;
	border-top: 1px solid #e1e1e1;
	padding: 9px 12px 5px 12px;
	/* rewrite these when there's actual content */
}

* html li.show_product_popup div.left_subsection_item_popup_content {
	height: 50px;
}

li.show_product_popup div.left_subsection_item_border_eraser {
	position: absolute;
	left: 0;
	top: 1px;
	width: 1px;
	padding-bottom: 1px;
	background-color: #fdedce; /* #fff; */
	overflow: hidden;
}

li.show_product_popup div.left_subsection_item_popup img.corner_right_top
	{
	position: absolute;
	left: 207px;
	top: 0;
}

/* from http://www.hedgerwow.com/360/bugs/css-select-free.html */
* html li.show_product_popup div.left_subsection_item_popup {
	overflow: hidden;
}

* html li.show_product_popup div.left_subsection_item_popup iframe {
	display: none; /* hide from */
	display /**/: block; /* IE5       */
	position: absolute;
	left: 0;
	top: 0;
	width: 215px;
	height: 3000px;
	z-index: -1;
}

li.show_product_popup div.left_subsection_item_border {
	display: block;
	position: absolute;
	left: -25px;
	top: 0;
	width: 300px;
	padding-bottom: 1px;
	background: url("../images/product_popup/border_btm.gif") no-repeat left
		bottom;
	border-top: 1px solid #e1e1e1;
	z-index: 1;
}

li.show_product_popup div.left_subsection_item_border {
	background-color: #fdedce;
	z-index: -1;
}

li.show_product_popup div.left_subsection_item_border img {
	position: absolute;
	left: 0;
	top: -1px;
}

ul.level1 li ul#product_popups li.show_product_popup div.left_subsection_item_border
	{
	left: 10px;
}

ul.level1 li ul#product_popups li.show_product_popup div.left_subsection_item_popup
	{
	left: 238px; /* 180px; */
}

ul#product_popups div.left_subsection_item_popup_content p {
	margin: 0;
	padding: 4px 0 10px 0;
	color: #333;
}

ul#product_popups div.left_subsection_item_popup_content ul {
	margin: 0px;
	padding: 0 0 5px 5px;
	list-style: none;
	text-transform: none;
	/* removes uppercase setting to flyout menu content - Dean A. 12.28.06 */
}

ul#product_popups div.left_subsection_item_popup_content li.category {
	margin: 0px;
	padding: 0 0 0 12px;
	background: url("../images/inner_left_common/arrow_orange_sm.gif") 0px
		3px no-repeat;
}

ul#product_popups div.left_subsection_item_popup_content li {
	margin: 0px;
	padding: 0 0 0 25px;
	background: url("../images/commons/bullet_orange.gif") 15px 5px
		no-repeat;
}

ul#product_popups div.left_subsection_item_popup_content a {
	margin: 0px;
	padding: 0px;
}
