BODY { 	
	font-family: "Arial", sans-serif;
	/*background-color: #ccffcc;*/
}

H1, H2 {
	margin-bottom: 0.1em;
}

.error_message {
	color: white;
	background-color: red;
}

P.subtitle {
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 0px;
}

	
.navigationBar, .navigationBarSelected, .navigationBarUnselected { 
		/*background-color: gray;*/
		font-size : x-small; 
		
		font-weight: bold;
		}

.navigationBarSelected { 
		background-color: #8577EB;
		color: #FFF570;
		
		border-style: solid;
		border-color: black;
		border-top-width: 1;
		border-bottom-width: 0;
		border-left-width: 1;
		border-right-width: 1;
}

.navigationBarUnselected { 
		background-color: #2E4A5E;
		
		border-style: solid;
		border-color: gray;		
		border-top-width: 1;
		border-bottom-width: 1;
		border-left-width: 1;
		border-right-width: 1;

}

.navigationBarUnselected A{ 
		color: white;
		text-decoration: none;
}

.navigationBarUnselected A:hover{ 
		text-decoration: underline;
}




.categoryTable {
}

.productHeading {
		font-size: 75%;
		text-align: center; }
		
.productDescription {
		font-size: 75%;
		text-align: center; }

.productImage {
		text-align: center; }

.productPrices {
		font-size: 75%;
		text-align: center; }
		
.addToCartButton {
		text-align: center; }

.smallControl {	
		text-align: center;
		font-size: 75%; }
.footer {
		font-size: 75%;}
		
.page_header_table {
	width: 100%;
} 

.product_cell {
	border-top: 	solid	silver	1;
	border-left: 	solid	silver	1;
	border-bottom: 	solid	gray	1;
	border-right: 	solid	gray	1;
	
}

/************************** Shopping Cart ******************************/

TABLE.shopping_cart {
	width: 60%;
}

TABLE.shopping_cart TH {
	background-color: #dddddd;
}


TABLE.shopping_cart TD.currency, TH.currency {
	text-align: right;
	font-family: monospace;
}

TABLE.shopping_cart TD.delete  {
	text-align: right;
}

TABLE.shopping_cart TH.total  {
	text-align: right;
}

/************************** Editor Stats ******************************/

TR.stats_row {
	color: black;
}

TR.stats_row_spider {
	background-color: silver;
}