﻿body
{
	margin: 0;
	padding: 0;
	font: normal 0.7em "Trebuchet MS" , sans-serif;
}

.checkoutTable
{
	margin-left:1px;
	padding: 0;
}

a
{
	color: #5A7CA8;
}

a:hover
{
	color: #92A8C6;
}

.aBig
{
	color: #5A7CA8;
	font-family: Georgia, "Times New Roman" ,Times,serif;
	font-size: 1.6em;
	letter-spacing: -1px;
	font-weight: normal;
}

.bigLinkButton
{
	border: solid 2px #5A7CA8;
	color: #5A7CA8;
	text-align: center;
	padding: 2px 8px 4px 8px;
	font-weight: bold;
	font-size: 1.6em;
}

.bigLinkButton:hover
{
	border: solid 2px #92A8C6;
	color: #92A8C6;
}

#introText
{
	margin-right: 250px;
}

li
{
	font: normal 1.10em "Trebuchet MS" , sans-serif;
}

#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.over td
{
	background-color: LightSteelBlue;
}

#header
{
	height: 20px;
	margin-bottom: 10px;
	background-image: url(Images/back.png);
}

#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;
}

h1, .h1 
{
	font-family: Georgia, "Times New Roman" ,Times,serif;
	font-size: 1.8em;
	letter-spacing: -1px;
	font-weight: normal;
}

u
{
	text-decoration: none;
	border-bottom: dotted 1px #444444;
}

#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;
	width: 100%;
	padding: 4px 5px 6px 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

.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;
}

.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:180px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	border: 0px;
}

/* #### End of Catalog Css #### */

/* #### Product css #### */
.ProductDetailsControl
{
	margin:auto;
}

.ProductImage
{
	min-height: 300px;
	text-align: center;
	min-width: 300px;
}

.ProductDescription
{
	padding: 15px;
	text-align: center;
}

.ProductDetailsContentLeft
{
	width:510px;
	float:left;
}

.ProductDetailsContentRight
{
	width:200px;
	float:left;
}

.CustomiseCommand
{
	margin-top:20px;
}

.PriceToPay
{
	padding-bottom:10px;
}

.BuyNowCommand
{
	margin-bottom:10px;
}

.ColourOptions
{
	width:90px;
	float:left;
}

.ColourPreview
{
	border: solid 1px black;
	float:left;
	height:16px;
	width:40px;
	margin-top:2px;
	margin-right:6px;
}

.ProductQuantity
{
	width:128px;
}

/* #### 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;
}

.ValidDataSupplied
{
	font-weight: bold;
	color: Green;
}

.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%;
	height: 100%;
	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;
}

.CustomRegCell
{
	float: left;
	width: 120px;
	text-align:right;
	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%;
}
.LoginTableRowLabel
{
	text-align: right;
	float:left;
	width:70px;
}

.LoginTableRowControl
{
	padding-left:4px;
	width: 160px;
}

.CartCustomerDetailsButton
{
	color: #5A7CA8;
	font-size: 1em;
}


/* Partial Rendering Update Progress */
#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: absolute;
	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:2em;
	padding-bottom:1em;
}

.ProductNameRow
{
	text-align:center;
	font-weight:bold;
	padding-bottom:20px;
}

.productImage
{
	text-align:center;
}

.ProductDetailsRow
{
	padding-top:20px;
}

.DisplayName, .DetailsLink, .DecorateLink
{
	text-align:center;
}

.CatalogList
{
	text-align:left;
}

.ProductDetails 
{
	height:5em;
}

/* Netshirt_Templates */

.TemplateName
{
	width:100%; 
	font-weight:bold;
	padding-bottom:1em;
	font-size: 1.3em;
}

.TemplateImages
{
	width:90%;
	margin-left:auto;
	margin-right: auto;
	/* height:250px;
	float:right; */
}

.TemplatePicture
{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}

.TemplateSmallPic
{
	border: 0px;
}

.TemplateBigPic
{
	border: solid 1px black;
	background-color:white;
	padding: 5px;
	margin:5px;
	display: none;
	position:absolute;
}

.TemplateItemsTable
{
	width:100%;
}

.TemplateItemRow
{
	width:300px;
	float:left;
}

.TemplateItemCell
{
	border-bottom:dotted 1px grey;
	width:280px;
	margin-right:10px;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:10px;
}

.TemplateDescription
{
	width:90%;
	margin-left:auto;
	margin-right: auto;
	padding-top:1em;
}

.TemplateText
{
	width:100%;
	text-align:justify;
	padding-bottom:1em;
}

.TemplateCustomize
{
	width:100%;
	padding-bottom:1em;
}

.TemplateClearFloat
{
	clear:both;
}

/* Netshirt_Cart */

.NetshirtCartControl
{
	overflow:auto;
	width:100%;
	margin: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;
}

.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;   
}

.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;
}

.ShareDialogContainer .LinkButton 
{
   border:2px solid #000;
   color:#000;
   padding:2px 4px;
   text-align:center;
   font-weight: bold;
}

.ShareDialogContainer .LinkButton:hover
{
   border:2px solid #B00;
   color:#B00;
   padding:2px 4px;
   text-align:center;
   font-weight: bold;
}

.Overlay
{
	top:0;
	left:0;
	position:absolute;
	width:100%;
	height:100%;
	z-index: 1000;
}

.OverlayOnCart
{
	top:10%;
	left:0;
	position:absolute;
	width:100%;
	height:100%;
	z-index: 1000;
}

.SharingDialogBox
{
	text-align: center;	
	position: relative; 
	color:Black;
	z-index: 1002;
	background-color:White;
	width: 400px;
	height: 520px;
	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;
	top:10%;
	left:0;
	width:100%;
	z-index: 1002;
}

.OverlayFloatingFrame
{
	display:block;
	height:520px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:400px;
}

.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;
}