﻿

/* 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; }