﻿
.Heading {
	display:block;
	margin-top:0.3em;
	line-height:100%;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:18pt;
	color:#003876;
	font-weight:bold;
}

.Heading2 {
	line-height:100%;
	margin-top:0.6em;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:13pt;
	color:#003876;
	font-weight:bold;
}

.Heading3 {
	line-height:100%;
	margin-top:0.6em;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:13pt;
	color:black;
	font-weight:bold;
}

.bgColor 
{
	background-color:#C2CFDC;
}

.centerColor
{
	background-color:#e9eff3;
}

.copyright 
{
	font-family:Calibri;
	font-size:12px;
}


.LineTextBreakDoubleSpace
{
	display:block;
	margin-top:0.7em;
}

.LineTextBreak 
{
	display:block;
	margin-top:0.5em;
}

.LineTextBreakBottomBar
{
	display:block;
	margin-top:0.3em;
}

.LineTextBreakHeading
{
	display:block;
	margin-top:1em;
}

.WhiteHeadingProfile
{  
	font-family:Calibri;
    font-weight:bold;
	font-size:14pt;
	color:white;
	position:absolute;
	top:110px;
	left:40px;
	line-height:120%;
}

.WhiteHeadingBodyContent 
{
	line-height:120%;
	font-family:Calibri;
	font-size:13pt;
	color:white;	
}

.Required 
{
	font-weight:bold;
	font-family:Calibri;
	font-size:12pt;
	color:#D26F1A;	
}

.WhiteHeadingHyperLink 
{
	font-family:Calibri;
	font-size:13pt;
	color: white;	
	text-decoration:underline;
	font-weight:bold
}

.ProfileContentHeading 
{
	font-size:14pt;
     font-weight:bold;
     color:#151B54;
}

.ProfileContentWarning
{
	font-size:11pt;
     font-weight:bold;
     color:#151B54;
}

.WhiteHeading 
{  
	font-family:Calibri;
    font-weight:bold;
	font-size:19pt;
	color:white;
}

.HomeMessage
{  
	line-height:110%;
	font-family:Calibri;
	font-size:12pt;
	color:  #CB6313;
}

.FontBlackPrivacy 
{
	line-height:110%;
	font-family:Calibri;
	font-size:12pt;
	color: Black;
}

.FontBlack 
{
	line-height:110%;
	font-family:Calibri;
	font-size:12pt;
	color: Black;
}

.FontBlackProducts
{
	font-family:Calibri;
	font-size:14px;
	color: Black;
}

.FontBlackProductsSmall
{
	font-family:Calibri;
	font-size:13px;
	color: Black;
}


.CopyrightBottomBar a
{
	font-family:Calibri;
	font-size:12px;
	color: #003876;	
	font-weight:bold
}

.CopyrightBottomBar
{
	font-family:Calibri;
	font-size:12px;
	color: #003876;
	font-weight:bold
}

.HyperLink 
{
	font-family:Calibri;
	font-size:12pt;
	color: #968970;	
	text-decoration:underline;
	font-weight:bold
}

.HyperLinkRegister
{
	font-family:Calibri;
	font-size:10pt;
	color: #968970;	
	text-decoration:underline;
	font-weight:bold
}

.HyperLinkSmallBottomBar
{
	font-family:Calibri;
	font-size:12px;
	color: Blue;	
	text-decoration:underline;
	font-weight:bold
}

.HyperLinkSmall
{
	font-family:Calibri;
	font-size:14px;
	color: #968970;	
	text-decoration:underline;
	font-weight:bold
}

.HyperLinkBlue
{
	font-family:Calibri;
	font-size:12pt;
	color: #151B54;	
	text-decoration:underline;
	font-weight:bold
}

.HyperLinkWhite
{
	font-family:Calibri;
	font-size:12pt;
	color:White;
	text-decoration:underline;
	font-weight:bold
}

.HyperLinkMidnightBlue
{
	font-family:Calibri;
	font-size:12pt;
	color:#000033;
	text-decoration:underline;
	font-weight:bold
}

.PanelTable
{
	 width:550px;
	 font-family:Calibri;
	 font-size:12pt;
}

.FontBlackSmall 
{
	font-family:Calibri;
	font-size:12px;
	color: Blue;
}

.FontLastSentence
{
	font-weight:bold;
	font-family:Calibri;
	font-size:12pt;
	color:#003876
}

.searchbox {
background-repeat:no-repeat;
height:17px;
width:95px;
padding:2px 5px 2px 5px;
border:0;
font-family:Calibri, Arial, Helvetica, sans-serif;
font-size:12px;
float:right;
}

.username, .password {
background-repeat:no-repeat;
height:17px;
width:95px;
padding:2px 5px 2px 5px;
border:0;
font-family:Calibri, Arial, Helvetica, sans-serif;
font-size:12px;
float:left;
}

.home_content {
margin-top:9px;
width:776px;
background-repeat:no-repeat;
clear:both;
padding:32px 37px 0px 48px;
float:left;
min-height:315px;
font-size:14px;
}


#homeleft {
width:500px;
float:left;
}

#homeright {
width:184px;
float:left;
margin-left:92px;
}

#home {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;  /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #231f20;
}


#container {
	width: 936px; 
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.top_corners {
background-repeat:no-repeat;
width:936px;
height:17px;
margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
}

.bottom_corners {
background-repeat:no-repeat;
width:936px;
margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
height:22px;

}

#bodyContent {
float:left;
background: #e9eff3;
padding-left:32px;
padding-right:32px;
}

.Profile 
{
	width:170px;
	height:13px;	
}

.FormValidate 
{   
	background-color:#D8C185;
}

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;
}

.trademark 
{
	font-size:.4em;
}

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: White;
}

.RelatedItems li
{
	list-style: none;
}

.RelatedItems
{
	padding-top: 10px;
}

label
{
	padding-right: 10px;
}

.over
{
	color: Red
}


div#ctl00_categoryNavigation ul.Menu a:hover
{
	background: white;
	color: #465946;
}

#ctl00_container 
{
    width: 100%;
    min-width: 1000px;
}

#ctl00_banner 
{
    width: 930px;
	min-height: 68px;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #dddfd8;
}

#ctl00_userStatus
{
	text-align: right;
}

#ctl00_branding a
{
	height: 60px;
	width: 459px;
	margin: 4px;
	float: left;
	background: url(http://www.inquisit.org/Images/Inquisit/logo.gif) no-repeat;
}

.Error
{
	color: Red;
}

.BannerAd
{
	float: right;
}

.BannerAd img
{
	border: none;
}

fieldset
{
	padding: 6px;
	width: 80%;
	margin: 5px auto;
}

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;
}

label
{
	font-weight: bolder;
}

legend
{
	font-size: larger;
	font-weight: bolder;
}

#ctl00_content 
{
	padding: 10px;
    color: #465946;
}

#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;
	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%;
	empty-cells: show;
	table-layout: auto;
}

th
{
	background-color: #dddfd8;
	color: #465946;
	padding: 4px;
	border: none;
}


.OddRow td
{
	background-color: #f6f7f2;
}

span.price
{
	display: block;
	font-weight: bold;
	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;
}

#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: 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: #f6f7f2;
	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: #f6f7f2;
}

.FooterItem
{
	background-color: #f6f7f2;
}

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: Blue;
}

#navMenuItems {
width:620px;
height:32px;
float:right;
background-image:url(../images/nav.gif);
background-repeat:no-repeat;
margin-top:9px;
margin-bottom:9px;
}


#ctl00_MainContent_tabs {  padding: 10px;} 
#ctl00_MainContent_tabs #ctl00_MainContent_nav { margin-bottom: 0px; margin-left: 8px;} 
#ctl00_MainContent_tabs ul {  list-style: none;  margin: 0px;  padding: 0px;} 
#ctl00_MainContent_tabs #ctl00_MainContent_nav ul li {  
        display: inline; 
        padding: 3px 7px;  
        cursor: default;  
        background-color: white;
	    border : 1px solid #cccccc; 
	    border-bottom  : none;  
	    margin-right  : 2px;}

#ctl00_MainContent_tabs #ctl00_MainContent_nav ul li.active { 
        border: 1px solid #000066;  	
     	border-bottom: 1px solid #e9eff3;  
        background-color: #D8C185;}

#ctl00_MainContent_tabs #ctl00_MainContent_nav ul li:hover {  background-color: #D8C185;}
#ctl00_MainContent_tabs #ctl00_MainContent_data {  margin-top: 3px; background-color: #D8C185;} 
#ctl00_MainContent_tabs #ctl00_MainContent_data div {  display: none;  
        border: 1px solid #000066;  
        padding: 10px;} 

#ctl00_MainContent_tabs #ctl00_MainContent_data div.active {  display: block;}

#ctl00_MainContent_tabs #ctl00_MainContent_data div ul li {margin: 0.5em;} 

