.shop-main .shop-links {
  background-color: #f5f5f5;
  margin-bottom: 2px;
  width: 100%; }
  .shop-main .shop-links .public-links {
    float: left; }
  .shop-main .shop-links .public-links:after {
    clear: both;
    content: " "; }
  .shop-main .shop-links .admin-links {
    float: right; }
  .shop-main .shop-links .admin-links:after {
    clear: both;
    content: " "; }
  .shop-main .shop-links ul {
    padding: 4px;
    margin: 0; }
    .shop-main .shop-links ul li {
      display: inline;
      padding: 4px; }
      .shop-main .shop-links ul li a {
        padding: 0em 1em;
        color: #666; }
.shop-main .shop-quicksearch {
  padding: 10px;
  margin-bottom: 5px; }
  .shop-main .shop-quicksearch label {
    display: block; }
.shop-main .shop-itempane .shop-itemlist-header, .shop-main .shop-wholeitem .shop-itemlist-header {
  background-color: #19398a;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 5px; }
.shop-main .shop-itempane .shop-item, .shop-main .shop-wholeitem .shop-item {
  padding: 1em;
  border-bottom: dashed 1px #cdcdcd;
  margin-bottom: 1em; }
  .shop-main .shop-itempane .shop-item .shop-item-leftcolumn, .shop-main .shop-wholeitem .shop-item .shop-item-leftcolumn {
    float: left; }
    .shop-main .shop-itempane .shop-item .shop-item-leftcolumn .item-image, .shop-main .shop-wholeitem .shop-item .shop-item-leftcolumn .item-image {
      float: left;
      margin-bottom: 1em;
      max-width: 100px; }
    .shop-main .shop-itempane .shop-item .shop-item-leftcolumn .item-details, .shop-main .shop-wholeitem .shop-item .shop-item-leftcolumn .item-details {
      float: left;
      margin-bottom: 1em;
      margin-left: 1em; }
  .shop-main .shop-itempane .shop-item .shop-item-rightcolumn, .shop-main .shop-wholeitem .shop-item .shop-item-rightcolumn {
    float: right; }
    .shop-main .shop-itempane .shop-item .shop-item-rightcolumn .item-buttons, .shop-main .shop-wholeitem .shop-item .shop-item-rightcolumn .item-buttons {
      clear: both;
      padding-bottom: 1em; }
      .shop-main .shop-itempane .shop-item .shop-item-rightcolumn .item-buttons a, .shop-main .shop-wholeitem .shop-item .shop-item-rightcolumn .item-buttons a {
        display: block;
        margin: 1em 0; }
  .shop-main .shop-itempane .shop-item .shop-item-rightcolumn:after, .shop-main .shop-wholeitem .shop-item .shop-item-rightcolumn:after {
    clear: both;
    display: block; }
.shop-main .shop-itempane .shop-item:after, .shop-main .shop-wholeitem .shop-item:after {
  clear: both;
  content: " ";
  display: block; }
.shop-main .shop-itempane .shop-item:last-of-type, .shop-main .shop-wholeitem .shop-item:last-of-type {
  margin-bottom: 0;
  border-bottom: none; }
.shop-main .Pager {
  background-color: #19398a; }
  .shop-main .Pager div[style] {
    margin: 0;
    padding: 0;
    float: none !important; }
  .shop-main .Pager ul {
    margin: 0;
    padding: 0; }
    .shop-main .Pager ul li {
      margin: 0;
      float: none !important;
      padding: 4px; }
      .shop-main .Pager ul li a, .shop-main .Pager ul li a:link {
        padding: 0em 1em;
        color: #FFF; }
      .shop-main .Pager ul li a, .shop-main .Pager ul li a:hover {
        text-decoration: none; }
      .shop-main .Pager ul li a:link:hover {
        cursor: pointer; }
.shop-main .button {
  border: 1px solid #dcdcdc;
  color: #333;
  display: inline-block;
  font-size: 1em;
  padding: 0.1em 1em;
  text-decoration: none !important;
  min-width: 80px;
  text-align: center;
  background-color: white; }
  .shop-main .button.primary {
    background-color: #19398a;
    color: #FFF;
    border: 1px solid #19398a; }

.buttons .button {
  border: 1px solid #dcdcdc;
  color: #333;
  display: inline-block;
  font-size: 1em;
  padding: 0.1em 1em;
  text-decoration: none !important;
  min-width: 80px;
  text-align: center;
  background-color: white; }
  .buttons .button.primary {
    background-color: #19398a;
    color: #FFF;
    border: 1px solid #19398a; }

.urlControl select, .urlControl input {
  height: auto; }

