﻿body
	{
		margin: 0;
		padding: 0 0 30px 0;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size:11px;
		color:#000;
		background-color: #fff;
		text-align: center;
	}

	a {text-decoration:none}
	a:hover {text-decoration:underline; }

img
	{
		border: 0;
	}

.uberclear
{
	float: none;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 0;
	font-size: 0;
}

.clearer
{
	float: none !important;
	display: block !important;
	clear: both !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	height: 0.1px !important;
	background-color: transparent !important;
	line-height: 0 !important;
	font-size: 0 !important;
}


.highlightLight
{
	color: #FF0000; 	
}

.highlight
{
	color: #FF0000; 	
	font-weight: bold;
}

.highlightDark
{
	color: #CE0000; 	
	font-weight: bold;
}


.centered 
{
	width: 100%;
	text-align: center;
}

* html .uberclear
{
	height: 0;
}

h4
{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 28px;
	font-weight: bold;
}

.wrapper
	{
		width: 776px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		border: 1px solid black;
	}

	.contentWrapper
			{
				background-color: #ffffff;
			}

			.sideNav
			{
				display: none;
			}

			.mainContent
				{
					width: 752px;
					margin-left: auto;
					margin-right: auto;
					padding: 20px 0 20px 0;
				}

				.row
					{
						padding: 0;
						margin: 6px 0 6px 0;
						float: left;
					}

				.oneColumn
					{
					}

				.twoColumn
					{
					}

					.twoColumn .columnOne
						{
							float: left;
							width: 370px;
							margin-right: 12px;
						}

					.twoColumn .columnTwo
						{
							float: left;
							width: 370px;
						}

				.threeColumn
					{
					}

					.threeColumn .columnOne
						{
							float: left;
							width: 242px;
							margin-right: 12px;
						}

					.threeColumn .columnTwo
						{
							float: left;
							width: 242px;
							margin-right: 12px;
						}

					.threeColumn .columnThree
						{
							float: left;
							width: 242px;
						}

				.fourColumn
					{
					}

					.fourColumn .columnOne
						{
							float: left;
							width: 179px;
							margin-right: 12px;
						}

					.fourColumn .columnTwo
						{
							float: left;
							width: 179px;
							margin-right: 12px;
						}

					.fourColumn .columnThree
						{
							float: left;
							width: 179px;
							margin-right: 12px;
						}

					.fourColumn .columnFour
						{
							float: left;
							width: 179px;
						}
						
.secureCheckout, .header
{
	display: none;
}


.checkOut .columnOne
{
	width: 520px;
}

.checkOut .columnTwo
{
	width: 216px;
}

.checkOut .columnOne h2
{
	padding: 0;
	border-bottom: 1px solid #000;
	font-size: 12px;
}


.text
{
	padding: 5px 0 10px 0;
}

.orderConfirmation .colOne
	{
		float: left;
		width: 250px;
	}
.orderConfirmation .colTwo
	{	
		width: 250px;
		margin-left: 265px;	
	}

* html .orderConfirmation .colTwo
	{
		margin-left: 259px;		
	}
.addressWrapper
	{
		border: 1px solid black; 
		padding: 3px;
	}

.BasketBGColor
{
	background-color: #002052;
}

.addressDisplay
	{
	}	

	.addressDisplay .addressHeader 
		{
			color: #fff;
			font-weight: bold;
			padding: 5px;
		}

	.addressDisplay .addressSubHeader
		{
			background-color: #DEDBDE;
			padding: 4px 0 4px 2px;
		}
		
.orderItemsWrapper
{
	padding: 4px;
	border: 1px solid #666;
	width: 513px;
}

* html .orderItemsWrapper
{
	width: 510px;
}

.orderDetailsSummary .orderItemsWrapper
{
	width: 530px;	
	padding: 0;
	border: none;
}

* html .orderDetailsSummary .orderItemsWrapper
{
	width: 530px;
}

.orderItems
	{
		width: 500px;
	}	
.orderDetailsSummary .orderItems
	{
		width: 530px;
	}

		.orderItems th
			{
				color: #fff;
				font-weight: bold;
				padding: 3px;
				border-right: 1px solid #fff;
			}
		
		.orderItems td
			{
				padding: 3px;
				vertical-align: top;
			}
		
		.orderItems .alt
			{
				background-color: #DEDBDE; 	
			}	
			
		.orderItems .alt td
			{
				border-right: 1px solid white;		
			}
			
		.orderItems .qty
			{
				width: 22px;
				text-align: center;
			}
			
		.orderItems  .productName
			{
				width: 160px;
			}
		
		.orderItems  .itemNum
			{
				width: 53px;
			}
		
		.orderItems  .option
			{
				width: 46px;
				text-align: center;
			}
		
		.orderItems  .itemPrice
			{
				width: 73px;
				text-align: right;
				margin: 0; 
				padding: 2px 4px 0 0;
			}
		

		
.orderTotals
	{
		width: 100%;
		text-align: right;
	}
	
	.orderTotals td
		{
			padding: 5px;
			border-right: 1px solid white;
		}
	
	.orderTotals .colOne
		{
			font-weight: bold;
			width: 210px;
		}
		
	.orderTotals .descriptors
		{
			text-align: right;
		}
		
	.orderTotals .amounts
		{
			background-color: #DEDBDE;
			font-weight: normal;
			width: 84px;
			text-align: right;
			border-top: 1px solid #fff;
		}
	
	* html .orderTotals .amounts
		{
			width: 93px;
		}
			
	.orderConfirmation .orderTotals .amounts
		{
			width: 70px;
		}
		
	.orderDetailsSummary .orderTotals .amounts
		{
			width: 70px;
		}
		
		/*****************/

body
{
	background-color: #E9E9E9;
	font-family:Arial;
	font-size: 12px;
}
.label
{
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
}
.checkoutMainContainer
{
	width: 752px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0 0px 0;
	background-color: #fff;
}
.bnrtxt6{
		font-family : Arial;
		font-size : 12px;
		font-weight : normal;
		/*color : #007085;*/
		letter-spacing : 1px;
		}
		a.bnrtxt6,a:visited.bnrtxt6{
				text-decoration:underline;
				font-family : Arial;
				font-size : 12px;
				font-weight : normal;
				/*color : #007085;*/
				letter-spacing : 1px;
				}
		a:hover.bnrtxt6{
				text-decoration:underline;
				font-family : Arial;
				font-size : 12px;
				font-weight : normal;
				/*color : #007085;*/
				letter-spacing : 1px;
				}	
.checkOut a, .checkOut a:link, .checkOut a:visited
{
	text-decoration: underline;
}

.checkOut .columnOne
{
	width: 520px;
}

	.checkOut .columnOne h2
	{
		padding: 0;
		border-bottom: 1px solid #000;
		font-size: 12px;
	}

.checkOut .columnTwo
{
	width: 216px;
}

	.checkOut .columnTwo .sideHeader
	{
		padding: 3px 3px 2px 170px;
		background-image: url('https://images.footballfanatics.com/headerSecureShoppingHelp.gif');
	}
	
	.checkoutCornerColorTable
	{
		text-align: right;
		table-layout: fixed;
	}

		.checkoutCornerColorTable tr
		{
			height: 4px;
		}

		.checkoutCornerColorTable tr td
		{
			padding: 0;
			margin: 0;
		}
	
	.checkOut .columnTwo .info
	{
		border: 1px solid #000;
		padding: 5px;
	}

	.checkOut .columnTwo .info p
		{
			margin: 14px 0;
		}
.checkOut .inputTypeText
{
	font-size: 14px;
	width: 175px;
}
.checkOut .inputTypeDDL
{
	font-size: 10px;
	width: 203px;
}
.text
{
	padding: 5px 0 10px 0;
}
.formContainerComments
{
	border: 1px solid #000;
	padding: 5px 0 5px 0;
	text-align: center;
}

.formContainer
{
	border: 1px solid #ccc;
	padding: 5px;
	width: 505px;
	float: left;
}

.formContainer dl
{
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
}

.formContainer dl dt
{
	margin: 0;
	padding: 5px 5px 0 0;
	width: 230px;
	float: left;
	text-align: right;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 225px;
}

/* Begin hiding from Mac IE */
/* \*/
html > body .formContainer dl dt
{
	width: 225px;
}
/* End hiding from Mac IE */

.formContainer dl dd
{
	margin: 0;
	padding: 0;
	width: 230px;
	float: left;
}

.formContainer dl .plainText
{
	padding-top: 5px;
}

.formContainer .addressCountryStateContainer
	{
		width:500px; float: left; padding-bottom: 5px; padding-top: 5px;
	}
	
	.formContainer .addressCountryStateContainer .addressCountryStateContainerLeft
	{
		width: 225px;
		float: left;
		text-align: right;
		padding-right: 5px;
		font-weight: bold;
	}
	.formContainer .addressCountryStateContainer .addressCountryStateContainerLeftRight
	{
		width: 150px;
		float: left;
	}

.submitContain
{
	padding: 10px 0 8px 0;
	text-align: center;
}

.cvsHelp
{
	position: absolute;
	width: 140px;
	height: 120px;
	border: 1px solid black;
	background-color: White;
	z-index: -1;
}
.checkoutShipping
{
	z-index: -1;
}

.checkOut .pad
{
	padding-top: 25px;
}

.checkOut .padBoth
{
	padding: 10px 0 10px 0;
}

.checkOut .padBottom
{
	padding-bottom: 15px;
}

.secureCheckout
{
	margin-top: 2px;
	padding-right: 20px;
	text-align: right;
	height: 0px;
}

.ccImages
{
	text-align: center;
	padding: 5px 0 10px 0;
}

.ccImages image
{
	border: none;
}

.copyright
{
	background-color: #FFF;
	margin-top: 15px;
}

/* overriding background images in screen.css to resolve mixed content issue */

.topNav {
background-image:url(https://images.footballfanatics.com/top_navbg.gif);
}
.topNav div.navTopOne {
background-image:url(https://images.footballfanatics.com/top_home.gif);
}
.topNav div.navTopTwo {
background-image:url(https://images.footballfanatics.com/top_help.gif);
}
.topNav div.navTopThree {
background-image:url(https://images.footballfanatics.com/top_account.gif);
}
.topNav div.navTopFour {
background-image:url(https://images.footballfanatics.com/top_track.gif);
}
.topNav div.navTopFourCheckout {
background-image:url(https://images.footballfanatics.com/top_checkout.gif);
}
.topNav div.navTopFive {
background-image:url(https://images.footballfanatics.com/top_basket.gif);
}
.mainNav {
background-image:url(https://images.footballfanatics.com/navFooter.gif);
}
.mainNav ul {
background-image:url(https://images.footballfanatics.com/navHeaders.gif);
}
.c9Message {
background-image:url(https://images.footballfanatics.com/info.gif);
}
.searchWrapper {
background-image:url(https://images.footballfanatics.com/mainnavimages/dm_backgroundtable.gif);
}
.linksWrapper {
background-image:url(https://images.footballfanatics.com/mainnavimages/dm_backgroundtable.gif);
}
.shoppingBasketWrapper {
background-image:url(https://images.footballfanatics.com/mainnavimages/dm_backgroundtable.gif);
}

/* NEW CHECKOUT */
.stepContainer
{
	width: 750px;
	font-size: 20px;
	font-weight: bold;
	height: 34px;
	color: #777;
	padding: 10px 0px 20px 0px;
}
	.stepContainerLeft
	{
		width: 390px;
		float: left;
	}
	.stepContainerRight
	{
		width: 360px;
		float: left;
	}
		.stepContainerRightFirstImage
		{
			float: left;
		}
		.stepContainerRightSecondImage
		{
			float: left;
		}
		.stepContainerRightThirdImage
		{
			float: left;
		}

.titleContainer
{
	width: 750px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	color: #777;
}
	.titleContainerLeft
	{
		width: 360px;float:left; 
	}
	.titleContainerMiddle
	{
		width: 30px; 
		float: left;
	}
	* html .titleContainerMiddle
	{
		width: 30px; 
		float: left;
	}
	.titleContainerRight
	{
		width: 360px;float:left;
	}
	.titleSmall
	{
		font-size: 12px;
		font-family: Arial;
		padding: 5px 5px 5px 5px;
	}
	.addressMessageTitleLeft
	{
		width: 370px; float: left;
	}
	.addresstitleContainerMiddle
	{
		width: 25px;
		float: left;
	}
	.addressMessageCouponMiddle
	{
		width: 10px; 
		float: left;
	}
	.addressMessageCouponRight
	{
		width: 365px; 
		float: left;
	}	

.underlineLink
{
	font-size: 12px; 
	font-weight: normal;
	text-decoration: underline;
	color: red;
}
.mediumText
{
	font-size: 12px;
}
.orderItemsWrapperNew
{
	width: 750px;
	border: solid 1px #ccc;
}

.PersonalMessage
{
	padding: 5px 5px 5px 5px;
}
.PersonalMessageRadioButton
{
	padding: 5px 5px 5px 15px;
}
.descriptorsNew
{
	font-size: 16px;
	color: #777;
}

.lineamounts
{
text-align: right;
}

.startContainer
{
	width: 760px;
	height: 310px;
	
}
		.startContainerLeft
		{
			width: 350px;
			float: left;
			height: 300px;
			border: solid 1px #ccc;
		}
		.startContainerMiddle
		{
			width: 35px; 
			text-align: center; 
			float:left; 
			font-size:16px; 
			color:#777; 
			font-weight: bold;
			padding-top: 125px;
		}
		.startContainerRight
		{
			width: 350px;
			/*background-color: #eee;*/
			float: left;
			border: solid 1px #ccc;
			height: 300px;
		}
		
		.startContainer dl
		{
			margin: 5px 0 0 0;
			padding: 0;
			float: left;
			width: 370px;
		}
		
		.startContainer dl dt
		{
			margin: 0;
			padding: 0px 5px 0 0;
			width: 150px;
			float: left;
			text-align: right;
			voice-family: "\"}\"";
			voice-family: inherit;
			width:150px;
		}
		.addressContainer
		{
			width: 760px;
			height: 480px; 
		}
		
		.addressContainerLeft
		{
			height: 480px; 
			width: 365px;
			float: left;
			border: solid 1px #ccc;
		}
		.addressContainerMiddle
		{
			width:15px;
			float:left; 
		}
		
		.addressContainerRight
		{
			height: 480px; 
			width: 365px;
			/*background-color: #eee;*/
			float: left;
			border: solid 1px #ccc;
		}
		.addressContainer dl
		{
			margin: 5px 0 0 0;
			padding: 0;
			float: left;
			width: 370px;
		}
		
		.addressContainer dl dt
		{
			margin: 0;
			padding: 0px 5px 0 0;
			width: 150px;
			float: left;
			text-align: right;
			voice-family: "\"}\"";
			voice-family: inherit;
			width:150px;
		}



.masterContainer
{
	width: 760px;
	
}
		.masterContainerLeft
		{
			width: 360px;
			float: left;
			border: solid 1px #ccc;
		}
		
		.masterContainerMiddle
		{
			width: 30px; 
			text-align: center; 
			float:left; 
			font-size:16px; 
			color:#777; 
			font-weight: bold;
		}
	
		.masterContainerRight
		{
			width: 360px;
			background-color: #eee;
			float: left;
			border: solid 1px #ccc;
		}
		

		.masterContainer dl
		{
			margin: 5px 0 0 0;
			padding: 0;
			float: left;
			width: 370px;
		}
		
		.masterContainer dl dt
		{
			margin: 0;
			padding: 0px 5px 0 0;
			width: 150px;
			float: left;
			text-align: right;
			voice-family: "\"}\"";
			voice-family: inherit;
			width:150px;
		}
		.messageCouponContainer
		{
			width: 760px;
			height: 135px;
		}
		
		.messageContainerLeft
		{
			height: 135px;
			width: 365px;
			float: left;
			border: solid 1px #ccc;
		}
		.messageCouponMiddle
		{
			width:15px;
			float:left; 
		}
		
		.couponGiftCodeRight
		{
			height: 135px; 
			width: 365px;
			background-color: #fff;
			float: left;
			border: solid 1px #ccc;
		}
	.PaymentContainerLeft
	{
		width: 365px;
		height: 285px;
		float: left;
		border: solid 1px #ccc;
	}
	.PaymentContainerMiddle
	{
		width: 15px;
		float: left;
	}
	.PaymentContainerRight
	{
		width: 365px;
		float: left;
		border: solid 1px #ccc;
		background-color:#FFF;
		height: 285px;
	}
.CompleteOrder
{
	width: 100%;
	text-align: center;
	padding: 20px 0px 10px 0px;
}

.inputTypeText
{
	width: 175px;
	font-size: 14px;
}
		.forgotPassword
		{
			width: 350px;
			padding: 10px 0px 10px 0px;
			text-align: center;
		}
		
		.messageText
		{
			text-align:center; 
			width: 340px; 
			padding: 3px 0px 3px 25px;
		}
		.checkoutcontainer
		{
			width:350px; float: left; padding-bottom: 5px; padding-top: 5px;
		}
		.checkoutcontainerCoupon
		{
			width:360px; 
			float: left; 
			padding-bottom: 5px; 
			padding-top: 5px;
			padding: 25px 0 0 0px;
		}
		.checkoutMultipleCodescontainer
		{
			width:365px; 
			float: left; 
			padding-bottom: 5px; 
			padding-top: 15px;
		}
		.checkoutMultipleCodescontainerLeft
		{
			width: 150px;
			padding-left: 85px;
			float: left;
		}
		.checkoutMultipleCodescontainerRight
		{
			width: 120px;
			float: left;
		}
		.countryinfo
		{
			padding-left: 155px;
		}
		.phoneformat
		{
			padding-left: 118px;
		}
		.checkoutcontainerCoupon div.checkoutcontainerLeft
		{
			width:150px; float: left;text-align:right;padding-top: 5px;
		}	
		.checkoutcontainerCoupon div.checkoutcontainerRight
		{
			width:195px; float: left; padding-left: 5px; 
		}	
		.checkoutcontainer div.checkoutcontainerLeft
			{
				width:150px; float: left;text-align:right;padding-top: 5px;
			}
		.checkoutcontainer div.checkoutcontainerRight
			{
				width:195px; float: left; padding-left: 5px; 
			}
		.checkoutcontainerEmailSignUp
			{
				text-align:left; font-size:11px;
				float: right; 
				padding: 0px 10px 0px 10px;
			}
		.checkoutcontainer div.checkoutcontainerEmailSignUpStep2
			{
				text-align:left; padding-right: 5px; padding-left: 20px; padding-top: 0px; font-size:11px;
			}
		.checkoutcontainer .addressCountryStateContainer
			{
				width:350px; float: left; padding-bottom: 5px; padding-top: 5px;
			}
			
    	.checkoutcontainer .addressCountryStateContainerLeft
			{
				width: 150px;
				float: left;
				text-align: right;
				padding-right: 5px;
				font-weight: bold;
			}
			.checkoutcontainer .addressCountryStateContainerLeftRight
			{
				width: 150px;
				float: left;
			}
			/*
		.checkoutcontainer dl dt
		{
			width: 150px;
		}
		.checkoutcontainer dd
		{
			width: 150px;
		}
		*/
		.emailPasswordContainer
		{
			width: 350px;
		}
		.emailPasswordContainerLeft
			{
				width: 120px;
				float: left;
				padding-right: 2px;
				padding-top: 2px;
				text-align: right;
			}
		.emailPasswordContainerMiddle
			{
				width: 150px;
				padding-right: 10px;
				float: left;
			}
		.emailPasswordContainerRight
			{
				/*width: 25px;*/
				float: left;
			}

.checkoutBottomContainer
{
	width: 750px;
	padding: 15px 0px 5px 0px;
}
	.checkoutBottomContainerLeft
	{
		width: 300px;
		float: left;
	}
	.checkoutBottomContainerMiddle
	{
		width: 157px;
		padding-top: 5px;
		float: left;
	}
	.checkoutBottomContainerRight
	{
		padding-left: 175px;
		float: left;
		padding-top: 5px;
	}

.inputTypeSmallDDL
{
	font-size: 14px;
	width: 180px;
}
.checkoutStep2Continue
{
	width: 250px;
	padding-left: 250px;
	padding-top: 20px;
	height: 50px;
}
.required
{
	color: red;
	font-family: Arial;
	font-size: 12px;
}
.orderTotalsCheckout, .orderTotalsNoDropDown 
	{
		width: 100%;
		text-align: right;
	}
	
	.orderTotalsCheckout td, .orderTotalsNoDropDown td
		{
			padding: 3px;
			border-right: 0px solid white;
		}
	
	/*.orderTotals .colOne, .orderTotalsNoDropDown .colOne
		{
			font-weight: bold;
			width: 210px;
		}*/
		
	.orderTotalsCheckout .descriptorsCheckout, .orderTotalsNoDropDown .descriptorsCheckout
		{
			text-align: right;
			width: 665px;
		}
		
	.orderTotalsCheckout .amountsCheckout
		{
			background-color: #DEDBDE;
			font-weight: normal;
			text-align: right;
			border-top: 1px solid #fff;
		}
				
	* html .orderTotalsCheckout .amountsCheckout
		{
			width: 88px;
		}
		
	* html .checkOut .orderTotalsCheckout .amountsCheckout
		{
			width: 75px;
			padding: 0 0 0 0;
		}
	.subAmountsNew
	{
		width: 75px;
	}
	.amountsNew
	{
		font-size: 16px;
		font-weight: bold;
		padding: 3px;
		color: #009900;
		width: 75px;
	}
	
	
	
	#bottomPanes
		{			
			display: block;
			height: 135px;
			padding-top:10px;
			width: 100%;			
		}
		#bottomPanes #leftPane
			{
				display: block;
				float: left;
				width: 370px;
			}
			#personalizedMsgPane
				{
					width:370px;
				}
		#bottomPanes #spacerPane
			{
				display: block;
				float: left;
				width: 10px;
			}
		#bottomPanes #rightPane
			{
				display: block;
				float: left;
				width: 370px;
			}	
			#bottomPanes #rightPane #couponPane
				{
					display: block;
					padding-bottom: 10px;					
				}			
			#bottomPanes #rightPane #gcPane
				{
					display: block;
				}
			
		#bottomPanes div.paneTitle
			{
				display: block;
				height: 25px;
				width: 370px;
			}
			#bottomPanes div.paneTitle .titleText
				{
					color:#777777;
					font-size:18px;
					font-weight:bold;
					float: left;
					width: 310px;
				}
			#bottomPanes div.paneTitle .titleTextNW
				{
					color:#777777;
					font-size:18px;
					font-weight:bold;
					float: left;
					/*width: 285px;*/
				}
			#bottomPanes div.paneTitle .titleAnchor
				{
					float: left;
					padding-left: 10px;
					padding-top: 5px;
					margin-right: 0px;
					padding-right: 0px;
				}
		#bottomPanes div.paneBody
			{
				border: 1px solid #CCCCCC;
				height:100%;
				display: block;
				float:left;
			}
			#personalizedMsgPane div.paneBody
				{
					height: 115px;
				}
				
			#bottomPanes div.paneBody .panelText
				{
					font-family: Arial;
					font-size: 12px;
					padding: 10px 5px 5px 5px;
				}
			#bottomPanes div.paneBody .panelTextMM
				{
					font-family: Arial;
					font-size: 12px;
					padding: 10px 15px 10px 15px;
				}
			#bottomPanes div.paneBody .enterCodeInput
				{
					display: inline;
					float: left;
					padding-left: 15px;
					padding-top: 17px;
					padding-bottom: 10px;
				}
			#bottomPanes div.paneBody .enterCodeApply
				{
					float: left;
					padding-top: 15px;
					padding-left: 10px;
				}
			#bottomPanes div.paneBody .gcSuccessFailMsg
				{
					font-weight: bold;					
					float: left;
					display: block;
					padding: 5px 5px;
					width: 355px;
					text-align: justify;
				}
				#bottomPanes div.paneBody .gcSuccessFailMsg .giftCertFailure
					{
						color: #E6002D;
					}
				
	.bnrtxt6 a.span
		{
			float: left;
		}		

#captchaImage
{
	height: 40px;
	border: none;
	display: block;
	float: left;
}
	#captchaImage img
	{
		padding: 5px 0 0 155px;
	}
#captchaEntry
{
	display: block;
	float: left;
	width: 205px;
	padding: 5px 0 5px 45px;
}


#giftCouponWrapper
	{
		border:1px solid #CCCCCC;
		display:block;	
		height: 35px;
		margin-top: 20px;
	}
	#giftCouponWrapper .gcTitle
		{
			color: #777;
			float:left;
			font-weight:bold;
			font-size: 20px;
			margin: 5px 10px 0pt 10px;
		}
	#giftCouponWrapper .enterCodeInput
		{
			margin: 5px 10px 0pt 5px;
			float: left;
		}
	#giftCouponWrapper .enterCodeApply
		{
			margin-top: 5px;
			margin-left: 5px;
			float: left;
		}
	
	#giftCouponWrapper a.bnrtxt6, #giftCouponWrapper a.bnrtxt6:visited 
	{
		float:left;
		font-family:Arial;
		font-size:12px;
		font-weight:normal;
		letter-spacing:1px;
		margin-top: 10px;
		margin-right: 5px;
		text-decoration:underline;
	}
	
	/*****************/

.header
{
	display:none;
}
.topNav
{
	display:none;
}

.OrderConfirmationHeader 
{
	color:#000000;
	height:34px;
	padding:10px 0 20px;
	width:750px;
}

.OrderConfirmationHeaderLeft
{
    color:green;
	padding-right:40px;
    font-size:20px;
    font-weight:bold;
    float:left;
    width:180px;
}

.OrderConfirmationHeaderRight
{
	float:left;
    width:530px;
}

.OrderConfirmationHeaderDate
{
    padding:5px 10px 0 10px;
    float:left;
}

.OrderConfirmationHeaderRefNum
{
	float:right;
        padding: 5px 10px 0 10px;
    
}
.OrderConfirmationHeaderOrderNum
{
    float:right;
    padding: 5px 10px 0 10px;
}
.OrderConfirmationText
{
	float:left;
	width:750px;
}

.OrderConfirmationBottom
{
	display:none;
}

.orderItemContainer
{
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	width:750px;
}

.altOrderItem
{
	border-bottom:1px solid #CCCCCC;
}

.orderItemContainerWrapper
{
	width: 750px;
}

.orderItemContainerWrapper th
{
	font-weight:bold;
	letter-spacing:1px;
	padding:10px;
}

.orderItemContainerWrapper td
{
	vertical-align:top;
	padding:10px;
}

.orderItemContainerWrapper .productName
{
	width:250px;
}

.orderItemContainerWrapper .itemNum
{
	padding:10px 10px 10px 0;
	text-align:center;
	width:40px;
}

.orderItemContainerWrapper .qty
{
	padding:10px 10px 10px 0;
	text-align:center;
	width:20px;
}

.orderItemContainerWrapper .option
{
	padding:10px 10px 10px 0;
	text-align:center;
	width:35px;
}

.orderItemContainerWrapper .itemPricePer
{
	padding:10px 10px 10px 0;
	text-align:center;
	width:63px;
}

.orderItemContainerWrapper .itemPrice
{
	padding:10px 10px 10px 0;
	text-align:center;
	width:70px;
}

.orderItemContainerHeader
{
	color:#000;
	background-color:#EEEEEE;
}
	
		
.OrderConfirmationBody
{
	padding:10px 0 10px;
	width:750px;
}

.AddressInfo
{
	width:750px;
    border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
    height:230px;
}

.BillingInfo
{
	float:left;
    width:225px;
	padding:10px 0 0 20px;
}

.ShippingInfo
{
	float:left;
    width:225px;
	padding:10px 0 0 10px;
}

.OrderTotals
{
	float:left;
	width:250px;
    padding:10px 0 0 10px;
}

.FFAddressDisplay .addressHeader 
{
	background-color: #fff;
	color: #000;
	font-weight: bold;
	padding:5px 5px 10px;
	font-size:13px;
}

.FFAddressDisplay .addressSubHeader
{
	background-color: #fff;
	color: #000;
	padding:5px 5px 0;
}

.OrderPaymentItem
{
	clear:both;
}

.OrderPaymentItemLabel
{
	float:left;
	padding-left:50px;
	line-height:24px;
}

.OrderPaymentItemValue
{
   float:right;
   padding-right:25px;
   line-height:24px;
}

.OrderTotalText
{
	font-size:14px;
	font-weight:bold;
}

.OrderTotalValue
{
	font-size:14px;
	font-weight:bold;
	color:Red;
}

.Red
{
	color:Red;
}

.Negative
{
	color:Red;
}

.ReceiptSection
{
	float:left;
	padding-top:20px;
	width:750px;
}
.PrintReciept
{
	float:left;
	font-size:11px;
	padding:10px 35px 0 25px;
	width:480px;
}
.FanCashEarned
{
	font-size:14px;
	font-weight:bold;
	padding:10px 0 0 25px;
}
.FanCashEarnedValue
{
	color:green;
	font-weight:bold;
	padding-left:7px;
}
.PrintReceiptText
{
	padding-left:5px;
}
