@charset "ISO-8859-1";

/* Import jungforlag.com layout */
@import url("http://jungforlag.com/forlag/layout.css");

/* List of editions on Jungel frontpage */
ul.editionList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.editionList li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
}
ul.editionList ul {
  list-style-type: disc;
}
ul.editionList ul li {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}


/* Thumbnail images in edition list */
.thumbnail {
  float: right;
  margin-left: 25px;
  margin-bottom: 10px;
}
.thumbnail img {
  margin: 0;
  padding: 0;
  border: 1px solid black;
}

/* Small thumbnails in order form */
img.smallcover {
	border: 1px solid black;
	float: left;
	margin-right: 25px;
}
