/*
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 {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), inset 0 10px 15px rgba(160, 160, 160, 0.4);-moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.5), inset 0 10px 15px rgba(160, 160, 160, 0.4);-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.5), inset 0 10px 15px rgba(160, 160, 160, 0.4);
}

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