html{ 
	height: 100%; 
	width: 100%;
	border: 0; 
	padding: 0; 
	margin: 0; 
}

body 
{
	background-color: #FFFFFF;
	height: 100%; 
	width: 100%;
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-family: Arial;
}

a:visited, a:link, a:active 
{
	color: #0000CC;
}

h1 
{
	font-size: 130%;
}

h2 
{
	font-size: 110%;
	background-color: #99cdff;
	color: #353365;
	width: 100%;
	padding: 0.25em 0;
	margin: 0;
}

form 
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#SeriousErrorLabel
{
	font-weight: bold;
	color: Red;
	display: block;
}

#CriticalErrorLabel
{
	font-weight: bold;
	color: Red;
	display: block;
}

#pageContainer 
{
	background-color: #FFFFFF;
	border-left: solid 1px #c4e7fb;
	border-right: solid 1px #c4e7fb;
	width: 761px;
	margin-left: -380px;
	left: 50%;
	text-align: left;
	position: relative;
}

#areaMast {
	background-color: #cfe3fb;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}


#areaMast .cap 
{
}

#areaMast ul
{
	margin: 0;
	padding: 0.25em 0 0.25em 0;
	text-align: right;
	background: #c4e7fb url(../../images/interface/contactbar_left.jpg) no-repeat center right;
}
	
#areaMast ul li
{
	display: inline;
	margin: auto 2px;
	font-weight: bold;
	color: #F9EFB9;
}
#areaMast ul li a
{
	color: #ffffff;
}

#areaLeftNav {
	width: 156px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

#areaLeftNav h2 
{
	font-size: 90%;
	font-style: italic;
}

#areaLeftNav .QuickSearch 
{
	border: 0;
	padding: 0;
	margin: 0;
}

#areaLeftNav .AisleCatNavPanel 
{
}

#areaLeftNav .AisleCatNavPanel a 
{
}

#areaLeftNav .AisleCatNavPanel a.aislelink
{
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
	clear: both;
	display: block;
	padding: 0.2em;
	background-color: #313493;
	border: solid 1px #99CDFF;
	color: #FFFFFF;
}

#areaLeftNav .AisleCatNavPanel a.categorylink
{
	text-decoration: none;
	font-weight: bold;
	font-size: 70%;
	clear: both;
	display: block;
	padding: 0.2em 0.2em 0.2em 1em;
	height: 100%;
	background-color: #313493;
	border: solid 1px #99CDFF;
	color: #FFFFFF;
}

#areaLeftNav .AisleCatNavPanel a:active 
{
	color: #010066;
}

#areaLeftNav .AisleCatNavPanel div a:active 
{
	color: Black;
}

#areaLeftNav .AisleCatNavPanel a.aislelink:hover,
#areaLeftNav .AisleCatNavPanel a.categorylink:hover
{
	background-color: #339933;
}

#areaLeftNav .IntroText 
{
	font-weight: bold;
	padding: 0.7em;
	font-size: 80%;
	display: block;
	color: #000067;
	background-color: #339933;
}

#areaLeftNav .IntroText em
{
	color: #FFFFFF;
	font-style: normal;
}

#areaContent {
	background-color: #FFFFFF;
	width: 585px;
	margin: 0.5em;
	position: relative;
	top: 0px;
	left: 0px;
	float: right;
}

#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%;
}

	.SearchQueryInHeading 
	{
		color: #ffa209;
	}
	
	/* PRODUCTGRIDCONTAINER ### */
	
	#ProductGridContainer table 
	{
		border: none 0px;
		border-top: 1px solid #010066;
		width: 585px;
		margin-top: -3px;
	}
		#ProductGridContainer th 
		{
			padding: 0.4em;
			border-bottom: 1px solid #010066;
		}

		#ProductGridContainer table tr.AltRow
		{
			background-color: #FFF3B2;
		}
			
			#ProductGridContainer table tr.AltRow .OnSpecialTag
			{
				font-weight: bold;
				font-style: normal;
				color: Red;
			}
			
		#ProductGridContainer table tr
		{
			background-color: #FFFFFF;
			font-size: 85%;
		}
		
			#ProductGridContainer table tr td 
			{
				border: none 0px;
				border-bottom: 1px solid #010066;
				padding: 0.2em;
				height: 60px;
			}

				#ProductGridContainer table tr td.col_start
				{
					width: 20px;
					padding-left: 5px;
					padding-top: 5px;
					vertical-align: text-top;
				}
				
				#ProductGridContainer table tr td.col_mid
				{
					width: 100%;
				}
				
				#ProductGridContainer table tr td.col_end
				{
					width: 100%;
				}
				
	/* ### PRODUCTGRIDCONTAINER */
	
.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;
	}
	
div.CartSum 
{
	border: none 0px;
	width: 585px;
	border-bottom: 1px solid #010066;
	padding: 0.2em;
	height: 20px;
	background-color: #FFF3B2;
	text-align: right;
	font-weight: bold;
	font-size: 80%;
}

span.CartSumA 
{
	padding-right: 5px;
}

span.CartSumB 
{
	text-align: right;
	width: 50px;
	margin-right: 115px;
}
	
	/* PRODUCTDETAILPAGE ### */
	


	/* ### PRODUCTDETAILPAGE */

 
#areaFooter {
	background-color: #c4e7fb;
	font-size: 70%;
	padding: 1em 0;
	width: 761px;
	height: 1.5em;
	position: relative;
	bottom: 0px;
	left: 0px;
	text-align: center;
	clear: both;
	margin-top: 2em;
}

#ContentFooter 
{
	clear: both;
	text-align: center;
	margin-top: 1em;
}

#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;
}

.CatDescBrowse 
{
	padding-top: 1em;
	padding-bottom: 2em;
	display: block;
	font-size: 80%;
}

.SpecialsLink
{
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
	clear: both;
	display: block;
	padding: 0.7em;
	text-align: center;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #CDFFCC;
}
.SpecialsLink a
{
	color: #0100CA;
}

a.linklistitem 
{
	display: block;
	clear: both;
	margin-bottom: 0.2em;	
}

.CartCheckoutButton 
{
	margin-top: 2em;
	text-align: right;	
}


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;
	display: none; /* Added by NBOEHM 20070322 */
}

.CartOutOfStockMsg 
{
	background-color: #FF0000;
	color: #FFFFFF;
	border: solid 1px Red;
	display: block;
	padding: 5px;	
}