/*
  CSS definition for Website Baker module: Bakery
  Copyright (C) 2007, Christoph Marti

  This CSS file is free software. You can redistribute it and/or modify it 
  under the terms of the GNU General Public License  - version 2 or later, 
  as published by the Free Software Foundation: http://www.gnu.org/licenses/gpl.html.

  This CSS file is distributed in the hope that it will be useful, 
  but WITHOUT ANY WARRANTY; without even the implied warranty of 
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  GNU General Public License for more details.
*/

.mode_bakery_h_f {
	text-align: left;
}
.mode_bakery_ordernum_f {
	font-weight: bold;
}

/* MAIN PAGE */

.mode_bakery_main_div_cart_bt_f {
	text-align: left;
}
.mode_bakery_main_td_f {
	text-align: center;
}
.mode_bakery_main_thumbnail_f {
	
}
.mode_bakery_main_title_f {
	font-weight: bold;
}
.mode_bakery_main_input_f {
	text-align: right;
}
.mode_bakery_main_select_f {
	text-align: right;
}

/* ADDRESS FORM & ADDRESS */

.mode_bakery_form_p_f {
	font-style: italic;
}
.mode_bakery_form_label_f {
	text-align: right;
	font-weight: bold;
}
.mode_bakery_form_input_f {
	width: 280px;
}

.mode_bakery_address_h_f {
	font-weight: bold;
}
.mode_bakery_address_p_f {
	
}

/* MESSAGES */

.mod_bakery_error_f {
	text-align: center;
	color: red;
	border: solid 1px red;
	background-color: #FFDCD9;
	background-image: url(images/error.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
}
.mod_bakery_error_f p {
	padding-left: 50px;
}
.mod_bakery_errorbg_f {
 	color: red;
	background-color: #FFDCD9;
}
.mod_bakery_success_f {
	text-align: center;
	color: green;
	border: solid 1px green;
	background-color: #D4FFD1;
}
.mod_bakery_success_f p {
	padding-left: 50px;
	background-image: url(images/success.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
}
.mod_bakery_information_f {
	text-align: center;
	border: solid 1px #FFD700;
	background-color: #FFFFDD;
	background-image: url(images/information.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
}
.mod_bakery_information_f p {
	padding-left: 50px;
}


/* IE ONLY */

/* IE < 7 */
* html input.mode_bakery_bt_proceed_f, * html input.mode_bakery_bt_update_f, * html input.mode_bakery_bt_order_f, * html input.mode_bakery_bt_quit_f {
	font-size: 9px;
}
/* IE = 7 */
*:first-child+html .mode_bakery_bt_proceed_f, *:first-child+html .mode_bakery_bt_update_f, *:first-child+html .mode_bakery_bt_order_f, *:first-child+html .mode_bakery_bt_quit_f {
	font-size: 9px;
}
