@media print
{
	.no-print, .no-print *,
	pre, input[type="file"], input[type="submit"]
	{
		display: none !important;
	}
	#container {
		padding: 0 !important;
	}
}

div.convertedfieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 16px 20px;
}
div.convertedfieldset legend {
	background:#fff;
	color: #e32;
	font-size: 110%;
	font-weight: bold;
}
div.convertedfieldset div.convertedfieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
div.convertedfieldset div.convertedfieldset legend {
	font-size: 105%;
	font-weight: normal;
}
div.convertedfieldset div.convertedfieldset div {
	clear: left;
	margin: 0 20px;
}


.cake-debug {
	position: relative;
	z-index: 9999;
}

.form, .index, .view, .related {
	background: url('../img/trans50.png');
}

td.actions ul.actions {
	height: 1.25em;
	overflow: hidden;
	width: 150px;
}

td.actions ul.actions li {
	margin: 0;
	list-style-type: none;
}

td.actions ul.actions li a {
	background-color: #3e187e;
	color: white;
	display: block;
	border: 1px solid silver;
	padding: 4px;
	width: 100%;
	margin: 0;
}

td.actions ul.actions li a:hover {
	background-color: #2e145d;
}

td.actions ul.actions li.first {
	background: transparent !important;
	border: none !important;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}


th.actions ul.actions {
	height: 1.5em;
	overflow: hidden;
	width: 150px;
}

th.actions ul.actions li {
	list-style-type: none;
	background-color: #87e3e1;
	color: black;
	display: block;
	border: 1px solid white;
	padding: 2px 0;
	width: 100%;
	margin: 0;
}

th.actions ul.actions li:hover {
	background-color: #45d2e1;
}

th.actions ul.actions li.first {
	background: transparent !important;
	border: none !important;
	font-weight: bold;
}

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	font-family: 'lucida grande',verdana,helvetica,arial,sans-serif;
	height: 100%;
	font-size: 10pt;
}

a {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: black;
	text-decoration:none;
}

a img {
	border: none;
}

h1, h2, h3, h4 {
	padding: 4px 0;
	font-weight: normal;
}

h1 {
	background: #ffffff;
	color: #13007c;
	font-size: 100%;
	margin: 0.1em 0;
}

h2 {
	background: #ffffff;
	color: #13007c;
	font-family: 'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 150%;
	margin: 0.3em 0;
	padding-top: 0.3em;
}

h3 {
	color: #01947d;
	font-family: 'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 150%;
	text-align: center;
}

div.related h3 {
	text-align: left;
}

h4 {
	color: #01947d;
	font-weight: normal;
}

p {
	font-size: 80%;
}

ul, li {
	margin: 0 12px;
}

/* Layout */

.region.index, .fandecks.index, .products.index, .codes.index, .recipe.index {
	width: 690px;
	background: url('../img/trans50.png');
}

#footer {
	font-size: 9px;
	clear: both;
	margin: 0;
	padding: 6px 0;
	text-align: center;
	position: relative;
	width: 95%;
	left: 0;
	bottom: 0;
}

/* Tables */

div.tablewrapper {
	width: 100%;
	overflow: auto;
}

table {
/*	table-layout: fixed; */
/*	clear: both; */
	table-layout: fixed;
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #333333;
	overflow: auto;
	font-size: 80%;
}
table tr {
	white-space: nowrap;
}

table tr.altrow {
	background: #f4f4f4;
}

table tr.active {
	background-color: #e0e0ff !important;
}

table tr.active.altrow {
	background-color: #e0e0f4 !important;
}

table tr th {
	overflow: hidden;
	background: #e0e0e0;
	border:1px solid #bbbbbb;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	text-align: center;
}

th a {
	height: 100%;
	display: block;
	padding: 2px;
	text-decoration: none;
}

th a.asc {
	background-color: green;
}

th a.desc {
	background-color: red;
}

th a:hover {
	background: #c0c0c0;
	color: #333333;
	text-decoration: none;
}
table tr td {
	overflow: hidden;
/*	background: #ffffff; */
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	padding: 2px;
/*	text-align: center;*/
	vertical-align: top;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 1em;
	width: 60%;
	border: 1px solid silver;
}
dd.altrow, dt.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 15em;
	margin-top: -2em;
	vertical-align: top;
}


/* Notices and Errors */
#messageMessage {
	font-size: 8pt;
	color: black;
	font-weight: normal;
	font-family: Courier, monospace;
}

div.message {
/*	clear: both; */
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/** Forms **/
form {
/* 	clear: both;
	width: 95%; */
margin-right: 20px;
	padding: 0;
}
fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 110%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 105%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
/* 	clear: both; */
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 100%;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 4px;
	width: 98%;
}
select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 105%;
	width: auto;
}
form .submit input[type=submit] {
	background:#37cab3;
	background: -webkit-gradient(linear, left top, left bottom, from(#6afde6), to(#37cab3));
	background-image: -moz-linear-gradient(top, #6afde6, #37cab3);
	border-color: #2d6324;
	color: #000;
	text-shadow: #8cee7c 0px 1px 0px;
}
form .submit input[type=submit]:hover {
	background:#26b9a2;
	background: -webkit-gradient(linear, left top, left bottom, from(#37cab3), to(#26b9a2));
	background-image: -moz-linear-gradient(top, #37cab3, #26b9a2);
}


/* doerken */

#fandecks, #products, #codes {
	background-color: white;
	width: 500px;
	overflow: hidden;
	border-top: 1px solid #808080;
/*	clear: both; */
}

.liste {
	width: 100%;
	height: 200px;
	overflow: auto;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

#fandecks p, #products p, #codes p {
	font-size: 9pt;
	text-align: center;
	background-color: #d0d0d0;
	padding: 2px;
	display: block;
}

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

.liste ul li {
	margin: 1px;
	border-bottom: 1px solid #e0e0e0;
}

.liste ul li a {
	text-decoration: none;
	display: block;
}

.liste ul li a span {
	font-weight: normal;
	font-style: italic;
}

.liste ul li a:hover, #codes ul li a:hover {
	background-color: #e8e8e8;
}

#product_picture_container, #code_color_container {
	position: absolute;
	left: 750px;
	top: 125px;
	width: 200px;
	height: 200px;
}

#product_picture_container img {
	width: 100%;
}

#code_color {
	width: 100%;
	height: 100%;
}

.search {
/*	margin-top: 272px; */
	margin: 0 auto;
	width: 500px;
	border: 1px solid #808080;
	background-color: white;
}

.search form {
	margin: 0;
	padding: 0;
	height: 32px;
}

.search form div {
	margin: 0 !important;
	padding: 0 !important;
}

.search form .submit {
	display: inline;
}

.search form input[type="submit"] {
	clear: none;
	float: right;
}

.search form input[type="text"] {
	font-size: 12pt;
	padding: 6px;
	border: 0;
	clear: none;
}

#spinner {
	margin: 6px 6px 0;
	float: right;
	width: 20px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 125px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: white;
	width: 100%;
}

#header_left {
	float: left;
/*	height: 125px; */
	width: 719px;
	overflow: hidden;
	margin: 0 0 0 50px;
}

#header_left div {
/*	background-color: white;
/*	position: relative; */
	width: 690px;
	display: block;
	clear: none;
	float: left;

}

#shadow {
	float: left;
	height: 125px;
	width: 29px;
	overflow: hidden;
	display: block;
}

#header_right {
	float: right;
	background: url('../img/shadwhite.gif') repeat-y left center white;
/*	position: absolute; */
	top: 0;
	right: 0;
	height: 100%;
	width: 175px;
}

#rstatic {
	float: right;
/*	position: absolute;
	top: 0;
	left: 100%; */
	width: 29px;
	height: 200px;
	margin: -10px 0 0 -29px;
	padding: 0;
}

#container {
	background: url('../img/background.gif') repeat-y right center #e5eaf0;
	display: block;
	overflow: hidden;
	min-height: 100%;
	height: inherit;
	padding: 125px 150px 0 0;
	margin: 0 0 0 50px;
	background-color: white;
}

#wrapper {
	background: url('../img/hshadow.png') repeat-x top center white;
	width: 719px;
	margin: 0;
	padding: 10px 0 0 0;
/*	position: relative; */
/* 	height: inherit; */
	float: left;
	overflow: hidden;
	min-height: 100%;
}

#content {
/*	background: url('../img/winterwonderland.png') no-repeat; */
	min-height: 900px;
	margin: 0 29px 0 0;
/*
	height: inherit;
	position: relative;
	background: url('../img/hshadow.png') repeat-x top center white;
	width: 690px;
	margin: 0;
	padding: 10px 0 0 0;
	position: relative;
	float: left;
	min-height: 300px;
	overflow: hidden;
*/
}

#leftbar {
	position: absolute;
	top: 0;
	left: 0;
}

#dark {
	background: url('../img/dark.gif') repeat-y right center;
	background-color: #9da5b2;
	margin: 0 -150px 0 0;
/*	margin: 0 0 0 40px; */
/*	position: absolute; */
/*	width: 100%; */
/*	overflow: hidden; */
/*	float: right; */
/*	width: 305px; */
/*	top: 125px; */
	height: 200px;
	padding: 0;
}

#rshadow {
/*	float: right; */
/*	margin: 0 0 0 40px; */
/* 	clear: right; */
	height: 9999px;
	overflow: hidden;
	display: block;
	width: 29px;
	position: relative;
	top: 200px;
/*
	position: absolute;
	top: 150px;
*/
	left: -29px;
}

#shadwhite {
	float: right;
	width: 28px;
	height: 100%;
}

#logo {
	height: 125px;
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
}

#produktnavigator {
	position: absolute;
	top: 10px;
	right: 180px;
	width: 200px;
	margin-top: 4px;
	text-align: center;
	color: black;
}

#menu {
/* 	background-color: red; */
	position: absolute;
	right: 0px;
	top: 125px;
	width: 150px;
}

ul.menu li.actions {
/*	border-bottom: none; */
}

ul.menu li.actions ul {
	margin: 0;
	padding: 0;
}

ul.menu li.actions ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.menu li.actions ul li > a {
	height: auto;
	border: 1px groove !important;
	background: url('../img/mini_arrow_trans.gif') no-repeat 0 -4px #3e187d;
	width: 122px;
/*	height: 16px; */
	text-decoration: none;
	margin: 0 1px;
/*	line-height: 16px; */
	padding: 0 0 0 24px;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	overflow: hidden;
	text-transform: none;
}

ul.menu li.actions ul li > a:hover {
	background-color: #2e145d !important;
}

ul.menu {
	clear: both;
	float: right;
	margin: 0;
	padding: 0;
}

ul.menu li {
/*	border-bottom: 1px dashed white; */
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.menu li span  a {
	vertical-align: top;
	padding: 0 4px 4px;
}

ul.menu li > a {
	display: block;
	width: 142px;
	height: 16px;
	text-decoration: none;
	margin: 0;
	padding: 1px 0 1px 4px;
	color: white;
	font-size: 13px;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	line-height: 16px;
	text-transform: uppercase;
}

ul.menu li.active > a, ul.menu li > a:hover {
	background-color: #3e187d !important;
	border: 2px groove !important;
}

li.menu0 a, li.menu1 a, li.menu2 a, li.menu3 a, li.menu4 a, li.menu5 a {
	border: 2px ridge;
}

li.menu0 {
	background-color: #7d8795;
}
li.menu1 {
	background-color: #6d6f7d;
}
li.menu2 {
	background-color: #555b6d;
}
li.menu3 {
	background-color: #3e475d;
}
li.menu4 {
	background-color: #2e344d;
}
li.menu5 {
	background-color: #1e2436;
}

#searchForm {
	background-color: #c75b2c;
	vertical-align: middle;
	width: 150px;
	height: 24px;
	clear: both;
	float: right;
}

#searchForm input {
	padding: 5px 0 0 5px;
	font-size: 10px;
	width: 115px;
	clear: none;
	background-color: #c75b2c;
	color: white;
	border: none;
}

#searchForm a img {
	padding: 5px 16px 5px 0;
	clear: none;
	float: right;
	display: block;
	border: 0;
	width: 14px;
	height: 14px;
}

#addressForm {
	z-index: 100;
	position: absolute;
	top: 8px;
	left: 90px;
	padding: 8px;
	background-color: white;
	border: 2px ridge silver;
}

#directionsPanel {
	display: none;
	z-index: 100;
	position: absolute;
	right: 8px;
	top: 40px;
	height: 75%;
	width: 25%;
	background: white;
	border: 2px ridge silver;
	padding: 0 8px;
	overflow: auto;
}

table.adp-directions tr {
	white-space: normal;
}

#map_canvas {
	font-size: 75%;
}

.autocomplete {
	border: 1px solid #999999;
	cursor: default;
	text-align: left;
	max-height: 200px;
	overflow: auto;
	margin: 0;

	_height: 200px;
	overflow-x: hidden;
}

.autocomplete-w1 { color: black; background-color: #f0f0f0; position: absolute; }
.autocomplete .selected { background: yellow; }
.autocomplete div { padding: 3px 8px; white-space: nowrap; }
.autocomplete strong { font-weight: normal; color: #0066cc; }
