﻿/*
Colors:
	background: f6f7f2;
	content background: white;
	text: 465946;
	dark accent #1: dddfd8
*/
html
{
    margin: 0;
    padding: 0;
	background-color: #000000;
}

body
{
    margin: 0 auto;
    padding: 0;
	text-align: center;
    font: 90%/120% Georgia, Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

#wrapper
{
	width: 976px;
	margin: 0 auto;
	text-align: left;
}

form
{
	height: 100%;
}

b
{
	font-weight: bold;
}

ul.Menu, 
ul.Menu ul
{
    padding: 0;
    margin: 0;
    display: block;
}

ul.Menu a
{
	text-decoration: none;
	display: inline-block;
	padding: 2px;
	margin: 0;
	font-weight: bold;
}

ul.Menu li
{
    list-style: none;
    text-indent: 0;
    padding: 0;
    margin: 0;
}

div.MainMenu li
{
    display: inline;
    float: left;
    background-color: Black;
}

div.MainMenu a
{
	padding: 0;
}

div.MainMenu img
{
	border: none;
}

div.FooterMenu li
{
    display: inline;
}

div.FooterMenu a
{
	padding: 4px;
}

div.FooterMenu a:hover
{
	background-color: White;
}

.RelatedItems li
{
	list-style: none;
}

.RelatedItems
{
	padding-top: 10px;
}

label
{
	padding-right: 10px;
	font-weight: normal;
}

hr
{
	color: #dddfd8;
	height: 1px;
}

div#ctl00_categoryNavigation ul.Menu a
{
	font-size: smaller;
    font-weight: normal;
	color: #282e3e;
	display: block;
	width: 100%;
	border-bottom: dotted 1px #dddfd8;
	padding-left: 5px;
}

div#ctl00_categoryNavigation ul.Menu a:hover
{
	background: #f9f0cf;
	color: #465946;
}

#ctl00_userStatus
{
	text-align: right;
}

/*
#ctl00_branding a
{
	height: 60px;
	width: 240px;
	margin: 4px;
	margin-right: 30px;
	text-indent: -5000px;
	background: url(aw-banner.gif) no-repeat;
	font-size: 2em;
	float: left;
}
*/

.Error
{
	color: Red;
}

.BannerAd
{
	float: right;
}

.BannerAd img
{
	border: none;
}

fieldset
{
	padding: 6px;
	width: 80%;
	margin: 5px auto;
	border: solid 1px #dddfd8;
}

fieldset.selected legend
{
	color: black;
	font-style: italic;
}

legend a
{
	font-weight: lighter;
	font-size: smaller;
}

fieldset input.TextBox
{
	width: 90%;
}

fieldset input.Button
{
	float: right;
}

fieldset p
{
	margin: 0 15px;
}

legend
{
	font-size: larger;
	font-weight: bolder;
}

#ctl00_MainContent_Breadcrumbs
{
	display: block;
	padding: 4px;
	border-bottom: solid 1px #dddfd8;

	/* Nullify content's padding */
	margin: -10px;
	margin-bottom: 10px;
}

#ctl00_MainContent_Breadcrumbs a
{
	font-weight: bolder;
}

#ctl00_mainContainer
{
	margin: 0 auto;
	width: 976px;
	text-align: left;
}

#ctl00_container 
{
    background-color: #f9f0cf;
    background-image: url(right.gif);
    background-position: right;
    background-repeat: repeat-y;
	display: inline-block;	
}

#ctl00_banner 
{
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
    width: 100%;
	height: 115px;
	margin: 0;
	padding: 0;
}

#ctl00_menu 
{
	top: 116px;
	left: 0px;
	height: 33px;
	width:100%;
	margin: 0;
	padding: 0;
}

#ctl00_infobar
{
	float: left;
	width: 100%;
	height: 45px;
	margin: 0px;
	padding: 0px;
}

#ctl00_infobarLeftMargin
{
	float:left;
	height: 45px;
	width: 22px;
	background-image: url(topleft.jpg);
	background-position: left;
}

#ctl00_greeting
{
	float:left;
	width: 241px;
	height: 45px;
	margin: 0px;
	padding-top: 10px;
	background-image: url(bg1.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	color: Silver;
}

#ctl00_productSearch
{
	float:left;
	width: 450px;
	height: 45px;
	margin: 0px;
	padding-top: 5px;
	background-image: url(bg2.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
}

#ctl00_cartSummary
{
	float:left;
	width: 241px;
	height: 100%;
	margin: 0px;
	padding-top: 10px;
	background-image: url(bg3.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	color: Silver;
}

#ctl00_infobarRightMargin
{
	float:left;
	height: 45px;
	width: 22px;
	background-image: url(topright.jpg);
	background-position: right;
}

#ctl00_topAdContentBar
{
	float:left;
	width: 100%;
	height: 111px;
}

#ctl00_adbarLeftMargin
{
	float:left;
	width: 22px;
	height: 111px;
	background-image: url(left.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#ctl00_adbarRightMargin
{
	float:right;
	width: 22px;
	height: 111px;
	background-image: url(right.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#ctl00_topAd1
{
	float:left;
	width: 241px;
	height: 100%;
	background-color: #973200;
}

#ctl00_topAd2
{
	float:left;
	width: 450px;
	height: 100%;
	background-color: #EFB503;
}

#ctl00_topAd3
{
	float:left;
	width: 241px;
	margin-right: 22px;
	height: 100%;
	background-color: #58680B;
}

#ctl00_sidebar_a 
{
	float: left;
    display:block;
    width: 215px;
    margin: 0px 10px 10px 0px;
    padding: 10px;
    background-image: url(left.gif);
    background-repeat: repeat-y;
    height: 100%;
}

#ctl00_categoryNavigation
{
    border: solid 1px #dddfd8;
    background-color: White;
    width: 211px;
	margin-left: 16px;
    padding: 10px 10px 20px 10px;
}

#ctl00_content 
{	
	float: right;
	display: inline-block;
	width: 660px;
	padding: 10px;
    margin: 10px 25px 10px 10px;
    background-color: White;
    color: #465946;
	border: solid 1px #dddfd8;
	z-index: 2;
	height: auto;
	min-height: 350px;
}

#ctl00_footer 
{
	float: right;
	width: 960px;
	color: Orange;
}

#ctl00_payments
{
	float: left;
	width: 141px;
	height: 20px;
	vertical-align: top;
	background-image: url(p1.gif); 
	margin-left: 5px;
}

#ctl00_copyright
{
	float: right;
	vertical-align: top;
	margin-right: 25px;
}

.SquareAd, .VerticalPageAd
{
	margin: 30px auto;
	width: 120px;
	display: block;
}

.SquareAd img, .VerticalPageAd img
{
	border: 1px solid black;
}

.TopbarSquareAd
{
	margin: 0px 5px 0px 5px;
	width: 231px;
	height: 111px;
	display: block;
}

.TopbarSquareAd img
{
	border-style: none;
}

.TopbarMiddleAd
{
	margin: 0px 5px 0px 5px;
	width: 440px;
	height: 111px;
	display: block;
}

.TopbarMiddleAd img
{
	border-style: none;
}

#ctl00_menu
{
	clear: left;
}

#ctl00_sidebar_b
{
	text-align: right;
	width: 140px;
	top: 848px;
}

#ctl00_sidebar_b div
{
	border-bottom: solid 1px #dddfd8;
}

#ctl00_sidebar_b div div
{
	border: none;
}

#ctl00_sidebar_b div
{
	padding: 5px;
}

table
{
	width: 100%;
	border: none;
	empty-cells: show;
	table-layout: auto;
}

th
{
	background-color: #f9f0dd;
	color: #465946;
	padding: 4px;
	font-weight: bold;
	border: none;
}

td
{
	padding: 2px 4px;
	border: none;
}


.OddRow td
{
	background-color: #f9f0cf;
}

span.price
{
	display: block;
	font-weight: bold;
	font-size: larger;
	padding: 10px;
}

div.variantProperty span
{
	display: block;
	font-weight: bold;
	padding-right: 5px;
}

.price
{
	text-align: right;
}

.numeric
{
	text-align: right;
}

.ProductNameColumn
{
	text-align: left;
}

#ctl00_MainContent_QuantityBox
{
	width: 2em;
}

#ctl00_MainContent_BasketDetail,
#ctl00_MainContent_OrderHistoryGrid
{
	border: solid 1px #dddfd8;
	margin: 15px auto 0 auto;
}

#ctl00_MainContent_Products_SearchResults
{
	margin: 15px auto 0 auto;
}

#ctl00_MainContent_ProductList_SearchResults
{
	border-top: solid 1px #dddfd8;
	margin: 15px auto 0 auto;
}

.ProductFilter
{
	margin: 0 15px;
	border: none;
}

.ProductFilter span
{
	display: block;
	width: 30%;
	padding: 4px;
	float: left;
}

.ProductFilter span label
{
	margin-right: 10px;
	display: block;
}

.ProductFilter div
{
	text-align: left;
	margin: 0 auto;
	clear: both;
}

.ProductFilter div input
{
	margin: 0 10px;
	width: 120px;
}

.ProductFilter span select
{
	width: 70%;
}

a
{
	color: black;
}

dl.productSpecification dt
{
	clear: left;
	float: left;
	font-weight: bold;
}

.CreditCardWallet div, .AddressBook div
{
	margin-top: 2px;
}

.CreditCardWallet #CreditCard,
.CreditCardWallet #Account,
.CreditCardWallet #ExpirationDate,
.CreditCardWallet #BillingAddress
{
	margin-top: 10px;
}

.CreditCardWallet .SelectedText
{
	font-style: italic;
}

.AddressBook fieldset, .CreditCardWallet fieldset
{
	display: block;
}

.AddressBook .AddressInstructions
{
	width: 45%;
	float: right;
}

.AddressBook fieldset.Address, .AddressBook fieldset.InsertLink
{
	width: 45%;
	margin: 0px;
}

.AddressEdit div#PersonName div,
.AddressEdit div#RegionPart div,
.AddressEdit div#Telephone div
{
	width: 47%;
}

.AddressBook .SelectedText
{
	font-style: italic;
}

.AddressBook #StreetAddress span
{
	width: 99%;
}

.AddressBook .AddressDelete p
{
	color: Red;
}

.AddressBook #City, .AddressBook #Region, .AddressBook #PostalCode, .AddressBook #FirstName, .AddressBook #TelephoneNumber
{
	float: left;
}

/* User Pages */

.NewUserRegistration table
{
	margin: 0 auto;
	width: 90%;
}

.NewUserRegistration input
{
	width: 90%;
}

.NewUserRegistration input.Button
{
	width: auto;
	margin: 0 auto;
}

.Password
{
	display: block;
	margin-left: 3em;
}

.RecoverPassword .Question
{
	font-style:italic;
}

/* Profile Pages */

.Options .notice
{
	font-style: italic;
	font-weight: normal;
}

.Options ul li
{
	list-style: none;
}

.Options div
{
	width: 40%;
}

.AdvancedOptions .notice
{
	font-style: italic;
	font-weight: normal;
	padding-bottom: 10px;
}


#ctl00_MainContent_EmailAddressPanel, #ctl00_MainContent_EmailAddressPanel div
{
	width: auto;
}

#ctl00_MainContent_ProfileEdit_FirstNamePanel, #ctl00_MainContent_ProfileEdit_TelephoneNumberPanel,  #ctl00_MainContent_ProfileEdit_FaxNumberPanel
{
	float: left;
}

.hidden 
{
	display: none !important;
}

body.Checkout div#ctl00_content, body.OrderDetail div#ctl00_content
{
	/*
	margin-left: 40px;
	margin-right: 40px;
	*/
}

div.CheckoutWizard
{
	padding: 0;
	margin: 0;
}

div.CheckoutWizard div
{
	padding: 4px;
}

div.CheckoutHeader
{
	border-bottom: solid 1px #dddfd8;
	margin: -10px;
}

div.CheckoutHeader span.selected a
{
	font-weight: bolder;
	font-style: italic;
}

ul.ButtonMenu
{
	display: block;
	padding: 0 4px;
	width: 100%;
	text-align: center;
}

ul.ButtonMenu ul
{
	margin: 0;
}

ul.ButtonMenu li
{
    display: inline;
}

.PaymentMenu, .ShippingMenu
{
	margin: 0;
}

ul.ButtonMenu li a
{
	width: 30%;
}
ul.ButtonMenu li a
{
	border: solid 1px #dddfd8;
	background-color: White;
	padding: 6px;
	margin: 0;
	font-weight: normal;
}

ul.ButtonMenu li.selected a
{
	background-color: #f9f0cf;
	font-weight: bolder;
}

ul.ButtonMenu a:hover
{
	background-color: #dddfd8;
}

#ShippingAddressSection, #ShippingMethodSection
{
	width: 250px;
	margin: auto;
}

#ShippingAddressSection select, #ShippingMethodSection select
{
	width: 100%;
}

.CheckoutSteps .AddressBook fieldset, .CheckoutSteps .CreditCardWallet fieldset
{
	width: 60%;
	margin: 0 auto;
}

.CheckoutSteps .PaymentStep table, .CheckoutSteps .PaymentStep #ctl00_MainContent_Payment_PromoCodes_PromoCodes
{
	width: 60%;
	margin: 0 auto;
}

.CreditCardWallet .AddressBook fieldset
{
	width: 90%;
}

div.CheckoutNavigation
{
	text-align: right;
}

div.CheckoutNavigation input
{
	margin: 5px;
	width: 15%;
}

div.CheckoutNavigation input.Cancel
{
    float: left;
}

.MultipleShippingTable .ShippingToColumn, .MultipleShippingTable .ShippingToHeader
{
	text-align: center
}

.MultipleShippingTable .ShippingMethodColumn, .MultipleShippingTable .ShippingMethodHeader
{
	text-align: right;
}

.MultipleShippingTable .DisplayNameColumn, .MultipleShippingTable .DisplayNameHeader
{
	text-align: left;
}

.PaymentTable
{
	width: auto;
	text-align: right;
}

.PaymentTable input
{
	width: 99%;
	text-align: right;
	border: solid 1px #dddfd8;
}

.PaymentTable .BalanceDueRow th, .PaymentTable .BalanceDueRow td
{
	border-top: solid 1px black;
}

.PaymentTable .BalanceDueRow *
{
	background-color: #f9f0cf;
}

.FooterItem
{
	background-color: #f9f0cf;
}

td.currency
{
	text-align: right;
}

.Shipment
{
	background-color: #f9f0cf;
}

.Shipment td
{
	border: solid 1px #dddfd8;
}

.FooterItemLabel, #ctl00_MainContent_OrderDetail .FooterItemValue
{
	text-align: right;
}

.OrderDetail .Header td
{
	vertical-align: top;
	width: 50%;
}

.notice
{
	text-align: center;
	color: Blue;
}

/** Mibar custom styles added from here */

#ctl00_MainContent_ProductGrid_ProductGridPanel
{
	height:auto;
}

#ctl00_navigationHeading
{
	border-bottom: solid 1px #dddfd8;
	margin: 2px 0px 10px 0px;
}

.productCell
{
	width:33%;
	text-align: left;
	vertical-align: bottom;
	height: 180px;
	padding: 10px;
	border-bottom: dotted 1px #dddfd8;
	border-right:  dotted 1px #dddfd8;
}

.categoryCell
{
	width: 33%;
	text-align: left;
	vertical-align: bottom;
	height: 150px;
	padding: 10px;
	border-bottom: solid 1px #dddfd8;
}

.productImage
{
	text-align: center;
	vertical-align: top;
}

#ctl00_MainContent_PagingInfo
{
	text-align:right;
	margin-top: 20px;
	margin-right: 20px;
}

.PaymentMethodSelection
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#ctl00_MainContent_PoPaymentPanel
{
	text-align:center;
}

.Hyperlink
{
	text-decoration: undeline;
}

.RequestConfirmation
{
	padding: 20px;
	text-align: center;
}

.footerLink
{
	color: Orange;
	text-decoration: none;
}

.footerLink:hover
{
	text-decoration: underline;
}

.infobarLink
{
	color: Silver;
	text-decoration: underline;
}

.infobarLink:hover
{
	text-decoration: underline;
}

.searchText
{
	width: 220px;
}

.heading
{
	font-size: larger;
	font-style: italic;
	font-weight: bold;
    color: #465946;
}

.subHeading
{
	font-size: inherit;
	font-weight: bold;
    color: #465946;
}

#ctl00_MainContent_newUserSection
{
	float: left;
	width: 45%;
	height: 250px;
	border: solid 1px #dddfd8;
	margin-top: 20px;
	padding: 10px;
}

#ctl00_MainContent_loginSection
{
	float: right;
	width: 45%;
	height: 250px;
	border: solid 1px #dddfd8;
	margin-top: 20px;
	padding: 10px;
}

input.Button
{
	float: right;
	background-color: White;
	border: solid 2px #dddfd8;
	margin-left: 5px;
}

input.Button:hover
{
	background-color: Gray;
	border: solid 2px #dddfd8;
	color: White;
	cursor: pointer;
}

.submitButton
{
	background-color: White;
	border: solid 2px #dddfd8;
	margin-left: 5px;
}

.submitButton:hover
{
	background-color: Gray;
	border: solid 2px #dddfd8;
	color: White;
	cursor: pointer;
}

.submitButtonR
{
	background-color: White;
	border: solid 2px #dddfd8;
	margin-left: 5px;
	text-align: right;
}

.cancelButton
{
	float:left;
	background-color: White;
	border: solid 2px #dddfd8;
	margin-left: 5px;
}

.cancelButton:hover
{
	float:left;
	background-color: Gray;
	border: solid 2px #dddfd8;
	color: White;
	cursor: pointer;
}

#ctl00_MainContent_RegistrationData input.TextBox
{
	width: 50%;
}

.searchButton
{
	color: White;
	background-color: #58680B;
	margin-left: 5px;
}

.searchButton:hover
{
	background-color: #973200;
	cursor: pointer;
}
