/*
v9.3.2009 18:41:01
*/





/* TABLEs - START */

table.galleryItemList {
  width: 100%;
  margin-bottom: 30px;
	border-collapse: collapse;
  border-style: hidden;
  float: left;
  clear: both;
}

  table.galleryItemList td {
    width: 20%;
    height: 130px;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #FFFFFF;
    background-color: #EFEFEF;
  }

  table.galleryItemList td.empty {
    background-color: #FFFFFF;
  }

  table.galleryItemList td.name {
    height: auto;
    padding: 0;
    background-color: #FFFFFF;
    border-bottom-width: 15px;
  }

/* TABLEs - END */





/* LINKs - START */

table.galleryItemList td a {
  text-decoration: none;
  outline: none;
}

  table.galleryItemList td.name a {
    color: #FFFFFF;
    cursor: pointer;
  }

    table.galleryItemList td.name a:hover {
      color: #CC0000 !important;
    }

/* LINKs - END */





/* SPANs - START */

table.galleryItemList td span {
  font-size: 10px;
  font-weight: bold;
  padding-top: 9px;
  display: block;
}



table.galleryItemList td.name span {
  width: 100%;
  font-size: 9px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #3F3F3F;
}

/* SPANs - END */





/* IMAGEs - START */

table.galleryItemList td img {
  vertical-align: middle;
  border: 1px solid #D0D0D0;
}

  table.galleryItemList td a:hover img {
    border-color: #CC0000;
  }

/* IMAGEs - END */
