

html.flash-layout #addCart_tbl {
	display:none; /* hidden because the SWF provides its own */
}

html.flash-layout #prodDet_tbl {
	margin-left:-5px; /*shift over to the left to make room for the Flash*/
	width:820px; /*Width of entire table*/
	table-layout:fixed;
}
html.loading-flash #prodDet_rel {
	/*visibility:hidden;*/
}

html.loading-flash #itdescr_td {
	/*visibility:hidden;*/ /* hidden until Flash is recognized as being inserted into page */
}

html.flash-layout #imgCol_td {
	position:relative;
}

html.flash-layout object#myContent,
html.flash-layout embed#myContent {
	position:absolute;
}


/* These rules override the stylesheet inserted by SWFObject */
#myContent,
html.flash-layout #myContent {
	visibility:visible !important;
}
html.loading-flash #myContent {
	/*visibility:hidden !important;*/
}
html.loading-flash #itdescr_td {
	/*visibility:hidden !important;*/
}

html.flash-layout #itdescr_td .hoah_info_table,
html.flash-layout #itdescr_td,
html.flash-layout #itdescr_td .hoah_containerDiv {
	width:370px;
	max-width:370px;
}
html.flash-layout #itdescr_td .hoah_containerDiv {
	min-height:550px;
}


html.flash-layout #myContent {
	margin-top:10px;
	z-index:2;
}

html.flash-layout #relatedProducts {
	margin-top: 555px;
	margin-left: 15px;
}
/* These following are needed so that the product informational tables will appear above the flash
   The needed tables are Features (table 1), Details (table 2), Description, and Hardware Tip (both in last table) */
html.flash-layout #itdescr_td .hoah_features_box,
html.flash-layout #itdescr_td .hoah_details_box {
	position:absolute;
	z-index:3;
}
html.flash-layout #itdescr_td .hoah_description_box {
	position:absolute;
	z-index:1;
}
html.flash-layout #itdescr_td .hoah_features_box,
html.flash-layout #itdescr_td .hoah_details_box,
html.flash-layout #itdescr_td .hoah_description_box {
	background-color:white;
	margin-bottom:0;
}

html.flash-layout #prodDet_tbl .hoah_prodDet_tbl_cell {
	padding-right:0;
}
html.flash-layout #imgCol_td {
	width:450px;
}

html.flash-layout td.hoah_spacer_column {
	width:0;
}

/*html.has-flash #itdescr_td {*/
/*	visibility:visible;*/
/*}*/
html.hoah-old-ie #myContent {
	top:157px;
	left:172px;
}
