 #navcontainer
 { font-size: 13px; font-family: georgia, serif; background: #f0e7d7; text-align: center; margin: 0; padding: 0 }
.table { }
ul#navlist
 { text-align: left; list-style: none; margin: 0; padding: 0; width: 100% }

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
 { color: #777; text-decoration: none; background: #f7f2ea; display: block; padding: 0.5em 0 0.5em 2em; width: 100%; border-style: solid; border-width: 1px; border-color: #ffe #aaab9c #ccc #fff }

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}

.header  { color: white; font-size: 16px; font-weight: 700; text-align: center; text-transform: uppercase; padding-left: 12px }
.text { color: white; font-size: 12px; font-family: Arial }


table.product-images {
	width:100%;
}
table.product-images td {
	width: 110px;
	height: 110px;
	vertical-align:middle;
	text-align:center;
}
table.product-images a {
	text-decoration:none;
}
table.product-images a img {
	border:1px solid #BBBBBB;
	background:#fff;
	padding:2px;
}
