/*
MADblue BC Template
IE
============================================================
file:        ie.css
revised:     ---
version:     2.0
original:    5-29-12
description: Stylesheet for fixing all versions of Internet Explorer.
*/


/* Buttons */

/* Button Hover State */
input[type="button"]:hover, input[type="submit"]:hover, .Button a:hover, a.Button:hover, .btn:hover, .AddCartBtn:hover, .PaymentBtn:hover, .WishlistBtn:hover, .AddGiftCertBtn:hover, .ProductActionAdd a:hover {
	background-color: #A5C383;
}

/* Misc */
* html .Left .TopSeller1, * html .Right .TopSeller1 { /* No1 seller box (cascades from 'topseller' class */
	margin-top: 0;
}

* html #Menu li a {
	float: left;
}
* html .Left {
	height: 500px;
}
* html .Right {
	height: 500px;
}
* html .Content {
	height: 500px;
}

* html .SelectGiftWrapMultiple {
	height: 400px;
}

/** General IE Fixes **/

#SearchForm .Button {
	vertical-align: bottom;
}

select, input {
	font-size: 0.95em;
}

#Container {

}

.ProductAddToCart dt div.Required, #CartEditProductFieldsForm dt div.Required{
	margin-left: 0px;
}