/*
v18.5.2008 15:00:35
*/





/* DIVs - START */

div#list table.galleryItemList div.title {
  height: 27px;
  margin: 0 0 5px 0;
}



div#list table.gallerySectionList div.thumb {
  margin: 0 0 15px 0;
}

/* DIVs - END */





/* TABLEs - START */

table.galleryItemList {
  width: 100%;
  margin: 0 0 20px 0;
  border-style: hidden;
	border-collapse: collapse;
}



table.galleryItemList td {
  width: 20%;
  padding: 20px 10px 20px 10px;
  text-align: center;
  vertical-align: top;
  border: 1px dotted #333333;
}



table.gallerySectionList {
  width: 100%;
  margin: 0 0 20px 0;
  border-style: hidden;
	border-collapse: collapse;
}

table.gallerySectionList td {
  width: 33%;
  padding: 20px 10px 20px 10px;
  text-align: center;
  vertical-align: top;
  border: 1px dotted #333333;
}

/* TABLEs - END */





/* LINKs - START */

table.galleryItemList td div.title a:hover {
  text-decoration: none;
}



div#list table.gallerySectionList td a:hover {
  text-decoration: none;
}

/* LINKs - END */

