/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Configuration styles
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.no-modules-box {
  border: 1px solid #dfe5e8;
  width: 698px;
  background-color: #f2f2f2;
  margin: 0px;
  margin-bottom: 50px;
}

.no-modules-box h2 {
  color: #333;
  background-color: #f2f2f2;
  border-bottom: 1px solid #fff;
  margin: 0px;
  padding-left: 29px;
  padding-right: 29px;
  line-height: 80px;
}

.no-modules-box .content {
  background: transparent url(../images/payment_box_bg.png) repeat-x left top;
  padding: 33px 29px 36px 29px;
}

.no-modules-box .content p {
  color: #456583;
  font-size: 16px;
  line-height: 24px;
  padding: 3px;
  margin: 0px;
}

.no-modules-box button {
  margin-top: 20px;
  margin-bottom: 0;
}

.no-modules-box .content span.or {
  position: relative;
  top: 10px;
  margin-right: 8px;
  color: #8f8f8f;
}
