/* add custom css to make site specific changes for the backend admin */
#upload_images img {
  margin-left: 150px;
}

#shop_intro {
  clear:left;
  padding:1em 0 0 .5em;
}
table.shop {
  text-align:left;
}

table.shop tr.shop_item td {
  border-bottom:1px solid #c2c2c2;
  background-color:#f2f2f2;
}

table.shop tr.header {
  height: 3em;
  vertical-align: bottom;
}

table.shop td.shop_name {
  font-size: 1.1em;
  min-width: 35em;
}

input[type="checkbox"] {
  margin:0;
}

.check_inactive {
  padding: 0;
  border: #F00 2px solid;
}

.check_active {
  padding: 0;
  border: #00DF02 2px solid;
}

span.check_inactive {
  background-color: #F00;
}

span.check_active {
  background-color: #00DF02;
}

#shop_home a {
  display:block;
  text-decoration: none;
  float: left;
  background-color: #E2E2E2;
  border: 1px solid #E2E2E2;
  padding: .3em 1em .3em 1em;
  margin: 0 .5em .5em .5em;
  color:#000;
}

#shop_home a.active {
  color:#000;
  background-color: transparent;
}

div.shop_info {
	border:1px solid #999;padding: 1em;font-size:1.1em;margin-top:2em;
}
