﻿/* 
	layout_1.css - larger layout
*/

div#pnlMain { width: 992px; }
div#pnlMid { width: 608px; }

/* inputs etc */
textarea.fullWidth, input.fullWidth {width: 590px; }
textarea.fullWidth {height: 50px;  }


/* tabbed menus */
div.tabbedMenu ul.tabs
{
	width: 590px;
	margin: 0px 0px 0px -31px;
}

div.tabbedMenu div.bar
{
	width: 607px;
	height: 15px;
	margin: -24px 0px 16px 0px;
	background: url(../img/tabbedMenu/bar_layout_1.png);
}

div.tabbedMenu ul.tabs li
{ 
	height: 40px; 
	width: 105px;
	padding: 6px 6px 0px 6px;
	margin: 0px 0px 0px 1px;
}

/* checkout-specific tabs */

div.tabbedMenu ul.tabs li.checkout_enabled { background: url(../img/tabbedMenu/checkout/layout_1/enabled.png); }

div.tabbedMenu ul.tabs li.checkout_CheckoutEntry_disabled { background: url(../img/tabbedMenu/checkout/layout_1/basket_disabled.png); }
div.tabbedMenu ul.tabs li.checkout_CheckoutEntry_current{ background: url(../img/tabbedMenu/checkout/layout_1/basket_current.png);}
div.tabbedMenu ul.tabs li.checkout_UserDetails_disabled { background: url(../img/tabbedMenu/checkout/layout_1/details_disabled.png); }
div.tabbedMenu ul.tabs li.checkout_UserDetails_current{ background: url(../img/tabbedMenu/checkout/layout_1/details_current.png);}
div.tabbedMenu ul.tabs li.checkout_DeliveryAddress_disabled { background: url(../img/tabbedMenu/checkout/layout_1/delivery_disabled.png); }
div.tabbedMenu ul.tabs li.checkout_DeliveryAddress_current{ background: url(../img/tabbedMenu/checkout/layout_1/delivery_current.png);}
div.tabbedMenu ul.tabs li.checkout_ChoosePaymentMethod_disabled { background: url(../img/tabbedMenu/checkout/layout_1/choose_payment_disabled.png); }
div.tabbedMenu ul.tabs li.checkout_ChoosePaymentMethod_current{ background: url(../img/tabbedMenu/checkout/layout_1/choose_payment_current.png);}
div.tabbedMenu ul.tabs li.checkout_MakePayment_disabled { background: url(../img/tabbedMenu/checkout/layout_1/make_payment_disabled.png); }
div.tabbedMenu ul.tabs li.checkout_MakePayment_current{ background: url(../img/tabbedMenu/checkout/layout_1/make_payment_current.png);}

/* account-specific tabs */

div.tabbedMenu ul.tabs li.myAccount_AccountHome_current{ background: url(../img/tabbedMenu/account/layout_1/home_current.png);}
div.tabbedMenu ul.tabs li.myAccount_AccountHome { background: url(../img/tabbedMenu/account/layout_1/home.png); }
div.tabbedMenu ul.tabs li.myAccount_AccountFavourites_current{ background: url(../img/tabbedMenu/account/layout_1/favourites_current.png);}
div.tabbedMenu ul.tabs li.myAccount_AccountFavourites { background: url(../img/tabbedMenu/account/layout_1/favourites.png); }
div.tabbedMenu ul.tabs li.myAccount_AccountOrders_current{ background: url(../img/tabbedMenu/account/layout_1/orders_current.png);}
div.tabbedMenu ul.tabs li.myAccount_AccountOrders { background: url(../img/tabbedMenu/account/layout_1/orders.png); }
div.tabbedMenu ul.tabs li.myAccount_AccountDetails_current{ background: url(../img/tabbedMenu/account/layout_1/details_current.png);}
div.tabbedMenu ul.tabs li.myAccount_AccountDetails { background: url(../img/tabbedMenu/account/layout_1/details.png); }
div.tabbedMenu ul.tabs li.myAccount_AccountAddressManager_current{ background: url(../img/tabbedMenu/account/layout_1/addresses_current.png);}
div.tabbedMenu ul.tabs li.myAccount_AccountAddressManager { background: url(../img/tabbedMenu/account/layout_1/addresses.png); }

/* mid panels */
div.midPanel {width: 608px}
div.midPanel div.header  { background: url(../img/panels/layout_1/mid_panel_header.png); background-repeat: no-repeat; }
div.midPanel div.main  { background: url(../img/panels/layout_1/mid_panel_main.png); background-repeat: repeat-y; }
div.midPanel div.bottom  { background: url(../img/panels/layout_1/mid_panel_bottom.png); background-repeat: no-repeat; }


/* basket contents */
div.basketItems div.basketItem,
div.basketItems div.basketItem_top,
div.basketItems div.basketItem_bottom,
div#pnlBasketTotals div.main
{ width: 584px; }


div.basketTotalsLarge div.field{ width: 484px; }


/* product pages (gateway) */
div.productItem {width: 584px; padding: 12px; margin-bottom: 4px; }


/* forms */
.webForm, table.invoice {background: url(../img/forms/layout_1/bg_web_form.jpg); background-repeat: repeat-y; }
.webForm table, table.invoice { width: 500px; }
.webForm table input[type="text"] { width: 253px; }
.webForm table input[type="text"].small { width: 112px; }
.webForm table select { width: 254px; }

table.invoice  {width: 608px;}
table.invoice td {width: 202px;}

table.addressForm, table.contactDetailsForm {width: 500px}

table.contactDetailsForm td.col1,
table.addressForm td.col1,
table.loginForm td.col1  { width: 180px; }

table.addressForm td.col2,
table.loginForm td.col2  { width: 300px; }

table.contactDetailsForm td.col2 {width: 138px; }

table.contactDetailsForm select { width: 112px; }
div.passwordBox input.password {width: 171px; }

table.addressForm input.postcode { width: 88px; }

.webForm table select.countrySubRegion { width: 386px; }
.webForm table.addressForm select.countrySubRegion { width: 258px; }


div.webForm div.radioLabel { width: 552px; }

div.paymentMethod div.info {width: 490px; }

div.newCustomerBox div span { width: 542px; } 



