@charset "utf-8";
/* CSS Document */


.clear {
  clear: both;
}

table {
  border-collapse: collapse; /* cells share borders */
  width: 100%;
  border: 1px solid #666;
}

caption {
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 15px;
}

/* Styling to col not supported by IE */

col {
  border-right: 1px solid #ccc;
}

col#cartonWeight {
  border: none; /* takes away the right border set in col from the last column (albumCol) */
}

thead {
  background-color:#3d80df;
  color: #fff;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

th {
  font-size: 1.2em;
  font-weight: normal;
  text-align: left;
}

#productlistPosHead {
  text-indent: -1000em; /* extremely low em value makes invisible Playlist Position title to the user but allows it to be acknowledged by a screen reader */
}

th, td {
  padding: 7px;
  
}

.odd {
  background-color:#edf5ff;
}
 /* IE doesn't support the tr:hover dynamic pseudo-class on any elements other than anchor elements - so what's below won't work in IE */
tr:hover {
  background-color:#454545;
  color: #fff;
}

thead tr:hover {
  background-color: transparent;
  color: inherit;
}

.thumbnail {
	border: 0px;
}