/* God I hate Microsoft! */
#header #cart {
	width: 300px;
}
#header #cart .heading {
	position: relative;
	right: 0px;
	margin-right: 0px;
}
#header #cart .content {
	
}
#header #search {
	position: inherit;
	float: right;
}
#header .button-search {
	top: 1px;
}
#header #search input {
	
}
/* menu */
#menu ul li {
	z-index:99999;
	position: relative;
}
#menu ul li div {
	z-index: 5;
	min-width: 158px;
}
#menu ul li.active div {
	display: block;
}
.success, .warning, .attention, .information {
	position: relative;
}
.success .close, .warning .close, .attention .close, .information .close {
	position: absolute;
	right: 10px;
}
.box-product > div {
	display: inline;
}
.product-grid > div {
	display: inline;
}
/* button */
.prduct-info a.button span {
	line-height: 12px;
	display: block;
}
#banner1 {
	width:284px;
}
#banner2 {
	width:284px;
}
#banner3 {
	width:282px;
}
.footer-static-links ul {
	margin:5px;
	margin-top:15px;
}
.product-filter {
	margin-bottom:1px;
}
#header #cart .heading h4 {
	margin-top:0;
}
.checkout-heading a {
	margin-top:-15px;
}
input.button {
	padding:5px 3px 5px 3px;
}