﻿

/* CORE IE6 STYLESHEET
   ----------------------------------------------------*/
   
ol { margin-left: 1.5em; }
#SubNavigation { line-height: 1.0; }
/* Zero out any unwanted space created by &nbsp */
.productSpacer, 
.thumbSpacer
{
	font-size: 0;
	line-height: 0;
}
/* because IE fails to render the dropdown at the correct height */
.shopForm .dropdown, 
.shopForm .dropdownlist
{
	margin-bottom: 3px;
}
/* for vertical spacing this link needs to be displayed as block */
.productImg .mainImage a { display: block; }
/* Infuriatingly input buttons don't seem to be exact here */
#Content .productListing .removeBtn { display: inline; }
/* Clears up a problem with negative margins + float */
.productRow { float: none; }
/* Seems to be nessecary for this to float correctly */
.batchContainer .shopTable table { float: left; }
/* Currency Selector Image drop down styling (07 05 10) */
.dd .ddChild a img { padding: 0 4px 0 0;  }
.giftPrompt p { display: inline-block; }

/* PNG fix */
.scrollPanel .pnlCaption { background-image: none; }
.scrollPanel .pnlCaption { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/SiteData/Root/SiteImages/met_scrollPnlCaptionBgTile.png", sizingMethod="scale")!important; }
