/* --- HEADERS --- */
.content h1 {
  margin: 0 0 0.4em 0;
  font: bold 1.5em/1em Tahoma, Geneva, Arial, Sans-Serif, Verdana;
  color: #000;
}
.content h2 {
  margin: 0.5em 0 0.2em 0;
  font: bold 1.2em/1.3em Tahoma, Geneva, Arial, Sans-Serif, Verdana;
  color: #15298a;
}
.content h3 {
  margin-bottom: 0.2em;
  font: bold 1.1em/1.2em Tahoma, Geneva, Arial, Sans-Serif, Verdana;
  color: #000;
}
.content h3.cnt {
  margin-top: 10px;
  margin-bottom: 5px;
}
.content h3.faq {
  margin-top: 5px;
  margin-bottom: 10px;
}
.content h4 {
  margin: 0;
  margin: 0.5em 0;
  font-size: 1em;
  line-height: 1.4em;
}
/* --- PARAGRAPHS --- */
.content p {
  font-size: 1em;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 0.5em;
}
pre {
  padding: 5px 0;
  background-color: #eee;
  font-size: 11px;
}
/* Article Announcement */
.essence {
  font-weight: bold;
}
/* Return Link */
.jump-back {
  clear: both;
  text-align: right;
  line-height: 35px;
}
/* Red Accent Font */
.content p.accent {
  color: #9a0000;
}
/* Questions Links */
.faq-link dt {
  font-family: Arial, Sans-Serif, Tahoma, Geneva, Verdana;
  font-weight: bold;
}
.faq-link dd {
  margin-bottom: 10px;
}

/* Download Links */
.download-link dt {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}
.download-link dt img {
  float: left;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
.download-link dd {
  margin: 0 0 5px 28px;
  font: normal 12px Arial, Sans-Serif, Tahoma, Geneva, Verdana;
}

/* Contacts */
.contacts-info dt {
  float: left;
}

/* Download Docs */
.download-info {
  margin-top: 5px;
}
.download-info dd img {
  float: left;
  vertical-align: middle;
  margin: 2px 5px 0 0;
}
.download-info dd {
  margin: 0 0 10px 0;
}

.multi-level-list {
  margin-bottom: 0.5em;
}
.multi-level-list dt {
  margin: 0.3em 0 0 0;
  font: bold 1em/1.4em Tahoma, Geneva, Arial, Sans-Serif, Verdana;
}
.multi-level-list dt span {
  display: block;
  font-weight: normal;
}
.multi-level-list dd {
  display: list-item;
  list-style-type: disc;
  margin-left: 25px;
  font: normal 1em/1.4em Tahoma, Geneva, Arial, Sans-Serif, Verdana;
}


/* --- Строчные стили --- */
.data-index strong {
  font-weight: normal;
}
.this-txt-red {
  color: #9a0000;
}
.this-txt-bold {
  font-weight: bold;
}

/* --- Списки --- */
.content ul,
.content ul li,
.content ol,
.content ol li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none;
}
/* --- Списки для текстов --- */
.content ul {
  margin-left: 2em;
  margin-bottom: 0.7em;
}
.content li {
  font-size: 1em;
}
.content ul li ul {
  margin-left: 1.3em;
  margin-top: 0.3em;
}
.content ul li {
  list-style-type: disc;
  line-height: 1.4em;
  margin-bottom: 0.3em;
}
.content ul li ul li {
  margin-left: 0.75em;
}
/* --- Списки для перечислений --- */
.content ol {
  margin-left: 2em;
  margin-bottom: 0.5em;
}
.content ol li {
  list-style-type: decimal;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}
.content ol li ul {
  padding-top: 0.5em;
  margin: 0 0 0 0.5em;
}
.content ol li ul li {
  list-style-type: disc;
}
.content ol li ul li,
.content ol li ul li ul li {
  line-height: 1.4em;
  margin: 0 0 0.5em 10px;
}
.content ol li ul li ul {
  padding-top: 0.5em;
}
.content ol li ul li ul li {
  list-style-type: circle;
}
/* --- Таблицы --- */
/* для событий */
.for-events {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}
.for-events th,
.for-events td {
  vertical-align: middle;
  height: 30px;
  padding: 3px 5px;
  border: 1px solid #bbb;
}
.for-events th {
  width: 150px;
  text-align: left;
  font: bold 13px Arial;
  background-color: #ddd;
}
.for-events td {
  text-align: left;
  background-color: #eee;
}

/* --- IMAGE BLOCKS --- */
/* Left */
.div-img-left {
  float: left;
  padding-top: 5px;
  padding-right: 10px;
}
/* Right */
.div-img-right {
  float: right;
  padding-top: 5px;
  padding-left: 10px;
}
/* Center with Border and Backgrounnd */
.div-img-block {
  clear: both;
  padding: 9px 0;
  margin: 15px 0;
  background-color: #f8f8f8;
  border: 1px dotted #dedede;
  text-align: center;
}
/* Center Clear */
.div-img-clear {
  clear: both;
  margin: 5px 0;
  text-align: center;
}
/* Center Clear with Big Top Margin */
.div-img-alone {
  clear: both;
  margin: 15px 0;
  text-align: center;
}
/* Float Text Blocks */
.div-msg-float {
  float: right;
  width: 220px;
  padding: 10px;
  margin-left: 10px;
  line-height: 15px;
  border: 1px solid #ddd;
  background-color: #eee;
}
.div-msg-float dt {
  float: left;
  margin-top: -3px;
  font: bold 25px "Cambria";
}
.div-msg-float dd {
  margin-left: 30px;
  font-size: 11px;
  margin-top: 5px;
}
.div-msg-float dd.start {
   margin-top: 0;
}
/* Блоки с уведомлениями */
.warning,
.message {
  clear: both;
  line-height: 1.3em;
  font-size: 13px;
}
.message {
  padding: 5px 10px;
  margin: 15px 0;
}
.message h3 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: -5px;
}
.message p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.message ul,
.message ol {
  margin-top: 7px;
  margin-bottom: 5px;
}
.attention {
  background-color: #f5f5f5;
  border-left: 5px solid #aebc37;
}

.attention form {
  margin-bottom: 5px;
}

.attention form label {
  display: block;
  width: 300px;
  padding-bottom: 5px;
}
.attention form button {
  font: bold 14px Arial;
  float: right;
  margin-top: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.standards {
  background-color: #f5f5f5;
  border-left: 5px solid #ddd;
}



.important {
  border-left: 5px solid #9a0000;
  color:  #9a0000;
}
.important h3 {
  color:  #9a0000;
}
.warning {
  padding: 10px !important;
  margin-bottom: 10px;
}
.error {
  border: 1px solid #9a0000;
  background-color: #fff3f3;
  color:  #9a0000  !important;
}
.require {
  border-left: 5px solid #aebc37;
  background-color: #f9f9f9;
  color:  #000;
  padding: 10px;
}
.require strong {
  color: #96a105;
  font-size: 14px;
}

/* --- The Topic Wall --- */
/* --- Texts Only --- */
.the-wall h3 {
  clear: both;
  padding-top: 5px;
  margin-bottom: 0;
}
.the-wall h3 a,
.the-wall h3 a:link,
.the-wall h3 a:visited {
  border-bottom: 1px solid #15298a;
  text-decoration: none;
}
.the-wall h3 a:hover {
  border-bottom: 1px solid #727cac;
  color: #727cac;
}
.the-wall p {
  margin: 3px 0 5px 0;
}
.the-wall p span {
  display: block;
  font-size: 11px;
  color: #777;
}
.the-wall p span img {
  float: left;
  vertical-align: middle;
  margin: 1px 5px 0 0;
}

.the-wall .search-body-marker {
  background-color: #d6e0f2;
}
.the-wall .search-head-marker {
  background-color: #d6e0f2;
}

/* Статусы топиков: */
.the-wall p span span {
  display: inline;
}
/* старый топик */
.the-wall .this-dead {
  padding-left: 5px;
  border-left: 5px solid silver;
}
/* текущий топик */
.the-wall .this-walk {
  padding-left: 5px;
  border-left: 5px solid #9a0000;
  font-weight: bold;
  color: #9a0000;
}
/* новый топик */
.the-wall .this-live {
  padding-left: 5px;
  border-left: 5px solid #287621;
  font-weight: bold;
  color: #287621;
}
.the-wall .this-null  {
  font-size: 14px;
}
.the-wall .this-none  {
  display: inline;
  display: none;
}

/* --- Preview Images --- */
.with-preview h3 {
  width: 100%;
  clear: both;
  margin-bottom: 0.3em;
}
.with-preview .image {
  float: left;
  width: 150px;
  height: 110px;
  margin-top: 0.3em;
  margin-right: 0.5em;
}
.with-preview p {
  margin: 0 0 3px 0;
}
.with-preview .stair {
  width: 100%;
  clear: both;
  height: 7px;
  font-size: 0;
}
/* --- Color Block --- */
.with-borders {
  clear: both;
  padding:  10px 10px 5px 10px;
  margin: 15px 0;
  background-color: #f8f8f8;
  border: 1px dotted #dedede;
}
.with-borders h3 {
  clear: both;
  padding-top: 0;
  margin-bottom: 0;
}


/* --- Постраничная навигация --- */
.jump-next {
  position: relative;
  overflow: hidden;
  border-top: 1px dotted #ddd;
  top: 10px;
  text-align: center;
  margin: 5px auto;
}
.jump-next div {
  float: left;
  left: 50%;
  position: relative;
  text-align: center;
}
.jump-next div ul {
  position: relative;
  left: -50%;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.jump-next ul li {
  float: left;
  margin: 10px 7px 0 0;
  text-decoration: none;
  list-style: none;
}
.jump-next ul li a,
.jump-next ul li span {
	float: left;
	display: block;
  padding: 2px 8px;
}
.jump-next ul li span {
  border: 1px solid #213377;
  background-color: #213377;
  color: #fff;
}
.jump-next ul li a {
  border: 1px solid #d6e0f2;
  background-color: #f3f5fc;
  text-decoration: none;
}
.jump-next ul li a:hover {
  border: 1px solid #c4d2ec;
  background-color: #d6e0f2;
  color: #000;
}
.jump-next ul li.step {
  font-size: 14px;
  line-height: 1.7em !important;
  color: #ccc;
}
.jump-next ul li.step a {
  border: none !important;
  background-color: transparent !important;
  padding: 0;
}
.jump-next ul li.step a:hover {
  color: #727cac;
}


/* ------------------------ */
/* --- FORMS AND TABLES --- */
/* ------------------------ */

/* For title layout */
.form-layout-main table {
  width: 496px;
}
/* For 2-column layout */
.form-layout-wide table {
  width: 711px !important;
}
/* For 3-column layout */
.form-layout-thin table {
  width: 530px !important;
}





/* --- Feedback Form Styles --- */
.form table {
  clear: both;
  border-spacing: 1px;
  margin-bottom: 10px;
}
/* Cell */
.form table th,
.form table td {
  min-height: 30px;
  height: 33px;
  vertical-align: middle;
}
.form table th {
  width: 185px;
  text-align: left;
  background-color: #f5f5f5;
  border-right: 5px solid #e5e5e5;
  font-family: Arial, Sans-Serif, Helvetica;
}
.form table td {
  padding-left: 10px;
}
.form table .fill-require {
  border-right: 5px solid #aebc37;
}
.form table .fill-warning {
  border-right: 5px solid #9a0000 !important;
}
.form table th label,
.form table th span {
  display: block;
  margin-left: 7px;
}
.form table th span {
  margin-bottom: 0;
  font: normal 11px/13px Arial, Sans-Serif, Helvetica;
  color: #555;
}
/* Textarea Container */
.form table .textarea {
  vertical-align: top;
}
.form table .textarea label {
  margin-top: 3px;
}
.form table .textarea span {
  margin-bottom: 3px;
  line-height: 13px;
}
/* Inputs Container */
.form table td input,
.form table td textarea,
.form table td select {
  padding: 2px;
}
.form table td input {
  width: 320px;
}
.form table td textarea  {
  width: 322px;
  overflow: auto;
  font-family: Verdana, Tahoma, Geneva, Arial, Sans-Serif;
}
.form table td select,
.form table td.upload-file input {
  width: 327px;
}
.form table td.upload-file input[type='checkbox'] {
  width: auto !important;
}
.form table td input.prefix {
  width: 40px;
  margin-right: 7px;
}
.form table td input.number {
  width: 150px;
  margin-left: 0;
}
.form table td input.dignum {
  width: 205px;
  margin-left: 0;
}
/* Date and Time Container */
.form table .date-and-time input {
  width: auto;
  margin: 0;
  text-align: center;
}
.form table .date-and-time select {
  width: 85px;
  margin: 0 5px;
}
/* Требуется кастомизация s_common.inc.php */
.form table .date-and-time div {
  float: right;
  margin-right: 5px;
}
.form table .date-and-time .day {
  width: 20px;
}
.form table .date-and-time .year {
  width: 40px;
}
/* Checkbox Container */
.form table td.checkbox {
  clear: both;
  margin-left: 10px;
  line-height: 25px;
}
.form table td.checkbox input {
  width: auto !important;
}
.form table td.multy {
  line-height: 17px;
}
/* Naked Options for Textarea */
.form table td.extranaked,
.form table td.intranaked {
  padding: 0;
  text-align: center;
}
.form table td.extranaked textarea {
  margin: 0;
  width: 480px;
}
.form table td.intranaked textarea {
  margin: 0;
  width: 520px;
}



/* кнопки */
.button {
  padding: 10px 0;
  border-top: 1px solid #eee;
  text-align: right;
}
.button-clear {
  padding: 0 0;
  text-align: right;
}
.button input,
.button button,
.button-clear input,
.button-clear button {
  font-size: 1.1em;
  padding: 3px 5px;
}


/* ----------------------------------------------------- */
/* ------------ Контейнер хотспотов: начало ------------ */
/* ----------------------------------------------------- */

/* Хотспоты */
.adm-hotspot {
  margin-top: 10px;
  border: 1px solid #ddd;
}
.adm-hotspot .header {
  text-align: center;
}
.adm-hotspot .header img {
  margin: 10px 0;
}
.adm-hotspot .footer {
  padding: 5px 10px;
  background-color: #eee;
}
.adm-hotspot .footer p {
  margin: 0;
}
.adm-hotspot .footer div {
  float: right;
}
/* Коллажи */
.adm-hitspot,
.adm-topspot,
.adm-banspot {
  margin-top: 10px;
  padding: 5px;
  height: 110px;
  border: 1px solid #ddd;
}
.adm-hitspot img,
.adm-topspot img,
.adm-banspot img {
  margin-right: 10px;
}

/* ---------------------------------------------------- */
/* ------------ Контейнер хотспотов: конец ------------ */
/* ---------------------------------------------------- */

/* --- Административные формы и элементы --- */
/* После операций с объектами */
.adm-submit {
  clear: both;
  height: 50px;
}
.adm-submit div {
  height: 45px;
  border: 1px solid silver;
  width: 47%;
  text-align: center;
}
.adm-submit div a {
  font-size: 16px;
}
.adm-submit .back-like-adm {
  float: left;
  clear: left;
}
.adm-submit .back-like-usr {
  float: right;
  clear: right;
}









/* ------------------------- */
/* --- TABLE FOR CONTENT --- */
/* ------------------------- */

/* --- Content Table Conception --- */
.base {
  padding: 1px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
.base table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f8f8f8;
}
.base table th {
  width: 180px;
  border-right: 1px dotted #ccc;
  font: bold 13px Arial, Sans-Serif, Helvetica;
  text-align: left;
}
.base table th,
.base table td {
  height: 20px;
  padding: 3px 5px;
  vertical-align: middle;
  border-bottom: 1px dotted #ccc;
  font: normal 13px Arial, Sans-Serif, Helvetica;
}
.base table .header th,
.base table .header td {
  padding: 0 5px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  font-size: 11px;
  font-weight: normal;
  vertical-align: middle;
}
.base .divide th,
.base .divide td {
  border-top: 3px solid #ddd;
}

.base .divide-thin th,
.base .divide-thin td {
  border-top: 2px solid #ddd;
}

.base table td.started {
  border-left: 1px dotted #ccc;
  text-align: right;
}
.base table td.started select {
  width: 325px;
  padding: 2px;
}
.base table .category th {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: none;
  background-color: #f2f3f3;
  font-weight: bold;
}
.base table .bottom th,
.base table .bottom td,
.base table td.bottom {
  border-bottom: none;
}
.base .chk {
  width: 25px;
  border-left: 1px dotted #ccc !important;
  text-align: center;
}
.base .ok,
.base .no {
  font: bold 15px/17px Arial !important;
}
.base .ok {
  color: #287621;
}
.base .no {
  color: #9a0000;
}

/* --- Tech Table Exception --- */
.tech table th {
  width: 160px;
  font-weight: bold;
}
.tech table th.tech-wide {
  width: 180px;
}
.tech table .top th {
  vertical-align: top;
}
.tech table .end th {
  border-bottom: none;
}
.tech table td span {
  font-size: 11px;
  color: #555;
}
/* --- Tech-Dealer-and-Contacts Option --- */
.pure {
  border: none;
}
.pure table {
  background-color: #fff;
}
.pure table th {
  padding-left: 0;
}
.pure table td span {
  display: block;
  font-size: 13px;
  margin-left: 52px;
  color: #333;
}
/* --- Price Table Exception --- */
.price table {
  table-layout: fixed;
}
.price table .header th.started

.price table .header th,
.price table td {
  text-align: center;
}
.price table .header th.started {
  text-align: left;
}
.price table th {
  width: 175px;
}
.price table td {
  border-left: 1px dotted #ccc;
}

/* --- Manual Table Exception --- */

.case table {
  table-layout: fixed;
}
.case table th,
.case table td {
  font: normal 11px Arial;
}
.case table th {
  font-weight: bold;
  width: 150px;
}
.case table th span {
  display: block;
  font-weight: normal;
}
.case table td {
  width: auto;
  border-left: 1px dotted #ccc;
  text-align: center;
}
.case table td.descript {
  text-align: left;
}
.case table td.small {
  width: 80px;
}



/* --- Texts Table Exception --- */

.wall table {
  table-layout: fixed;
}
.wall table th,
.wall table td {
  padding: 5px 10px;
  font: normal 13px Tahoma;
}
.wall table th {
  width: 200px;
  padding: 5px;
  vertical-align: top;
}
.wall table td {
  width: auto;
  padding: 5px 10px;
  border-left: 1px dotted #ccc;
}
.wall table td span {
  display: block;
  margin-bottom: 3px;
  line-height: 1.2em;
}

/* --- Shop Table Exception --- */
.shop table th {
  width: auto;
}
.shop table td {
  width: 15%;
  text-align: center;
}
.shop td.total {
  border-right: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
}
.shop td.order {
  border-left: 1px dotted #ccc;
}
.shop td.total input,
.shop td.final input {
  width: 35px;
  padding: 1px 3px;
  margin: 0;
}
.shop .category a,
.shop .category a:link,
.shop .category a:visited {
  font: bold 13px Arial, Sans-Serif, Helvetica;
  text-decoration: none !important;
  border-bottom: 1px dotted #15298a;
  cursor: pointer;
  color: #15298a;
}
.shop .category a:hover {
  text-decoration: none !important;
  border-bottom: 1px dotted #727cac;
  color: #727cac;
}
.shop .bottom .double {
  width: 30%;
}
.shop .change th {
  border-right: none;
  text-align: right;
}
.shop .accent th {
  font: normal 11px Arial;
  color: #9a0000;
  border-right: none;
}

/* --- Image Gallery --- */
#image-gallery {
  clear: both;
  padding: 5px 0 7px 0;
  margin: 0;
}
#image-gallery ul,
#image-gallery ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#image-gallery ul {
  width: 100%;
  font-size: 0;
}
#image-gallery ul li {
  width: auto;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
}
#image-gallery ul li.break {
  margin-right: 0;
}
#image-gallery ul li a {
  cursor: url('/css/graphics/zoomin.cur');
}
.view-wide ul {
  margin-left: 3px !important;
}

/* Press Center Options */
.ig-download ul li {
  border: 1px solid #eee;
  width: 128px !important;
  margin-bottom: 15px !important;
}
.ig-download ul li span {
  display: block;
  padding: 5px 5px;
  font-size: 11px;
  line-height: 15px;
}
.ig-download ul li .ig-footer {
  border-top: 1px solid #fff;
  background-color: #eee;
}
.ig-download ul li .ig-footer a {
  cursor: pointer !important;
}

/* --- INDEX PAGE EXEPTIONS --- */
.main .slogan {
  background: transparent url('/images/layout/img_Guardant_Slogan.png') no-repeat center top;
  height: 25px;
  margin: 3px 0;
}
.main .slogan h1 {
  display: none;
}
.main .hotspot {
  min-height: 135px;
  margin: 10px 0;
  padding: 0;
  background-color: #d6e0f2;
}
.main .topic-wall h2 {
  margin: 8px 0 3px 0;
  font: bold 1.1em/1.1em Tahoma, Geneva, Arial, Sans-Serif, Verdana;
}
.main .topic-wall h2 a,
.main .topic-wall h2 a:link,
.main .topic-wall h2 a:visited {
  text-decoration: none;
  border-bottom: 1px solid #15298a;
}
.main .topic-wall h2 a:hover {
  border-bottom: 1px solid #727cac;
}
.main .topic-wall p {
  margin: 0 0 5px 0;
}
.main .topic-wall p strong {
  font-weight: normal;
}
.main .info .news p {
  font: bold 13px Verdana, Tahoma, Geneva, Arial, Sans-Serif;
  color: #727cac;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.main .info .news p a,
.main .info .news p a:link,
.main .info .news p a:visited {
  font-size: 13px;
  color: #15298a;
  font-weight: normal;
  text-decoration: none;
}
.main .info .news p a:hover {
  color : #727cac;
  text-decoration: underline;
}

.main .info .news p.this-important,
.main .info .news p.this-important a {
  color: red;
}
.main .info .news p.this-important a:hover {
  color: #9a0000;
}

.main .warning strong {
  display: inline !important;
}