* {
	font-family: "Palatino Linotype", Palatino,Times, "Times New Roman";
	font-size: 12px;
}
body {
	background-color: #cc9;
	margin: 10px;
}
hr {
	height: 2px;
	border: none;
	color: #c60;
}
.message {
	color: #c60;
	font-weight: bold;
}
.small {
	font-size: 10px;
}
/**** Page Elements ****/
#header {
	border: 3px solid #930;
	background-color: white;
	padding-left: 5px;
}
#content {
	border: 3px solid #993;
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	width: 560px;
}
#content h1 {
	font-size: 20px;
	text-align: center;
	border-bottom: 2px solid #993;
}
#content a {
	text-decoration: underline;
	color: #930;
}
#footer {
	border: 3px solid #930;
	background-color: white;
	width: 400px;
	padding: 4px;
	text-align: center;
	font-size: 12px;
	line-height: 13px;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #930;
}
#topnav a {
	text-decoration: none;
	background-color: white;
	color: #930;
	font-size: 12px;
	font-weight: bold;
}
#topnav a:active, #topnav a:hover {
	background-color: #993;
	color: black;
}
#bottomnav {
	text-align: center;
	clear: both;
}
/** Gallery items **/
.gallerylist td {
	padding: 10px;
}
/** Gallery description **/
.data {
	position: absolute;
	left: 400px;
	width: 150px;
	padding: 4px;
	text-align: right;
	visibility: hidden;
}
.data h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	border-bottom: 1px solid #930;
}
.data p {
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}

/** Shopping cart **/
.cartitem {
	border: 1px solid black;
	margin-bottom: 5px;
	width: 400px;
}
.cartitem td {
	font-size: 12px;
}
.cartitem th {
	font-size: 14px;
}
.cartitem .header td {
	background-color: #cc6;
	font-weight: bold;
	color: #330;
}
.cartitem .subtotal td {
	font-weight: bold;
}
.cartitem a {
	color: #930;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.cartitem input[type=submit] {
	width: 100%;
	border: 3px outset #c60;
	background-color: #ffc;
	font-weight: bold;
}
.cartitem input[type=submit]:active, {
	border-style: inset;
}
.cartitem .error {
	empty-cells: hide;
	color: #c60;
	font-weight: bold;
}
.cartitem button {
	width: 100%;
	border: 3px outset #930;
	background-color: #ffc;
	font-weight: bold;
}
.cartitem button:active {
	border-style: inset;
}
.cartitem .small {
	font-size: 10px;
}

