table.slideshow
{
	border: 1px solid #eee;
	border-left: 0;
	border-right: 0;
	width: 100%;
}
table.slideshow td
{
	text-align: center;
}
table.slideshow td table
{
	margin: 0 auto;
}
table.slideshow td table td
{
	text-align: center;
}
table.slideshow div.wrapper
{
	position: relative;
	height: 160px;
	width: 160px;
}
table.slideshow div.slide
{
	position: absolute;
	left: 0;
	top: 0;
	height: 160px;
	width: 160px;
}
table.slideshow img
{
	border: 0 !important;
}

.shadow-one, 
.shadow-two, 
.shadow-three
{
display: inline-table;
/* \*/display: block;/**/
}
.shadow-one 
{
	float: left;
	background: url('../images/shadow-top-left.png') right bottom no-repeat;
}
.shadow-two 
{
	background: url('../images/shadow-bottom-left.png') left bottom no-repeat;
}
.shadow-three 
{
	padding: 0 9px 9px 0;
	background: url('../images/shadow-top-right.png') right top no-repeat;
}


div.category
{
}
div.category .description
{
    margin: 1em 0;
}
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;
}

.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 #730000;
}
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: #CE0000;
}

/**
 * Zoom icons.
 */
div.image img.enlarge
{
	border: 0 !important;
	position: absolute;
	right: 0;
	bottom: 0;
}

.buttons {
    margin: 0.5em 0;
}
.buttons img {
    border: 0;
}
