/* CSS Document */

body {
	margin:0;
}

#head_menu {
	margin-top:2px;
	margin-right:10px;
}

#cookie_warning {
    text-align:right;
    background-color:#f00;
    color:#fff;
    width:100%;
    padding:3px;
}

#language_bar {
    margin-top:10px;
    text-align:right;
}

#debug_box {
	display:block;
	background-color:#bbf;
	color:#fff;
	padding:3px;
	border-bottom:1px solid #000;
	margin-bottom:5px;
	text-align:right;
	top:0;
	left:0;
	line-height:150%;
}
#debug_box strong {
	color: #000;
}

#debug_box span {
	float:left;
}

#debug_box a {
	color:#008;
}
#debug_box a:hover {
	text-decoration:underline;
}

.message {
	background-color:#ffb;
	color:#000;
	margin-bottom:10px;
	padding:5px;
	line-height:150%;
}
.message a {
	text-decoration:underline;
}

.error_message {
	background-color:#fbb;
	color:#000;
	margin-bottom:10px;
	padding:5px;
	line-height:150%;
}

.error_message a {
	text-decoration:underline;
}

ul {
	margin:0;
	padding-left:25px;
	padding-right:10px;
}

li {
	padding-left:5px;
}

#tab_bar {
	margin:5px;
}

#tab_bar a {
	border:1px solid #000;
	border-bottom:none;
	padding:5px;
	margin-right:5px;
}

#tab_bar a:hover {
	background-color:#bbb;
	text-decoration:underline;
	color:#fff;
}

#tab_bar a.selected {
	background-color:#888;
	color:#fff;
}

input[type=button]:hover, input[type=submit]:hover {
	cursor: pointer;
}

.orderButton {
	background-color: #080;
	color: #fff;
	font-weight: bold;
}

.orderButton:hover {
	color: #000;
	background-color: #8f8;
}

.highlight {
	background-color:#ff0;
}

.disabled {
	color: #ddd;
}
