table#products-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 15px;
}

table#products-table td {
	padding: 5px;
	text-align: center;
	width: 170px;
	height: 180px;
}
table#products-table td a.image img {
	border: 2px solid #dbca85;
}
table#products-table td a.image {
	display: block;
	margin: 0px auto 10px;
}

table#products-table td a.title {
	font-weight: bold;
}

div#product a.image {
	float: right;
	margin: 0px 5px 10px 10px;
}

div#product h2.new {
	color: #269d00;
	font-size: 13px;
	margin: 0px 0px 15px 0px;
}

div#product .navigation {
	overflow: hidden;
	clear: both;
	margin: 20px auto 0px;
}

div#product .navigation a:hover {
	text-decoration: none;
}

div#product .navigation a.next {
	background: url(/htdoc/images/product.next.gif) no-repeat right;
	padding-right: 10px;
	float: right;
}
div#product .navigation a.prev {
	background: url(/htdoc/images/product.prev.gif) no-repeat left;
	padding-left: 10px;
	float: left;
}
div#product .navigation a {
	padding-top: 5px;
	height: 17px;
	text-decoration: none;
	font-weight: bold;
	color: #544b40 !important;
}


div#product a.image img {
	border: 2px solid #dbca85;
}
div#product table {
	border: none;
}
div#product table td {
	margin: 1px;
	background: #f0e3aa;
}
div#product table td h3 {
	padding: 5px 3px;
	margin: 0px;
	background: #f0e3aa;
	text-align: center;
}
