div.category
{
}
div.category div.image
{
	float: left;
	margin: 0 1em 1em 0;
}
div.category div.products
{
	clear: left;
}
div.category div.products div.product
{
	clear: left;
	margin: 1em 0;
}
div.product div.image
{
	float: left;
	margin: 0 1em 1em 0;
}
div.product a img
{
	border: 3px solid #cb8;
}
div.product a:hover img
{
	border-color: #eda;
}
div.product div.text
{
	padding-top: 0;
	margin-left: 180px;
}
div.product div.text h3.name
{
	font-size: 14pt;
}
div.product div.price
{
	font-size: 1.2em;
	margin: 10px 0;
}
tr.product td.price
{
	font-size: 1.2em;
}
div.product div.price,
tr.product td.price,
table.inputs.data td.price
{
	font-weight: bold;
}
tr.product td.inputs
{
	text-align: right;
	white-space: nowrap;
}
tr.product td.inputs a img
{
	border: 0;
}
div.product div.price span.price,
tr.product td.price span.price,
table.inputs.data td.price
{
	color: #035;
}
div.product div.price del.price.old,
tr.product td.price del.price.old
{
	color: #700;
}
div.product div.price em.price.new,
tr.product td.price em.price.new
{
	color: #035;
	font-style: italic;
}
td#main table.data.products td.name
{
	font-size: 1.1em;
	width: 20%;
}
td#main table.data.products td.price
{
	white-space: nowrap;
}
td#main table.data.products td.inputs
{
	padding: 5px 10px;
}
td#main div.inputs a img
{
	border: 0;
}
td#main div.inputs table.options
{
	border-collapse: collapse;
}
td#main div.inputs table.options th
{
	padding: 2px 5px;
	text-align: right;
}
td#main div.inputs table.options td
{
	padding: 2px 5px;
	text-align: left;
}
td#main div.inputs table.options td select
{
	min-width: 150px;
}
table.gallery
{
	border-collapse: collapse;
	margin: 1em 0;
	width: 100%;
}
table.gallery td
{
	padding: 1.5em;
	text-align: center;
	width: 33%;
	vertical-align: top;
}
table.gallery td a img
{
	border-width: 3px;
}
* html td#main div.inputs table.options td select
{
	width: 150px;
}
div.product div.links a.referral
{
	background: transparent url('../images/send_friend.png') 0 0 no-repeat;
	display: block;
	float: left;
	height: 30px;
	margin-right: 10px;
	width: 150px;
	z-index: 5;
}
div.product div.links a.referral:hover
{
	background-position: 0 -30px;
}
div.product div.links a.enquire
{
	background: transparent url('../images/enquire.png') 0 0 no-repeat;
	display: block;
	float: left;
	height: 30px;
	margin-right: 10px;
	width: 90px;
	z-index: 5;
}
div.product div.links a.enquire:hover
{
	background-position: 0 -30px;
}
div.product div.links a.bookmark
{
	background: transparent url('../images/bookmark.png') 0 0 no-repeat;
	display: block;
	float: left;
	height: 30px;
	margin-right: 10px;
	width: 110px;
}
div.product div.links a.bookmark:hover
{
	background-position: 0 -30px;
}

