
/* ---------- */ 
/* Welcome to css.css - page formatting */
/* ---------- */ 

html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: #000; /* gradient */
}

html, body, input, button, textarea, checkbox, radio, submit, select, option, optgroup {
	color: #eee; /* grey */
}

input[type="text"], input[type="password"], input[type="select"], input[type="submit"], input[type="reset"], input[type="button"], textarea, select, option, button {
	color: #333; /*grey */
}

#wrapper {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 800px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6 treats this as modern css 'min-height' */
	min-height: 100%; /* real browsers */
	background: #000;
}

#wrapper .full{
	width: 100%;
}

#container {
	margin: 0;
	padding: 0 0 10px;
}

#lang_selector {
	position: absolute;
	right: 10px;
	top: 119px;
	z-index: 44;
}

#header {
	display: block;
	width: 800px;
	height: 70px;
}

#flash {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	width: 800px;
	height: 175px;
}

#content {
	margin: 10px;
	display: block;
	clear: both;
}

#footer {
	width: 800px;
	display: block;
	clear: both;
	padding: 5px 0;
	margin: 0 0 5px;
	text-align: center;
	border-top: 1px solid #333;
	font-size: 9px;
	color: #eee;
}

#footer div {
	margin: 0 10px;
}

.attentionbox {
	padding: 5px 10px;
	margin: 10px -10px;
	background: #090; /* green */
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

.warningbox {
	padding: 5px 10px;
	margin: 10px -10px;
	background: #c70; /* yellow */
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

/* ---------- */

.paging {
	clear: both;
	margin: 10px 0;
}

.catalogue {
	padding: 2px;
	vertical-align: top;
	text-align: center;
	background-color: #111;
	border: 1px solid #444;
}

.catalogue_thumb {
	border: 1px solid #444;
}

.catalogue_thumb:hover {
	border: 1px solid #bbb;
}

/* ---------- */

