﻿.contentBox
{
  margin-right: 5px;
}
.categoryBox a
{
  float: left;
  padding: 5px 20px;
  font-size: 13px;
  color: #999;
}
.categoryBox a.selected
{
  color: #666;
  font-weight: bold;
}
.itemBox
{
  width: 275px;
  float: left;
  border: solid 1px #ccc;
  margin: 5px;
  height: 90px;
}
.descriptionBox
{
  width: 175px;
  float: right;
  padding: 5px;
  height: 80px;
}
.descriptionBox p
{
  margin: 2px 0;
}
.thumbnailBox
{
  width: 90px;
  float: left;
  padding: 0;
}
.thumbnailBox a img
{
  border: solid 5px #fff;
}
.thumbnailBox a:hover img
{
  border-color: #ccc;
}
#MainContainer, #SideContainer
{
  display: none;
  visibility: hidden;
}
#BannerContainer
{
  min-height: 500px;
}
*html #BannerContainer
{
  height: 500px;
}

