/* --------------------------------------------------------------------------
	Products
	#products 
-------------------------------------------------------------------------- */
#dummy{}
/* -- */

#products
	{
	width: 99%;
	margin: 20px 0px 10px 0px;
	}
#products ul
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#products ul li
	{
	list-style: none;
	margin: 0px 0px 10px 0px;
	width: 99%;
	border-bottom: 1px dotted #C0B68B;
	padding: 0px 0px 10px 0px;
	}
#products ul li a.photo
	{
	display: block;
	width: 100px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-indent: -9000px;
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #C0B68B;
	}
#products ul li a.invisible
	{
	visibility: hidden;
	}
#products ul li a.title
	{
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	margin: 0px 10px 10px 112px;
	font-size: 12pt;
	font-family: Arial,Helvetica,sans-serif;	
	font-weight: bold;
	color: #000000;
	display: block;
	}
#products ul li .description
	{
	margin: 0px 0px 10px 112px;
	}
#products ul li a.price
	{
	margin: 0px 0px 4px 112px;
	padding: 0px 0px 0px 22px;
	display: block;
	color: #39311C;
	height: 14px;
	background: url(../Images/price.png) no-repeat 0px 0px;
	text-decoration: none;
	cursor: default;
	}
#products ul li a.more
	{
	margin: 0px 0px 4px 112px;
	padding: 0px 0px 0px 22px;
	display: block;
	color: #39311C;
	height: 14px;
	background: url(../Images/zoom.png) no-repeat 0px 0px;
	text-decoration: none;
	}
#products ul li a.addtocart
	{
	margin: 0px 0px 4px 112px;
	padding: 0px 0px 0px 22px;
	display: block;
	color: #39311C;
	height: 14px;
	background: url(../Images/cart.png) no-repeat 0px 0px;
	text-decoration: none;
	}
#products ul li a.price: hover
	{
	background: url(../Images/price.png) no-repeat 0px -14px;
	}
#products ul li a.more: hover
	{
	background: url(../Images/zoom.png) no-repeat 0px -14px;
	text-decoration: underline;
	}
#products ul li a.addtocart: hover
	{
	background: url(../Images/cart.png) no-repeat 0px -14px;
	text-decoration: underline;
	}