body{
	padding-top:5px;
	background-color: #59595b;
	color: #ffffff;
}

body img {
	border: none;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {text-decoration: none; outline: none;}
a:visited {text-decoration: none; outline: none;}
a:active {text-decoration: none; outline: none;}

div.thumbrow {
	text-align: center;
	padding: 20px;
}

h1 {
	font-size: 16px;
}

.catalog {
	width: 1100px;
	border: 0px;
	padding: 4px;
}

.animage { 
  /*empty-cells: show;*/
  /*background-color: ##423535; */
  /*border: 8px solid;*/
  padding: 20px 0px 0px 0px; 
  vertical-align: top; 
  text-align: center;
  width: 275px;
  border: 0px;
  
}
.animage img {
	border:0px;
}

.adesc {
	padding: 4px;
	vertical-align: top;
	text-align: center;
}

.adesc img {
	border:0px;
}

.ptitle {
		font-style:italic;
		font-size: 1.1em;
		}

.seriestitle {
	font-family: roman, 'times new roman', times, serif;
	font-size: 1.3em;
}

.dialog {
	position: absolute;
	top: 400px;
	left: 300px;
	visibility: hidden;
	width: 400px;
	max-width: 400px;
	height: 400px;
	overflow: auto;
	padding: 10px 10px 10px 10px;
	border: solid;
	border-width: 3px;
	background-color: white;
	color: black;
	font-family: Arial;
	z-index: 10;
}

.dialog img {
	border: none;
}
	



