﻿#main{ width: 800px;}

.navButtons{ width: 350px; margin-bottom: 10px; text-align: center; line-height: 19px }
.navButtons h2{ display: inline; font-size: 1.3em; border-bottom: none; color: Black; font-weight: normal; }
.navButtons span{ direction: ltr; font-size: 0.8em; }
.navButtons a.navLink{ margin-top: 2px; }
.navButtons a.prevLink{ float: right;}
.navButtons a.nextLink{ float: left;}

.thumbnails{ list-style: none;}
.thumbnails li{ display: inline; }
.thumbnails li a{ display: inline-block; padding: 3px; }
.thumbnails li a img{ border: solid 1px #666; opacity: 0.8; filter: alpha(opacity=70); }
.thumbnails li a:hover img{ opacity: 1; filter: alpha(opacity=100);}

.categoryTextPanel{ margin-bottom: 1em; color: #444; padding: 3px }
.categoryThumbnails{ margin-right: -3px; }
.categoryThumbnails li{  }
.categoryThumbnails li a{ padding: 6px; text-align: center; color: #6e6e6e;}
.categoryThumbnails li a:hover{ color: Black }
.categoryThumbnails li a span{ display: block; text-align: center; }

.box h3
{
	margin: 2em 3px 6px 3px;
	border-bottom: solid 1px #aaa;
	font-weight: bold;
}
.thumbnailsSide{ width: 465px; }
.categoriesSide{ width: 115px;}