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

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

html,
  body
{
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
}

html {
  display: table;
}

body {
  display: table-cell;
  vertical-align: middle;
}

div.container {
  margin: 0 auto;
  width: 800px;
  text-align: center;
  margin:0 auto;
}

div.error-in-your-store {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 17px;
}

div.text {
  border-radius: 5px;
  background-color: #f9f9f9;
  border: solid 1px #efefef;
  padding: 21px;
  margin-top: 16px;
}

div.text .header {
  color: #f29221;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

div.text .message {
  color: #666666;
  font-size: 14px;
  text-align: center;
}

ul.help-section {
  list-style: none;
  margin-top: 30px;
  padding: 0 0 200px 0;
}

ul.help-section li {
  margin: 0;
  padding: 0;
  background: none;
  float: left;
  width: 33%;
}

ul.help-section li span {
  padding-top: 9px;
  display: block;
  margin: 0 auto;
  line-height: 18px;
}

ul.help-section li a {
  color: #5194c5;
}
