#nav {
	background-color: #333;
	background-image: url('/images/black_bg.png');
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 25px;
}

	#nav a {
		display: block;
		position: absolute;
		left: 10px;
		top: 0;
		height: 25px;
		width: 119px;
		border: 0;
		background-image: url('/images/mini_logo_black.png');
		text-indent: -9000px;
	}

#bd {
	margin-top: 3em;
}

h1 {
	font-size: 25px;
	font-family: trebuchet ms, tahoma, verdana;
	color: #333;
}

b.price {
	color: #b21600;
	font-size: 130%;
	font-weight: bold;
}

#price_table td {
	padding: 0.5em;
}

	#price_table tr.sum th, tr.sum td {
		border-top: 1px #333 solid;
		font-weight: bold;
		font-size: 100%;
	}
	
h2 {
	border-bottom: 1px #666 solid;
	font-size: 125%;
	font-family: georgia;
	color: #333;
	margin: 1em 0;
}

#images {
	overflow: hidden;
	display: block;
}
	#large_image {
		height: 300px; 
		width: 400px; 
		border: 1px #eee solid;
	}
	#large_image td {
		width: 400px;
		height: 300px;
	}
	#thumbs {
		float: left;
	}
	#thumbs img {
		cursor: hand;
		cursor: pointer;
		border: 1px #ccc solid;
		margin: 5px 5px 0 0;
	}
		#thumbs img:hover {
			border: 1px #000 solid;
		}
	
#product_description {
	padding: 2em;
	background: #B6CAEC;
	color: #333;
	line-height: 1.5;
}
span.required {
	color: red;
}