﻿body {
	background-color: black;
}
#container { 
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 16px;
	min-width: 350px;
	max-width: 650px;
	color: white;
}
#header {
	display: block;
}
img { 
	border: none;
	max-width: 100%; 
}
ul { 
	font-size: 80%;
	padding-left: 3em;
}
ol { 
	padding: 0 0 0 0;
	margin: 0;
}
/* =================== Navigation Menu ================ */
nav {
	white-space: nowrap;
}
nav li {
	list-style: none; /* ======== none= no list bullets */
	float: left; /* === needed to position content area */
}
nav li a {
	display: inline-block; /*  inline = horizontal menu */
	font-size: 110%;
	text-decoration: none;
	padding: .2em .9em .2em .9em;
}
a:link, a:visited {
	color: white; /* =========== text color after click */
} 
a:hover, a:active {
	color: black; /* ===== text color during mouse-over */
} 
a:hover {
	background-color: white; /* color during mouse-over */
} 
/* =============== Product Description Pages ========== */
#page_content { 
}
#page_title {
	font-size: 125%;
	text-align: center;
	font-weight: bold;
	padding: .3em;
	margin: 0;
	clear: both;
}
.picture { 
	display: block;
}
.picture_wide { 
	display: block;
	max-height: 98px; 
	width: 100%;
}
.picture-title { 
	font-size: 115%;
	font-weight: bold;
	text-align: center;
	margin-top: .2em;	
	margin-bottom: .3em;
}
.description { 
	font-size: 85%;
	margin-top: 0;
	padding-left: 1.2em;
	padding-right: 1.2em;
}
#footer {
	text-align: center;
}
.cart {
	font-weight: bold;
	margin-left: 10px;
}
.form-submit-button {
	font-size: 110%;
	font-weight: bold;
	background: white;
	border: none;
	border-radius: .4em;
	padding: .25em .8em .25em .8em;
	margin-bottom: 1.5em;
	color: black;
}
.form-submit-button:hover {
	background: MediumSeaGreen;
}
