/*
  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.
*/


/* Stylesheet Module Bakery */
/* ************************ */

/*
NOTE: Modify the html of the main page and the item page in the layout section of the Bakery page settings.
*/


/* GENERAL */

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

}


/* MAIN PAGE */

.mode_bakery_main_div_cart_bt_f {
	text-align: right;
}
.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;
}


/* ITEM PAGE */

.mode_bakery_item_table_f {
	width: 75%;
	text-align: left;
}
.mode_bakery_item_title_f {
	font-weight: bold;
}
.mode_bakery_item_sku_f {
	font-weight: bold;
}
.mode_bakery_item_price_f {
	font-weight: bold;
}
.mode_bakery_item_shipping_f {
	font-weight: bold;
}
.mode_bakery_item_full_desc_f {
	font-weight: bold;
}
.mode_bakery_item_input_f {
	text-align: right;
}
.mode_bakery_item_select_f {
	text-align: right;
}


/* CART */

/* CART table header */
.mode_bakery_cart_th_sku_f {
	text-align: left;
}
.mode_bakery_cart_th_name_f {
	text-align: center;
}
.mode_bakery_cart_th_quantity_f {
	text-align: right;
}
.mode_bakery_cart_th_price_f {
	text-align: right;
}
.mode_bakery_cart_th_shipping_f {
	text-align: right;
}
.mode_bakery_cart_th_sum_f {
	text-align: right;
}

/* CART table body */
.mode_bakery_cart_td_sku_f {
	text-align: left;
	width: 10%;
}
.mode_bakery_cart_td_name_f {
	text-align: center;
}
.mode_bakery_cart_td_quantity_f {
	text-align: right;
	width: 12%;
}
.mode_bakery_cart_td_price_f {
	text-align: right;
	width: 12%;
}
.mode_bakery_cart_td_shipping_f {
	text-align: right;
	width: 12%;
}
.mode_bakery_cart_td_sum_f {
	text-align: right;
	width: 20%;
}

/* CART table details */
.mod_bakery_cart_currency_f {
	font-size: 9px;
	font-weight: normal;
}
.mode_bakery_cart_item_f {
	font-weight: bold;
}
.mode_bakery_cart_subtotal_f {
	text-align: right;
	font-weight: bold;
	line-height: 200%;
}
.mode_bakery_cart_shipping_f {
	text-align: right;
	font-weight: bold;
	line-height: 75%;
}
.mode_bakery_cart_tax_f {
	text-align: right;
	font-weight: bold;
	line-height: 75%;
}
.mode_bakery_cart_total_f {
	text-align: right;
	font-weight: bold;
	line-height: 300%;
}


/* 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 {

}


/* BUTTONS */

.mode_bakery_bt_cart_f {

}
.mode_bakery_bt_add_f {

}
.mode_bakery_bt_proceed_f {

}
.mode_bakery_bt_update_f {

}
.mode_bakery_bt_order_f {

}
.mode_bakery_bt_quit_f {

}
.mode_bakery_bt_modify_address_f {

}
.mode_bakery_bt_pay_advance_f {
	width: 98%;
}
.mode_bakery_bt_pay_paypal_f {
	width: 98%;
}


/* PAY */

.mode_bakery_pay_methode_f {

}
.mode_bakery_pay_h_f {

}
.mode_bakery_pay_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_new {
	text-align: center;
	color: red;
	border: solid 1px red;
	background-color: #FFDCD9;
	background-image: url(images/error_new.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;
}


/* Relativer Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none;
  }

a.tooltip:hover {
  background: transparent;
  }

a.tooltip span {
  display: none;
  text-decoration: none;
}

a.tooltip:hover span {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 200px;
  z-index: 100;
  color: #000000;
  border:1px solid #000000;
  background: #FFFFCC;
  font: 12px Verdana, sans-serif;
  text-align: left;
  }

a.tooltip span b {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weigth: bold;
  color: yellow;
  background-color: gray;
  border: 0px;
  border-bottom: 1px solid black;
}
