/**
 * @file
 * Styles for uc_store module.
 */

.uc-price {
  white-space: nowrap;
}

.uc-inline-form .form-item {
  float: left;
  margin-right: 1em;
  padding-top: 5px;
}

#store-footer {
  clear: both;
  font-size: x-small;
  text-align: center;
  width: 100%;
}

.uc-default-submit {
  height: 0;
  left: -9999px;
  position: absolute;
  top: -9999px;
  width: 0;
}

.uc-store-status td {
  vertical-align: top;
}

.uc-store-status td.title {
  font-weight: bold;
  white-space: nowrap;
}

.uc-store-status td.message {
  width: 100%;
}

/**
 * CSS rules for address fields.
 */
.uc-store-address-field .form-item {
  clear: left;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 2px;
}

.uc-store-address-field .form-item label {
  float: left;
  padding-right: 4px;
  text-align: right;
  width: 15em;
}

.vertical-tabs .uc-store-address-field .form-item input {
  width: auto;
}

.vertical-tabs .form-type-textfield input {
  width: auto;
}

.ubercart-throbber {
  background-image: url(19dc32de3799ccf383af71daadfe04b8bf35b35d.gif) ;
  background-position: 100% -20px;
  background-repeat: no-repeat;
}

/**
 * Icon support for admin (http://drupal.org/project/admin).
 */
.path-admin-store-orders span.icon {
  background: transparent url(9c7fcb40f47cb2f097d63c73e75497200566bb9d.gif)  no-repeat !important;
}
.path-admin-store-customers span.icon {
  background: transparent url(111fa3c4166726ed8ca3240772092040990bdb95.gif)  no-repeat !important;
}
.path-admin-store-products span.icon {
  background: transparent url(116002614265fa1b11ef10ba5a6a2398c35b8394.gif)  no-repeat !important;
}
.path-admin-store-settings span.icon {
  background: transparent url(346f78cca6041e3de9712758d04604ffadd39bcd.gif)  no-repeat !important;
}
.path-admin-store-reports span.icon {
  background: transparent url(48cc8c1566b16f71badb9e7b72f5fe648fbe983b.gif)  no-repeat !important;
}
