/* mac hide*/
html, body {height:100%}
/* end hide */

body {
    padding:0;
    margin:0;
    text-align:center;
    min-width:950px;/* for mozilla*/
    background-color: #FFF;
    background-image:url('images/body_bg.gif');
    background-repeat: repeat-y;
    background-position: center;}

#outer{
    height:100%;
    min-height:100%;
    width:950px;
    text-align:left;
    margin:auto;
    position:relative;
    background-image:url('images/outer_bg.gif');
    background-repeat: no-repeat;
    background-position: bottom;
    position:relative;
    font-family: "Lucida Grande",Verdana, sans-serif;
    font-size: 12px;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {/* enables content first */
    float:left;
    width:728px;
    padding-top:225px;/*needed to make room for header*/
}

#header{
    position:absolute;
    top:0;
    /*left:-1px;*/
    width:950px;
    height:200px;
    background-color: #FFF;
    background-image:url('images/header_bg.jpg');
    background-repeat: no-repeat;
    /*overflow:hidden;*/
    z-index:10;
    padding-bottom:25px;
}

#header_nav{
	height: 25px;
	width:450px;
    padding-top: 14px;
    float: right;
}

#header_infotext{
    height: 25px;
    width:490px;
    padding-top: 14px;
}

#header_control{
    clear: both;
}

#header_control_input{
    padding-top:8px;
    margin: 0px 10px;
    width:540px;
    text-align: left;
    white-space: nowrap;
}

* html #header_control_input{
    padding-top: 6px;
}

*+html #header_control_input{
    padding-top: 6px;
}

#header_control_input label{
    font-size: 16px;
    font-weight: bold;
    color:#860202;
    margin-right: 10px;
}

#header_control_info{
    float: right;
    padding-top:30px;
    padding-right:15px;
    text-align: right;
    height:95px;
}

#logo_container{
    height:116px;
    margin:8px 0px 0px 23px;
}

#history_container{
    margin-top:8px;
    margin-left:10px;
    font-size: 0.8em;
}

* html #history_container{
    display: none;
}

#left {
    position:relative;/*ie needs this to show float */
    width:222px;
    float:left;
    padding-bottom:89px;/* needed to make room for footer */
}

#right {
    position:relative;/*ie needs this to show float */
    width:222px;
    float:right;
    padding-top:225px;/*needed to make room for header*/
    padding-bottom:89px;/* needed to make room for footer */
    color: #FFF;
}

#right div.nav_box_content{
    padding: 5px;
}

#footer {
    width:950px;
    clear:both;
    height:89px;
    background-image: url('images/footer.gif');
    left:0;
    bottom:0;
    position: absolute;
}

* html #footer {/*only ie gets this style*/
    height:89px;/* for ie5 */
    height:89px;/* for ie6 */
}

#footer_nav_1{
    
}

#footer_nav_2{
    
}

div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent_1, #centrecontent_2 {
    float:right;
    width:708px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom:89px;/* needed to make room for footer */
    line-height: 1.4em;
}

#centrecontent_2{
    width:486px;
}

#clearfooter {width:100%;height:89px;clear:both} /* to clear footer */

#left_before_wrapper{
    margin-bottom: 25px;	
}
	

#right_wrapper, #left_wrapper{

}


/* *** hyperlinks *** */
#centrecontent_1 a:active, #centrecontent_1 a:visited, #centrecontent_1 a:link,
#centrecontent_2 a:active, #centrecontent_2 a:visited, #centrecontent_2 a:link {
    text-decoration:none;
    color:#9E0A0A;
}

#centrecontent_1 a:hover,
#centrecontent_2 a:hover {
    text-decoration: underline;
}

a img{
    border-width:0px;
}


/* *** menu *** */
#header div.nav_horizontal{
    float: right;
    text-transform: uppercase;
}

#header div.nav_horizontal a{
    margin: 2px 5px;
    color:#7f7f7f;
    text-decoration: none;
    font-size: 1.0em;
    display: block;
    padding-right:15px;
    background-image: url('images/top_menu_spacer.gif');
    background-repeat: no-repeat;
    background-position: right;
}

#footer div.nav_horizontal{
    float: left;
    margin: 6px 5px;
}

#footer div.nav_horizontal a{
    color:#7f4e02;
}

#right div.nav_vertical{
    margin: 3px 0;
}

#right div.nav_vertical a{
    color: #FFF;
    text-decoration: none;
    padding: 0px 15px;
    display: block;
}

#left div.nav_vertical{
    margin: 3px 0;
}

#left div.nav_vertical a{
    color: #000;
    text-decoration: none;
    padding: 0px 15px;
    display: block;
}


/* *** text *** */
#centrecontent_1 h1, #centrecontent_2 h1{
    font-size: 1.6em;
    font-weight: normal;
    margin-top:0;
    padding-top:0;
}

.small{
    font-size: 0.8em;   
}

#header_control_info p{
    color: #FFF;
    margin-bottom: 5px;
}

#header_control_info h3{
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF;
    margin-top: 5px;
}

div.nav_box h3{
    font-size: 1.0em;
    font-weight: normal;
    color: #FFF;
    width: 207px;
    background-color: #860202;
    background-image: url('images/nav_header_bg.gif');
    background-repeat: no-repeat;
    background-position: 2px;
    padding: 3px 0 3px 15px;
    margin: 0;
}

#header_infotext h2{
    font-size: 1.0em;
    color: #b91619;
    margin: 0;
    padding: 0;
}

#header_infotext h2 span.number{
    font-size: 1.2em;
    font-weight: bold;
    color: #ff9c04;
}

div.basket_confirmation h3, div.address_confirmation h3{
    font-size: 1.1em;
    font-weight: bold;
}

/* *** forms *** */

form{
    margin:0px;
    padding:0px;
}

input, textarea, select{
    border-top:1px solid #bbb3aa;
    border-left:1px solid #bbb3aa;
    border-right:1px solid #bbb3aa;
    border-bottom:1px solid #bbb3aa;
}

fieldset {
    display:block;
    border:1px solid #B91619;
    clear:both;
    margin-bottom: 25px;
}
            
* html fieldset {padding: 10px;}
            
legend {
    background:#FFF;
    padding:4px;
    border:1px solid #860202;
    margin-bottom:4px;
    font-weight:bold;
}

label {margin: 5px 0px;} 

input.button, input.submit_button{
    background-color: #FFF;
    color: #000;
    border: 2px solid #860202;
    font-weight: bold;
    font-size: 1.2em;
}

input.radio_field, input.checkbox_field{
    border: none;   
}

/* *** misc *** */
hr{
    height: 1px;
    border: none;
    color: #860202;
    background-color: #860202;
    margin:15px auto;   
}

.bottom_hr{
    padding-bottom:3px;
    margin-bottom:3px;
}

table tr td {
    vertical-align: top;
}

.NoBorder{
    border:none;
}

.clear{
    clear: both;
}

#WzTiTlTb tr td{
    padding: 0;
    vertical-align: middle;
}

/*** begin *gustoo* begin ***/
#ad_1, #ad_2, #ad_3{
    width: 100%;	
}

#cuisines_table{
    width: 100%;
}

#cuisines_table tr td img{
    border-top: 3px solid #fff;
}

#cuisines_table tr td img:hover{
    border-top: 3px solid #870203;
}

#cuisines_table tr td p{
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 0.9em;
    text-align: right;
}

#list_suppliers{
    width:100%;
    border-collapse: collapse;
}

#list_suppliers tr td{
    border-bottom:1px solid #CECECE;
    padding-top:5px;
    padding-bottom:15px;
}

#list_suppliers tr th.col_1{
    width:380px;    
}

#list_suppliers tr th.col_12{
    width:205px;   
}

#list_suppliers tr th.col_3{
    width:120px;   
}

#list_suppliers tr th{
    border-top:1px solid #CECECE; 
    border-bottom:1px solid #CECECE;
    padding: 3px 0; 
}

#submit_new_supplier_form{
    margin-top: 25px;
    width: 100%;
}

#submit_new_supplier_form textarea{
    width:300px;
    height:120px;	
}

p.open_notice{
    font-size: 1.1em;
    font-weight: bold;
    color: #166F07; 
}

p.closed_notice{
    font-weight: bold;
    color: #9E0A0A; 
}

div.top_filter_form{
    float:right;
    margin-bottom: 15px;
}

div.top_sort_form{
    margin-bottom: 15px;
}

#list_products{
    width:100%;
    border-collapse: collapse;
}

#list_products h2{
    margin:0px 0px 6px 0px;
    padding:4px;
    color:#FFF;
    font-size:1.2em;
    font-weight: bold;
    background-color: #ff9c04;
}

#list_products h2 a:active, #list_products h2 a:link, #list_products h2 a:visited, #list_products h2 a:hover{
    color:#FFF;
}

#list_products h3{
    margin:5px;
    font-size:1.0em;
    font-weight: bold;
    text-transform: uppercase;
    color:#860202;
}

tr.product_details {
    background-color: #ffe1b3;  
}

#list_products div.product_desc{
    font-size:1.0em;
    margin:10px 5px 50px 5px;
}

p.additives{
    font-size: 0.8em;
    font-style: italic;
    margin-top:10px;
    clear: both;
}

#list_products p.product_price{
    font-size:1.2em;
    font-weight: bold;
    margin:5px 5px 0px 5px;
    color:#860202;
}

#list_products p.product_price_line_through{
    font-size:0.8em;
    font-weight: normal;
    margin:0px 5px;
    text-decoration: line-through;
}

#list_products p.product_special_price{
    font-size:1.2em;
    font-weight: bold;
    margin:5px 5px 0px 5px;
    color:#b91619;
    float:right;
}

#list_products div.order_button{
    margin:0px;
    padding:3px 5px;
    background-color: #ff9c04;
    text-transform: uppercase;
}

#list_products div.order_button a{
    padding-left:18px;
    display: block;
    background-image: url('../../../addons/gustoo/images/basket.gif');
    background-repeat: no-repeat;
    background-position: left;
}

#list_products td.list_products_spacer{
    height: 6px;
}

table.basket_contents{
    width: 100%;
}

td.basket_supplier{
    font-weight: bold;
}

td.basket_supplier a, p.basket_checkout a{
    color: #FFF;
}

a.basket_product_link{
    color:#FFF;
    border-bottom:1px dotted #FFF;
    text-decoration:none;
}

tr.basket_product td{
    font-size: 0.9em;
    font-style: italic;
    padding-bottom:15px;
}

p.basket_checkout{
    float: right;
    font-weight: bold;
    font-size: 1.2em;
}

input.basket_quantity{
    width:25px;
}

tr.sup_total td{
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: 1px solid #000;
    border-bottom-color: #000;
    border-bottom-style: double;
}

#gustoo_info_message{
    border:1px solid #000;
    padding: 10px;
    margin-bottom:15px;
}

#supplier_top_info{
    background-color: #ff9c04;
    padding:10px;
    color: #B91619;
}

#supplier_top_info img, #list_suppliers tr td a img{
    border:1px solid #000;
}

#rating h3{
    background-color: #ff9c04;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    font-size: 1.0em;
    color:#b91619;
}

#rating img{
    padding: 10px;	
}

#supplier_bottom_info, #back_to_overview{
    padding: 0px 10px;
    color:#FFF;
}

#back_to_overview{
    margin-top:25px;
}

#back_to_overview a{
	color: #FFF;
	text-decoration: none;
}

#categories_menu h3{
    background-color: #ff9c04;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    font-size: 1.0em;
    color:#b91619;
}

#categories_menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    background-color: #d40c1c; 
}

#categories_menu ul li a{
    color:#FFF;
    text-decoration: none;
    display: block;
    padding:2px 5px;
    margin:0px 5px;
    border-bottom:1px solid #FFF;
}

#categories_menu ul li a:hover{
    background-color: #ffe1b3;
    color:#d40c1c;
}

table.opening_hours{
    border-collapse: collapse;
}

#newsletter_form{
    padding:5px 0;
}

#newsletter_form label{
    color:#FFF;
    display: block;
    float: left;
    width: 60px;
}

#newsletter_form input{
    margin-bottom: 10px;
}

#newsletter_form input.submit_button{

}

div.delivery_address_error, div.submit_supplier_form_info{
    margin-bottom:25px;
    color:#B91619;
}

div.address_confirmation{
    float:right;
    margin-right: 15px;
    height: 230px;
}

div.basket_confirmation{
    float:left;
    width:280px;
}

#login_form_container, #address_form_container{
    position: absolute;
    left:305px;
    width:410px;
}

#login_form_container a.cd_form_link, #address_form_container a.cd_form_link{
    float:right;
}

#login_form_container{
    visibility: hidden;
}

#address_form_container table.address_form, #login_form_container table.login_form{
    width:100%;
}

#address_form_container table.address_form tr td, #login_form_container table.login_form tr td{
    padding:2px 0px;
}

#ssl_notice_container{
    clear: right;
    text-align: right;
    margin: 0px;	
}

#right a.password_forgotten{
    color:#FFF;
    font-size: 0.8em;
    text-decoration: none;  
}

#centrecontent_1 table.pw_forgotten_form{
    margin-top: 25px;
    width: 380px;	
}

#centrecontent_1 table.registration_form{
    width: 380px;   
}

#centrecontent_1 table.login_form tr td, #centrecontent_1 table.registration_form tr td{
    padding-top: 5px;
}

div.checkout_xtra_data table{

}

div.checkout_xtra_data table tr td{
    padding-bottom: 15px;
}

div.checkout_xtra_data table tr td textarea{
    width: 100%;
    height: 120px;
}

#region_input {
    width: 130px;
    border:2px solid #860202;
}

#region_submit {
    background-color: #860202;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #ff9c04;
    padding: 1px 10px;
    margin-left: 10px;
    cursor: pointer;
}
/*** end *gustoo* end ***/


/*** begin *contact* begin ***/
table.contact_form_infos{
    margin-bottom: 25px;
}

table.contact_form_infos tr td{
    padding-right: 50px;
}

table.contact_form_fields{
    width:404px;
}

td.input_cell input{
    float:right;
    margin-bottom:5px;
    width:250px;
}

div.subject_box{
    margin-top:15px;
    margin-bottom:15px;
}

div.message_box textarea{
    height:200px;
    width:400px;
}

div.subject_box input{
    width:402px;
}

div.submit_button{
    float:right;
    margin-left: 15px;
}

div.submit_button, div.cancel_button {
    margin-top:10px;
}

div.mandatory_fields_notice{
    font-size:0.8em;
    margin-top:25px;
}

tr.error_field td input{
    background-color: #a2bb93;
}

div.error_message_box{
    margin:10px 0px;
    padding:10px;
    border:1px solid #a2bb93;
}

div.sent_message_box{
    margin:10px 0px;
    padding:10px;
    border:2px solid #a2bb93;
}
/*** end *contact* end ***/


/* *** history *** */
div.first{
    float:left;
}

div.first a{
    text-decoration:none;
    color:#9E0A0A;	
}

div.history{
	margin: 0;
	padding: 0;
}

.history ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

.history li{
	float:left;
	z-index:100;
}

.history table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:25px;
}

.history a.over{
	color:#000;
	text-decoration: none;
	display: block;
	width: 25px;
	font-weight: bold;
	margin-left:3px;
}

.history ul li ul li a {
	display:block;
	font-size:10px;
	width:149px;
	padding:3px 0;
	color:#000;
	background:#FFF;
	text-decoration:none;
	margin-right:1px;
	text-align:center;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
}

.history ul li ul li a.bottom {
    border-bottom:1px solid #000;
}

.history ul li ul li a:hover{
	color:#FFF;
	background:#860202;
}

.history ul ul {
	visibility:hidden;
	position:absolute;
	width:149px;
	height:0;
}

.history ul li:hover ul,
.history ul a:hover ul{
	visibility:visible;
	margin-left:-25px;
}

/*** begin *glossar* begin ***/
p.char_bar{
        
}

#char_overview, #entry_description{
    margin:45px 0px;    
}
/*** end *glossar* end ***/


