﻿

.checkoutTable
{
   margin-left: 1px;
   padding: 0;
}

#introText
{
   margin-right: 250px;
}

#pic
{
   left: 10px;
   position: relative;
   top: 0px;
   width: auto;
   height: auto;
   display: inline;
}

#pic a .large
{
   border: 0px;
   display: block;
   height: 0px;
   left: -1px;
   position: absolute;
   top: -1px;
   width: 0px;
}

#pic a img
{
   border: 0;
}

#pic a.p1, #pic a.p1:visited
{
   text-align: center;
   border: 0px solid #00FF00;
   display: inline;
   height: auto;
   left: 0;
   text-decoration: none;
   top: 0;
   width: 25px;
}


#pic a.p1:hover
{
   background-color: #8C97A3;
   color: #000000;
   text-decoration: none;
}

#pic a.p1:hover .large
{
   border: 1px solid #555555;
   background-color: #FFFFFF;
   display: block;
   height: auto;
   width: auto;
   z-index: 1000;
   position: absolute;
   top: -20px;
   left: 120px;
}

.largeImg
{
   border: solid 1px black;
   background-color: white;
   padding: 5px;
   margin-left: 5px;
}

tr.row:hover, tr.altRow:hover, tr.over td
{
   background-color: LightSteelBlue;
}

#mainImage
{
   background-position: center;
   margin-left: auto;
   margin-right: auto;
}

#contents
{
   margin-right: auto;
   margin-left: auto;
   width: 900px;
}

#checkout
{
   width: 600px;
   margin-left: auto;
   margin-right: auto;
}

#topMenu
{
   z-index: 1;
   padding-top: 110px;
   margin-left: auto;
   margin-right: auto;
   font-family: Georgia, "Times New Roman" ,Times,serif;
   font-size: 1.0em;
   font-weight: bold;
   color: #000000;
   text-align: center;
}

.topmenuLink
{
   font-family: Georgia, "Times New Roman" ,Times,serif;
   font-size: 1.0em;
   font-weight: bold;
   color: #ffffff;
   text-decoration: none; /*padding-right: 10px; 	padding-left: 10px;*/
   border-right: solid 1px #ffffff;
   padding-left: 1em;
   padding-right: 1em;
}

.topmenuLinkLast
{
   padding-left: 10px;
   text-decoration: none;
   font-weight: bold;
   color: #ffffff;
   font-size: 1.0em;
   font-family: Georgia, "Times New Roman" ,Times,serif;
}


.topmenuLink a:hover
{
   color: #FFFFFF;
}

#topQuote
{
   padding-left: 250px;
   z-index: 1;
   margin-left: auto;
   margin-right: auto;
   color: #FFFFFF;
   font-family: Georgia, "Times New Roman" ,Times,serif;
   font-size: 1.8em;
   text-align: center;
   display: none;
}

#nav
{
   background-color: #EEEEEE;
   float: right;
   width: 160px;
   height: auto;
   vertical-align: top;
   margin-top: 0px;
}

.rtop, .rbottom
{
   display: block;
}
.rtop *, .rbottom *
{
   display: block;
   height: 1px;
   overflow: hidden;
}
.r1
{
   margin: 0 5px;
}
.r2
{
   margin: 0 3px;
}
.r3
{
   margin: 0 2px;
}
.r4
{
   margin: 0 1px;
   height: 2px;
}

.hint
{
   float: left;
   display: none;
   position: absolute;
   right: -135px;
   width: 200px;
   margin-top: auto;
   margin-bottom: auto;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   vertical-align: middle;
   padding: 2px 2px;
   border: 1px solid #c93;
   background-color: #ffc;
}

.hint2
{
   font-size: 0.9em;
   font-weight: bold;
   float: left;
   display: none;
   position: relative;
   top: -23px;
   right: -234px;
   width: 300px;
   height: 0px;
   margin-top: auto;
   margin-bottom: auto;
   margin-left: 2px;
   margin-right: auto;
   text-align: left;
   vertical-align: middle;
   padding: 0px 0px 0px 0px;
   border: none;
   background-color: #ffc;
   display: none;
}

.hinttext
{
   border: 1px solid #c93;
   background-color: #ffc;
   height: 15px;
   padding: 2px 2px 2px 2px;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}

.hint .hint-pointer
{
   display: inline;
   position: absolute; /*height: 19px; 	left: -10px; 	top: 5px; 	width: 10px; 	background: url(Images/pointer.gif) left top no-repeat;*/
}

/* These styles are used on the checkout page */
.CustomLabelCell
{
   height: 20px;
   width: 20%;
   text-align: right;
}

.CustomLabelCell2
{
   height: 20px;
   width: 20%;
}

.CustomInputCell
{
   width: 528px;
   text-align: left;
}

.CustomInputBox
{
   width: 225px;
}
/* End of checkout page styles */

.UpperLoginStatus
{
   width: 99%;
   margin-right: 1%;
   text-align: right;
}

.PriceDiv, .CheckoutDiv
{
   text-align: left;
   width: 230px;
   float: right;
}

.PriceSummaryCheckout
{
   padding-left: 20px;
   text-align: left;
   width: 200px;
   float: right;
}

.checkoutChooseShippingMethod
{
   width: 450px;
   margin: 5px 5px 5px 5px;
   float: right;
   padding-top: 15px;
}

#checkoutPaymentMethods
{
   margin-top: 10px;
}

#checkoutAddresses
{
   width: 100%;
   margin-top: 20px;
}

/*#checkoutAddresses h2*/
h2, .h2
{
   font-size: 1.2em;
   margin: 7px 0;
}

#checkoutAddresses .roundedPanel
{
   width: 280px;
   padding-bottom: 8px;
}

/*
#checkoutAddresses .DynamicTable
{
   width: 400px;
}
*/
#checkoutAddresses .CustomInputBox
{
   width: 185px;
}

#checkoutAddresses .CheckoutAddress
{
   width: 50%;
   margin: auto;
   text-align: left;
   margin-bottom: 10px;
}

#checkoutAddresses .AddressRow
{
   padding-bottom: 1px;
}

#checkoutAddresses .CheckoutAddress a
{
   font-weight: bold;
}

#checkoutAddresses .OnlyFillIfDifferentInstruction
{
   padding: 0 8px 4px 8px;
   text-align: left;
}


#divCheckoutLink
{
   width: 927px;
   text-align: right;
   margin-top: 10px;
   margin-bottom: 10px;
}

#checkoutCompleteCheckOut
{
   text-align: right;
   padding: 4px 5px 6px 0;
   margin: 15px 0;
}

.alternativeCheckOuts
{
   text-align: right;
   width: 98%;
   padding-right: 5px;
   margin-top: 20px;
   margin-bottom: 15px;
   min-height: 75px;
}

.alternativeCheckOutsInfoText
{
   text-align: right;
}

.alternativeCheckoutButton
{
   float: right;
   cursor: pointer;
   width: 200px;
   height: 120px;
   margin-left: 20px;
}

.alternativeCheckoutButtonHeaderRow
{
   vertical-align: middle;
   height: 50px;
}

.alternativeCheckoutButtonImageRow
{
   height: 70px;
}

.alternativeCheckoutButtonRadio
{
   vertical-align: middle;
   width: 30px;
}

.alternativeCheckoutButtonImage
{
   border: 0px;
   max-height: 40px;
   max-width: 160px;
}


/* Payment Gatway card icons.
 * Extra images for payment gateway icons can be added
 * below using the CSS classes dynamically generated on the checkout.
 */

.alternativeCheckoutImageBg
{
   width: 200px;
   height: 40px;
}

.CheckoutImageBgProtx
{
   background-image: url('../images/SagePayCards.png');
   background-repeat: no-repeat;
}

.CheckoutImageBgPayPal
{
   background-image: url('../images/PayPalCards.png');
   background-repeat: no-repeat;
}

/*.alternativeCheckoutImageBg_WorldPay etc */


.RightAlign
{
   text-align: right;
   margin-left: auto;
   margin-right: auto;
   display: block;
}



.RightAlignMoz
{
   text-align: -moz-right;
}



/* Rounded Corners*/
.roundedPanel
{
   width: 410px;
   float: left;
   background-color: #E9E8E9;
   color: black;
   font-weight: bold;
   margin-right: 25px;
}

.CartTotalPrice
{
   font-weight: bold;
}

.CartTaxMessage
{
   margin: 5px;
}

/* Netshirt_Checkout.aspx Payment Module Display*/
.checkoutPaymentMethods
{
   margin-top: 15px;
}

#CheckoutPaymentMethodsHeader
{
   font-weight: bold;
   margin-bottom: 2px;
}

.PaymentMethod
{
   min-width: 155px;
   height: 80px;
   margin-right: 15px;
   border: solid 2px #eeeeee;
   float: left;
   display: block;
}

.PaymentMethod:hover
{
   border: solid 2px #bbbbbb;
}

.pmradiodiv
{
   height: 98%;
   width: 11%;
   padding-top: 30px;
   text-align: center;
   float: left;
}

.pmimagediv
{
   width: 75%;
   padding-left: 5px;
   float: left;
}

.pmdescdiv
{
   width: 84%;
   float: left;
   display: none;
}

/* Login.aspx related*/
#loginboxdiv.loginboxdivcss
{
   border: none;
   width: 364px;
   height: 122px;
   padding: 12px 2px 2px 2px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

#loginboxdivparent.loginboxdivparentcss
{
   border: none;
   width: 100%;
   height: auto;
   margin-left: auto;
   margin-right: auto;
}


#registerdiv
{
   margin-left: auto;
   margin-right: auto;
   vertical-align: middle;
   text-align: center;
   padding-top: 20px;
   font-weight: bold;
}

.ReigistrationInformation
{
   margin: auto;
   padding-top: 20px;
   width: 50%;
   text-align: center;
}

/* #### Content place holder styles #### */

#ContentLayout > div
{
   width: 100%;
   float: left;
}
#AppContent.MainPage
{
   /* Original value: 99% */
   width: 100%;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   position: relative;
   display: block;
}

#ContentLayout.MainLayout
{
   width: 100%;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   position: relative;
   display: block;
}

#MasterHeaderRow
{
   width: 99%;
   float: none;
   position: relative;
   display: block;
}

#MasterContentRow
{
   width: 99%;
   float: none;
   position: relative;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

#MasterContentRow > div
{
   top: 0px;
   display: block;
   float: none;
}

#CenterContentCell
{
   margin-left: auto;
   margin-right: auto;
}
#LeftContent.Content
{
   width: 20%;
   float: left;
   position: relative;
   display: inline-block;
}

#CenterContentCell > #Contents
{
   width: 960px;
   height: 595px;
   overflow: hidden;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   position: relative;
   display: inline-block;
}

#RightContent
{
   width: auto;
   float: right;
   position: relative;
   display: none;
}

#ContentFooter
{
   width: 1260;
   float: none;
   position: relative;
   display: inline-block;
}
/*
.DisplayContent
{
	margin: 2px 2px 2px 2px;*/
/*border: solid 1px black;*/
/*	float: none;
	position: relative;
	display: block;
	overflow: hidden;
}
*/
.ContentBlock
{
   width: 99%;
}
/* #### end of content place holer styles #### */

/* #### Catalog css #### */
.ProductListImage
{
   max-width: 200px;
   padding-bottom: 5px;
   padding-left: 5px;
   text-align: left;
   border: 0px;
   margin-left: auto;
   margin-right: auto;
}

/* #### End of Catalog Css #### */

/* #### Product css #### */
.ProductDetailsControl
{
   margin: auto;
}

.ProductImage
{
   margin-top: 20px;
   margin-right: 20px;
   text-align: center;
}

.ProductDescription
{
   margin-top: 20px;
   margin-bottom: 20px;
   margin-right: 20px;
   text-align: justify;
}

.ProductThumbnailImages
{
   margin-top: 10px;
   height: 80px;
   background-color: #CCCCCC;
   border: 1px solid #AAAAAA;
}

.ProductThumbnailImage
{
   float: left;
   height: 100%;
   width: 70px;
   height: 70px;
   line-height: 70px;
   padding-top: 5px;
   padding-left: 5px;
   padding-right: 5px;
}

.ProductThumbnailImageLink img
{
   border: 0;
}

.ProductThumbnailPagerLeft
{
   width: 59px;
   float: left;
   height: 100%;
}

.ProductThumbnailImageCollection
{
   float: left;
   width: 400px;
   height: 100%;
}

.ProductThumbnailPagerRight
{
   float: right;
   width: 59px;
   height: 100%;
}

.ProductThumbnailPagerButton
{
   margin-top: 28px;
}

.ProductDetailsContentLeft
{
   width: 540px;
   float: left;
}

.ProductDetailsContentRight
{
   width: 360px;
   float: left;
}

.CustomiseCommand
{
   margin-top: 20px;
   padding-top: 10px;
}

.BuyNowCommand
{
   margin-bottom: 10px;
   margin-top: 10px;
}

.ColourOptions
{
   width: 90px;
   float: left;
}

.ColourPreview
{
   border: solid 1px black;
   float: left;
   height: 16px;
   width: 40px;
}

.ProductBuyOptionsTable
{
   margin-top: 10px;
   margin-bottom: 10px;
}

.ProductQuantity
{
   width: 50px;
}

.ProductColoursContainer
{
   padding-top: 10px;
   padding-bottom: 10px;
   overflow: auto;
}

.ProductColoursContainer .ProductColourButton
{
   width: 52px;
   height: 20px;
   margin: 3px;
   border: solid 1px #000;
   float: left;
   cursor: pointer;
}

.ProductColoursContainer .ProductColourButton span
{
   display: none;
}

.ProductSizesContainer
{
   padding-top: 10px;
   padding-bottom: 10px;
   overflow: auto;
}

.ProductSizesContainer .ProductSizeButton
{
   width: 52px;
   height: 20px;
   margin: 3px;
   border: solid 1px #000;
   float: left;
   text-align: center;
   color: #000;
   font-weight: bold;
   cursor: pointer;
}

.ProductSizesContainer .ProductSizeButton span
{
   line-height: 20px;
   vertical-align: middle;
}

.ProductSizesContainer .ProductSizeButtonDisabled
{
   cursor: default;
   border: solid 1px #cccccc;
   color: #cccccc;
}

#ProductDetailsContent #ProductImage
{
   min-height: 350px;
   min-width: 350px;
}

#ProductDetailsContent #ProductImage img
{
   top: 0;
   left: 0;
   position: relative;
}

#ProductDetailsContent #ImageOverlayContainer
{
   display: none;
}

#ProductDetailsContent #imgPrimaryImage
{
   display:none;
}

#ProductDetailsContent .ddImgContainer
{
   display: block;
   width: 35px;
   height: 14px;
   float: left;
   margin: 0 7px 0 0;
}

#ProductDetailsContent .ddImgContainer img
{
   height: 100%;
   width: 100%;
   border: 1px solid #000000;
}

#ProductDetailsContent .ddColourContainer
{
   display: block;
   width: 35px;
   float: left;
   margin: 0 5px 0 0;
   border: 1px solid #000000;
   height: 14px;
}

#ProductDetailsContent .ddTitleText
{
   line-height: 16px;
   vertical-align: middle;
   font-weight: normal;
}

/* #### End of Product Css #### */

#DataEntry, #Commands
{
   width: 50%;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}
.InputArea
{
   padding-top: 0.5em;
   padding-bottom: 0.5em;
   float: left;
   width: 100%;
}
.InputField
{
   width: 45%;
   float: left;
   text-align: left;
   padding-right: 2%;
}
.InputLabel
{
   width: 45%;
   float: left;
   text-align: right;
   padding-left: 2%;
}

.InvalidDataSupplied, .ErrorMessage
{
   font-weight: bold;
   color: Red;
   font-size: 9px;
   padding: 2px;
}

.ValidDataSupplied
{
   font-weight: bold;
   color: Green;
   font-size: 9px;
   padding: 2px;
}

.clearfloat
{
   clear: both;
   height: 0;
   font-size: 1px;
   line-height: 0px;
}

/* Custom Addresses */

#UserControls_CustomerAddressesControl
{
   text-align: left;
   width: 100%;
   display: inline-block;
}

.divAdditionalInfo
{
   float: left;
   width: 30%;
   display: inline-block;
}

.divBilling
{
   float: left;
   width: 30%;
   display: inline-block;
   margin-left: 20px;
}

.divDelivery
{
   float: left;
   width: 30%;
   display: inline-block;
   margin-left: 20px;
}

.divCopy
{
   width: 38px;
   float: left;
   padding-top: 4em;
   text-align: center;
   margin: 0 8px;
}

.CustomLabelCell
{
   float: left;
   width: 80px;
   padding-right: 5px;
}

#UserControls_CustomerAddressesControl .CustomInputCell
{
   width: 152px;
   float: left;
}

#UserControls_CustomerAddressesControl .CustomInputBox
{
   width: 150px;
}

.DynamicRow
{
   padding-top: 5px;
   min-height: 20px;
   display: inline-block;
   text-align: justify;
}

#UserControls_CustomerAddressesControl .CustomInputDropDown
{
   width: 180px;
}

.DynamicTable
{
   width: 100%;
}

.CopyButton
{
   padding-top: 5px;
}

.divAdditionalInfoRight
{
   float: left;
   width: 330px;
   padding-top: 1.5em;
}

.divAltAddress
{
   text-align: center;
}
/* end of Custom Addresses */

/* Server Payment on Checkout */

.DivServerPaymentMethod
{
   text-align: left;
   width: 100%;
   display: inline-block;
   margin: 20px 0;
}

.DivPaymentMethodRadioImageListSelector
{
   margin-top: 10px;
   width: 100%;
   display: inline-block;
}

.DivServerPaymentMethod .DivPaymentMethodDropDownSelector
{
   margin: 10px 0;
}

.DivServerPaymentMethod .DivCardInfo
{
   float: left;
   width: 30%;
   padding-bottom: 5px;
   margin: 0 2px 0 0;
}

.DivServerPaymentMethod .DivCardInfo .DivCvv2Row
{
}

.DivServerPaymentMethod .DivCardInfo .DivCvv2Row .CustomInputBox
{
   width: 60px;
   vertical-align: top;
   margin-top: 4px;
}

.DivServerPaymentMethod .DivCardInfo .DivCardCvv2Explanation
{
   font-size: 0.9em;
   display: block;
}

.DivServerPaymentMethod .DivCardAddress
{
   float: left;
   width: 30%;
   padding-bottom: 5px;
   margin: 0 2px;
}

.DivServerPaymentMethod .DivPaymentFeedback
{
   float: left;
   width: 33%;
   padding: 5px;
   margin: 0 2px 0 8px;
   text-align: justify;
}

.DivServerPaymentMethod .CustomInputCell
{
   width: 152px;
   float: left;
}

.DivServerPaymentMethod .CustomInputBox
{
   width: 150px;
}

.DivServerPaymentMethod .CustomInputDropDown
{
   width: 180px;
}

/* Shipping Information on Checkout */
.DivShipppingInformation
{
   text-align: left;
   width: 100%;
   display: inline-block;
   margin-top: 20px;
}

.DivShipppingInformation .DivChooseShippingMethod
{
   width: 30%;
   float: left;
   margin-left: 10px;
}

.DivShipppingInformation .DivPickupAddresses
{
   width: 40%;
   float: left;
}

.DivShipppingInformation .CustomInputDropDown
{
   width: 180px;
}

.tblCustomerDetails
{
   padding-top: 1em;
   width: 100%;
   margin: 0px;
}
.CartCustomerDetailsCell
{
   width: 33%;
   vertical-align: top;
}
.CartProceedToCheckoutCell
{
   width: 33%;
   vertical-align: top;
   padding-right: 60px;
}
.CartEmptyCell
{
   width: 33%;
}

.netshirtcart .LoginTableRowLabel
{
   text-align: right;
   float: left;
   width: 70px;
}

.netshirtcart .LoginTableRowControl
{
   padding-left: 4px;
   width: 160px;
}

.CartCustomerDetailsButton
{
   color: #5A7CA8;
   font-size: 1em;
}

.netshirtcart .CartButtonsContainer
{
	text-align:right;
}

.netshirtcart .CartButtonsContainerTop
{
   display: none;
}

.CartQtyTextBox
{
	width: 20px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
}

.CartLinesTable
{
   border: solid 1px #000;
   width: 100%;
}

.CartLinesTable tr
{
   border-bottom: solid 1px #000;
}

.CartLinesTable tr td.CartQuantityColumn
{
   padding-left: 6px;
}

.CartLinesTable .CartImagesColumn 
{
    max-width: 110px;
    overflow: hidden;
    padding-left: 10px;
    width: 110px;
}

.CartLinesTable .ItemCommands a
{
   font-size: 10px;
   font-weight: bold;
   padding-bottom: 3px;
}

.CartLinesTable .tdPush
{
   width: 1px;
   min-height: 70px;
}



.CartLinesTable .CartImagesColumn .two-images .imgSmall, 
.CartLinesTable .CartImagesColumn .three-images .imgSmall, 
.CartLinesTable .CartImagesColumn .four-images .imgSmall, 
.CartLinesTable .CartImagesColumn .many-images .imgSmall 
{
    max-width: 40px;
}

/* Partial Rendering Update Progress */
#progressBackgroundFilter, .progressBackgroundFilter
{
   position: fixed;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
   overflow: hidden;
   padding: 0;
   margin: 0;
   background-color: #000;
   filter: alpha(opacity=25);
   opacity: 0.25;
   z-index: 1000;
}

#processMessage
{
   position: fixed;
   top: 30%;
   left: 43%;
   padding: 12px;
   width: 14%;
   z-index: 1001;
   background-color: #fff;
   border: solid 3px black;
   text-align: center;
   font-size: 10pt;
   font-weight: bold;
}

#processMessage img
{
   margin: 3px;
   position: relative;
   top: 6px;
}

.divRegistration
{
   float: left;
   width: 100%;
}

.divRegistrationDetails
{
   margin: 20px 10%;
   margin-right: auto;
   text-align: center;
}

.RegistrationInputRow
{
   width: 100%;
   float: left;
}

.RegistrationLabelCell
{
   float: left;
   width: 75px;
   padding-right: 5px;
   text-align: right;
}

.RegistrationInputCell
{
   width: 200px;
   float: left;
}

.CheckoutTermsAndConditions
{
   text-align: right;
   width: 100%;
   padding-right: 2px;
}

/* Shopping cart */

.tblEditOrders
{
   width: 100%;
   margin-top: 10px;
}

.tblGarmentDetails
{
   margin-top: 20px;
}

.orderHistoryHR
{
   width: 100%;
}

.tblCellLeftEditOrders
{
   width: 200px;
}
.OrderHistoryDetailsSummary
{
   width: 400px;
}

.DescOrderDetails
{
   padding-top: 20px;
   padding-bottom: 10px;
   text-align: center;
   font-weight: bold;
}

.DecorationMethod
{
   text-align: center;
   padding-top: 20px;
   padding-bottom: 30px;
}

.thumbnails
{
   text-align: center;
   margin: auto;
}

.hr
{
   width: 100%;
   height: 3px;
   margin-top: 3px;
   margin-left: auto;
   margin-right: auto;
   border-top: 1px dashed #AAAAAA;
}

.ProductListItem
{
   float: left;
   width: 200px;
   padding-top: 3em;
   margin-right: 10px;
}

.ProductListItem .productImage
{
   margin-left: auto;
   margin-right: auto;
}

.ProductNameRow
{
   font-weight: bold;
   min-height: 30px;
}

.ProductNameRow a
{
   color: #000;
   text-decoration: none;
}

.ProductNameRow a:hover
{
   text-decoration: underline;
}

.ProductNameRow .ProductCode
{
   display: none;
}

.ProductDetailsRow
{
}

.CatalogProductPrice
{
   padding: 5px 0;
   overflow: auto;
}

.DisplayName, .DetailsLink, .DecorateLink
{
}

.CatalogList
{
   text-align: left;
}

.ProductDetails
{
}

.PagerContainer
{
   text-align: right;
}

.PagerContainer a
{
   padding: 0 1px;
   margin: 0 1px;
}

.PagerContainer .ActivePagerLink
{
   border: 1px solid blue;
}

/* Netshirt_Templates */

.TemplateName
{
   width: 90%;
   font-weight: bold;
   font-size: 1.3em;
   height: 50px;
   overflow: auto;
   margin: 0 auto;
}

.TemplateImages
{
   width: 260px;
   height: 125px;
   overflow: hidden;
   margin-left: auto;
   margin-right: auto;
}

.TemplatePicture
{
   float: left;
   width: 120px;
   height: 120px;
   padding: 5px;
   text-align: center;
}

.TemplatePicture img
{
   border: 0;
}

.TemplateSmallPic
{
   border: 0px;
}

.TemplateBigPic
{
   border: solid 1px black;
   background-color: white;
   padding: 5px;
   margin: 5px;
   display: none;
   position: absolute;
}

.TemplateItemsTable
{
   width: 100%;
   margin-top: 10px;
}

.TemplateItemRow
{
   width: 300px;
   float: left;
   height: 320px;
}

.TemplateItemCell
{
   border-bottom: dotted 1px grey;
   width: 280px;
   margin: 0 10px;
   height: 300px;
}

.TemplateDescription
{
   width: 90%;
   margin-left: auto;
   margin-right: auto;
   height: 70px;
   margin: 10px auto;
}

.TemplateText
{
   width: 100%;
   text-align: justify;
   height: 70px;
   overflow: auto;
}

.TemplateCustomize
{
   margin-left: auto;
   margin-right: auto;
   width: 90%;
   height: 25px;
}

.TemplateClearFloat
{
   clear: both;
}

/* Netshirt_Cart */

.NetshirtCartControl
{
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px;
}

.NetshirtCartSubTotal
{
   margin-bottom: 20px;
}

.NetshirtAlternativePickupAddresses
{
   width: 90%;
   margin: auto;
   margin-top: 15px;
   text-align: left;
   clear: both;
}

.NetshirtCustomerDetailsTable
{
   clear: both;
}

.PickUpAddressItem
{
   width: 180px;
   float: left;
   text-align: left;
   margin: 5px 5px 20px 5px;
}

.PickUpAddressItemButton
{
   width: 30px;
   padding: 15px 3px 3px 3px;
   float: left;
}

.PickUpAddressItemDetails
{
   float: left;
}

.NetshirtLoginTable
{
   vertical-align: top;
   width: 250px;
}

/* Netshirt_Checkout */

.CouponCodeContainer
{
   margin-top: 20px;
}

.CouponCodeContainer table
{
}

.CouponCodeContainer .CouponCodeLabelContainer
{
   width: 100px;
}

.CouponCodeContainer .CouponCodeTextBoxContainer
{
   width: 160px;
}

.CouponCodeContainer .AppliedCouponsTable
{
   
}

.CouponCodeContainer .AppliedCouponsTable .AppliedCouponLabel
{
   width: 100px;
}

.CouponCodeContainer .AppliedCouponsTable .AppliedCouponSuccessImage
{
   width: 30px;
   background: url('../images/checkmark-25x25.png') no-repeat;
}

.CouponCodeContainer .AppliedCouponsTable .AppliedCouponCode
{
   width: 130px;
   font-weight: bold;
}

.TermsAndConditionsOverlay
{
   position: fixed;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
   overflow: hidden;
   padding: 0;
   margin: 0;
   background-color: #000;
   filter: alpha(opacity=25);
   opacity: 0.25;
   z-index: 1000;
   visibility: hidden;
   display: block;
}
.divTermsAndConditionsFrame
{
   border: solid;
   border-width: 1px;
   text-align: center;
   position: fixed;
   display: block;
   padding: 12px;
   left: 50%;
   top: 50%;
   color: Black;
   z-index: 1001;
   visibility: hidden;
   background-color: White;
   width: 400px;
   height: 300px;
}

.TermsAndConditionsTitle
{
   height: 30px;
   font-weight: bold;
   font-size: large;
}

.TermsAndConditionsText
{
   border: solid 1px black;
   padding: 5px;
   height: 230px;
   overflow: auto;
   text-align: left;
}
.TermsAndConditionsClose
{
   text-align: right;
   height: 30px;
   padding-top: 8px;
}

.AdditionalPaymentText
{
   text-align: right;
   width: 100%;
}


.TwitterShareButton
{
   width: 256px;
   height: 56px;
   padding-top: 30px;
   padding-left: 125px;
   background-image: url('../images/twitterbutton.png');
   display: block;
   font-weight: bold;
   margin-left: auto;
   margin-right: auto;
   font-size: 19px;
   color: #000;
   text-decoration: none;
   text-align: left;
}

.TwitterShareButton:hover
{
   color: #000;
   text-decoration: underline;
}

.FacebookShareButton
{
   width: 256px;
   height: 56px;
   padding-top: 30px;
   padding-left: 125px;
   background-image: url('../images/facebookbutton.png');
   display: block;
   font-weight: bold;
   margin-left: auto;
   margin-right: auto;
   font-size: 19px;
   color: #000;
   text-decoration: none;
   text-align: left;
}

.FacebookShareButton:hover
{
   color: #000;
   text-decoration: underline;
}

.GoogleBuzzShareButton
{
   width: 256px;
   height: 56px;
   padding-top: 30px;
   padding-left: 125px;
   background-image: url('../images/buzzbutton.png');
   display: block;
   font-weight: bold;
   margin-left: auto;
   margin-right: auto;
   font-size: 19px;
   color: #000;
   text-decoration: none;
   text-align: left;
}

.GoogleBuzzShareButton:hover
{
   color: #000;
   text-decoration: underline;
}

.MySpaceShareButton
{
   width: 256px;
   height: 56px;
   padding-top: 30px;
   padding-left: 125px;
   background-image: url('../images/myspacebutton.png');
   display: block;
   font-weight: bold;
   margin-left: auto;
   margin-right: auto;
   font-size: 19px;
   color: #000;
   text-decoration: none;
   text-align: left;
}

.MySpaceShareButton:hover
{
   color: #000;
   text-decoration: underline;
}

.ShareDialogContainer .ShareDialogTabLinks .tabHeader
{
   font-size: 16px;
   font-weight: bold;
   color: #000;
   text-decoration: none;
   padding: 6px;
}

.ShareDialogContainer .ShareDialogTabLinks .tabHeaderSelected
{
   font-size: 16px;
   font-weight: bold;
   color: #000;
   text-decoration: underline;
   padding: 6px;
}

.ShareDialogContainer .ShareDialogTabLinks .tabHeader:hover, .ShareDialogContainer .ShareDialogTabLinks .tabHeaderSelected:hover
{
   color: #B00;
   text-decoration: underline;
}

.ShareDialogContainer .dialogButtons
{
   text-align: right;
   padding-right: 10px;
}

.Overlay
{
   top: 0;
   left: 0;
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: 1000;
}

.VertAlignContainer
{
   display: table-cell;
   height: 680px;
   position: relative;
   text-align: center;
   vertical-align: middle;
   z-index: 1002;
}

.VertAlignOuter
{
   top: 0;
   left: 0;
   display: table;
   height: 100%;
   position: absolute;
   vertical-align: middle;
   width: 100%;
   z-index: 1002;
}

.SharingDialogBox
{
   text-align: center;
   color: Black;
   z-index: 1002;
   background-color: White;
   width: 400px;
   height: 680px;
   margin-left: auto;
   margin-right: auto;
}

.ShadowOverlay
{
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   overflow: hidden;
   padding: 0;
   margin: 0;
   background-color: #000000;
   filter: alpha(opacity=25);
   opacity: 0.25;
   z-index: 1001;
}

/* Shadow overlay for the Sharing Dialog */

.OverlayBackground
{
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: absolute;
}

.OverlayShadowBackground
{
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   overflow: hidden;
   padding: 0;
   margin: 0;
   background-color: #000000;
   filter: alpha(opacity=25);
   opacity: 0.25;
   z-index: 1001;
}

.OverlayFloatingContainer
{
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   z-index: 1002;
}

.OverlayFloatingSharingFrame
{
   display: block;
   height: 680px;
   margin-left: auto;
   margin-right: auto;
   position: relative;
   width: 400px;
}

.OverlayFloatingQuoteFrame
{
   display: block;
   background-color: #EDF3FF;
   border: 2px solid #009BF6;
   height: 600px;
   margin-left: auto;
   margin-right: auto;
   padding: 4px;
   position: relative;
   text-align: center;
   width: 650px;
}

.OverlayFloatingFrame
{
   display: block;
   background-color: #EDF3FF;
   border: 2px solid #009BF6;
   height: 600px;
   margin-left: auto;
   margin-right: auto;
   padding: 4px;
   position: relative;
   text-align: center;
   width: 785px;
}

.fptest
{
	 z-index:10;
  position:fixed;
  top:50%; left:50%;
  width:640px; height:480px;
  margin-left:-320px; margin-top:-240px

}

.InstructionsOverlayFrame
{
   color:#000000;
   padding:5px 5px 5px 5px;
   
   -moz-border-radius: 15px; 
   border-radius: 15px;
   background: #EDEDED; 
   background: -webkit-gradient(linear, left top, left bottom, from(#ABABAB), to(#EDEDED));
   background: -moz-linear-gradient(top,  #ABABAB,  #EDEDED);
   border: 1px solid #ccc;
   
   /*display: block;
   margin-left: auto;
   margin-right: auto;
   position: relative;*/
   
   
   
   	 z-index:10;
  position:fixed;
  top:50%; left:50%;
  width:400px; height:260px;
  margin-left:-200px; margin-top:-130px
   

   
}

  

.OverlayFloatingVertMiddleTable
{
   display: table;
   width: 100%;
   height: 100%;
   vertical-align: middle;
}

.OverlayFloatingVertMiddleCell
{
   display: table-cell;
   text-align: center;
   vertical-align: middle;
   position: relative;
}

.SharingDialogHeader
{
   margin: 0px;
   padding: 10px 0px;
}
/* End of Sharing Dialog Overlay classes */

.HiddenOverlay
{
   z-index: 0;
   visibility: hidden;
}

.OverlayTitleBar
{
   height: 18px;
}

.OverlayTitleBar .ClosingX
{
   padding: 5px;
   width: 15px;
   height: 15px;
   border: solid 2px #000;
   display: block;
   position: absolute;
   right: 2px;
   top: 2px;
   text-align: center;
   cursor: pointer;
   font-weight: bold;
}

.OverlayTitleBar .ClosingX:hover
{
   border: 2px solid #B00;
   color: #B00;
}


#Netshirt_Design_Container #divDesignDetails
{
   text-align: center;
}

#Netshirt_Design_Container #divGarmentDetails
{
   padding-top: 20px;
}

#Netshirt_Design_Container .ProductDescription
{
   text-align: justify;
   padding-top: 5px;
   padding-left: 15px;
   padding-right: 15px;
}

/* Public Customer Shared Designs CSS classes */
.SharedDesignCell
{
   width: 300px;
   float: left;
   margin-bottom: 10px;
}
.SharedDesignsGrid
{
   margin: 10px auto;
   text-align: center;
}

.SharedDesignsPager
{
   text-align: center;
   width: 100%;
   margin: 20px auto;
}
.SharedDesignsPagerLeft
{
   text-align: right;
   width: 40%;
}
.SharedDesignsPagerCenter
{
   width: 20%;
}
.SharedDesignsPagerRight
{
   text-align: left;
   width: 40%;
}

.SharedDesignImages
{
   width: 280px;
   margin: 0px auto;
}

.SharedDesignImage
{
   float: left;
   width: 130px;
   height: 130px;
   padding: 5px;
}

/* Classes added with Netshirt_Design.aspx fixes */
.LinkButtonPadding
{
   padding: 6px 0px;
   margin: 8px 0px;
}

.DesignSharingOpenEditBlock
{
   float: left;
   width: 200px;
   text-align: left;
   height: 50px;
}

.DesignSharingOpenEditTable
{
   height: 50px;
}

.DesignSharingBuyNowBlock
{
   float: right;
   width: 500px;
   height: 50px;
}

.DesignSharingBuyNowTable
{
   text-align: left;
   float: right;
   width: 500px;
   height: 50px;
}

.SharingDescInput
{
   width: 300px;
   margin-left: auto;
   margin-right: auto;
}

.SharingDescLabel
{
   text-align: right;
   width: 80px;
}

.ProductDetailsColoursSizesAvailabilityContentClass
{
   display: block;
}

.ProductDetailsColoursAvailabilityContentClass
{
   border: none;
   display: block;
}

.ProductDetailsColoursSizesAvailabilityRepeaterHeader
{
   width: 100%; 
   display: block;
}
   
.ProductDetailsColoursAvailabilityRepeaterItemParent
{
   border: none; 
   width: 57px; 
   height: 26px; 
   display: inline;
}

.ProductDetailsColoursAvailabilityRepeaterItemChild
{
   border: none; 
   font: bold 0.4em Arial; 
   color: #444444; 
   width: 55px; 
   height: 22px; 
   float: left; 
   margin: 1px 1px 1px 1px; 
   padding: 1px 1px 1px 1px; 
   text-align: center; 
   vertical-align: middle;
   cursor: pointer;
}

.ProductDetailsColoursAvailabilityRepeaterItemChildColourBtn
{
   border: solid 1px #000000;
   width: 53px;
   height: 18px;
   font-size: 7pt;
   cursor: pointer;
}

.ProductDetailsSizesAvailabilityRepeaterItemParent
{
   border: none; 
   width: 57px; 
   height: 32px; 
   display: inline;
}

.ProductDetailsSizesAvailabilityRepeaterItemChild
{
   border: none; 
   font: bold 0.4em Arial; 
   color: #444444; 
   width: 55px; 
   height: 28px; 
   float: left; 
   margin: 1px 1px 1px 1px; 
   padding: 1px 1px 1px 1px; 
   text-align: center; 
   vertical-align: middle;
   cursor: pointer;
}

.ProductDetailsSizesAvailabilityRepeaterItemChildSizeBtn
{
   border: solid 1px #000000;
   width: 53px;
   height: 24px;
   font: bold 8pt Arial; 
   background-color: #ffffff;
   cursor: pointer;
}

.ProductDetailsSizesAvailabilityMiddleBreak
{
   display: block; 
   clear: left;
}

.ProductDetailsSizesAvailabilityEndBreak
{
   display: block; 
   clear: left;
}

/* Default value for the forgotten password page */
.PaswordRecoveryTable
{
   min-width: 400px;
   margin: 0 auto;
}


.SharingUiControlContainer
{
   width: 400px;
   margin-left: auto;
   margin-right: auto;
}

.ShareDialogContainer .SharingSubControl
{
   height: 380px;
   overflow: auto;
   margin-bottom: 10px;
}

.ShareDialogContainer .tabHeader
{
}

.ShareDialogContainer .tabHeaderSelected
{
   color: #2E3F56;
   text-decoration: underline;
}

.ShareDialogContainer .formElement
{
   margin-top: 8px;
}

.ShareDialogContainer .formElementSeparator
{
   border-top: 1px dashed #AAAAAA;
   height: 3px;
   margin-left: auto;
   margin-right: auto;
   margin: 8px 0;
   width: 98%;
}

.ShareDialogContainer .SharingImage
{
   max-width: 90px;
   max-height: 90px;
   padding: 2px;
}

.ShareDialogContainer .MailBoxFields
{
   padding-top: 10px;
   padding-bottom: 10px;
}

.ShareDialogContainer .MailRow
{
   width: 390px;
   display: block;
   float: left;
}

.ShareDialogContainer .MailBoxButtons
{
   padding-top: 10px;
}

.ShareDialogContainer .MailBoxLabel
{
   padding: 5px 0px;
   width: 80px;
   float: left;
   text-align: right;
}

.ShareDialogContainer .MailBoxExplanationLabel
{
   display: none;
}

.ShareDialogContainer .MailBoxInput
{
   padding: 5px;
   text-align: left;
   width: 300px;
   float: left;
}

.ShareDialogContainer .MailBoxBodyInput
{
}

.ShareDialogContainer .MailFieldsInput
{
   width: 300px;
   height: 16px;
}

.ShareDialogContainer .MailBodyMessage
{
   width: 100%;
   height: 80px;
}

.ShareDialogContainer .MailBoxBodyLabel
{
   clear: both;
   text-align: left;
   padding-left: 5px;
}

.ShareDialogContainer .MailBoxSendResult
{
   clear: both;
   height: 20px;
   line-height: 20px;
}

.ShareDialogContainer .MailBoxHeader
{
   padding: 10px;
}

.ShareDialogContainer .MailBoxError
{
   font-weight: bold;
   color: Red;
}

.ShareDialogContainer .MailBoxFeedback
{
   font-weight: bold;
   color: Green;
}

.ShareDialogContainer .MailImages
{
   width: 400px;
   height: 100px;
}

.ShareDialogContainer .SharingDescriptionTextBox
{
   width: 180px;
}

.ShareDialogContainer .SharingTitleTextBox
{
   width: 180px;
}

.divGarmentNameLabel, divGarmentNameContent, divGarmentColourLabel, divGarmentColourContent
{
   display: inline;
}

/* Image and preview image class definitions */
.imgSmall
{
   max-height: 80px;
   max-width: 80px;
}

.TemplateSmallPic
{
   /*width: 80px;*/
   padding: 5px;
   float: left;
}

.cartGridImageContainer
{
   width: 100%;
   clear: both;
   text-align: center;
}

.cartGridImageContainer.no-images
{
   display: none;
}

.CartDescriptionColumn
{
   width: 180px;
}

.CartImagesColumn
{
   width: 180px;
}

#imgPreview
{
   position: absolute;
   border: 3px solid #000;
   background: #fff;
   padding: 5px;
   display: none;
   color: #000;
   line-height: 300px;
}

/* Templates Pager */
.TemplatesPager
{
   text-align: center;
   width: 100%;
   margin: 20px auto;
}
.TemplatesPagerCategories
{
   text-align: left;
   width: 20%;
}
.TemplatesPagerLeft
{
   text-align: right;
   width: 30%;
}
.TemplatesPagerCenter
{
   width: 20%;
}
.TemplatesPagerRight
{
   text-align: left;
   width: 30%;
}

.divFailure
{
   color: Red;
   font-weight: bold;
}

.strong
{
   font-weight: bold;
}

.generalSharingLink
{
   cursor: pointer;
}

.DesignerOverlayDiv
{
   border: none;
   text-align: center;
   vertical-align: middle;
   margin-left: auto;
   margin-right: auto;
   position: relative;
}

/* Flex JS Wait Dialog */
.FlexWaitDialogContainer
{
   background: url( '../images/quartertrans-white.png' ) repeat center;
   display:inline-block;
   visibility: visible;
   position: absolute;
   text-align: center;
   vertical-align: middle;
   left: 2px;
   top: 2px;
   z-index: 1;
}

.FlexWaitDialogBox
{
   display: block;
   border: 1px solid #000000;
   background: url( '../images/semitrans-white.png' ) repeat center;
   width: 250px;
   height: 88px;
   margin-top: 300px;
   margin-bottom: auto;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   vertical-align: middle;
}

.FlexWaitDialogBoxMessage
{
   border: none;
   padding: 8px;
}

.FlexWaitDialogBoxText
{
   display: inline-block;
   vertical-align: middle;
   text-align: center;
   font-weight: bold;
   font-size: 1.2em;
}

.FlexWaitDialogBoxSpinner
{
   width: 30px;
   height: 30px;
   margin: auto auto auto auto;
   text-align: center;
   vertical-align: middle;
   display: block;
}

.FlexWaitDialogBoxSpinnerImage
{
   width: 16px;
   height: 16px;
   margin: auto auto auto auto;
   text-align: center;
   vertical-align: middle;
}

.FlexNetShirt
{
   
}

.CustomiseCommand a
{
	display:block;
	margin: 2px 0 2px 0;
}

#DesignerDiv .BrowserWarning
{
   font-family: Arial;
   font-size: 1.2em;
   margin-top: 20px;
   margin-bottom: 20px;
   padding: 20px;
   text-align: center;
   background-color: #FFFF88;
   border: solid 1px #CCCCCC;
   width: 400px;
   margin-left: auto;
   margin-right: auto;
   text-align: justify;
}

#DesignerDiv .WarningHeader
{
   border: solid 1px #CCCCCC;
   color: black;
   font-size: 1.2em;
   font-weight: bold;
   padding-top: 10px;
   padding-bottom: 10px;
   margin-top: 0;
   text-align: center;
}

#DesignerDiv .BrowserWarning a
{
   color: Black;
   font-weight: bold;
   text-decoration: none;
}

#DesignerDiv .BrowserWarning a:hover
{
   color: Black;
   font-weight: bold;
   text-decoration: underline;
}


/* Customer Details/Login Page BEGIN */
.netshirt_customerdetails #CustomerDetailsContent
{
   width: 750px;
   margin: 0 auto;
}

.netshirt_customerdetails .divLogin
{
   width: 300px;
   float: left;
   margin-right: 50px;
}

.netshirt_customerdetails .divRegister
{
   width: 300px;
   float: left;
}

.netshirt_customerdetails .CustomInputCell
{
   width: auto;
}

.netshirt_customerdetails .divLogin #netshirt_login_contents
{
   width: 250px;
   margin-left: 8px;
}

.netshirt_customerdetails .divLogin #Introduction
{
   display: none;
}

.netshirt_customerdetails .divLogin .LoginTableTitle
{
   font-size: 12px;
   font-weight: bold;
   padding: 3px 0;
}

.netshirt_customerdetails .divLogin .clearfloat
{
   display: none;
}

.netshirt_customerdetails .divLogin .LoginTableRow
{
   margin: 2px 0;
}

.netshirt_customerdetails .divLogin .LoginTableRowControl input
{
   width: 230px;
}

.netshirt_customerdetails .divLogin #LoginButtonRow, .netshirt_customerdetails .divLogin #LoginFooterLinks
{
   margin: 4px;
   text-align: right;
   width: 230px;
   font-size: 13px;
   font-weight: bold;
   padding-right: 5px;
}

.netshirt_customerdetails .CustomRegCell, .netshirt_customerdetails .CustomLabelCell
{
   float: none;
   width: auto;
   text-align: left;
}

.netshirt_customerdetails .divRegister #Instructions
{
   font-size: 12px;
   font-weight: bold;
   padding: 3px 0;
}

.netshirt_customerdetails .divRegister .netshirt_registration
{
   width: 260px;
   margin-left: 8px;
}

.netshirt_customerdetails .divRegister .divRegisterButton
{
   margin: 4px;
   text-align: right;
   width: 230px;
   font-size: 13px;
   font-weight: bold;
   padding-right: 5px;
}

.netshirt_customerdetails .InputState
{
   display: inline-block;
   width: 18px;
   height: 18px;
   position: relative;
   top: 4px;
}

.netshirt_customerdetails .InputStateWithCheckMark
{
   background: url('../images/checkmark-18x18.png') no-repeat center;
}

.netshirt_customerdetails .InputStateWithSpinner
{
   background: url('../images/mini-spinner.gif') no-repeat center;
}

.netshirt_customerdetails .InputStateWithRedCross
{
   background: url('../images/redcross-18x18.png') no-repeat center;
}

.netshirt_customerdetails input.invalid
{
   border: solid 2px red;
}

.netshirt_customerdetails input.valid
{
   border: solid 2px green;
}

/* END Customer Details/Login Page */
