@charset "utf-8";


/**
 * view
 */
#view {
	position: relative;
	width: 650px;
	margin: 10px auto;
	padding 0;
}


/**
 * header
 */
#header {
}

#header .lang {
	position: absolute;
	display: block;
  left: 0;
  color: silver;
  font-size: 0.8em;
  text-decoration: none;
}

#header .lang:hover {
	color: gray;
}

#header #fb {
	position: absolute;
  right: 0;
  font-size: 0.8em;
	text-align: right;
}


/**
 * menu
 */
#menu {
	font-family: 'Century Gothic',Verdana,Geneva,Arial,Helvetica,sans-serif;
}

#menu ul {
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}

#menu ul li {
	display: inline;
	margin: 0 6px;
	color: #e1e1e1;
}

#menu ul li a {
	color: #f6861f;
	text-decoration: none;
}

#menu ul li.shop a {
	color: #9dbd46;
}

#menu ul li.active a,
#menu ul li a:hover {
	color: #9dbd46;
}

#menu ul li.shop.active a,
#menu ul li.shop a:hover {
	color: #69250e;
}


/**
 * content
 */
#content {
	width: 440px;
}


/**
 * body
 */
#body h1 {
	display: none;
}

#body .products img {
	cursor: pointer;
}

#body.stores #content {
	overflow: hidden;
}
