﻿div.imgKeyword
{
    width: 150px;
    height: 150px;
    border: 1px solid #d0e4fc;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 20px;
}
/*
div#SupplierTags
{
    background-color: #f5f5f5;
    border-top: 2px solid #d1d5d7;
    border-bottom: 2px solid #d1d5d7;
    padding: 10px;
    text-align: justify;
    vertical-align: baseline;
    line-height: 2.5em;
    width: 700px;
}
div#SupplierTags a:link, div#SupplierTags a:visited,
div#SupplierTags a:hover,div#SupplierTags a:active
{
    color: #2d337f;
    text-decoration: none;
    margin-left: 5px;
    float: left;
}
div#SupplierTags a:hover
{
    text-decoration: underline;
}*/

.SupplierTags
{
    background-color: #f5f5f5;
    border-top: 2px solid #d1d5d7;
    border-bottom: 2px solid #d1d5d7;
    padding: 10px;
    text-align: justify;
    vertical-align: baseline;
    line-height: 2.5em;
    width: 700px;
   
}
.SupplierTags a:link, 
.SupplierTags a:visited,
.SupplierTags a:hover,
.SupplierTags a:active
{
    color: #2d337f;
    text-decoration: none;
    margin-left: 5px;
    float: left;
}
.SupplierTags a:hover
{
    text-decoration: underline;
}

.suppPanel
{
    width: 280px;
    padding: 10px;
    margin-top: 20px;
    background-color: #f1f1f1;
}
.suppInfoTbl
{
    width: 100%;
    border-top: 1px solid #ccc;
}
.suppInfoTbl td span
{
    font-weight: 700;
}
.suppInfoTbl td h3
{
    color: #2E3480;
}
.suppLogo
{
    width: 200px;
    border: 1px solid black;
}
.inline
{
    display: inline;
}
.categoryLinkText
{
    display: block;
    text-align: center;
}
