html {
	margin: 0;
}
html, body {
	padding: 0;
	margin:0;

	font-family: arial, helvetica;
	font-size: 12px;

}
body {
}

#box {
	position: absolute;
	top: 20px;
	bottom: 20px;

	left: 20px;
}
a:link, a, a:active {
	text-decoration: none;
	color: black;
}
a:visited {
	color: inherit;
}
#content a:link,
#content a:hover,
#content a:visited {
	color: #ff6600;
}


p {
	margin-top: 0;
}

#combo {
	top: 60px;
	min-width: auto;
	/*width: 900px;*/
	clear: both;
	position: relative;
	height: auto;
}
#combo tr > td {
	vertical-align: top;
}
#combo, #stage {
	margin-left: 500px;
}
#stage {
	top: 21px;
	width: 800px;
	float: left;
	clear: right;
	height: 488px; /* +30 px for ctrl */

	text-align: center;

	position: relative;
}
#stage .backstage {
	overflow: hidden;
	position: absolute;
	top:0;
	right:0;
	bottom:30px;
	left:0;
	border: 1px solid #c6c6c6;
	z-index: -10;
}

#ctrl {
	position: absolute;
	right:0;
	bottom: 0px;
	margin-top: 10px;
	color: #ff6600;
	font-weight: bold;
	font-size: 14px;
	display: none;
}
#ctrl span {
	cursor: pointer;
}
#stage .item {
	display: none;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
#nav, #slots, #meta {
	display: table-cell;
	vertical-align: top;
}
#nav {
	padding: 0 40px;
}
.menu {
	width: 100px;
	padding: 0 40px;
}
.menu ul,
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding:0;
	
	width: 120px;
}
#nav li ul li {
	padding-left: 15px;
}
.menu ul li,
#nav ul li {
	padding: 5px 0;
}
#nav a,
.menu a {
	display: block;
	color: black !important;
}
#nav a.selected:link,
.menu a.selected:link,
#nav a.selected:visited,
.menu a.selected:visited {
	text-align: right;
	color: #ff6600 !important;
}
#nav a .back,
.menu a .back {
	font-size: 8.5px;
}
#language_wrapper {
	min-height: 763px;
}
#content {
	width: 470px;
	overflow: hidden;
	top: 0;
	bottom:0px;
	/*min-height: 100%;*/
	position: absolute;
}
#overflow_content,
.overflow_content {
	position: absolute;
	width: 436px;
	padding: 0;

	/* this is usefull for images wider then this content area
		so we avoid supernatant ones
	*/
	overflow: hidden;
	top:0;
	bottom:0;
}
#content_scroller,
.content_scroller {
	position: absolute;
	width: 10px;
	right:0;
	bottom: 0;
}
.scroller_up,
.scroller_down {
	width: 10px;
	height: 10px;

	cursor: pointer;
}
.scroller_up {
	background: url(/static/images/icons/up_orange.png) no-repeat;
}
.scroller_down {
	margin-top: 10px;
	background: url(/static/images/icons/down_orange.png) no-repeat;
}

/* is a block in the #content */
.content {
	clear: both;
}
.content + .content {
	margin-top: 40px;
}


#slots {
	/*float: left;*/
	/*width: 381px;*/
	height: 63px;
}
#slots > * {
	position: relative;
	top: 20px;
}
#slots table {
	border-spacing: 9px;
	width: 100%;
	padding-right: 60px;
}
#slots td {
	padding:0;
	#padding-left: 9px;
	width: 20%;
	height: 62px;
}
#slots td + td {
	padding-left: 9px
}
#slots td img {
	height: 100%;
}
.slot {
	display: compact;
	border: 1px solid #c6c6c6;
	position: relative;
	height: 62px;
	min-width: 62px;
	width: auto;
}
#meta {
	height: 100%;
}
#meta .container {
	width: 300px;
	padding-top: 60px;
}

#footer {
	position: absolute;
	top:0;
	right: 0;
}
