div.Collection {
       text-align: center;
       vertical-align: top;
       }
h1.CollectionName {
       font-size: 20px;
       font-style: bold;
       }

table.CollectionTitle {
       width: 100%;
       text-align: left;
}
td.CollectionTitle {
       height: 50px;
       width: 350px;
       font-family: Arial,Helvetica,sans-serif;
       font-size: 20px;
       font-weight: bold;
       text-align: left;
       vertical-align: middle;
       }
td.CollectionTitleIcon {
       height: 50px;
       width: 50px;
       padding-right: 0px;
       padding-bottom: 2px;
       margin-right: 0px;
       }
td.CollectionTitleIcon img {
       border: 0px solid black;
       height: 55px;
       padding-right: 0px;
       margin-right: 0px;
}
td.CollectionTitleText {
       height: 50px;
       padding-left: 0px;
       padding-bottom: 3px;
       margin-left: 0px;
       font-family: Arial,Helvetica,sans-serif;
       font-size: 12px;
       font-weight: bold;
       text-align: left;
       vertical-align: bottom;
}

table.CollectionTable {
       width: 100%;
       vertical-align: top;
       text-align: center;
       margin-left: auto;
       margin-right: auto;
       border-collapse: collapse;
       border: 0px solid black;
       font-family: Georgia, "Times New Roman", Times, serif;
       font-size: 12pt;
       font-weight: normal;
       color: black;
       }
td.CollectionFrameCell {
       width: 33%;
       background-color: #eeeeee;
       padding: 10px;
       }
.CollectionFrameName {
       float: left;
       margin-left: 2px;
       margin-bottom: 2px;
       text-align: left;
       }
.CollectionFrameOnsale {
       float: right;
       color: red;
       font-weight: bold;
       margin-right: 4px;
       margin-bottom: 2px;
       text-align: right;
       }
td.CollectionFrameCell A:link {
       text-decoration: none;
       font-weight: bold;
       color: #582700;
       }
td.CollectionFrameCell A:visited {
       text-decoration: none;
       font-weight: bold;
       color: #582700;
       }
td.CollectionFrameCell A:hover {
       text-decoration: none;
       font-weight: bold;
       color: #8D8B00;
       }
td.CollectionFrameCell img {
       border: 1px solid black;
}
td.CollectionFrameCell img:visited {
       border: 1px solid black;
}
td.CollectionFrameCell img:hover {
       border: 1px solid #8D8B00;
}

td.CollectionSidecutCell {
       width: 100%;
       background-color: #eeeeee;
       text-align: left;
       padding: 12px;
       }
td.CollectionSidecutCell img {
       align: left;
       margin-right: 10px;
       border: 1px solid black;
       }
.CollectionDescription {
       font-size: 11pt;
       }

