div.ImageItem {
   background-color: #9D9CA6;
   margin-bottom:    10px;
   width:            75%;
   clear:            left;
}

div.ImageItem div.Thumbnail {
   float: left;
}

div.ImageItem div.Thumbnail img {
   border: 2px solid #2C5479;
   margin: 5px;
}

div.ImageItem div.Thumbnail a:hover img {
   border: 2px solid #006FA4;
}

div.ImageItem div.Title a {
   font-size:   13pt;
   font-weight: bold;
   margin:      0px;
   /*color:           #2C5479;*/
   text-decoration: none;
}

h2 {
   margin: 0px;
}

h3 {
   margin: 0px;
   font-size: 10pt;
}

.title {
   font-size:   14pt;
   font-weight: bold;
}

.created {
   font-size: 8pt;
   font-style: italic;
}

.created a {
   font-weight: bold;
}

.description {
   font-size: 8pt;
}

.sizes {
   font-size: 8pt;
}

table.sizes td {
   padding-left: 5px;
}

.caption {
   font-size: 10pt;
   font-style: italic;
}