/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

body {
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* --------------------------------------------------------------

   grid.css
   * Sets up an easy-to-use grid of 24 columns.

   By default, the grid is 950px wide, with 24 columns
   spanning 30px, and a 10px margin between columns.

   If you need fewer or more columns, namespaces or semantic
   element names, use the compressor script (lib/compress.rb)

-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 950px;
  margin: 0 auto;
}

/* Use this class on any .span / container to see the grid. */
.showgrid {
  background: url(include/grid.png);
}

input, textarea
{
  border-left-width: 1px;
  border-right-width: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 70%;
}

/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column,
.span-1,
.span-2,
.span-3,
.span-4,
.span-5,
.span-6,
.span-8,
.span-10,
.span-20,
.span-25,
.width-10,
.width-20,
.width-25,
.width-30,
.width-40,
.width-50,
.width-60,
.width-70,
.width-80,
.width-90,
.width-100
{
  float: left;
  margin-right: 10px;
}

.header, .footer
{
  width: 100%;
}

/* The last column in a row needs this class. */
.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1 {width:  100%;}
.span-2 {width:  50%;}
.span-3 {width:  33.3%;}
.span-4 {width:  25%;}
.span-5 {width:  20%;}
.span-6 {width:  16.6%;}
.span-8 {width:  12.5%;}
.span-10 {width: 10%;}
.span-20 {width: 5%;}
.span-25 {width: 4%;}

.width-10 {width:  10%;}
.width-20 {width:  20%;}
.width-25 {width:  25%;}
.width-30 {width:  30%;}
.width-40 {width:  40%;}
.width-50 {width:  50%;}
.width-60 {width:  60%;}
.width-70 {width:  70%;}
.width-80 {width:  80%;}
.width-90 {width:  90%;}
.width-100 {width: 100%;}


/* Border on right hand side of a column. */
.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}

.table {display:table;}

.tr {display:table-row;}

.td {display:table-cell;}

/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */
.prepend-top {
  margin-top:1.5em;
}

.append-bottom {
  margin-bottom:1.5em;
}

/* Use a .box to create a padded box inside a column.  */
.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #E5ECF9;
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
}

hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

/* =============================================================================
MESSAGES
============================================================================= */

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background-color: #FBE3E4; color: black; border-color: #FBC2C4; }
.notice     { background-color: #FFF6BF; color: #514721; border-color: #FFD324; }
.info       { border:2px solid #B8E2FB; background-color:#E8F6FF;}
.done       {border:2px solid #BBDF8D; background-color:#EAF7D9;}
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


/* =============================================================================
MESSAGES
============================================================================= */

.msg {padding:10px; padding-left:35px; margin-bottom: 15px; margin-top: 15px;}
.msg.warning {background:url("/images/bo/ico-warning.gif") 10px 50% no-repeat;}
.msg.info {background:url("/images/bo/ico-info.gif") 10px 50% no-repeat;background-color:#E8F6FF;}
.msg.done {background:url("/images/bo/ico-done.gif") 10px 50% no-repeat;background-color:#EAF7D9;}
.msg.error {background:url("/images/bo/ico-delete.gif") 10px 50% no-repeat;background-color: #FBE3E4;}
/* --------------------------------------------------------------

   typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
  font-size: 85%;
  color: #222;
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.news_element
{
  margin-top: 0px;
  margin-bottom: 18px;
}


.news_date
{
  font-size: x-small;
  color: #999999;
}

table.news_list tr td
{
  vertical-align: top;
}

table.news_list th 
{
  text-align: center;
}

table.news_list td.content, table.news_list th.content
{
  width: 80%;
}

table.news_list td.date, table.news_list th.date
{
  width: 20%;
}

/*
Блок внизу - предыдущий и следующий
*/

.menu_section_prev_next
{
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0px;
  width: 100%;
  background-color: #DDD;
}

.menu_section_prev_next a
{
  text-decoration: none;
}

.menu_section_prev_next .prev
{
  width: 50%;
  text-align: left;
}

.menu_section_prev_next .next
{
  width: 50%;
  text-align: right;
}

.copyright
{
  font-size: x-small;
  color: #000066;
  text-align: center;
}

/*
В групповых списках уменьшим величину H1
*/
.section_objects H1
{
  font-size: 110%;
  font-weight: bold;
}

.section_objects ol, .section_objects li
{
  margin-left: 0px;
  margin-bottom: 10px;
  padding: 0px;
}

.article_name
{
  font-weight: bold;
  color: #000066;
  margin-bottom: 10px;
  text-decoration: none;
}

.LinkLine
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-size: 12px;
  font-weight: normal;
  color: #000066;
}

.article_content
{
  font-style: normal;
  font-weight: normal;
  color: Black;
  padding: 5px;
  text-decoration: none;
}

.price
{
  font-family: sans-serif, Verdana, Arial, Helvetica;
  font-weight: bold;
  font-size: x-small;
  font-style: italic;
  font-weight: bold;
  color: Black;
  padding: 5px;
  text-decoration: none;
}

.ItemTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: Black;
	font-weight: normal;
	text-align: center;
}

img.printer
{
  border : 0px;
  margin-left : 5px;
  margin-right : 5px;
}

.section_circle_tr1
{
  background:rgb(200,200,200);
}

.section_circle_tr2
{
  background:rgb(190,190,190);
}

.section_circle_table
{
  border :2px;
  border-color: black;
}

table.feedback2mail
{
  border: 0px;
  width: 550px;
}

.feedback2mail td
{
  padding: 3px;
  margin:  5px;
}

.feedback2mail textarea
{
  width: 520px;
  height: 250px;
}

.feedback2mail .left
{
  width: 35%;
}


table.guest_book_form
{
  border: 0px;
  width: 550px;
  vertical-align: top;
}

.guest_book_form td
{
  padding: 3px;
  margin:  5px;
}

.guest_book_form textarea
{
  width: 520px;
  height: 150px;
}

.guest_book_form .left
{
  width: 25%;
}

.guest_book_list
{
  text-align: left;
}

.guest_book_list td
{
  vertical-align: top;
}

.guest_book_list .name
{
  width: 20%;
}

.guest_book_list .ctime
{
  width: 15%;
  white-space: nowrap;
}

.guest_book_list tr.odd
{
  background-color: #FFFFDD;
}

.guest_book_list .feedback
{
  width: 65%;
}

.photogallery
{
  text-align: center;
}

.photogallery table
{
  /* Выравниваем таблицу по центру окна */
  margin: 0 auto; 
}

.photogallery .preview
{
  margin: 20px;
}

.photogallery .scroller .scroller_curr, .photo .scroller .scroller_curr
{
  color: black;
  font-size: 120%;
  margin-left: 8px;
  margin-right: 8px;
}

.photogallery .scroller a, .photo .scroller a
{
  font-size: 110%;
  margin-left: 8px;
  margin-right: 8px;
}

.photo H1
{
  margin-top: 10px;
}

.photo .back_arrow
{
  position: relative;
  right: 80px;
  text-decoration: none;
}

.spoiler
{
  display: block;
  padding: 5px;
  border: 1px dashed transparent;
}
.spoiler.active
{
    border: 1px dashed #a5a5a5;
    background: #ffffd9;
}
.spoiler:before
{
    float: left;
    display: inline;
    margin-top: 3px;
    width: 13px;
    height: 13px;
    background: url(/images/spoiler-arrow.png) no-repeat;
    content: ' ';
}
.spoiler.active:before
{
  background: url(/images/spoiler-arrow.png) no-repeat;
  transform: rotate(90deg);
}
.spoiler > .spoiler-title
{
  font-weight: 500;
  border-bottom: 1px dashed;
  display: inline-block;
}
.spoiler:not(.active) > .spoiler-title
{
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  color: #2f8dce !important;
}
.spoiler > .spoiler-title:hover
{
  cursor: pointer;
}
.spoiler > .spoiler-content
{
  display: none !important;
}
.spoiler.active > .spoiler-content
{
  display: block !important;
  padding: 13px;
}
pre.hljs
{
  padding: 17px 20px 20px;
  border: 1px solid #e5e8ec;
  background: #fbfdff;
  white-space: pre-wrap;
}
blockquote
{
  padding: 12px;
  background: #eef2ff;
}
/*

Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org>

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #F0F0F0;
}


/* Base color: saturation 0; */

.hljs,
.hljs-subst {
  color: #444;
}

.hljs-comment {
  color: #888888;
}

.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-meta-keyword,
.hljs-doctag,
.hljs-name {
  font-weight: bold;
}


/* User color: hue: 0 */

.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #880000;
}

.hljs-title,
.hljs-section {
  color: #880000;
  font-weight: bold;
}

.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #BC6060;
}


/* Language color: hue: 90; */

.hljs-literal {
  color: #78A960;
}

.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #397300;
}


/* Meta color: hue: 200 */

.hljs-meta {
  color: #1f7199;
}

.hljs-meta-string {
  color: #4d99bf;
}


/* Misc effects */

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}


/*
Вызываем файл с пользовательским CSS, через HTTP-подзапрос.
Это нужно, чтобы он вызвался с папки проекта, а не из папки стилей ObjectNuke.
*/

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML >

<HEAD >
<TITLE>Error 404</TITLE>
<META http-equiv=Content-Type content="text/html;charset=utf-8">
<meta NAME="description" CONTENT="">
<meta NAME="keywords" CONTENT="">

</HEAD>

<BODY >
<H1 ALIGN=CENTER>404 Страница не найдена</H1>
<P align=center><a href="https:///" style="font-size: 16pt;">core.btcmole.org</a></P>

</BODY>

</HTML>


