﻿body {
  color: #000;
  font-family: Verdana, Helvetica, Sans-Serif;
}
a {
  outline: none;
  text-decoration: underline;
}
header,
footer,
hgroup,
nav,
section {
  display: block;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
form fieldset {
  margin: 10px 0;
}
form fieldset legend {
  color: grey;
}
form div {
  margin: 8px 0;
}
form div label {
  margin: 3px 0;
  display: block;
  font-size: smaller;
  font-weight: bold;
}
form div input[type="text"],
form div select {
  width: 350px;
  margin: 0;
  padding: 0;
}
form div .wide {
  width: 650px;
}
form div textarea {
  height: 100px;
}
form div input[type="text"].short {
  width: 80px;
}
form div.stores div.row {
  height: 70px;
}
form div.stores div.row div {
  margin-right: 15px;
}
table.styled {
  border: 1px solid #e3e3e3;
  background-color: #f2f2f2;
  width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
table.styled td,
table.styled th {
  padding: 5px;
  color: #333;
}
table.styled thead {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  padding: .2em 0 .2em .5em;
  text-align: left;
  color: #4B4B4B;
  background-color: #C8C8C8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(0.6, #b3b3b3));
  background-image: -moz-linear-gradient(top, #d6d6d6, #b0b0b0, #b3b3b3 90%);
  border-bottom: solid 1px #999;
}
table.styled th {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  text-shadow: white 1px 1px 1px;
}
table.styled td {
  line-height: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
table.styled td:hover {
  background-color: #fff;
}
ul.retailer_tabs {
  display: table;
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0;
}
ul.retailer_tabs li {
  float: left;
  padding: 10px;
  background-color: #f0f0f0;
}
ul.retailer_tabs li.back {
  margin-right: 5px;
}
ul.retailer_tabs li.current {
  background-color: lightgrey;
  font-weight: bold;
}
.PagedList-pager ul {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.PagedList-pager ul li {
  float: left;
  padding: 10px;
}
.PagedList-pager ul li.active {
  font-weight: bold;
}
/* main layout
----------------------------------------------------------*/
.content-wrapper {
  margin: 0 auto;
  max-width: 960px;
}
footer {
  clear: both;
  height: 100px;
}
/* styles for validation helpers */
.field-validation-error {
  color: #e80c4d;
  font-weight: bold;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #e80c4d;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
  font-size: 1.1em;
}
.validation-summary-valid {
  display: none;
}
/*# sourceMappingURL=Site.css.map */