/* God I hate Microsoft! */
#header #cart {
	width: 400px;
}
#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 {
	padding: 1px 1px 1px 9px;
	height: 19px;
}
/* menu */
#menu ul li {
	position: relative;
}
#menu ul li div {
	z-index: 5;
}
#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 {
	width:100%;}
.box-product > div {
	display: inline;
}
.product-grid > div {
	display: inline;
}
.price  {
	outline-width:24px;}
#column-left {
	width:200px;}
	
.box-product  div.prod_wrap{
	width:170px}
	
.product-info .price-tax {
padding: 15px 0 0 5px;
}
.product-info .price {
	
	line-height:24px;}
/* button */
.product-info a.button span {
	line-height: 12px;
	display: block;
}