

table.product_thumbs
{

}

table.product_thumbs td
{
width: 33%;
padding: 10px;
text-align: center;
}

/*
table.product_thumbs img
{
border: 1px solid #e0e0e0;
}
*/

div.thumb
{
clear: both;
width: 93px;
height: 93px;
margin-left: auto;
margin-right: auto;
}

div.thumb a:link img {text-decoration: none; border: 3px solid transparent;}
div.thumb a:visited img {text-decoration: none; border: 3px solid transparent;}
div.thumb a:hover img {text-decoration: none; border: 3px solid #ffffa6;}
div.thumb a:visited:hover img {text-decoration: none; border: 3px solid #ffffa6;}
div.thumb a:active img {text-decoration: none; border: 3px solid transparent;}


div.thumb_text
{
margin-top: 5px;
font-size: 110%;
font-weight: bold;
color: #ffffa6;
}

div.thumb_text a:link {color: #ffffa6; text-decoration: none;}
div.thumb_text a:visited {color: #ffffa6; text-decoration: none;}
div.thumb_text a:hover {color: #ffffa6; text-decoration: underline;}
div.thumb_text a:active {color: #ffffa6; text-decoration: none;}


div.product_image
{
width: 100%;
text-align: center;
background-color: #ffffff;
}

div.product_padding
{
padding: 12px;
}

div.product_image img
{
width: 549px;
}

