@charset "utf-8";

#homeBtn {
	width: 100px;
	display: inline-block;
	margin: 0;
	padding: 4px 0 4px 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #666;
	background: #fff;
	border-radius: 6px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #aaa;
	cursor: pointer;
}
#homeBtn:hover {
	text-decoration: underline;
	background: #ddd;
}

#langSelect {
	display: none;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #666;
}
#langSelect li {
	display: block;
	margin: 0;
	padding: 4px 0 4px 0;
	background: #fff;
	border: solid 1px #aaa;
	cursor: pointer;
}
#langSelect li:hover {
	text-decoration: underline;
	background: #ddd;
}

#products {
    width: 900px;
	height: 580px;
	position: absolute;
	top: 0px;
	left: 430px;
	margin: 0;
	padding: 0;
    pointer-events: none;
}
#productBtn {
	width: 280px;
	display: inline-block;
    position: absolute;
	top: 580px;
	left: 740px;
    margin: 0;
	padding: 4px 0 4px 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	cursor: pointer;
}
