/* Header - Navigation Bar - Bar and Border */
.Header_NavBarCells        { background: #0000FF; }
.Header_NavBarBorderLeft   { background: #0000FF; }
.Header_NavBarBorderRight  { background: #0000FF; }
.Header_NavBarDivider      { width: 2; background: url(); }


/* Header - Navigation Bar - Buttons */
.Header_NavBarButtonText   { color: red; }

/* If featured items present, deviders for the table */
.FeaturedProdDividers      { width: 2; height: 2; background: #0000FF; } /* Light Blue */
#FeaturedProdCaption       { color: #4D4D4D; font-size: 160%; font-weight: bold; } /* Dark Grey */

/* User Styles */
.TextBoxFrame  { background: #0000B3; } /* Dark Blue  */
.TextBoxFrame2 { background: #B3B3B3; } /* Light Grey */

/*  Our Navigation   */

#nav {
	border:0px solid #111111;
	background-color: #C8C8FF;
	padding:7px;
	align:middle; text-align:center;
}

/*  Our Navigation   */

#nav #header { font-size: 160%; font-weight: bold; text-align:center; white-space:nowrap; margin-bottom:7pt; }

#nav a.navbutton {
	text-decoration: none;
	font-size: 100%;

	width:170px; 
	height:auto;
	display: block;
	
	margin:7px 0 7px 0px;
	padding:4px;
	
	color: #FFFFFF;
	background-color: #0000FF; 
	border:3px solid #0000B3;
}

#nav a.navbutton:hover {
	color: #FFFFFF;
	background-color: #0000B3;
	border:3px solid #0000FF;
}

#nav .spacer { margin-bottom:10pt; }

#nav p { margin-top:10px; margin-bottom:10px; }



.caption { color: #0000B3; }



/* Product Pages */

.ItemDescription { clear:both; }
.ItemDescription .RightFloater { float:right; padding-left:1em; clear:both; }
.ItemDescription .FirstCap { font-weight:700; font-size:2em; }
.ItemDescription p { margin-bottom:0; }
.ItemDescription .Inset p { margin:0 1em .5em 1.5em; }
.ItemDescription .Inset ul { margin:0 1em .5em 2.5em; }
.ItemDescription .Inset ol { margin:0 1em .5em 3em; }

.CenterEmphasis { text-align:center; font:1.7em; font-weight:700; margin:.5em; clear:both; }
.EmphasisUpper { text-transform:uppercase; color:#008000; }

#ShAndHTable			{ width:36em; }
#ShAndHTable .header	{ padding-top: .2em; padding-bottom: .2em; font-size:1.4em; font-weight:bold; }
#ShAndHTable .subheader	{ padding-top: .2em; padding-bottom: .2em; font-size:1.2em; font-weight:bold; }
#ShAndHTable .LeftCell	{ padding:0 .3em 0 1em; text-align:right; vertical-align:top; }
#ShAndHTable .TextBox	{ width:100%; padding:.2em; }
#ShAndHTable .TextBox p	{ margin:.3em; }

.StoreHidden			{ display: none; }
.AuctionHidden			{  }



/*
0000B3	Dark Blue
0000FF	Light Blue
6B6BB3	Purpolish Blue
B3B3B3  Light Grey
4D4D4D  Dark Grey
*/
