/* ----------------------------------------------------------- */
/* Copyright 2000-2010 (Non-)verbaal, http://www.nonverbaal.nl */
/* ----------------------------------------------------------- */

@import url("reset.css");
@import url("clearfix.css");
@import url("form.css");

/* Elements -------------------------------------------------- */
/* ----------------------------------------------------------- */

body {
	color: #000;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #332D28 url(/www/images/bg.png) repeat-x fixed 0 0;
}

body.player {
	background-image: none;	
}

a {
	text-decoration: underline;
	color: #000;
	font-weight: 400;
	outline: none;
}

a:hover,
a:active { text-decoration: none; }

h1 {
	font-size: 2.5em;
	font-weight: 400;
	text-transform: uppercase;
	color: #D0C4AC;
	margin-bottom: .5em;
}

th,
td {
	vertical-align: top;
	padding: .2em;
}

th { font-weight: 700; }

em { font-style: italic; }

strong { font-weight: 700; }

/* Classes --------------------------------------------------- */
/* ----------------------------------------------------------- */

.hidden {
	display: none;
	visibility: hidden;
}

.uppercase { text-transform: uppercase; }

.float-left {
	float: left;
	margin-right: 1em;
}

.float-right {
	float: right;
	margin-left: 1em;
}

.margin-top { margin-top: 1em !important; }

.margin-bottom { margin-bottom: 1em !important; }

.margin-left { margin-left: 1em !important; }

.margin-right { margin-right: 1em !important; }

.no-margin { margin: 0 !important; }

.center { text-align: center; }

.content { padding: 10px; }

.inner { padding: 20px; }

.intro { margin-bottom: 10px; }

.border { border: 1px solid #938574; }

.filled { background: #56473A; }

.even { margin-right: 0 !important; }

.last { margin-bottom: 0 !important; }

.text-right { text-align: right; }

.player {
	position: relative;
	margin: 0 auto;
	width: 220px;
}

/* Tables ---------------------------------------------------- */
/* ----------------------------------------------------------- */

table.list {
	width: 100%;
	margin-bottom: 2em;
}

table.list th { color: #D0C4AD; }

table.list tr th,
table.list tr td { border-bottom: 1px solid #706053; }

table.basket { width: 100%; }

table.basket .decimal { text-align: right; }

table.basket .last { text-align: right; }

table.basket .total { border-top: 1px solid #706053; }

/* Overview / items ------------------------------------------ */
/* ----------------------------------------------------------- */

.overview ul {
	margin: 0 !important;
	list-style: none !important;
}

.overview li {
	float: left;
}

.pointer li {
	cursor: pointer;	
}

.overview .block {
	width: 24%;
	text-align: center;
}

.overview .col {
	float: left;
	width: 356px;
	margin-bottom: 10px;
	margin-right: 10px;
	background: no-repeat center bottom;
}

.overview .col.inner { width: 316px; }

.item { margin-bottom: 10px; }

/* Pages ----------------------------------------------------- */
/* ----------------------------------------------------------- */

.pages {
	margin-bottom: 1em;
	font-size: .9em;
}

.pages ul {
	list-style: none;
	margin: 0;
}

.pages li {
	display: inline;
	margin-right: .2em;
	padding: .3em;
	border: 1px solid #938574;
}

.pages ul li,
.pages ul .selected a { color: #D0C4AE; }

/* Carrousel ------------------------------------------------- */
/* ----------------------------------------------------------- */

.carrousel {
	position: relative;
	width: 100%;
	height: 297px;
	/*margin-bottom: 10px;*/
	border-bottom:10px solid #d0c4ac;
}

.carrousel .slides {
	position: absolute;
	top: 0;
	left: 0;
	height: 297px;
	width: 100%;
}

.carrousel .slide {
	height: 297px;
	width: 100%;
}

#titles { z-index: 1000; }

.carrousel div.title {
	position: absolute;
	top: 40px;
	right: 20px;
	width: 260px;
	height: 200px;
	overflow: hidden;
}

.carrousel div.blur {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 297px;
	height: 297px;
	background: url(/www/images/carrousel/bg-blur.png) no-repeat;
	z-index: 500;
}

.carrousel a.more {
	background: #000;
	color: #FFF;
	text-decoration: none;
	padding: 5px 10px;
}

.carrousel h2 span { height: 40px !important; }

.carrousel h2,
.carrousel h2 a { color: #FFF !important; }

#pager {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
}

#pager a {
	float: left;
	display: block;
	width: 17px;
	height: 17px;
	background: url(/www/images/pager/a.png);
	text-indent: -9999em;
	margin-right: 8px;
	outline: none;
	cursor: pointer;
}

#pager a.activeSlide { background: url(/www/images/pager/a-active.png); }

/* Gui ------------------------------------------------------- */
/* ----------------------------------------------------------- */

#gui-container {
	position: relative;
	width: 966px;
	margin: 0 auto;
}

#gui-canvas {
	float: left;
	width: 946px;
	padding: 10px;
	margin-top: 160px;
	background: #D0C4AE;
}

#gui-main {
	float: left;
	position: relative;
	width: 100%;
}

#gui-wrap {
	float: right;
	position: relative;
	width: 746px;
}

#gui-content {
	float: left;
	position: relative;
	width: 100%;
	font-size: 1.4em;
	min-height: 300px;
}

#gui-sidebar {
	float: left;
	position: relative;
	width: 200px;
	background: url(/www/images/sidebar/bg.png) no-repeat right top;
	min-height: 300px;
}

#gui-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
}

#gui-bottom {
	float: left;
	width: 100%;
	height: 200px;
	background: url(/www/images/bg-bottom.png) no-repeat 0 0;
}

#gui-shortcuts {
	float: left;
	width: 100%;
	background: #56473A;
}

/* Content --------------------------------------------------- */
/* ----------------------------------------------------------- */

#gui-content h2 {
	position: relative;
	font-size: 2em;
	font-weight: 400;
	margin-bottom: .5em;
}

#gui-content h2,
#gui-content h2 a {
	color: #D0C4AC;
	text-decoration: none;
}

#gui-content h3 {
	font-size: 1.4em;
	font-weight: 400;
	margin-bottom: .5em;
}

#gui-content p { margin-bottom: 1em; }

#gui-content p,
#gui-content ul,
#gui-content ol,
#gui-content th,
#gui-content td { line-height: 1.8em; }

#gui-content ul {
	list-style: disc;
	margin: 1em 2em;
}

#gui-content ol {
	list-style: decimal;
	margin: 1em 2em;
}

#gui-content hr {
	width: 100%;
	height: 1px;
	margin: 1em 0;
	clear: both;
	border: none;
	border-bottom: 1px solid #938574;
}

/* Sidebar --------------------------------------------------- */
/* ----------------------------------------------------------- */

#gui-nav {
	font-size: 1.8em;
	margin-top: 20px;
	width:185px;
}

#gui-nav,
#gui-nav a {
	color: #524639;
	text-decoration: none;
	border: 1px solid #d0c4ae;
}

#gui-nav a:hover {
	text-decoration: none;
	border: 1px solid #AB9E8B;
}

#gui-nav a.selected { border: 1px solid #AB9E8B; }

#gui-nav ul { text-transform: uppercase; }

#gui-nav li { margin-bottom: 1em; }

#gui-nav li a { padding: 5px 10px; }

/*#gui-nav ul ul a.selected { text-decoration: underline; }*/

#gui-nav ul ul {
	text-transform: none;
	font-size: .8em;
	margin-top: 1em;
	margin-bottom: 3em;
}

/* Header ---------------------------------------------------- */
/* ----------------------------------------------------------- */

#gui-header li {
	display: inline;
	margin-left: 1em;
	padding-left: 1em;
}

#gui-header li.first {
	margin: 0;
	padding: 0;
	background: none;
}

#gui-header,
#gui-header a {
	color: #FFF;
	text-decoration: none;
}

#gui-header a:hover,
#gui-header a.selected { color: #D0C4AE; }

#gui-logo {
	position: absolute;
	top: 30px;
	left: 30px;
}

#gui-logo a {
	display: block;
	width: 145px;
	height: 84px;
	text-indent: -9999em;
	background: url(/www/images/logo.png) no-repeat;
}

#gui-top-nav {
	position: absolute;
	bottom: 20px;
	right: 30px;
	font-size: 1.3em;
	text-transform: uppercase;
}

#gui-top-nav li { background: url(/www/images/top-nav/li.png) no-repeat left center; }

#gui-top-nav a { font-weight: 700; }

#gui-player {
	position: absolute;
	top: 30px;
	right: 270px;
	text-transform: uppercase;
	padding: 5px 10px;
}

#gui-lan {
	position: absolute;
	top: 30px;
	right: 30px;
	text-transform: uppercase;
	background: #56473A;
	padding: 5px 10px;
}

#gui-lan li { background: url(/www/images/lan/li.png) no-repeat left center; }

#gui-retailer-nav {
	position: absolute;
	top: 30px;
	right: 360px;
	text-transform: uppercase;
	padding: 5px 10px;
	text-transform: none;
	font-size: 1.1em;
}

#gui-retailer-nav em {
	font-style: normal;
	font-weight: 700;
}

/* Shortcuts ------------------------------------------------- */
/* ----------------------------------------------------------- */

#gui-shortcuts h3 {
	font-size: 2em;
	font-weight: 400;
}

#gui-shortcuts h3,
#gui-shortcuts h3 a {
	color: #FFF;
	text-decoration: none;
}
