﻿/*
Colors:
	background: f6f7f2;
	content background: white;
	text: 465946;
	dark accent #1: dddfd8
*/
html, body, form
{
    margin: 0;
    padding: 0;
    font: 90%/120% Verdana, Arial, Helvetica, sans-serif;
    background-color: white;
}

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;
}

div.MainMenu a
{
	padding: 4px;
}

div.MainMenu a:hover
{
	background-color: #EE5624;
	color: white
}

.RelatedItems li
{
	list-style: none;
}

.RelatedItems
{
	padding-top: 10px;
}

label
{
	padding-right: 10px;
}

div#ctl00_categoryNavigation ul.Menu a
{
	display: block;
	background: url(aw-menu.gif) repeat-x bottom;
	width: 100%;
	border-bottom: solid 1px #dddfd8;
	border-right: solid 1px #dddfd8;
	padding-left: 5px;
	
}

div#ctl00_categoryNavigation ul.Menu a:hover
{
	background: #EE5624;
	
	color:White;
}

#ctl00_container 
{
    width: 100%;
    min-width: 500px;
}

#ctl00_banner 
{
    width: 100%;
	background-image: url(aw-header.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	min-height: 68px;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #dddfd8;
}

#ctl00_userStatus
{
	text-align: right;
}

#ctl00_branding a
{
	height: 60px;
	width: 240px;
	margin: 4px;
	margin-right: 30px;
	text-indent: -5000px;
	background: url(EdugraphLogo.png) no-repeat;
	font-size: 2em;
	float: left;
}

.Error
{
	color: #EE5624;
}

.BannerAd
{
	float: right;
}

.BannerAd img
{
	border: none;
}

fieldset
{
	padding: 6px;
	width: 60%;
	margin: 5px auto;
	border-color:#EE5624
}

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;
	border: solid 1px #dddfd8;
	background-color: #EE5624;
	padding: 6px;
	margin: 0;
	font-weight: bolder;
	 color:White;
}


fieldset p
{
	margin: 0 15px;
}

label
{
	font-weight: bolder;
}

legend
{
	font-size: larger;
	font-weight: bolder;
}

#ctl00_content 
{
	margin: 10px 180px 0 135px;
	padding: 10px;
    background-color: White;
    color: #26225B;
	border: solid 1px #dddfd8;
}

#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_footer
{
	clear: both;
	margin: -1px 180px 0 135px;
	background-color: #EE5624 ;
	border: solid 1px #EE5624;
	border-top: none;
	padding: 0 4px;
}

#ctl00_sidebar_a 
{
	position: absolute;
	left: 0;
    width: 120px;
    margin: 0;
    padding: 0;
}

.SquareAd, .VerticalPageAd
{
	margin: 30px auto;
	width: 120px;
	display: block;
}

.SquareAd img, .VerticalPageAd img
{
	border: 1px solid black;
}


#ctl00_menu
{
	clear: left;
}



#ctl00_sidebar_b
{
	position: absolute;
	right: 0;
	text-align: right;
	width: 170px;
}

#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: #dddfd8;
	color: #EE5624;
	padding: 4px;
	font-size: larger;
	border: none;
}

td
{
	padding: 2px 4px;
	border: none;
}


.OddRow td
{
	background-color: #f6f7f2;
}

span.price
{
	display: block;
	font-weight: bold;
	font-size: larger;
	padding: 10px;
}

div.variantProperty span
{
	display: block;
	font-weight: bold;
	padding-right: 5px;
}

.ListPriceColumn
{
	text-align: right;
}

.ProductNameColumn
{
	text-align: left;
}

#ctl00_MainContent_QuantityBox
{
	width: 2em;
}
#ctable
{
    color:#EE5624
    }
#ctl00_MainContent_Products_SearchResults,
#ctl00_MainContent_ProductList_SearchResults,
#ctl00_MainContent_BasketDetail,
#ctl00_MainContent_OrderHistoryGrid
{
	border: 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: #26225B;
	font-weight:bolder;
}

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: #EE5624;
}

.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: bold;
	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: #EE5624;
	padding: 6px;
	margin: 0;
	font-weight: bolder;
}

ul.ButtonMenu li.selected a
{
	background-color: white;
	font-weight: bolder;
	color: #26225B
}

ul.ButtonMenu a:hover
{
	background-color: #EE5624;
}

#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: #f6f7f2;
}

.FooterItem
{
	background-color: #EE5624;
}

td.currency
{
	text-align: right;
}

.Shipment
{
	background-color: #f6f7f2;
}

.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: #26225B;
}