html {
  overflow: auto; /* Remove the annoying disabled vertical scrollbar in IE */
}

body {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: white;
  font-size: 12pt;
  background-color: black;
  background-image: none;
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4 {
  color: white;//#396C97;
  text-shadow: 2px 2px 2px #194C77;
}

h1 {
  font-variant: small-caps;
  font-size: 20pt;
  border-bottom: solid 1px white;
}

h2 {
  font-size: 16pt;
  margin-bottom: 0px;
}

h3 {
  font-size: 15pt;
  font-variant: small-caps;
  margin-bottom: 0px;
}

h4 {
  font-size: 14pt;
}

p {
  margin-top: 0px;
  line-height: normal;
  font-weight: normal;
}

hr {
  height: 1px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: solid 1px #80C8FF;
}

a {
  text-decoration: none;
  color: #396C97;
}

a:visited {
  text-decoration: none;
  color: #396C97;
}

a:active {
  text-decoration: none;
  color: #32A1FF;
}

a:hover {
  text-decoration: none;
  color: #80C8FF;
}

img {
  behavior: url("/pngbehavior.htc");
  border: none;
}

table {
  font-family: Arial, sans-serif;
  font-weight: normal;
/*  font-weight: bold;*/
  font-size: 12pt;
  padding: 0px;
  border-collapse: collapse; /* no cellspacing */
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto; /* centers the table */
  margin-right: auto; /* centers the table */
}

th {
  text-align: left;
  font-style: italic;
}

td {
  margin: 0px;
  padding: 5px 5px 5px 5px;
  font: inherit;
  text-align: left;
}

td#logo {
  height: 80px;
  text-align: center;
}

td#menu {
  vertical-align: top;
}

td#send {
  text-align: center;
}

#menu a:hover {
  background-color: #092C57 !important;
}

#menu .link {
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: inherit;
  text-align: right;
  border-radius: 20px;
  .webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-left: 5px;
}

.link img {
  width: 48px;
  padding-left: 0.5em;
  vertical-align: middle;
}

#menu li.selected a {
  color: #89bCe7;
  background-color: #090C37;
  border-radius: 5px;
}

td#main {
  vertical-align: top;
  background-image: url(/images/galaxy.png);
  background-repeat: no-repeat;
  padding: 0px 10px 0px 10px;
  width: 640px;
}

div#content {
  min-height: 600px;
  overflow: auto;
  padding: 0px 10px 0px 0px;
}

td#sidelogo {
  vertical-align: top;
  width: 80px;
  text-align: center;
}

td.foot {
  text-align: center;
  vertical-align: top;
  font-size: 7pt;
}

span.norator {
  font-variant: small-caps;
}

#index img {
  float: right;
  margin: 0 5px;
}

#index #news {
  text-align: center;
  font-size: smaller;
}

#index #news h3 {
  font-style: italic;
}

#index #news p {
  margin-bottom: 0px;
}

#index #moreNews {
  margin-top: 5px;
  text-align: right;
}

#news h2 {
  margin-bottom: 0px;
}

#news p {
  margin: 0px 0px 0.5em 10px;
}

#news textarea {
  width: 35em;
  height: 16ex;
}

#equipment dt {
  font-size: larger;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0px;
}

#equipment p {
  margin: 0px 0px 0px 10px;
}

#release table {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 1em;
}

#release th {
  padding-right: 5px;
  border-bottom: solid 1px white;
  font-style: normal;
}

#release td {
  padding: 1px 10px 0px 0px;
  text-align: center;
}

#release td.title {
  text-align: left;
  width: 100%;
}

p.cover {
  text-align: center;
}

img.cover {
  border: solid 1px white;
  behavior: none; /* IE fucks up the border when using the transparency fix, but the cover isn't transparent so we can skip it */
}

#who div {
  width: 40%;
}

#who div#kalle {
  margin-left: 20px;
  float: left;
}

#who div#kalle img {
  float: left;
  margin-right: 10px;
  border: solid 1px white;
}

#who div#niklas {
  margin-right: 20px;
  float: right;
}

#who div#niklas img {
  float: left;
  margin-right: 10px;
  border: solid 1px white;
}

#lyrics img {
  display: block;
  float: right;
  margin-right: 10px;
}

#what img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#menu ul {
  padding-left: 0px;
}

#links ul,
#equipment ul {
  padding-left: 10px;
}

#menu li,
#links li, 
#equipment li {
  list-style: none;
  text-shadow: 5px 5px 2px #000;
}

#guestbook form {
}

#content table {
  margin-left: 1px;
}

#guestbook form table {
}

#guestbook th,
#guestbook td {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#guestbook th {
  background-image: gradient(linear, left top, right top, from(rgba(0, 0, 255, 0.25)), to(rgba(0, 0, 0, 0)), color-stop(0.2, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 255, 0.25)), to(rgba(0, 0, 0, 0)), color-stop(0.2, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 255, 0.25) 0%, rgba(0, 0, 0, 0) 30%);
}

#guestbook td {
  background-image: gradient(linear, right top, left top, from(rgba(0, 0, 255, 0.25)), to(rgba(0, 0, 0, 0)), color-stop(0.2, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 255, 0.25)), to(rgba(0, 0, 0, 0)), color-stop(0.2, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 255, 0.25) 0%, rgba(0, 0, 0, 0) 30%);
}

#guestbook form th,
#guestbook form td {
  border: solid 1px #396C97;
  padding: 5px 5px 0px 5px;
  margin: 5px 15px 5px 15px;
  vertical-align: top;
  font-style: normal;
}

#guestbook form th {
  text-align: right;
  width: 10%;
}

#guestbook form td {
  padding: 5px;
  text-align: center;
}

p.error {
  color: red;
}

#guestbook p.date,
#guestbook p.author,
#guestbook p.url {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

#guestbook p.date,
#guestbook p.url {
  font-size: smaller;
}

#guestbook table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
}

#guestbook tr.entry p {
  margin: 0px 5px 5px 0px;
}

#guestbook tr.entry th,
#guestbook tr.entry td {
  border: solid 1px #396C97;
  padding: 5px 5px 0px 5px;
  margin: 5px 15px 5px 15px;
  vertical-align: top;
  font-style: normal;
}

#guestbook tr.entry th {
  width: 25%;
}

#guestbook tr.entry td {
}

#guestbook pre {
  font-family: sans-serif;
}

#guestbook h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#guestbook h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#guestbook p.next_page {
  text-align: right;
  margin-top: 0px;
  margin-right: 5px;
}

div#sales {
  vertical-align: top;
  background-image: url(/images/galaxy.png);
  background-repeat: repeat-x;
  background-attachment: fixed;
  padding: 0px 10px 0px 10px;
}

#cd th {
  vertical-align: top;
  cursor: pointer;
  cursor: hand;
}

#cd th.sorttable_nosort {
  cursor: default;
}

#cd td {
  vertical-align: top;
}

#cd table#list input.delete {
  color: red;
}

#cd table#list {
  margin-left: auto;
  margin-right: auto;
  font-size: smaller;
}

#cd table#list th {
  border: solid 1px #396C97;
  background-color: white;
  color: black;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
}

#cd table#list td {
  border: dotted 1px #396C97;
  vertical-align: top;
}

#cd textarea {
  width: 35em;
  height: 8ex;
}

#cd table#list input {
  width: 100%;
}

tr.done {
  background-color: #66dd66;
  color: black;
}

tr.shipped {
  background-color: #dd4444;
  color: black;
}

tr.shipped a {
  color: yellow;
}

tr.shipped a:hover {
  color: white;
}

tr.payed {
  background-color: yellow;
  color: black;
}

/* Style fixes for store.norator.se */
#breadcrumb {
  background-color: transparent !important;
  border-top: none;
  font-size: smaller;
}

#storedesc, #cName {
  color: white;
}

#cName, .pageHeader {
  /* Simulate H1 likeness with norator.se */
  display: block;
  border-bottom: solid 1px white;
  font-variant: small-caps;
  font-size: 20pt;
  font-weight: bold;
  margin-top: 17px;
  margin-bottom: 17px;
}

.pageHeader, .productDetailTabTable {
  /* Account for the first (weird) 100 pixel table cell */
  position: relative;
  left: -100px;
}

.productDetailTable1 table table td table {
  /* Make image of product along side Front/Back etc centered */
  margin-left: auto;
  margin-right: auto;
}

.productDetailTable1, .productDetailTable1 td, .productDetailTable1 table {
  margin: 0;
  padding: 0;
}

.sectionsTD1 {
  border: none;
  background-color: transparent;
}

.sectionsTable2, .sectionsTable2 tr, .sectionsTable2 td {
  background-color: transparent !important;
  text-align: center;
}

#cImage {
  /* Do not display category image when inside the category */
  display: none;
}

td.icon {
  padding: 5px;
}

#pricingStyleDiv {
  padding-right: 5px;
}

.menuTable a {
  display: block;
  width: 100%;
}

#pricingStyleDiv .menuTable {
  border-top: solid 1px white;
}

.productDetailTabTable,
.productDetailTabUnfocus {
  background-color: transparent;
}

.productDetailTabFocus,
.productDetailTabUnfocus {
  white-space: nowrap;
}

