﻿/***************************************/
/**Source Code Server Control - Start**/
/**************************************/

/**Container (Control)**/
.SourceCodeControlDiv
{
	float:left;
    width:370px;
}

/**Container for example pop-up used to show or hide
the entire example**/
.SourceCodeExampleOuterDiv-Visible
{
	background-color:#CC9A99;
	width:175px;
    position:absolute;
    padding:5px;
    top:200px;
    left:275px;
    z-index:999999;
}
.SourceCodeExampleOuterDiv-Hidden
{
	background-color:#CC9A99;
    display:none;
}

/**Example panel - rounded corners for display of text and image example**/
.SourceCodeExamplePanel
{
    
    
}
.SourceCodeExampleInnerDiv
{
   
}

/**Text for popup example contained in the example panel**/
.SourceCodeExampleLabel
{
    
}
/**Image for example contained in the example panel**/.
.SourceCodeExampleImage
{
    
}

/**Header label text**/
.SourceCodeHeaderDiv
{
    padding-bottom:2px;
    font-size:15px;
    font-weight:bold;
    z-index:999999;
}

/**Source code entry text box**/
.SourceCodeTextBox
{

}

/**Source code submit button styling**/
.SourceCodeSubmitButton
{

}

/**Error message**/
.SourceCodeRequiredFieldValidator
{
    
    color:Red;
    font-size:11px;
    z-index:1;
}

/**The error label is re-used to let someone know their source code was applied correctly.**/
.SourceCodeAppliedLabel
{
   
    width:75px;
    color:Green;
    font-size:x-small;
}

/**Instruction label**/
.SourceCodeInstructionsDiv
{
    line-height:1.5em;
    margin-top:5px;
}

/**Hover "Link" (not really a link - a div) which controls the pop-up example**/
.SourceCodeHoverDiv
{
   color:#0a3e7f;
   text-decoration:underline;
   font-size:12px;
   cursor:pointer;
}

div.HavingTroubleContainer
{
	float:left;
	width:500px;
	height:80px;
	text-align:center;
	padding:10px;
	padding-bottom:10px;
}

div.HavingTroubleText
{
	font-size:15px;
	font-weight:bold;
}

div.PhoneCallText
{
	margin-left:25px;
	display:inline;
	font-size:12px;
}

div.MouseClickText
{
	margin-left:25px;
	display:inline;
	font-size:12px;
}

div.CustomerServiceNumber
{
	margin-right:15px;
	display:inline;
}

div.EmailUs
{
	margin-left:15px;
	display:inline;
}
a.EmailUs:hover
{
	text-decoration:underline;
}
div.HavingTroubleContactInfo a,
div.HavingTroubleContactInfo
{
	width:100%;
	/*font-size:20px;*/
	font-weight:700;
}

div.HavingTroubleContactInfo a
{
	text-decoration:none;
}

#makeCenter
{
	width:790px;
	float:right;
}

#worryFreeWrapper
{
	border:solid 1px #CCC;
	padding:10px;
	font-size:11px;
	width:350px;
	line-height:1.2em;
	text-align:center;
	margin:0 auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.WorryFreeColumnOne
{
	
}
.WorryFreeFooter
{

}
.WorryFreeTitle
{
	font-weight:bold;	
	font-size:12px;
}
.WorryFreeImages
{
	
}

.CustomerServiceEmail
{
	font-size:11pt;
}
.WorryFreeLink
{
	font-size:8pt;	
}
.WorryFreeColumnTwo
{
	position:absolute;	
	left:310px;
	top:3px;
	width:175px;
}


/**Server Controls**/
#ContinueShoppingLinksContainer div, .ShippingHandling
{
	font-weight:bold;
}

.LineItemRow tr
{
	text-align:center;
	padding:10px;
}

.ProdHeaderCell, .StatusHeaderCell, .UnitPriceHeaderCell,
.QtyHeader, .PriceHeaderCell
{
	color:#fff;
	background-color:#7b7462;
	padding:5px;
	border:solid 1px #ccc;
}

.ProdDetailCell, .StatusCell, .UnitPriceCell, .PriceCell, .QtyCell
{
	border:1px solid #ccc;
	text-align:center;
	vertical-align:middle;
}

.ProdDetailCell img
{
	float:left;
	margin:10px;
}
.ProdDetailCell td
{
	vertical-align:middle;
}


.MerchandiseTotal td {
	color:#fff;
	background-color:#7b7462;
	font-weight:bold;
	padding:5px;
	border:solid 1px #ccc;
}

/* Mini Cart */
.LineItemsTable
{
	width:300px;
}
.ProdDetailCellMini td
{
	padding:5px;
	vertical-align:top;
	font-size:12px;
}
.ProdDetailCellMini a:link
{
	color:#729cb6;
	font-size:11px;
	text-decoration:none;
}

.ProdDetailCellMini a:visited
{
	color:#729cb6;
	font-size:11px;
	text-decoration:none;
}

.ProdDetailCellMini a:hover
{
	color:#0a3e7f;
	font-size:11px;
	text-decoration:underline;
}

.ProdDetailCellMini a:active
{
	color:#729cb6;
	font-size:11px;
	text-decoration:none;
}

.ProdDetailCellMini span
{
	font-size:11px;
}

.ShoppingCartButtonText
{
}

.MerchandiseSubtotalCell
{
	background-color:#729cb6;
	color:#fff;
	font-weight:bold;
	padding:5px;
}

.CartSubHeader td
{
	font-size:14px;
	padding:5px;
}

.RegistrationErrors ul
{
	background-color:Red;
	padding:5px;
	color:#fff;
}

.FormTextBoxError 
{
	border:2px outset Red;
}

/************************************/
/*        CHECKOUT MODALS           */
/************************************/
.modalBackground {
    background-color:#ccc;
    filter:alpha(opacity=50);
    opacity:0.5;
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    width:500px;
    height:500px;
    padding:10px;
}
.modalPopup {
    width:980px;
    z-index:200;
}
.modalPopupShipToCanada {
    width:350px;
    z-index:200;
    background-color:#729cb6;
    border:solid 1px #ccc;
    padding:10px;
    line-height:1.3em;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.modalPopupSmall {
    width:680px;
    z-index:200;
}
.modalBackgroundTop {
    background-color:#ccc;
    filter:alpha(opacity=50);
    opacity:0.5;
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    z-index:99998;
}
.modalPopupTop {
    background-color:#CDDCFB;
    border-width:3px;
    border-style:solid;
    border-color: Gray;
    padding:3px;
    width:500px;
    z-index:99999;
}
.MultShipToTitle 
{
	padding-left:20px;
	padding-bottom:15px;
	font-weight: bold; 
	font-size: 12pt;
}
.AddressInfoPopupTitle 
{
	padding-top:10px;
	padding-left:10px;
	padding-bottom:15px;
	font-weight: bold; 
	font-size: 12pt;
}
.MultShipToProductRow > td
{
	border-bottom:1px solid #98AFC7;
}

.AddressBookAddressContainer 
{
	width:240px !important;
	height:300px;
	overflow:auto;
	vertical-align:top;
}
Table.AddressBookTable
{
	 width:220px;
}

.MultShipToProductsContainer
{
	width:710px;
	height:360px;
	overflow:auto;
	vertical-align:top;
	float:left;
}
.MultShipToAddressBookContainer
{
	width:230px;
	float:left;
}
.MultShipToLinkButtonContainer 
{
	padding:6px 10px 6px 10px;
	text-align:center !important;
}

.MultShipToLinkButton 
{
	color:Blue !important;
	text-decoration:underline;
	font-size:10pt !important;
	text-align:center;
}

#programWrapper
{
	width:600px;
}

.AffinionBanner
{
	float:right;
}

#freeShipping
{
	float:left;
}

.JavascriptWarning
{
	width:90%;
}



.EditShippingMethodHoverDiv
{
	display:block;
    text-decoration:underline;
    cursor:pointer;
    width:200px;
    padding:5px;
    
}

.EditShippingMethodHoverDiv a:link
{
	display:block;
    text-decoration:underline;
    cursor:pointer;
    width:200px;
    padding:5px;
    color:Red;
    
}

.EditShippingMethodHoverDiv a:visited
{
	display:block;
    text-decoration:underline;
    cursor:pointer;
    width:200px;
    padding:5px;
    color:Red;
    
}

.EditShippingMethodHoverDiv a:hover
{
	display:block;
    text-decoration:underline;
    cursor:pointer;
    width:200px;
    padding:5px;
    color:Black;
    
}

.EditShippingMethodHoverDiv a:link
{
	display:block;
    text-decoration:underline;
    cursor:pointer;
    width:200px;
    padding:5px;
    color:Red;
    
}
.EditShippingMethodOuterDiv-Visible
{
    
	z-index:99;
}

.EditShippingMethodOuterDiv-Hidden
{
    display:none;
}

.BAFirstNameLabel, .BALastNameLabel, .BAAddress1Label, .BAAddress2Label,
.BAStateLabel, .BAZipLabel, .BADayTimePhoneLabel, .BAEveningPhoneLabel,
.BACityLabel, .BAEmailLabel, .BAConfirmEmailLabel, .SHFirstNameLabel, .SHLastNameLabel, 
.SHAddress1Label, .SHAddress2Label,
.SHStateLabel, .SHZipLabel, .SHDayTimePhoneLabel, .SHEveningPhoneLabel,
.SHCityLabel, .SHEmailLabel, .SHConfirmEmailLabel
{
	font-weight:bold;
}

.BAEmailSignUpCheckBox
{
	vertical-align:top;
}

.CartHeader
{
	font-weight:bold;
	font-size:14px;
}

 .OrderSubtotalText 
{
	font-weight:normal;
	font-size:12px;
}

.EstimateShippingLabel, .EstimateShippingAmountLabel, .OrderSubtotal, .OrderSubtotalCell 
{
	font-weight:bold;
	font-size:11px;
	line-height:1.3em;
}

.ShoppingCartButtonText
{
	line-height:1.3em;
}

/* Processing */
.Processing
{
	display: none;
	vertical-align: middle;
	text-align: center;
	font-family:  Arial, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	width: 300px;
	height: 200px;
	position: absolute;
	z-index: 100;
	background: white;
	padding: 5px;
	border: 1px solid black;
}

/* Checkout Step 2 */

.ViewShippingDetailControlDiv
{
	position:relative;
    width:220px;
    margin-top:0px;
    z-index:99;
}

.ViewShippingDetailsPanel
{
    background-color:#729cb6;
    width:220px;
    text-align:center;
}
.ViewShippingDetailOuterDiv-Hidden
{
	 display:none;
}

.ViewShippingDetailOuterDiv-Visible
{
    position:absolute;
    top:-100px;
    left:200px;

}

.ViewShippingDetailsHoverDiv
{
	text-decoration:underline;
	color:#729cb6;
    cursor:pointer;
    width:75px;
}

.ViewDetailsHeaderDiv
{
	text-align:center;
	font-size:medium;
    font-weight:bold;
}

.ShippingMethodTextSpan,
.OversizedItemsTextSpan
{
	float: left;
	text-align:left;
	width: 79%;
}
.ShippingMethodAmountSpan,
.OversizedItemsAmountSpan
{
	float:right;
	width:19%;
	text-align:right;
	
}

.ShippingTotalTextSpan
{
	float: left;
	text-align:left;
	width: 79%;
	font-weight:bold;
}
.ShippingTotalAmountSpan
{
	float:right;
	width:19%;
	text-align:right;
	font-weight:bold;
}
.ShippingMethodDiv,
.ShippingTotalDiv,
.OversizedItemsDiv
{
	padding:5px 5px;
}
.ViewShippingOKButton
{
	background-color:#a3beed;
	color:red;
	font-size:11px;
	font-family:Arial, Sans-Serif;
	border: solid .1em #084887;
	font-weight:bold;
	
}

.OrderTotalsContainer {
	float:left;
	width:400px;
	margin-left: 20px;
}
.OrderTotalsTable td
{
    line-height: 20px;   
}
.PaymentContainer
{
	float:left;
	padding:5px;
	margin:5px;
	border:solid 1px #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


/* Processing */
#GreyoutProcessing
{
	width:250px; 
	border:solid 1px black; 
	background-color:White; 
	height:150px; 
	text-align:center;
	font-family: Verdana;
	font-size: 20pt;
	font-weight:bold;
}

