/** 
 GENERAL: Site 
**/

body {
	min-width: 780px; 
	text-align: center;
	background: url(/img/leaves.jpg); 
	/*background: url(/img/tapete.png);*/	
}

#box_entire_page {
	text-align: left;
	margin: 0 auto;
	width: 780px; 
}

#box_page_span {
	clear: both; 
	width: inherit; 
	padding-top: 1em;
	background: white;
	min-height: 22em; 
}

#box_page_corners_top {
	width: inherit; 
	margin: 0;
	background: url(/img/c/oben.gif) bottom left no-repeat; 
}
#box_page_corners_bottom {
	width: inherit; 
	background: url(/img/c/unten.gif) top left no-repeat;
}

/** 
 GENERAL: Logo 
**/

#box_top_span {
	width: inherit; 
	margin: 1em 0 1em 0;
	text-align: right;
	padding: 1em 1em 0.5em 0;  	
}

#top_title {
	font-size: 2em;
	font-family: Georgia, Verdana, Arial, sans-serif; 
	font-weight: bolder; 
}
	

/** 
 GENERAL: Menu 
**/

#box_page_menu {
	float: left; 
	max-width: 200px; 
	min-width: 200px;
}

#box_page_menu ul {
	list-style-type: none;
	padding: 0; 
	margin: 0; 
	width: 188px; 
	padding-top: 2em;
	border: 1px solid #9cb071; 
	background: #9cb071;
	/*background: url(/img/gemuese_oben.png) bottom left no-repeat;*/ 
}

#box_page_menu_pre {
	background: url(/img/curve_menu_oben.png) top left no-repeat;
}

#box_page_menu ul li {
	color: white; 
	font-family: Georgia, Verdana, Arial, Sans-Serif; 
	letter-spacing: 1px;
	font-size: 1.0em;  
	padding: 0.2em;
	padding-left: 1.0em; 
	border-bottom: 1px solid white; 
}
#box_page_menu ul li:hover, #box_page_menu ul li:hover a {
	background: black;
	color: white;  
}
#box_page_menu ul li ul {
	padding: 0; 
	margin: 0; 
}

#box_page_menu ul li ul li {
	margin-left: -1.0em; 
	width: inherit; 
}

#box_page_menu ul .box_page_menu_sub_item  {
	font-size: 0.8em;  
	padding: 0.2em;
	padding-left: 2.5em; 
	font-style: italic;
}
#box_page_menu ul li a {
	text-decoration: none; 
	color: white;  
}
#box_page_menu_bottom {
	width: inherit;
	/*background: url(/img/gemuese.png) top left no-repeat;*/
}

/** 
 GENERAL: Content 
**/

#box_page_content {
	padding: 0; 
	margin-left: 200px;  
	max-width: 36em; 
	font-family: Verdana, sans-serif; 
	font-size: 0.9em;
	color: black;
}

#box_page_content_end_buffer {
	clear: both; 
}

#box_page_content a {
	text-decoration: underline;
	color: black;
}

#box_page_content input, #box_page_content select, #box_page_content textarea {
	padding: 0.2em;
	margin: 0.1em; 
	font-size: 0.9em;
	border: 1px solid gray;  
}
#box_page_content select, #box_page_content textarea {
	padding: 0; 
}

#box_page_content textarea {
	font-size: 0.7em; 
	font-family: Verdana, sans-serif; 
}

#box_page_content input[type=submit] {
	border: 1px solid #c1461e;
	border-right: 1em solid #c1461e;   
	background: white; 
}

#box_page_content img {
	/*border: 1px solid black;*/
	border: 0; 
	margin: 0 0.7em 0 0.7em; 
}

#box_page_content h3 {
	padding: 0; 
	margin: 0; 
}

#box_page_content h2, #box_page_content h3 {
	font-family: Georgia;
	font-size: 1.5em;
}

#box_page_content h3 a {
	color: inherit;
	text-decoration: none;
}

#box_page_content #flash_message {
	border: 1px solid #0066CC;
	background: #99CCFF;
	padding: 0.7em; 
	margin: 0.7em; 
	font-size: 0.8em;
	text-align: left; 
}

/** 
 GENERAL: Footer 
**/

#box_bottom_span {
	clear: both; 
	margin: 0.7em 0 0 0; 
	padding: 0.5em 0 0.5em 0;
	border-top: 1px solid #bbb;
	font-family: Verdana, sans-serif;
	text-align: center; 
	font-size: 0.8em; 
}
#box_bottom_span ul {
	list-style-type: none;
	padding: 0; 
	margin: 0; 
}
#box_bottom_span li {
	/* display: inline; */ 
}
#box_bottom_span a {
	text-decoration: none; 
	color: inherit; 
}
#box_bottom_span a:hover {
	text-decoration: underline; 
}

/**
CAKE PHP specifics 
*/
#flash_message {
	padding: 0.3em;
	background: white;
	margin: 0.3em;
	color: black;
	text-align: center;
	vertical-align: middle;
	font-size: 1em;
}

dev .cakeSqlLog table {
	padding-top: 3em;
	margin-top: 3em;
	border-top: 1px solid red;
	font-size: 9pt;
}

.cakeSqlLog td,.cakeSqlLog th {
	font-size: 9pt;
}

.error_message {
	color: #720000;
	font-weight: 900;
}


/**
Answer Screen 
*/
#answer_tbl {
	border-collapse: collapse;
	width: 100%;  	
}

#answer_tbl td {
/*	padding-bottom: 1em; */ 
}

.answer_empty_warning {
	background: #ffcccc;
}

.answer_field_td {
	padding: 0.2em; 
	padding-bottom: 1.4em;
}

.answer_field_td input[type=text] {
	min-width: 20em; 
}

.answer_field_td textarea {
	min-width: 35em; 
	min-height: 7em;
	font-size: 1.0em;  
}

.answer_field_td #extra_shipping_fields {
	padding: 0.5em; 
	margin-top: 0.5em; 
	border: 1px solid #cccccc;
}

.answer_note_td {
	font-size: 0.7em; 
	padding-bottom: 2em; 
}

.answer_question_td {
	font-size: 1.0em;
	font-weight: 900;
	border-bottom: 1px solid #cccccc; 
}

/**
View Article 
*/

#artview_full_box {
	/*border-top: 1px solid #bbb; 
	padding-top: 2em; */
	margin-top: 2em; 
}

#artview_head_box {
}

#artview_head_box img {
	margin: 0; 
	margin-right: 1em;
}

#artview_full_preview_box {
	width: 200px; 
	padding: 0;
	margin: 0; 
	font-family: Georgia; 
	font-size: 1.1em;
	font-weight: bolder; 
	float: right;
	vertical-align: bottom; 
	margin-right: 1em; 
	text-align: center;
	/*border: 1px solid black;*/  	
}

#artview_full_preview_box ul {
	list-style-type: none;
	padding: 0; 
	margin: 0; 
}
#artview_full_preview_box li {
	/* display: inline; */ 
	padding: 0.3em; 
}

/**
Article Index 
*/

#artlist_tbltr td {
	border-bottom: 1px solid #bbb;
}

#artlist h3 {
	font-size: 1.1em; 
}

#artlist td {
	padding-bottom: 0.5em;
}

/**
Front Page 
*/
h2#fp_header {
	font-weight: normal;
	font-size: 2em; 
	width: inherit;
	text-align: center;
}

#fp_box_featured_inner {
	background: #c1461e;
	border: 1px solid #c1461e;
	min-width: 516px;
	min-height: 14em; 
	text-align: left;
	color: white;
}

#fp_box_featured_inner img {
	padding-top: 0.5em; 
}

#fp_box_featured_inner a {
	color: white; 
}

#fp_box_featured_text {
	padding-left: 220px; 
}

#fp_box_featured_inner h3, #fp_box_featured_inner h2 {
	font-size: 1.5em;
	padding: 0.5em 0 0.5em 0;
	margin: 0em;  		
}

#fp_box_featured {
	text-align: center;
	min-width: 518px;  
}
#fp_box_featured_inner_pre {
	background: url(/img/c/oben_fpfeat.gif) bottom left no-repeat;
	width: inherit;  
	padding: 0; 
	margin: 0; 
}
#fp_box_featured_inner_post {
	background: url(/img/c/unten_fpfeat.gif) top left no-repeat;
	width: inherit;  
	padding: 0; 
	margin: 0; 
}
.fp_box_title {
	font-size: 0.6em; 
}
#fp_box_about_inner {
	/*border: 1px solid black;*/
	background: #600fba;
	padding: 0;
	color: white;
	margin: 0;
	min-width: 519px;
	min-height: 4em; 
	text-align: left;
}

#fp_box_about_inner a {
	color: white; 
}

#fp_box_about {
	text-align: center;
	min-width: 518px;  
}
#fp_box_about_inner_pre {
	background: url(/img/c/oben_fpabout.gif) bottom left no-repeat;
	width: inherit;  
}
#fp_box_about_inner_post {
	background: url(/img/c/unten_fpabout.gif) top left no-repeat;
	width: inherit;  
}

/**
Order review screen 
*/

#review_table {
	width: 100%; 
	border-collapse: collapse;
}

#review_table td, #review_table th {
	font-size: 0.9em;
	border-bottom: 1px solid gray;
	padding: 0.1em 0.1em 0.2em 0.5em;   
}

#review_table select {
	font-size: 0.8em; 
}

#review_gift_notice {
	padding-top: 2em; 
	font-size: 0.8em; 
}

/**
Order processing
*/
#order_edit_table {
	width: 100%; 
	border-collapse: collapse;
}

#order_edit_table td {
	font-size: 0.9em;
	border-bottom: 1px solid gray;  
	padding: 0.2em;
}
#order_edit_table td {
	
}
.order_edit_table_field {
	font-weight: bold; 
}
.order_edit_table_th {
	background: #cccccc;
	font-weight: bolder;
}

/**
Order index
*/
#orders_index_tbl {
	border-collapse: collapse;
	width: 100%;	
}
#orders_index_tbl a {
	text-decoration: none; 
}
#orders_index_tbl td, #orders_index_tbl th {
	border-bottom: 1px solid gray; 
	padding: 0.2em;
	font-size: 0.9em;  
}

/**
Checkout process guide 
*/
#co_progress {
	width: 100%;
	text-align: right;
	color: gray; 	
}

#co_progress ul {
	padding: 0;
	padding-right: -0.2em; 
	margin: 0; 
	list-style-type: cjk-ideographic;
}
#co_progress ul li {
	display: inline;
	position: relative;
	min-width: 20em;
	max-wdith: 20em;
	padding: 0.1em;
	padding-left: 0.3em; 
	margin: 0; 
	font-size: 0.9em; 
}
#co_progress ul li:before {
	content: "\00BB\0020";
	}
#co_progress_current {
	font-weight: bolder; 
	color: #000000;  
}

/*
Contact Screen 
*/ 

#contact_tbl {
	width: 100%; 
}

#contact_tbl textarea {
	min-width: 90%;
	min-height: 15em;
}

#contact_tbl input {
	min-width: 90%; 
}

/****
REPORTS SCREEN 
*/

#report_output_tbl {
	border-collapse: collapse;
	width: 100%; 
	border: 1px solid white; 
}

#report_output_tbl th, #report_output_tbl td {
	padding: 0.3em; 
}

#report_output_tbl th {
	border: 1px solid #FFCC66;
	border-bottom: 2px solid #FFCC66;
	background: #FFFF99;
}

#report_output_tbl td {
	border: 1px solid #FFCC66;
}

#report_query_tbl {
	border: 1px solid #FFCC66;
	background: #FFFF99;
	margin: 0em; 
	margin-bottom: 1em; 
	padding: 1em; 
	width: 100%; 
}

