/** IE 6 Specific Fixes **/
* html #Container {
	zoom: 1;
}

* html .Content, * html .Left, * html .Right {
	height: 500px; /* Compensates for no min-height */
}

* html #Container	{
	width: expression(document.body.clientWidth < 1000? "990px" : "auto");
}

* html #Menu li a {
	padding: 6px 10px 7px 10px;
}

* html .ProductList .ProductImage {
	margin: 5px 0 5px 3px;
}

* html .SelectGiftWrapMultiple {
	height: 400px;
}

/** General IE Fixes **/
.Content .FeedLink {
	margin: 2px 4px 0 0;
}
#SearchForm .Button {
	vertical-align: bottom;
}
select, input {
	font-size: 0.95em;
}