/*
  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;
font-size:1.2em;
font-weight:bold;
margin:0 0 6px 0;
padding:0;
}
.mode_bakery_ordernum_f {
	font-weight: bold;
}
.mode_bakery_hr_f {
height: 1px;
border-style: dotted;
color:#92BADD;
margin: 0px;
padding: 0;	
}


/* MAIN PAGE */

.mode_bakery_main_div_cart_bt_f {
	text-align: left;
}
.mode_bakery_main_td_f {
	text-align: left;
}
.mode_bakery_main_thumbnail_f {
	
}
.mode_bakery_main_title_f {
	font-weight: bold;
}
.mode_bakery_main_input_f {
	text-align: right;
	background: #D5EAFD;
	border-bottom:1px solid #A1CCF2;
	border-right:1px solid #A1CCF2;
	border-top:1px solid #034F8D;
	border-left:1px solid #034F8D;
}
.mode_bakery_main_select_f {
	text-align: right;
}


/* ITEM PAGE */

.mode_bakery_item_table_f {
	width: 95%;
	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 {
	background: #D5EAFD;
	border-bottom:1px solid #A1CCF2;
	border-right:1px solid #A1CCF2;
	border-top:1px solid #034F8D;
	border-left:1px solid #034F8D;
color:#034F8D;
font-size:1.1em;
font-weight: bold;
padding:4px;
margin: 0 6px 0 0;
width:30px;
text-align: right;
}
.mode_bakery_item_select_f {
background:#92BADD;
border-bottom:1px solid #A1CCF2;
border-right:1px solid #A1CCF2;
border-top:1px solid #034F8D;
border-left:1px solid #034F8D;
color:#034F8D;
font-size:1.1em;
padding: 0 0 0 3px;
font-weight: bold;

}


/* CART */

/* CART table header */
.mode_bakery_cart_th_sku_f {
	text-align: left;
	vertical-align: top;
}
.mode_bakery_cart_th_name_f {
	text-align: center;
	vertical-align: top;
}
.mode_bakery_cart_th_quantity_f {
	text-align: right;
	vertical-align: top;
}
.mode_bakery_cart_th_price_f {
	text-align: right;
	vertical-align: top;
}
.mode_bakery_cart_th_shipping_f {
	text-align: right;
	vertical-align: top;
}
.mode_bakery_cart_th_sum_f {
	text-align: right;
	vertical-align: top;
}

/* 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-weight: normal;
	text-align: right;
}
.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_free_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: 250px;
	text-align: left;
	margin-bottom: 5px;
	padding: 3px;
	background-color: #D5EAFD;;
	border-bottom:1px solid #A1CCF2;
	border-right:1px solid #A1CCF2;
	border-top:1px solid #034F8D;
	border-left:1px solid #034F8D;
}

.mode_bakery_address_h_f {
	font-weight: bold;
}
.mode_bakery_address_p_f {
	
}


/* BUTTONS */

.mode_bakery_bt_cart_f {
background:#034F8D;
border-top:1px solid #A1CCF2;
border-left:1px solid #A1CCF2;
border-bottom:1px solid #034F8D;
border-right:1px solid #034F8D;
margin:3px 0 0 0;
padding:0px;
color:#fff;
font-weight:bold;
padding:3px;
margin-bottom: 15px;
width:160px;
}
.mode_bakery_bt_add_f {
background:#92BADD;
border-top:1px solid #A1CCF2;
border-left:1px solid #A1CCF2;
border-bottom:1px solid #034F8D;
border-right:1px solid #034F8D;
margin:3px 0 0 0;
padding:0px;
color:#034F8D;
font-weight:bold;
padding:3px;
width:140px;
}
.mode_bakery_bt_continue_f {
background:#92BADD;
border-top:1px solid #A1CCF2;
border-left:1px solid #A1CCF2;
border-bottom:1px solid #034F8D;
border-right:1px solid #034F8D;
margin:3px 0 0 0;
padding:0px;
color:#034F8D;
font-weight:bold;
padding:3px;
width:140px;	
}
.mode_bakery_bt_update_f {
background:#92BADD;
border-top:1px solid #A1CCF2;
border-left:1px solid #A1CCF2;
border-bottom:1px solid #034F8D;
border-right:1px solid #034F8D;
margin:3px 0 0 0;
padding:0px;
color:#034F8D;
font-weight:bold;
padding:3px;
width:210px;
}
.mode_bakery_bt_order_f {
background:#034F8D;
border-top:1px solid #A1CCF2;
border-left:1px solid #A1CCF2;
border-bottom:1px solid #034F8D;
border-right:1px solid #034F8D;
margin:3px 0 0 0;
padding:0px;
color:#fff;
font-weight:bold;
padding:3px;
width:160px;
}
.mode_bakery_bt_quit_f {
background:#92BADD;
border-top:1px solid #A1CCF2;
border-left:1px solid #A1CCF2;
border-bottom:1px solid #034F8D;
border-right:1px solid #034F8D;
margin:3px 0 0 0;
padding:0px;
color:#034F8D;
font-weight:bold;
padding:3px;
width:160px;	
}
.mode_bakery_bt_modify_address_f {
background:#92BADD;
border-top:1px solid #A1CCF2;
border-left:1px solid #A1CCF2;
border-bottom:1px solid #034F8D;
border-right:1px solid #034F8D;
margin:3px 0 0 0;
padding:0px;
color:#034F8D;
font-weight:bold;
padding:3px;
width:340px;	
}
.mode_bakery_bt_pay_advance_f {
background:#92BADD;
border-top:1px solid #A1CCF2;
border-left:1px solid #A1CCF2;
border-bottom:1px solid #034F8D;
border-right:1px solid #034F8D;
margin:3px 0 0 0;
padding:0px;
color:#034F8D;
font-weight:bold;
padding:3px;
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 {
width: 650px;
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 15px;
color: #034F8D;
font-size: 1.1em;
background-color: #CAE6FC;
border-top:1px solid #A1CCF2;
border-left:1px solid #A1CCF2;
border-bottom:1px solid #034F8D;
border-right:1px solid #034F8D;
}
.mod_bakery_error_f p {
	padding-left: 50px;
}
.mod_bakery_errorbg_f {
 	color: #353535;
	background-color: #B3B2B2;
}
.mod_bakery_success_f {
width: 650px;
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 15px;
color: #034F8D;
font-size: 1.1em;
background-color: #CAE6FC;
border-top:1px solid #A1CCF2;
border-left:1px solid #A1CCF2;
border-bottom:1px solid #034F8D;
border-right:1px solid #034F8D;
}
.mod_bakery_success_f p {
	padding-left: 50px;
}
.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;
}

.quantity_field {
background: #D5EAFD;
border-bottom:1px solid #A1CCF2;
border-right:1px solid #A1CCF2;
border-top:1px solid #034F8D;
border-left:1px solid #034F8D;
margin:3px 0 0 0;
padding:0px;
font-weight:bold;
padding:3px;
margin-bottom: 15px;
width:33px;
}


/* IE ONLY 


* html input.mode_bakery_bt_continue_f, * html input.mode_bakery_bt_update_f, * html input.mode_bakery_bt_order_f, * html input.mode_bakery_bt_quit_f 
{
background:#92BADD;
border-top:1px solid #A1CCF2;
border-left:1px solid #A1CCF2;
border-bottom:1px solid #034F8D;
border-right:1px solid #034F8D;
margin:3px 0 0 0;
padding:0px;
color:#034F8D;
font-weight:bold;
padding:3px;
width:140px;
}

*:first-child+html .mode_bakery_bt_continue_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;
}*/
