/* ================================================================================================== */
/* Generic Style Declarations */

body	{	background: #ffffff;
			color: #000000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 8pt;
			line-height: 150%;
			margin: 0px; }

hr		{	color: #cccccc;
			background-color: #cccccc; }

h1, h2, h3, h4, h5, h6, code, pre
		{	color: #000000;
			text-transform: none; }

h1		{	font-size: 12pt;
			font-weight: bold; }

h2		{	font-size: 10pt; }

h3		{	font-size: 9pt; }

h4, h5, h6	{	font-size: 8pt; }

code, pre	{	font-size: 8pt; }
a:link, a:visited
		{	text-decoration: underline;
			color: #000000; }

abbr:after, acronym:after
		{	content: " [" attr(title) "] "; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

.Content, #Content td.Content
		{	font-size: 8pt;
			background-color: #ffffff;
			color: #000000;
			padding: 0px; }

td.Content a:after
		{	content: " [" attr(href) "] ";
			text-decoration: none;
			display: inline; }

/* END Styles for content containers */
/* ================================================================================================== */







/* ================================================================================================== */
/* Intro Styles */

#Intro	{	background: none;
			margin: 10px 0 0 0;
			padding: 0;
			width: 100%; }

#Intro .IntroText, #Intro .IntroImage
		{	display: none; }

#Intro .HomeContent, #Intro .Links
		{	float: none;
			width: 100%;
			background: none;
			margin: 0;
			padding: 0; }			
			
#Intro .HomeContent p
		{	margin: 0;
			color: #000000;
			font-weight: bold;
			font-size: 11px; }
			
#Intro .Links
		{	display: none; }
		
#SearchForm
		{	display: none; }



/* END Intro Styles */
/* ================================================================================================== */







/* ================================================================================================== */
/* Featured Items Styles */

.FeaturedItems
		{	display: none; }


ul.DropDown
		{	display: none; }
		
/* END eatured Items Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Home Callout Styles */

#HomeCallout
		{	margin: 0; }
		
#HomeCallout h1
		{	background: none;
			padding: 0px;
			margin-bottom: 10px; }
			
#HomeCallout h2
		{	color: #000000; }			

#HomeCallout td
		{	width: 33%;
			margin: 0px;
			padding: 0 7px;
			border-right: 1px solid #000000; }
		
#HomeCallout td div
		{	margin: 0px;
			padding: 0 10px 0 25px; }

#HomeCallout ul
		{	list-style: square outside none; 
			margin: 0;
			padding: 0 15px; }

/* END Home Callout Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Footer Styles */

#Footer a:link, #Footer a:visited
		{	text-decoration: underline;
			color: #000000; }

#Footer, #Footer div, #Footer a
		{	color: #000000;
			font-size: 6pt;
			background: none; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread a:link, #Bread a:visited
		{	text-decoration: underline;
			color: #000000; }

#Bread		{	color: #000000;
			font-size: 6pt; }

#Bread > a:after
		{	content: ""; }

/* END Breadcrumb Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Data Table Styles */

table.Data	{	border-collapse: collapse;
			border: 1px solid #000000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 8pt; }

table.Data td	{	border: 1px solid #000000;
			font-size: 8pt; }

table.Data tr.NewRow td
		{	padding-top: 3px;
			border-top: 1px solid #000000; }

table.Data th	{	font-weight: bold;
			font-size: 8pt;
			color: #000000;
			background-color: #ffffff;
			border: 1px solid #000000; }

table.Data td table.Data td, table.Data td table.Data th, table.Data td table.Data
		{	border-color: #cccccc; }

table.Data .Totals
		{	background-color: transparent; }

table.Data .HideCol
		{	display: block; }

table.Data>.HideCol
		{	display: table-column; }

/* END Data Table Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Layout Styles */

.PrintOnly, #PrintLogo
		{	display: block; }

#Banner, #FlyOutNav, #PriNav, #SubNav, .NoPrint
		{	display: none; }

#Content, #Footer
		{	width: 100%; }

/* END Layout Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Shopping Cart Styles -- Class the table tag as Cart to use */

table.Data, #MiniCart, table.Cart td, table.Donations td, table.Cart th, table.Donations th, table.Data td, table.Data th, #Content table.Data td, #Content table.Data th
		{	border: 1px solid #000000; }

table.Data th, table.Data .Totals, table.Cart th, td.PaymentHeader, table.Donations th
		{	background-color: #ffffff;
			color: #000000; }

table.Cart tr td, table.Cart tr.SubTotal td, table.Cart tr.OrderTotal td, table.Cart tr.SubTotal th, table.Cart tr.OrderTotal th, #MiniCart table.Cart tr.SubTotal td, #MiniCart table.Cart tr.SubTotal th, table.Data tr.Divider th, table.Data tr.Divider td
		{	border-top: 3px double #000000; }

table.Data tr.NewRow td
		{	border-top: 1px solid #000000; }

table.Cart tr.ShippingTotal td, table.Cart tr.TaxTotal td
		{	border-top: 1px solid #000000; }

table.Cart tr td.ConfiguredText
		{	border-top: 1px solid #000000; }

input.CB	{	border: 2px solid #000000;
			background-color: #ffffff; }

/* END Shopping Cart Styles -- Class the table tag as Cart to use */
/* ================================================================================================== */
