body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  margin: 0px;
  line-height: 18px;
}

td {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

h1 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: black;
  margin: 0px 0px 10px 0px;
}

h2 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: #666666;
  margin: 0px 0px 10px 0px;
}

h3 {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  font-size: 12px;
}

hr.dashed {
  border-top: 1px dashed black;
  border-bottom: 0px;
  width: 100%;
  height: 1px;
}

a:link, a:visited {
  color: #FF6600;
}

.frontcell {
  border-left: 1px solid #003A75;
  border-right: 1px solid #003A75;
}

.frontmenu {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  background-image: url(/assets/frontend/hosts/br/bg-yellow-6b9187be89364265fe3818dc3130715e14ff5e2a2d8ca19667d2f74242fdfe44.gif);
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid #003A75;
  border-right: 1px solid #003A75;
}

.fronttext {
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
}

.frontquotes {
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  line-height: 14px;
  font-style: italic;
}

div.user_message {
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  margin: 5px;
  width: 650px;
  font-size: small;
  text-align: left;
}
div.user_error {
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  margin: 5px;
  width: 650px;
  font-size: small;
  text-align: left;
  border-color: red;
  color: black;
  background-color: #FFEEEE;
}
div.user_message {
  border-color: green;
  color: black;
  background-color: #EEFFEE;
}

.post {
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.post h3.post-title a {
  font-size: 1.8em;
}
.post .post-date {
  font-size: 12px;
  color: #454545;
  margin: 4px 0;
}
.post .social {
  margin-top: 10px;
}
.post .social div {
  margin-top: 5px;
}
.post .avatar-wrap {
  display: none;
}

.comments h4 {
  margin: 0;
}
.comments .meta .posted-by {
  color: #454545;
}
.comments blockquote {
  margin: 0 0 0 2em;
}
.comments .meta {
  font-family: Georgia;
  font-size: 12px;
  color: #999;
  line-height: 20px;
}
.comments div.comment {
  margin: 10px 0;
  padding-top: 10px;
  border-top: 1px solid #999;
}
.comments div.comment .avatar-wrap {
  display: none;
}

div.promocode_toggle label {
  margin-left: 160px;
}

#promo-wrap {
  display: none;
}

.clear {
  clear: both;
}

#main-section, #breadcrumb {
  padding: 2em;
}

.field_with_errors input, .field_with_errors textarea {
  padding: 2px;
  border: 1px solid red !important;
  display: table;
}

#errorExplanation {
  border: 1px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin: 20px;
  background-color: #f0f0f0;
  text-align: left;
}
#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}
#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.zoogle_flash {
  font-size: 14px;
}
.zoogle_flash .negative {
  color: red;
}
.zoogle_flash .positive {
  color: green;
}

.captcha-image-wrap {
  display: flex;
  align-items: center;
}
.captcha-image-wrap img {
  width: 200px;
  height: 70px;
}
.captcha-image-wrap a.reload-captcha {
  margin-top: 24px;
  margin-left: 6px;
}
.captcha-image-wrap svg.icon {
  width: 24px;
  height: 24px;
}

.simple_form {
  /* This is a hack to get frontend login forms working [Eli] */
  /* For when you have only text where the field goes */
}
.simple_form div.input {
  margin-bottom: 10px;
  clear: both;
  /* Required for Webkit, but not for Gecko */
}
.simple_form label {
  float: left;
  width: 170px;
  text-align: right;
  margin: 2px 10px;
  font-weight: bold;
  padding-top: 5px;
}
.simple_form label .hint {
  font-weight: normal;
}
.simple_form .field-group {
  display: block;
  margin-left: 190px;
}
.simple_form div.radio ul, .simple_form div.radio_buttons ul {
  list-style-type: none;
}
.simple_form div.radio ul label, .simple_form div.radio_buttons ul label {
  float: none;
}
.simple_form div.radio ul li, .simple_form div.radio_buttons ul li {
  width: 300px;
  padding-left: 150px;
}
.simple_form .input_field .plain_text_field {
  padding-top: 7px;
  display: block;
}

div.boolean label {
  float: none;
  margin: 0;
  padding-left: 186px;
  font-weight: normal;
}
div.boolean label input {
  margin-right: 6px;
}

label.collection_radio_buttons {
  float: none;
  margin: 0;
  margin-right: 10px;
  vertical-align: -2px;
  margin-left: 2px;
}

.simple_form .error {
  color: black;
  display: block;
  margin-left: 190px;
  font-style: italic;
}
.simple_form .hint {
  clear: left;
  color: #555;
  display: block;
  font-style: italic;
}
.simple_form .hint:empty {
  display: none;
}

input.radio {
  margin-right: 5px;
  vertical-align: -3px;
}
input.check_boxes {
  margin-left: 3px;
  vertical-align: -3px;
}

label.collection_check_boxes {
  float: none;
  margin: 0;
  vertical-align: -2px;
  margin-left: 2px;
}

label.required abbr {
  display: none;
}

.livechat-button {
  display: none;
}

body.livechat-online .livechat-button {
  display: inline;
}
body.livechat-online .livechat-button i {
  background: url(/assets/frontend/hosts/shared/livechat-50ddd2716800a8483d713433b4230a114e4b008b5b8dcd556480224eb93d0516.png) left no-repeat;
  width: 20px;
  height: 14px;
  margin-top: 1px;
  display: inline-block;
}

.hide {
  display: none !important;
}

/* -----------------------------------------------------------------------------
   Autocomplete
-------------------------------------------------------------------------------*/
.ui-autocomplete {
  position: absolute;
  cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
  width: 1px;
} /* without this, the menu expands to 100% in IE6 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
  background-color: #fff;
  border: 1px solid #000;
  position: absolute;
  width: 100px;
}

.ui-menu .ui-menu {
  margin-top: -3px;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  float: left;
  clear: left;
  width: 100%;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.4em;
  line-height: 1.5;
  color: #000;
  cursor: pointer;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  background-color: #ddd;
}

.ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 0.9em;
}
.ui-autocomplete li {
  font-size: 1em;
}

.ui-combobox-wrap {
  padding: 0;
  position: relative;
  padding-right: 26px;
  display: inline-block;
}
.ui-combobox-wrap input,
.ui-combobox-wrap a {
  margin: 0;
  height: 16px;
  display: inline-block;
}
.ui-combobox-wrap input {
  height: 24px;
}
.ui-combobox-wrap .ui-button-combobox {
  border: 1px solid #000;
  border-left-style: none;
  margin: 0;
  font-size: 1em;
  padding: 3px;
  background-color: #F0F0F0;
  cursor: pointer;
  position: absolute;
  width: 20px;
  top: 0;
  right: 0;
}
.ui-combobox-wrap .ui-button-combobox:hover {
  background-color: #ddd;
}
.ui-combobox-wrap .ui-button-combobox .ui-icon {
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
}

.hide {
  display: none;
}

.simple_form input.string, .simple_form input.password, .simple_form textarea.text {
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 12px;
  width: 330px;
}

.livechat-button a {
  text-decoration: none;
}
