/* God I hate Microsoft! */
#top-bar {
	background:#ddd;
	padding: 0px;
	height: 30px;
	color: #f7f7f7;
	width: 100%;
	top: 0px;
	right: 0px;
	z-index: 9999;
	position: fixed;
	border-bottom: 1px solid #aaa;
	-webkit-box-shadow: 0px 1px 7px #777;
	-moz-box-shadow: 0px 1px 7px #777;
	box-shadow: 0px 1px 7px #777;
}
#top-bar #cart {
	float: right;
	position: relative;
	z-index: 9;
	min-width: 300px;
	max-width: 400px;
}
#top-bar #language {
	right: 580px;
}
#top-bar #currency {
	right: 385px;
}
#header #search {
	position: inherit;
	float: right;
}
#header .button-search {
	top: 1px;
}
#header #search input {
	padding: 3px 1px 1px 3px;
	height: 28px;
}
/* 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-product > div {
	display: inline;
}
.product-grid > div {
	display: inline;
}
/* button */
.prduct-info a.button span {
	line-height: 12px;
	display: block;
}
#footer {
	overflow: hidden;
}