/* --- min-height hack ----------------------- */
#content {
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

h3 {
	text-decoration: none; /* required to remove underline in IE */
}

* html legend {
	margin-left: -7px;
}

/* Hide from IE/mac \*/
* html .promotions-panel li, .promotions-panel .link-holder, .promotions-panel h2 {
	position: relative;
}
* html .promotions-panel .buy-link {
	position: relative;
}
/* End hide from IE/mac */
/*---[ END peek a boo bug fix for the promotions panel ]---------------- */

/*---[ to align the go button in IE ]------------------------- */
/* Hide from IE/mac \*/
* html #banner form input#btnSearch {
	margin-top: -7px;
}
/* End hide from IE/mac */
/*---[ END align the go button in IE ]----------------------- */

/* --- Clearing floated images in body text ------------------- */
/* http://www.456bereastreet.com/archive/200412/clearing_floated_images_in_body_text/ */
/* note the width here is not 100% as with the padding at 100% the div is too wide */
/* Hide from IE-mac \*/
.floatclear, .box, .alternate {
	display: table;
	width: 96%;
}


