/* God I hate Microsoft! */
#header #cart {

}
#header #cart .heading {
	position: relative;
	margin-right: 0px;
}
#header #cart .content {
	
}
#header #search {
	float: left;
}
#header .button-search {
	top: 1px;
}
#header #search input {
	padding: 3px 1px 1px 10px;
	height: 19px;
	width: 135px;
	
}
/* menu */
#menu{
	float:left;	
	margin-top: 50px;
	width: 625px;

}
#menu ul li {
	position: relative;
}
#menu ul li div {
	z-index: 11;
	min-height: 150px;
	background-color: #666666;
}
#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 */
.product-info a.button span {
	line-height: 12px;
	display: block;
}
#footer{
	overflow:hidden;
}
