#categories-menu {
	border-left: 1px solid black;
	color: black;
	float: right;
	margin: 0 0 1em 1em;
	padding: 1em;
	width: 15em;
}

	#categories-menu h1 {
		font-size: 1em;
		margin: 1em 0.5em 0.5em 0.5em;
	}
	
		#categories-menu h1:first-child {
			margin-top: 0;
		}

	#categories-menu ul {
		margin: 0;
	}
	
		#categories-menu ul li {
			background: url( ../media/images/tandem/bullets/normal.gif ) top left no-repeat;
			margin: 0;
			padding: 0 0 0 2em;
			list-style-type: none;
		}
		
			#categories-menu ul li a {
				color: black;
			}
			
				#categories-menu ul li a:hover {
					color: #61660A;
				}
		
			#categories-menu ul li.selected {
				background: url( ../media/images/tandem/bullets/selected.gif ) top left no-repeat;
				color: #993333;
			}

	#categories-menu p {
		margin-bottom: 0;
	}
	
div.product {
	border-bottom: 1px solid black;
	float: left;
	margin-bottom: 1em;
	padding-bottom: 1em;
	margin-top: 0;
	width: 300px;
	_width: 335px; /* IE6 can suckit */
}

	div.product h1 {
		background-color: white;
		border: 1px solid #61660A;
		color: black;
		font-size: 1em;
		font-weight: normal;
		padding: 0.25em;
		margin-bottom: 1em;
	}
	
	#body div.product form {
		padding: 0;
	}

	div.product img {
		float: left;
		margin: 0 1em 1em 0;
	}
	
	div.product select {
		font: 8pt "Trebuchet MS", Tahoma, sans-serif;
	}
