html{ 
	height: 100%; 
	border: 0; 
	padding: 0; 
	margin: 0; 
} 
body{ 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	text-align: center;
	font-family: Arial;
}

a:visited, a:link, a:active 
{
	color: #0000CC;
}

#pageContainer 
{
	width: 761px;
	text-align: left;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

#pageContainerS
{
	width: 761px;
	text-align: left;
	height: 100%;
	position: relative;
}

#areaMast {
	height: 160px;
	width: 761px;
	position: relative;
	top: 0px;
	left: 0px;
}
 
#areaLeftNav {
	width: 156px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

#areaLeftNav .QuickSearch 
{
	border: 0;
	padding: 0;
	margin: 0;
	margin-left: 0.8em;
}
 
#areaContent {
	width: 580px;
	padding: 0.5em;
	position: relative;
	top: 0px;
	left: 0px;
	float: right;
	height: 80%;
}
 
#areaFooter {
	width: 761px;
	height: 1.5em;
	position: relative;
	bottom: 0px;
	left: 0px;
	text-align: center;
	clear: both;
	margin-top: 2em;
}

#areaMastS {
	height: 160px;
	width: 761px;
	position: relative;
	top: 0px;
	left: 0px;
}
 
#areaLeftNavS {
	width: 158px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	text-align: center;
}
 
#areaContentS {
	width: 603px;
	padding: 0.5em;
	position: relative;
	top: 0px;
	left: 0px;
	float: right;
	height: 80%;
}
 
#areaFooterS {
	width: 761px;
	height: 1.5em;
	position: relative;
	bottom: 0px;
	left: 0px;
	text-align: center;
	clear: both;
}

/**************************************************************/

h1 
{
	font-size: 130%;
}

h2 
{
	font-size: 110%;
}

form 
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#areaLeftNav h2 
{
	font-size: 90%;
	margin-bottom: 0.5em;
	margin-left: 0.8em; 
}

#SeriousErrorLabel
{
	font-weight: bold;
	color: Red;
	display: block;
}

#CriticalErrorLabel
{
	font-weight: bold;
	color: Red;
	display: block;
}

#ContentFooter 
{
	clear: both;
	text-align: center;
	margin-top: 1em;
	/*
	bottom: 0px;
	position: absolute;
	margin-bottom: 10px;
	text-align: center;
	width: 500px;
	margin-top: 6em;
	border: solid 1px purple;
	*/
}

#ContentFooter a 
{
	margin: 0.5em;
}

#Crumbs 
{
	font-size: 90%;
	width: 100%;
	background-color: #E4E4EF;
	margin-bottom: 10px;
	padding: 5px;
}

#SearchMetadata 
{
	font-size: 90%;
	width: 100%;
	background-color: #E4E4EF;
	margin-bottom: 10px;
	padding: 5px;
}

/**************************************************************/

#ProductGridContainer 
{
	
}

#ProductGridContainer table 
{
	border: solid 1px #000000;
	width: 100%;
}

#ProductGridContainer table th 
{
	padding: 0.4em;
}

/**************************************************************/

.ProductDetailContent 
{
	float: right;
	width: 358px;
}

	.ProductDetailContent .ProductDescription 
	{
		font-size: 80%;
		display: block;
		margin-bottom: 10px;
	}
	
	.ProductDetailContent .ProductSpecialBlurb 
	{
		color: Red;
		font-weight: bold;
		display: block;
	}
	
	.ProductDetailContent .ProductPrice
	{
		font-weight: bold;
		margin-bottom: 30px;
		display: block;
		font-size: 80%;
	}
	
	.ProductDetailContent .ProductAddCart 
	{
		border-top: solid 1px black;
		border-bottom: solid 1px black;
		height: 20px;
	}
	
		.ProductDetailContent .ProductAddCart table 
		{
			height: 40px;
			width: 100%;
		}
	
		.ProductDetailContent .ProductAddCart table tr td.LeftCol 
		{
			vertical-align: middle;
			font-size: 80%;
		}
		
		.ProductDetailContent .ProductAddCart table tr td.RightCol 
		{
			width: 20px;
		}
		
			.ProductDetailContent .ProductAddCart table tr td.RightCol img
			{
				cursor: hand;
			}
	
	.ProductDetailContent .ProductOptions
	{
		border-top: solid 1px black;
		height: 202px;
		overflow: auto;
	}
	
		.ProductDetailContent .ProductOptions div 
		{
		}
		
			.ProductDetailContent .ProductOptions div table
			{
				width: 100%;
			}
			
				.ProductDetailContent .ProductOptions div table tr
				{
					height: 40px;
				}
				
					.ProductDetailContent .ProductOptions div table tr td.LeftCol
					{
						border-bottom: solid 1px black;
						background-color: White;
						width: 40px;
					}
					
					.ProductDetailContent .ProductOptions div table tr td.MidCol
					{
						border-bottom: solid 1px black;
						font-size: 80%;
						padding-left: 0.5em;
					}
					
					.ProductDetailContent .ProductOptions div table tr td.RightCol
					{
						border-bottom: solid 1px black;
						width: 20px;
					}
					
						.ProductDetailContent .ProductOptions div table tr td.RightCol img
						{
							cursor: hand;
						}
	
	.ProductDetailContent .ProductVariations
	{
		height: 202px;
		margin-top: 20px;
	}
	
		.ProductDetailContent .ProductVariations strong
		{
			font-weight: bold;
			color: Blue;
			display: block;
			height: 20px;
		}
		
		.ProductDetailContent .ProductVariations div
		{
			border-top: solid 1px black;
			height: 202px;
			overflow: auto;
			width: 100%;
		}
	
			.ProductDetailContent .ProductVariations div table
			{
				width: 100%;
			}
			
				.ProductDetailContent .ProductVariations div table tr
				{
					height: 40px;
				}
				
					.ProductDetailContent .ProductVariations div table tr td.LeftCol
					{
						border-bottom: solid 1px black;
						width: 20px;
					}
					
					.ProductDetailContent .ProductVariations div table tr td.MidCol
					{
						border-bottom: solid 1px black;
						font-size: 80%;
					}
					
					.ProductDetailContent .ProductVariations div table tr td.RightCol
					{
						border-bottom: solid 1px black;
						width: 20px;
					}
					
						.ProductDetailContent .ProductVariations div table tr td.RightCol img
						{
							cursor: hand;
						}

.ProductDetailImage 
{
	width: 200px;
	float: left;
}

	.ProductDetail Image img 
	{
		width: 200px;
	}

/**************************************************************/

#areaContent .Description 
{

}

#areaContent .SpecialBlurb 
{
	color: #DD0000;
	font-size: 80%;
	font-weight: bold;
}

#areaContent .Volume 
{
	font-weight: bold;
}

#areaContent .Price 
{
	font-weight: bold;
	font-size: 90%;
}

#areaContent .Image 
{
	width: 200px;
	border: solid 1px #000000;
	position: relative;
	left: 0px;
	top: -40px;
	float: left;
	display: block;
}

#areaContent .Columns
{
	width: 33%;
	float: left;
	margin-bottom: 3em;
}

#areaContent a.AllCategoriesAisle
{
	font-weight: bold;
	padding-bottom: 0.3em;
	padding-top: 1.1em;
	display: block;
	text-decoration: none;
}

#areaContent a.AllCategoriesCat
{
	line-height: 1.2em;
	display: block;
	text-indent: 0.3em;
}

#areaContent a.LinkHeading, a:link.LinkHeading, a:visited.LinkHeading, a:active.LinkHeading
{
	display: block;
	margin-bottom: 0.3em;
	margin-top: 0.6em;
	font-weight: bold;
	font-size: 90%;
}

/**************************************************************/


.CatDescBrowse 
{
	padding-top: 1em;
	padding-bottom: 2em;
	display: block;
	font-size: 80%;
}

.AisleCatNavPanel 
{
	padding-left: 0.8em;
}

.AisleCatNavPanel a.aislelink
{
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
	clear: both;
	display: block;
}

.SpecialsLink, .SpecialsLink a:link, .SpecialsLink a:visited, .SpecialsLink a:active
{
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	clear: both;
	display: block;
	padding: 0.7em;
	text-align: center;
	width: 120px;
	color: red;
	font-weight:bold;
}
.SpecialsLink a:hover
{
	color: black;
}

.AisleCatNavPanel a.categorylink
{
	text-decoration: none;
	font-weight: bold;
	font-size: 70%;
	clear: both;
	display: block;
	margin-left: 5px;
}

.AisleCatNavPanel a:hover
{
	text-decoration: underline;
}

a.linklistitem 
{
	display: block;
	clear: both;
	margin-bottom: 0.2em;	
}

.CartCheckoutButton 
{
	margin-top: 2em;
	text-align: right;	
}

div.secureTransfer 
{
	width: 100%;
	height: 100%;
	margin-bottom: 35%;
	text-align: center;
	background-color: #FFFFFF;
}

div.secureTransfer span 
{
	font-family: Arial;
	font-size: 100%;
	width: 60%;
	background-color: #DDDDDD;
	border: solid 1px #000000;
	margin-top: 15%;
	padding: 20px;
}

div.form 
{
}

div.form div.row 
{
	clear: both;
	height: 30px;
}

div.form div.row span 
{
	width: 200px;
	text-align: right;
	margin-right: 10px;
	float: left;
}

div.form div.row input, select
{
	border: solid 1px #000000;
	float: left;
	margin-right: 5px;
	border-collapse: collapse;
}

#BackToPrevious 
{
	font-weight: bold;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 20px;	
	display: block;
	width: 400px;
}

.PostageNotice 
{
	text-align: center;
	margin-top: 1em;	
}

.OutOfStockTag 
{
	font-weight: bold;
	font-style: normal;
	background-color: Red;
	color: White;
	margin-left: 10px;
	padding: 1px;
	white-space: nowrap;
}

.CartOutOfStockMsg 
{
	background-color: #FF0000;
	color: #FFFFFF;
	border: solid 1px Red;
	display: block;
	padding: 5px;	
}