/* $Id: uc_store.css,v 1.7.2.2 2008/07/29 22:22:46 rszrama Exp $ */

#store-links, #store-links ul {
  padding: 0;
  margin: 0;
  list-style: none; 
  line-height: 1.75em;
  text-align: left;
  z-index: 1000;
}

#store-links a {
  display: block;
  width: 14em;
  padding-left: 4px;
  z-index: 1000;
}

#store-links a img.uc-store-icon {
  text-decoration: none;
  float: left;
  margin: 3px 6px 3px 2px;
}

#store-links li {
  margin: 0 !important;
  padding: 0;
  background-color: #ffffff !important;
  background-image: none;
  border: solid 1px black;
  float: left;
  width: 14em;
  z-index: 1000;
}

#store-links li ul{
  position: absolute;
  width: 14em;
	display:none;
  margin: -1.75em 0 0 14em;
  z-index: 1000;
}

#sidebar-right div #store-links li ul {
	margin:-1.75em 0pt 0pt -14em; 
}

#store-links li:hover ul ul, #store-links li:hover ul ul ul, #store-links li.sfhover ul ul, #store-links li.sfhover ul ul ul {
	display:none;
}

#store-links li:hover ul, #store-links li li:hover ul, #store-links li li li:hover ul, #store-links li.sfhover ul, #store-links li li.sfhover ul, #store-links li li li.sfhover ul {
	display:block;
}

.uc-store-admin-table {
  margin: 1em auto;
  border: 1px dashed #bbb;
}

.uc-store-admin-table tbody {
  border-top: 0px;
}

.uc-store-admin-panel {
  margin: 1em;
  padding: 1em;
}

.uc-store-admin-panel .uc-store-icon {
  float: left;
  margin-right: 1em;
}

.uc-store-admin-panel .panel-title {
  padding-top: 4px;
  font-size: 1.5em;
  width: 100%;
}

.uc-store-admin-panel .panel-show-link a {
  cursor: pointer;
}

.uc-customer-table .uc-store-icon {
  float: left;
  margin-right: .5em;
}

.uc-customer-table tr.odd:hover, .uc-customer-table tr.even:hover {
  background-color: #ddd;
}

.uc-cust-orders-table tr.odd:hover, .uc-cust-orders-table tr.even:hover {
  background-color: #ddd;
}

.uc-cust-orders-table .uc-store-icon {
  float: left;
  margin-right: .5em;
}

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

table.settings-overview {
  width: auto;
}

table.settings-overview td {
  padding: .5em;
}

table.settings-overview tbody {
  border: 0px;
}

table.settings-overview tr.section {
  border: 1px dashed #bbb;
}

.section-title {
  font-weight: bold;
}

table.section-items {
  width: auto;
}

table.section-items td {
  padding: .25em;
}

.settings-icon {
  position: relative;
  top: 1px;
  left: 1px;
}

tr.section {
  cursor: pointer;
}

tr.section:hover {
  background-color: #ddd;
}

#uc-country-import-form .form-item, #uc-country-import-form .form-item label {
  display: inline;
  float: left;
  margin-right: 1em;
}

#uc-country-import-form .form-submit {
  float: left;
  margin-top: 1em;
}

#uc-country-import-form table {
  clear: left;
}


/*
     