/*//@import "form";
//@import "grid";
//@import "icons";
@import "flags";
@import "carousel";
// features
//@import "header";
@import "footer";
@import "nav";
//@import "lot";
@import "auction";
@import "auctioneer";
@import "portfolio";
//@import "accordion";
//@import "catalog";
// @import "item";
//@import "interstitial";
//@import "login";
//@import "category";
@import "toaster";
@import "user";
// @import "bid-status";
//@import "search";
@import "ranger";
@import "pagination";*/
/* End Site Styles */
/* Main Container */
Html, body {
  font-size: 1em;
  font-family: Calibri, Arial, Verdana, Helvetica, Sans-Serif;
  color: #232323;
  background-color: #fff;
  min-width: 800px;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  background: #fff;
  height: 100%;
  line-height: 1; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: #faffbd;
  background-image: none;
  color: black; }

.checkmark {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #c9ff00;
  border-radius: 50%;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg); }

.checkmark:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 9px;
  background-color: #fff;
  left: 11px;
  top: 6px; }

.checkmark:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #fff;
  left: 8px;
  top: 12px; }

.error-form {
  background-color: red; }

#wrapper {
  min-width: 990px;
  max-width: 1160px;
  padding: 0 5px 15px 5px;
  margin: 0 auto; }

.left-wrapper {
  text-align: left; }

header nav, section {
  display: block; }

legend {
  margin: 0 0 10px 0; }

img {
  margin: 10px 0 5px; }

a {
  font-size: 1em;
  color: #00016b;
  text-decoration: underline; }

a:hover {
  color: #aa0000;
  text-decoration: underline; }

.centered-wrapper h1, .centered-wrapper h2 {
  text-align: center; }
.centered-wrapper .form {
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0 8px;
  margin: 10px 0;
  display: inline-block; }
.centered-wrapper label {
  text-align: left; }

fieldset {
  border: 1px solid #ddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0; }

legend {
  font-size: 1.2em;
  font-weight: bold; }

textarea {
  min-height: 75px; }

.alert-success {
  display: inline-block;
  clear: both;
  margin: 8px;
  padding: 9px 13px;
  border: 1px solid #D6E9C6;
  border-radius: 5px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #DFF0D8;
  color: #468847; }

.clear {
  clear: both; }

.editor-label {
  margin: 10px 0 0 0;
  font-size: .85em;
  white-space: nowrap;
  min-height: 25px; }

.editor-field {
  margin: -5px 0 0 0;
  min-height: 25px; }

.display-label {
  float: left;
  clear: both;
  width: 35%;
  margin: 7px 0 7px 0; }

.display-field {
  float: left;
  width: 65%;
  margin: 7px 0 7px 0; }

.field-validation-error {
  color: #ff0000;
  font-size: .85em; }

.field-validation-valid {
  display: none; }

.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee; }

.validation-summary-errors {
  font-weight: bold;
  font-size: .85em;
  color: #ff0000; }

.validation-summary-errors ul {
  list-style: none; }

.validation-summary-valid {
  display: none; }

.two-col-form {
  padding: 2em; }

.two-col-form .field-validation-error {
  margin-left: 210px;
  display: block;
  clear: both; }

.two-col-form .editor-label, .two-col-form .editor-field {
  height: 20px;
  line-height: 20px; }

.classification-combo {
  height: 34px; }

.order_filter_form {
  width: 100%;
  border: 1px solid #d4d6d8;
  border-radius: 5px;
  padding: 20px; }
  .order_filter_form table {
    margin: 0 auto; }
    .order_filter_form table th {
      text-align: center; }
  .order_filter_form .filter-form {
    text-align: right;
    padding-left: 20px;
    padding-right: 20px; }

.formsPP {
  float: left; }
  .formsPP input {
    width: 40px;
    margin-left: 10px; }

.header_h1 {
  font-size: 25px;
  margin-bottom: 30px; }

.two-col-form .editor-label {
  display: block;
  float: left;
  clear: left;
  width: 200px;
  margin: 0.1em 10px 0 0;
  text-align: right;
  line-height: 20px; }

.two-col-form .editor-field {
  height: auto;
  margin: 0.1em 0 0.3em; }

.two-col-form .button-pane {
  margin: 15px 0 15px 215px;
  display: inline-block;
  clear: both; }

html, body {
  background-color: white;
  color: #6F6F6F;
  font-family: Helvetica, Century Gothic, AppleGothic;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

button, input[type=submit], input[type=button] {
  background-color: #827a85;
  color: #f7f7f6;
  border: none;
  font-style: italic;
  font-weight: bold;
  padding: 2px 7px 2px 5px;
  margin: 0 2px;
  cursor: pointer;
  display: inline-block; }

button.disabled, input[type=submit].disabled, input[type=button].disabled {
  background-color: #BAB8BA;
  cursor: default; }

a, .clickable {
  color: black;
  text-decoration: none;
  cursor: pointer;
  outline: none; }

a:hover, .clickable:hover {
  text-decoration: underline; }

h1 {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase; }

h2 {
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase; }

h3 {
  font-size: 1.2em;
  font-weight: normal;
  text-transform: uppercase; }

.fineprint {
  font-size: xx-small; }

#wrapper {
  margin: 0 auto; }

.centered-wrapper {
  text-align: center; }

#main {
  padding: 10px 15px 15px 15px; }

.clear {
  clear: both; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.col10 {
  float: left;
  width: 10%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col20 {
  float: left;
  width: 20%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col25 {
  float: left;
  width: 25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col33 {
  float: left;
  width: 33%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col40 {
  float: left;
  width: 40%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col50 {
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col60 {
  float: left;
  width: 60%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col66 {
  float: left;
  width: 60%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col75 {
  float: left;
  width: 75%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col80 {
  float: left;
  width: 80%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.marginv5 {
  margin: 5px 0; }

.margin10 {
  margin: 10px; }

.marginv10 {
  margin: 10px 0; }

.marginh10 {
  margin: 0 10px; }

.margint20 {
  margin: 20px 0 0 0; }

.marginv20 {
  margin: 20px 0; }

.tooltip {
  cursor: pointer;
  border-bottom-width: 1px;
  border-bottom-style: dashed; }

.loading-small {
  background: url("/assets/img/ajax-loader.gif") no-repeat 0 0;
  width: 63px;
  height: 55px;
  display: inline-block;
  margin: 20px 0; }

.loading-xsmall {
  background: url("/assets/img/ajax-loader.gif") no-repeat 0 0;
  width: 20px;
  height: 20px;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
  display: inline-block; }

.form {
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0 8px;
  margin: 10px 0;
  display: inline-block; }

.form .buttons {
  margin-left: 130px; }

.field {
  display: table-row; }

.field-label {
  display: table-cell;
  min-width: 100px;
  padding-right: 10px; }

.field-editor {
  display: table-cell; }

.field-validation-error {
  display: inline-block;
  padding-top: 3px;
  font-size: 0.8em;
  color: #D8000C; }

.validation-summary-errors {
  display: block;
  color: #D8000C;
  font-size: 0.8em;
  margin: 3px 0px; }

.validation-summary-errors a {
  color: #D8000C; }

.warning {
  color: #8a6d3b; }

.success {
  color: #3c763d; }

.browserwarning {
  /*color: red;*/
  background-color: #ff9c9c;
  border: 1px solid red;
  padding: 1em;
  margin: 1em 0; }

header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 0;
  padding-top: 1.5em;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden; }
  header .leftCol {
    float: left;
    width: 290px; }

footer {
  border-top: 1px solid #9F9F9F;
  text-align: center; }

footer .links {
  padding: .5em 0; }

footer .links a {
  font-weight: bold;
  font-size: small; }

.hide {
  display: none; }

.hidden {
  visibility: hidden; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.blue {
  color: #369AD8; }

.red {
  color: red; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.fontsmall {
  font-size: .9em;
  line-height: normal; }

.fontmedium {
  font-size: medium; }

.fontlarge {
  font-size: large; }

.resetlink {
  font-style: italic;
  font-size: .9em;
  text-decoration: underline;
  font-weight: normal;
  padding: 0 0.4em;
  cursor: pointer; }

#content {
  overflow: hidden; }

.stretchContainer {
  height: 100%;
  overflow: hidden; }

.stretchContainer .stretchContent {
  height: 100%;
  padding-bottom: 1000px;
  margin-bottom: -1000px; }

.hList > * {
  float: left;
  vertical-align: middle; }

.nowrap {
  white-space: nowrap; }

a.disabled {
  cursor: default; }

a.disabled:hover {
  text-decoration: none; }

.bordert {
  border-top: 1px solid #9F9F9F; }
  .bordert .leftCol {
    float: left;
    width: 290px;
    min-height: 580px; }

.client_edit tr {
  padding-bottom: 40px;
  padding-top: 40px; }

.clients_div {
  float: left;
  width: 70%;
  padding-left: 20px; }

.borderl {
  border-left: 1px solid #9F9F9F; }

.borderb {
  border-bottom: 1px solid #9F9F9F; }

.borderr {
  border-right: 1px solid #9F9F9F; }

.bordera {
  border: 1px solid #9F9F9F; }

.thumbnails li {
  text-align: center;
  border: 1px solid #efefef; }

.thumbnailImage {
  display: inline-block;
  /*height: 80px;*/
  width: 80px; }

.thumbnailImage img {
  max-height: 100%;
  max-width: 100%; }

.thumbnails > li.selected {
  border: 1px solid #6F6F6F; }

.thumbnails.horizontal > li {
  float: left;
  margin-right: 2px; }

.thumbnails.vertical > li {
  margin: 0 0 4px 0; }

.verticalAlign > * {
  vertical-align: middle;
  display: inline-block; }

.screen-overlay {
  background-color: #e6e6e6;
  opacity: 0.5;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

.up-anchor {
  background-image: url("images/arrow_up_double.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding-left: 20px;
  position: fixed; }

.arrow-button {
  display: inline-block;
  height: 16px;
  width: 16px;
  padding: 0px;
  background-repeat: no-repeat; }

.arrow-left-double {
  background-image: url("images/arrow_left_double.svg");
  background-size: 16px 16px; }

.arrow-right-double {
  background-image: url("images/arrow_right_double.svg");
  background-size: 16px 16px; }

.arrow-right {
  background-image: url("images/arrow_right.svg");
  background-size: 16px 16px; }

.arrow-left {
  background-image: url("images/arrow_left.svg");
  background-size: 16px 16px; }

table .noresult {
  text-align: center;
  font-style: italic; }

.clients {
  padding: 0px; }

.sections section {
  margin: 5px 0px 25px 0px; }

.sections h3 {
  border-bottom: 1px solid #9F9F9F; }

/*Header*/
header div.userInfo {
  float: right;
  font-size: 0.9em;
  text-align: right; }

.userInfo > * {
  padding-bottom: 3px; }

#countdown, #countdown a {
  font-style: italic;
  color: red;
  font-weight: bold; }

#subheadernav {
  font-size: 0.9em;
  padding: 0 15px 5px 15px; }

.sub-content-container {
  padding-bottom: 0px;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #9F9F9F; }
  .sub-content-container .sub_content {
    float: left;
    margin-top: 30px;
    padding: 30px;
    width: 49%;
    padding-bottom: 40px;
    padding-top: 40px;
    min-height: 400px;
    text-align: left; }

.vertical-line {
  width: 2px;
  background-color: #9F9F9F;
  float: left;
  height: 330px;
  margin-top: 40px; }

/*Left menu*/
#menuIconLink {
  display: inline-block; }

#menuCol {
  padding-bottom: 10px;
  text-align: center; }

#menuPopupContainer {
  position: absolute;
  width: 290px;
  z-index: 100000;
  background-color: white; }

img#menuIcon {
  margin-right: .5em; }

#helpmenu {
  width: 90%;
  margin: auto;
  text-align: left;
  padding-top: 1.3em; }

#helpmenu .iconLink {
  line-height: 100%;
  margin: 1em;
  vertical-align: middle; }

#helpmenu .iconLink a {
  color: #6f6f6f;
  font-size: .9em; }

#helpmenu .iconLink img {
  vertical-align: middle;
  margin-right: .6em; }

nav input {
  padding-top: 0px;
  padding-bottom: 0px; }

nav > * {
  font-size: 1.3em;
  line-height: 1.3em; }

nav > * > div, .menuitem {
  border-bottom: 1px solid #9F9F9F;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.1em 0; }

.contactcare {
  margin: 10px 0px;
  font-style: italic; }

.contactcare a {
  text-decoration: underline; }

.menuitem {
  padding: 1.4em 0; }

.menuitem:last-child {
  border-bottom: none; }

.menuitem .title {
  padding-bottom: 3px;
  font-weight: bold;
  color: #369AD8;
  text-transform: uppercase; }

.menuitem .title-caption {
  font-size: 0.9em;
  line-height: 1em;
  color: #369AD8; }

.shipdates {
  width: 90%;
  margin-bottom: 0.5em; }

.shipdates tfoot {
  font-style: italic; }

.shipdates td {
  padding: 0.2em 0;
  font-size: 0.9em;
  line-height: 1.2em;
  text-align: right; }

.shipdates .value {
  padding-right: 1.75em; }

.shipdates_legal {
  width: 90%;
  text-align: left;
  padding-top: 0.85em;
  font-size: 0.7em; }

.shipdates_legal span {
  width: 90%;
  font-style: italic;
  font-weight: bold;
  color: #369AD8; }

.shipdates_legal ul {
  padding-left: 1em;
  list-style: outside none disc; }

.shipdates_legal li {
  padding-top: 0.4em; }

/*Home*/
#splashContainer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*border-bottom: 1px solid #9F9F9F;*/
  line-height: 0px;
  width: 100%; }

#formKeywordSearch > article {
  text-align: left;
  margin: 0 auto;
  display: table; }

#formKeywordSearch .title {
  color: black;
  font-size: 1.3em; }

/*Home page announcements*/
.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.announcementList .announcement {
  font-size: 0.93em;
  line-height: 1.1em;
  font-style: italic;
  margin: 30px 50px 30px 40px; }

.announcementList .announcementContent {
  margin-top: 8px; }

.announcementList .announcement:first-child {
  margin: 30px 35px 30px 35px; }

.announcementList .postDate {
  font-size: 0.75em;
  line-height: 1.4em;
  display: inline; }

.announcementList .postDate:before {
  content: "-";
  padding: 0 2px; }

.announcementList .announcement .title {
  font-style: normal;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase; }

.announcementList .announcement:first-child .title {
  color: #369ad8; }

#bottomAnnouncement {
  font-size: 0.8em;
  margin: 60px 10px 10px 10px; }

#bottomAnnouncement .title {
  text-transform: uppercase; }

#bottomAnnouncement .announcementContent {
  margin-top: 10px; }

#homeAnnouncements {
  padding-top: 20px; }

/*Home page social media*/
#newsFeedSection {
  padding: 1em 0; }

.smIconLinks {
  padding: .6em 0;
  line-height: 0; }

.smIconLinks a {
  margin: 0 .5em; }

/*Collection search*/
.formButtons1 {
  margin: 20px 0 1px 0;
  text-align: center; }

#collectionSearch-main {
  margin: 10px 0; }

.viewall {
  padding-bottom: 2px;
  padding-right: 35px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999999; }

#searchResultsContainer {
  min-height: 40px; }

#keywordCriteria {
  text-align: center;
  font-weight: bold;
  margin-top: 8px; }

#initialCriteria {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  color: #4d4d4d; }

#initialCriteria .title {
  text-transform: uppercase;
  margin-bottom: 5px; }

#initialCriteria .initialCriterion {
  padding: 2px 6px;
  display: inline-block; }

#searchCriteria {
  padding-bottom: .5em; }

#pageControls, #bottomPageControls {
  margin: 10px 0px 3px 0px; }

#pageControls .pagination, #bottomPageControls .pagination {
  float: right;
  text-align: right;
  white-space: nowrap; }

#pageControls .pagination a, #bottomPageControls .pagination a {
  margin: 0 .25em; }

#pageControls .pages a, #bottomPageControls .pages a {
  display: block;
  float: left; }

#pageControls .description {
  color: #6F6F6F;
  float: left; }

.resultList {
  margin: 1em 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
  clear: both; }

.resultList li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em;
  border: 1px solid transparent; }

.resultList li:hover {
  border: 1px solid #9F9F9F; }

/* Product Details */
#productDetails {
  overflow: hidden; }

#productDetails .productDetails-left {
  float: left;
  margin-right: 20px;
  width: 550px; }

#productDetails .productDetails-left .mainContent {
  margin-left: 90px; }

#productDetails .productDetails-block .mainContent {
  margin: 0 90px; }

#productDetails .productDetails-right {
  margin-left: 570px; }

#productDetails section {
  margin: 5px 0px 15px 0px;
  line-height: 1.1em; }

#productDescriptionWrapper {
  margin-bottom: 45px;
  overflow: hidden; }

#productDescriptionWrapper .title {
  font-size: 0.85em;
  color: #6f6f6f;
  text-transform: uppercase;
  color: #b0a79e;
  letter-spacing: 0.08em;
  padding: 1px 0 3px 0;
  line-height: 1.1em; }

#productOptions section {
  display: table; }

#productOptions .title {
  display: table-cell;
  vertical-align: top;
  width: 9em; }

#productAvailability {
  margin-top: 15px; }

#productAvailability .title {
  color: black;
  font-size: 0.9em;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #9F9F9F; }

.priority {
  font-size: 0.8em; }

#productDetails .mainImageWrapper {
  width: 450px; }

#productGallery .thumbnails {
  float: left; }

#productDetails .checkBoxList label > input {
  float: left;
  margin-right: 5px; }

#productDetails .checkBoxList label {
  width: 100%;
  display: inline-block;
  float: left;
  padding-bottom: 3px;
  line-height: 1.1em; }

#productDetails #productRelatedProducts {
  margin-top: 15px; }

.noresultmessage {
  padding: 8px 3px;
  color: #000000; }

.availabilityGrid {
  margin: 10px 0 20px 0px;
  text-align: center;
  width: 100%;
  background-color: #fafafa; }

.availabilityGrid caption {
  background-color: #E6E6E6;
  font-weight: bold;
  padding: 5px 0px 5px 15px;
  text-align: left; }

.availabilityGrid a.cart-trigger {
  display: block;
  text-decoration: underline; }

.availabilityGrid .controlc {
  width: 16px; }

.availabilityGrid .headerc {
  text-align: right;
  width: 300px; }

.availabilityGrid th {
  background-color: #e6e6e6;
  border-collapse: collapse;
  padding: 8px; }

.availabilityGrid td {
  background-color: #fafafa;
  padding: 10px 8px;
  border-top: 1px solid #e6e6e6; }

.availabilityGrid td.sizec {
  border-left: 1px solid #e6e6e6; }

.availabilityGrid td.sizec:last-child {
  border-right: 1px solid #e6e6e6; }

/*account page*/
.rowboxes .borderl {
  border-color: #6F6F6F; }

.rowboxes {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #6F6F6F;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: stretch;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.rowboxes > * {
  display: flexbox;
  flex: 0 1 auto;
  padding: 10px 0; }

.sboxes section h3 {
  text-align: center; }

/*order pages*/
#pagedOrders {
  margin-bottom: 15px; }

#orderlist {
  width: 100%;
  margin: 10px 0;
  border-collapse: separate; }

#orderlist td {
  background-color: #fafafa;
  vertical-align: middle; }

#orderlist td.orderactions {
  width: 235px; }

#orderlist td.wide {
  min-width: 150px; }

#orderlist td, #orderlist th {
  padding: 8px 10px; }

#orderlist th {
  background-color: #e6e6e6;
  text-align: left; }

#orderlist .orderaction {
  margin: 2px; }

#orderlist .orderactions .orderactionforms {
  display: inline-block; }

.icon-nav {
  clear: both;
  margin: 20px 0;
  text-align: center; }

.icon-nav li {
  display: inline; }

.icon-nav li a, .icon-nav li a:hover {
  text-decoration: none; }

.linedGrid {
  border-collapse: collapse;
  margin-bottom: 10px;
  margin-top: 10px; }

.linedGrid td, .linedGrid th {
  padding: 9px 14px; }

.linedGrid td {
  border-top: 1px solid #dbdbdb; }

.linedGrid td:not(:first-child), .linedGrid th:not(:first-child) {
  border-left: 1px solid #dbdbdb; }

/* Terms of Use*/
div#termsAcceptanceInputs, div#termsOfUserContainer p {
  margin: 1em 0; }

::-webkit-input-placeholder {
  font-style: italic; }

:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic; }

:-ms-input-placeholder {
  font-style: italic; }

.product-name {
  padding-top: 3px; }

/*  Social Media JUICER feed */
.juicer-feed h1.referral {
  display: none !important; }

.juicer-feed .j-poster {
  display: none !important; }

.j-message {
  font-size: 80%; }

.juicer-feed img {
  width: 90% !important; }

.juicer-feed.user li.feed-item.juicer {
  display: none !important; }

.field {
  display: table-row; }

button, input[type=submit], input[type=button] {
  background-color: #827a85;
  color: #f7f7f6;
  border: none;
  font-style: italic;
  font-weight: bold;
  padding: 2px 7px 2px 5px;
  margin: 0 2px;
  cursor: pointer;
  display: inline-block; }

#header {
  clear: both;
  float: left;
  width: 100%; }

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-top: -15px; }

#footer, #push {
  height: 20px;
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  font-size: .85em;
  padding-top: 10px; }

p,
h1,
h2 {
  padding: 0;
  margin: 0 0 10px 10px; }

h3 {
  padding: 0;
  margin: 0 0 10px 20px; }

h4 {
  padding: 0;
  margin: 0 0 10px 30px; }

#header_logo {
  float: left;
  width: 70%; }

#header_nav {
  float: right;
  width: 30%;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box; }

#nav {
  width: 100%;
  background: #e8c31a;
  height: 29px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  clear: left; }

#breadcrumb {
  margin-top: 15px;
  padding-left: 10px;
  font-size: .85em; }

#breadcrumb a {
  font-size: 1em; }

#subnav {
  clear: both;
  background: #fff;
  border-top: 1px solid #000;
  margin: 0;
  padding: 0 0 0 15px;
  text-align: left; }

.divider {
  float: left;
  size: 500px;
  width: 1px; }

#content {
  padding: 1em 0 1em 0;
  padding-left: 10px;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 600px; }
  #content p {
    text-align: justify; }
  #content h1 {
    margin-bottom: 50px; }

.labeltd {
  text-align: right; }

.order-table {
  font-size: 12px; }
  .order-table td {
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 10px;
    vertical-align: top; }

#homeAnnouncements, #socialMedia {
  min-height: 475px; }

#homeAnnouncements {
  float: left;
  width: 70%; }

#homeAnnouncements, #socialMedia {
  min-height: 475px; }

#socialMedia {
  float: right;
  border-left: 1px solid #9F9F9F;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%; }

.colmask {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  overflow: hidden; }

.colright,
.colmid,
.colleft {
  float: left;
  width: 100%;
  position: relative; }

.col1,
.col2,
.col3 {
  float: left;
  position: relative;
  padding: 1em 0 1em 0;
  overflow: hidden; }

.fullpage {
  background: #fff; }

.fullpage .col1 {
  width: 96%;
  left: 2%; }

.smallForm {
  width: 230px;
  margin: 0 auto;
  float: none; }

.midForm {
  width: 500px;
  margin: 0 auto; }

.wideForm {
  width: 720px;
  margin: 0 auto; }

.xWideForm {
  width: 1200px;
  margin: 0 auto; }

.xWideForm input[type=text], select {
  width: 200px; }

.wideForm input[type=text], select {
  width: 200px; }

.centered {
  margin: 0 auto;
  text-align: center;
  clear: left;
  padding-top: 10px; }

.col {
  margin: 0 20px 0 0;
  width: 220px;
  float: left; }

.note {
  background-color: #fffdec;
  color: #0000ff;
  padding: 10px;
  margin: 10px;
  font-size: .85em;
  border: 1px solid black; }

.errorNote {
  background-color: #fffdec;
  color: #cc0000;
  padding: 10px;
  margin: 10px;
  font-size: .85em;
  border: 1px solid black; }

.error {
  color: #cc0000;
  font-size: .85em; }

/* Data Tables */
.generic-data-table {
  width: 100%; }

table.clickable tbody tr {
  cursor: pointer; }

table.clickable tbody tr:hover {
  background-color: #DDDDDD; }

table.clickable td.dataTables_empty:hover {
  cursor: default; }

.dTable {
  width: 100%;
  font-size: .85em; }

.dTable tr {
  cursor: pointer; }

.dTable tr.highlight {
  background-color: #eee; }

.dTable tr.even:hover {
  background-color: #dddddd; }

.dTable tr.odd:hover {
  background-color: #dddddd; }

/*background-color: #95B3D7;  */
th {
  padding: 0 10px;
  font-weight: bold;
  padding: 4px; }

td {
  padding: 4px;
  text-align: left; }

.subTable {
  margin-left: 50px;
  margin-right: 50px; }

/* Nav Menu */
/* Simple Modal */
#basic-modal-content {
  display: none; }

/* Overlay */
#simplemodal-overlay {
  background-color: #000;
  cursor: wait; }

/* Container */
#simplemodal-container {
  height: 360px;
  width: 600px;
  color: #000;
  background-color: #fffdec;
  border: 4px solid #f8cb0e;
  padding: 12px; }

#simplemodal-container .simplemodal-data {
  padding: 8px; }

#simplemodal-container code {
  background: #141414;
  border-left: 3px solid #65B43D;
  color: #bbb;
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 4px 6px 6px; }

#simplemodal-container a {
  color: #ddd; }

#simplemodal-container a.modalCloseImg {
  background: url(../img/basic/x.png) no-repeat;
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -16px;
  cursor: pointer; }

#simplemodal-container .buttons {
  margin: 10px 0 0 0; }

/* IE 6 hacks */
#simplemodal-container a.modalCloseImg {
  background: none;
  right: -14px;
  width: 22px;
  height: 26px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/basic/x.png',sizingMethod='scale'); }

.quick-batch {
  float: right;
  width: 200px;
  margin-right: 20px; }

/* Cartonization */
.viewport {
  padding: 10px;
  width: 750px;
  margin: 0 auto;
  border-top: 1px solid gray; }

.sku-list, .info, .info-display {
  float: left; }

.sku-list {
  display: block;
  width: 200px; }

.info {
  display: inline-block;
  width: 150px; }

.info > strong {
  font-size: 12px; }

.info-display {
  width: 350px; }

.info-display-header > div, .info-display-data > div {
  min-width: 60px;
  float: left;
  padding: 0 5px; }

.info-display-dimensions {
  width: 150px; }

.digit {
  text-align: right; }

.carton-select {
  padding: 10px 0;
  float: right; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.link-padding {
  padding-left: 25px; }

.col3 {
  padding: 1em 1em;
  float: left; }

.success-msg {
  height: 50px;
  line-height: 50px;
  width: 500px;
  background-color: #83f383;
  text-align: center; }

.edit-phone:hover {
  cursor: pointer;
  text-decoration: underline; }

.pointer {
  cursor: pointer; }

.form90 {
  width: 90%;
  display: block;
  margin: 0 auto 0 auto;
  clear: left; }

.form90 input[type=text] {
  width: 100%; }

.form95 {
  width: 95%;
  display: block;
  margin: 0 auto 0 auto;
  clear: left; }

.form98 {
  width: 98%;
  display: block;
  margin: 0 auto 0 auto;
  clear: left; }

.form80 {
  width: 80%;
  display: block;
  margin: 0 auto 0 auto; }

.form60 {
  width: 60%;
  display: block;
  margin: 0 auto 0 auto; }

.form50 {
  width: 50%;
  display: block;
  margin: 0 auto 0 auto; }

.form30 {
  width: 30%;
  display: block;
  margin: 0 auto 0 auto; }

.col10 {
  float: left;
  width: 10%;
  box-sizing: border-box;
  padding: 0 10px 0 10px; }

.col10 input[type=text], .col10 select, .col10 .text-box, .col10 textarea {
  width: 100%; }

/** column styles **/
.col {
  margin: 0 20px 0 0;
  width: 220px;
  float: left; }

.colmask {
  position: relative;
  clear: both;
  float: left;
  width: 100%; }

.colright,
.colmid,
.colleft {
  float: left;
  width: 100%;
  position: relative; }

.col1,
.col2,
.col3 {
  float: left;
  position: relative;
  padding: 1em 0 1em 0;
  overflow: hidden; }

.col3 {
  padding: 1em 1em;
  float: left; }

.col20 {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 0 10px 0 10px; }

.col20 input[type=text], select, .text-box, textarea {
  width: 100%; }

.col25 {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 10px 0 10px; }

.col25 input[type=text], select, .text-box, textarea {
  width: 100%; }

.col25-right {
  float: right;
  width: 25%;
  box-sizing: border-box;
  padding: 0 10px 0 10px; }

.col33 {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 10px 0 10px; }

.col33 input[type=text], select, .text-box, textarea {
  width: 100%; }

.col50 input[type=text], .col50 select, .col50.text-box, .col50 textarea {
  width: 100%; }

.col40 {
  float: left;
  width: 40%;
  box-sizing: border-box;
  padding: 0 10px 0 10px; }

.col48 {
  float: left;
  width: 48%;
  box-sizing: border-box;
  padding: 0 10px 0 10px; }

.col50 {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px 0 10px; }

.col60 {
  float: left;
  width: 60%;
  box-sizing: border-box;
  padding: 0 10px 0 10px; }

.col75 {
  float: left;
  width: 75%;
  box-sizing: border-box;
  padding: 0 10px 0 10px; }

.col100 {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px 0 10px; }

.firstcol {
  margin-right: .5em; }

.fscol25 {
  float: left;
  width: 25%;
  box-sizing: border-box; }

.fscol33 {
  float: left;
  width: 33%;
  box-sizing: border-box; }

.fscol50 {
  float: left;
  width: 50%;
  box-sizing: border-box; }

.fscol66 {
  float: left;
  width: 66%;
  box-sizing: border-box; }

.fscol75 {
  float: left;
  width: 75%;
  box-sizing: border-box; }

/** END column styles */
.ddFilter {
  float: left;
  width: 200px;
  margin-left: 20px; }

#tabs {
  padding: 0px;
  background: none;
  border-width: 1px; }

.ui-tabs-panel {
  font-size: 12px;
  margin: 10px 0 10px 0; }

.ui-tabs-nav {
  padding-left: 0px;
  background: transparent;
  border-width: 0px 0px 1px 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.ui-tabs-anchor {
  font-size: .9em; }

#tabs th {
  font-size: 14px; }

#tabs td {
  font-size: 12px; }

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

panel-default {
  border-color: #dddddd  !important; }

.panel-heading {
  color: #3a3a3a;
  background-color: #f5f5f5;
  border-color: #dddddd;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.05em;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }

.form-aligned section {
  margin-bottom: 0.85em;
  display: table;
  text-align: left; }
  .form-aligned section .field-label {
    display: table-cell;
    vertical-align: middle;
    width: 14em;
    margin-right: 1em;
    color: #7a7a7a; }
  .form-aligned section label {
    font-weight: normal;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold; }

/*# sourceMappingURL=site.css.map */
