@charset "utf-8";
/* CSS Document */

ul
{	width: auto;
}

#products
{	padding: 0 25px 25px 25px;
	width: 640px;
}

#products h2
{	background: #eee;
	clear: both;
	display: block;
	padding: 5px;
	width: 100%;
}

#products h3
{	font-size: 1em;
	font-weight: bold;
}

#products h2 a
{	color: #934842;
	text-decoration: none;
}

#products div.item-listing
{	padding-bottom: 50px;
}

#products .imgleft
{	display: block;
	float: left;
	margin: 10px;
	padding: 10px;
	text-align: center;
	width:	25%;
}

#products .listright
{	background: none;
	display: block;
	float: right;
	list-style: none;
	padding: 10px;
	text-align: left;
	width: 65%;
}

#products .listright li
{	font-weight: bold;
	padding-bottom: 10px;
}

#products p.top
{	clear: both;
	font-size: .9em;
	text-align: right;
}

.level2
	{	padding-left: 20px;
	}
	
.level3
	{	padding-left: 40px;
	}
	
table
	{	border: 0px;
		clear: both;
		margin: 0px auto;
		padding-bottom: 20px;
		width: 90%;
	}
	
td
	{	border: 1px solid #000;
		font-size: 10px;
		padding: 5px;
	}

