div.category {
}
div.category div.image {
	float: left;
	margin: 0 1em 1em 0;
	position: relative;
}
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;
	position: relative;
}
div.product div.text {
	margin: 1em 1em 1em 170px;
}
div.product div.text h3.name {
	font-size: 14pt;
}
div.product div.images div.image {
	margin: 0 1em 0 0;
}
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 {
}
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#center table.data.products td.name {
	font-size: 1.1em;
	width: 20%;
}
td#center table.data.products td.price {
	white-space: nowrap;
}
td#center table.data.products td.inputs {
	padding: 5px 10px;
}
td#center div.inputs a img {
}
td#center div.inputs table.options {
	border-collapse: collapse;
}
td#center div.inputs table.options th {
	padding: 2px 5px;
	text-align: right;
}
td#center div.inputs table.options td {
	padding: 2px 5px;
	text-align: left;
}
td#center 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;
}
* html td#center div.inputs table.options td select {
	width: 150px;
}

div.subcategories {
	margin-bottom: 1em;
}
div.subcategory a {
	font-weight: bold;
	text-decoration: none;
}
div.subcategory a:hover {
	text-decoration: underline;
}
h1.name {
	margin-bottom: 0;
}

.inputs a img {
	border: 0 !important;
}

.clear.left {
	clear: left;
}
.clear.right {
	clear: right;
}
.clear.both {
	clear: both;
}

/**
 * Special link image colors.
 */
div.category div.image a img,
div.category div.images a img,
div.category table.gallery a img,
div.product div.image a img,
div.product div.images a img,
div.product table.gallery a img {
	border: 3px solid #ffffff;
}
div.category div.image a:hover img,
div.category div.images a:hover img,
div.category table.gallery a:hover img,
div.product div.image a:hover img,
div.product div.images a:hover img,
div.product table.gallery a:hover img {
	border-color: #8ac13e;
}

/**
 * Zoom icons.
 */
div.image img.enlarge {
	border: 0 !important;
	position: absolute;
	right: 0;
	bottom: 0;
}

