html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

body {
  font: x-small sans-serif;
  background: #f8f8f8 url("ninds.jpg") 0px 0px no-repeat;
  color: black;
  margin: 0;
  padding: 0;
}

.sidehead {
  color: black;
  background: none;
  font-weight: normal;
  margin: 0.2em 0 0 0;
  border-bottom: 1px solid #aaaaaa;
  padding: 0;
  font-size: 1.2em;
}

#footerx {
  background-color: #EEEEFF;
  padding: 0.4em 0em;
  font-size: 90%;
  height: 1%; /* workaround for various ie float bugs */
  text-align: center;
}
#footerx ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#footerx li {
  display: inline;
  margin: 0 1.3em;
}
#footerx .navbox a {
  padding: 0 3px;
  border: 1px dotted #002bb8;
}
#footerx .navbox a:hover {
  text-decoration: none;
  border: 1px solid #002bb8;
}
#footerx .navbox a:visited,
#footerx .navbox a:active { color: #002bb8; }

#sidesearch input.searchbox { width: 8.5em; }

.content-block a {
  text-decoration: none;
  color: #002bb8;
  background: none;
}
a:visited { color: #5a3696; }
a:active { color: #ffa500; }
a:hover { text-decoration: underline; }

/*
a.urllink img {
  position: relative;
  left: 2px;
}*/
a.urllink {
  background: url(external.png) center right no-repeat;
  padding-right: 13px;
}

a.createlinktext,
a.createlinktext:visited {
  color: red;
  border-bottom: none;
}
a.createlink,
a.createlink:visited {
  left: 2px;
  top: 2px;
}

#stopwatch pre { 
  margin-left: 14em;
  font: 8pt/1 monospace;
}

.wikilink .urllink {
  background: none;
  padding: 0;
}

#wikitext {
  position: relative;
}
#wikitext form, #wikitext input {
  font: normal 11px tahoma, geneva, arial, helvetica, sans-serif;
}

#wikiedit {
  position: relative;
  height: 1%; /* workaround for various ie float bugs */
}
#wikiedit textarea {
  margin-top: 0.5em;
  padding: 0;
  width: 100%;
}

#stopwatch pre { 
  margin-left: 14em;
  font: 8pt/1 monospace;
}

/* ---------- SNES ------------ */

.theme-snes .joystick {
    background:url(joystick-blank.png) 0 0 no-repeat;
    width:153px;
    height:96px;
    position:absolute;
    top:69px;
    left:805px;
}

.theme-snes .footer {
    background:url(bg-footer-snes.jpg) -5px 0 no-repeat;
}
/* ------------------------------------------- */

body {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#3b3f46;
	background:#02588f url(bg-page.png) 0 0 repeat-x;
}


.all {
	width:960px;
	margin:0 auto;
	position:relative;	
}

.header {
	height:135px;
	background:url(bg-header.jpg) -6px 0 no-repeat;	
	position:relative;
}


.header h1 {
	position:absolute;
	left:23px;
	top:24px;
}

.header h1 a {
	display:block;
	width:285px;
	height:65px;
	text-indent:-9000px;
}

.form-search {
	position:absolute;
	top:12px;
	left:667px;
	color:#c1c7cb;
}

.form-search input {
	font:12px Arial, Helvetica, sans-serif;
	line-height:12px;
	border:1px solid #a7a6aa;
	width:100px;
	padding:3px 0 0 4px;
	height:13px;
	float:left;
}

.form-search select{
	font:12px Arial, Helvetica, sans-serif;
	border:1px solid #a7a6aa;
	height:18px;
	width:102px;
	padding:1px;
	display:block;
	float:left;	
}


.form-search span {
	display:block;
	float:left;
	padding:1px 10px 0;
}

.form-search button{
	display:block;
	float:left;
	background:url(but-search.png) 0 0 no-repeat;
	width:26px;
	height:19px;
	text-indent:-9000px;
	border:0 none;
	margin-left:6px;
}
.hmenu {
	position:absolute;
	width:960px;
	height:45px;
	top:90px;
	left:0;
	background:url(bg-hmenu.png) 0 0 no-repeat;
	padding-left:25px;
}

.hmenu li {
	float:left;
	list-style:none;
	margin-right:4px;
	position:relative;
	padding-top:6px;
}

.hmenu li.active a, .hmenu li.active a:hover {
	background:#fff;
	color:#628c00;
}


.hmenu li a {
	display:block;
	float:left;
	height:32px;
	padding:7px 13px 0;
	font:14px Arial, Helvetica, sans-serif;
	line-height:14px;
	color:#fff;
	text-decoration:none;
	text-transform:lowercase;
}

.hmenu li a:hover {
	text-decoration:underline;
	color:#fff;
}

.container {
	background:#fcfcfc;
	padding:16px 15px;
	float:left;
	width:930px;
}

* html .container {
	display:inline-block;
}

.container2 {
	float:right;
	width:715px;
}

.sidebar {
	float:left;
	width:213px;
	position:relative;
}

.content-block {
	float:left;
	width:700px;
	margin:0px 0px 0px 10px;
	line-height:1.4;
	font-size:12px;
	line-height: 1.5em;
}


.content-block table, th, td {
  border: 1px solid #aaaaaa;
  background: #F9F9F9;
  border-collapse:collapse;
  padding:2px 3px;
}

.content-block th {
 border: 1px solid #aaaaaa;
 background: #F2F2F2;
 font-weight: bold;
 padding:3px 3px;
}

.soderjanie th {
 background: #F9F9F9;
 border-bottom: 0px;
 padding: 8px 0px 0px;
}

.soderjanie td {
 border-top: 0px;
 padding: 8px;
}

.content-block .nob {
  border:2px solid #FCFCFC;
}

.content-block .nob td,th {
  border:2px solid #FCFCFC;
}

.content-block .kratko {
  width: 260px;
  margin-left: 8px;
  background: #fcfaff;
  font-size: 0.9em;
}

.content-block .kratko td, .kratko th {
  padding:1px 5px;
  border:0px solid #FCFCFC;
}


.content-block ul {
  list-style-type: square;
  line-height: 1.5em;
  margin: 0.3em 0 0 1.5em;
  padding: 0;
  list-style-image: url("bullet.gif");
}

.content-block li { margin-bottom: 0.1em; }

.content-block hr {
  height: 1px;
  color: #aaaaaa;
  background-color: #aaaaaa;
  border: 0;
  margin: 0.2em 0 0.2em 0;
}

.content-block h1, h2, h3, h4, h5, h6 {
  color: black;
  background: none;
  font-weight: normal;
  margin: 0;
  padding-top: 0.5em;
  padding-bottom: 0.17em;
  border-bottom: 1px solid #aaaaaa;
}
.content-block h1, h2 {
  clear:both;
}
.content-block h3, h4, h5, h6 {
  border-bottom: 0px;
  font-weight: bold;
}
.content-block h1 { font-size: 188%; }
.content-block h2 { font-size: 150%;  color:#1b7ebd; }
.content-block h3 { font-size: 116%;  color:#1b7ebd; }
.content-block h4 { font-size: 116%; }
.content-block h5 { font-size: 100%; }
.content-block h6 { font-size: 80%;  }

.content-block h1.titlepage {
  margin-bottom: 0.2em;
  clear: none;
}

.content-block ul.historylist {
  list-style-image: none;
}
.content-block ol {
  line-height: 1.5em;
  margin: 0.3em 0 0 3.2em;
  padding:0;
  list-style-image: none;
}
.content-block dt {
  font-weight: bold;
  margin-bottom: 0.1em;
}
.content-block dl {
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}
.content-block dd {
  line-height: 1.5em;
  margin-left: 2em;
  margin-bottom: 0.1em;
}
.content-block code { background-color: #f9f9f9; }
.content-block pre {
  padding: 1em;
  color: black;
  background-color: #f9f9f9;
  line-height: 1.1em;
  clear: both;
}

.vmenu {
	background:url(vmenu-bg.png) 0 0 repeat-y;
	width:232px;
	margin-left:-20px;
	position:relative;
	margin-bottom:11px;
}


.vmenu .bottom {
	background:url(vmenu-bottom.png) 0 100% no-repeat;
	overflow:hidden;
}

* html .vmenu .bottom{
	display:inline-block;
}

.vmenu .dots {
	position:absolute;
	top:50%;
	left:6px;
	width:5px;
	height:30px;
	margin-top:-15px;
	background:url(vmenu-left.png) 0 0 no-repeat;
}

.vmenu ul {
	background:url(vmenu-top.png) 0 0 no-repeat;
	padding:12px 25px 16px;
	float:left;
}

.vmenu ul li {
	list-style:none;
	float:left;
	width:183px;
}

.vmenu ul li p {
	list-style:none;
	padding:0px 0 0px 22px;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#cccccc;
}

.vmenu ul li a {
	display:block;
	background:url(vmenu-bullet.gif) 9px 9px no-repeat;
	padding:4px 0 6px 22px;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	float:left;
	width:161px;
}

.vmenu ul li a.parent {
	background:url(vmenu-bullet-parent.gif) 7px 9px no-repeat;
}


.vmenu ul li.opened a.parent  {
	background:url(vmenu-bullet-parent.gif) 7px -15px no-repeat;
}

.vmenu ul li a:hover, .vmenu ul li a.parent:hover {
	background-color:#7daa12;
	color:#fff;
}


.vmenu ul li span {
	display:block;
	float:left;
	border-bottom:1px solid #b7d07c;	
}


.vmenu ul li a.active, .vmenu ul li.opened a.active,
.vmenu ul li a.active:hover, .vmenu ul li.opened a.active:hover {
	background-color:#6f9c05;
}



.vmenu ul ul {
	display:none;
	background:none;
	padding:7px 0;
	margin:0;
	border-bottom:1px solid #b7d07c;	
	
}
.vmenu ul ul li {
	border:0 none;
	padding:0;
}

.vmenu ul li ul li a, .vmenu ul li.opened ul li a {
	padding:0 0 0 22px;
	font-weight:normal;
	background:none;
}

.vmenu ul li ul li a:hover {
	text-decoration:underline;
	background:none;
}

.vmenu ul li ul li a.active {
	font-weight:bold;
	background:none !important;	
}

.blockleft {
	background:url(blockleft-center.gif) 0 0 repeat-y;
	margin-bottom:10px;
}

.blockleft h4, .blockright h4 {
	background:url(blockleft-top.png) 0 0 no-repeat;
	height:27px;
	color:#e7e7e7;
	font:bold 13px Arial, Helvetica, sans-serif;
	line-height:12px;
	padding:8px 0 0 19px;
}

.blockleft .top{
	background:url(blockleft-top2.gif) 0 0 no-repeat;
	height:8px;
	font-size:1px;
	margin-bottom:3px;
}

.blockleft .bottom, .blockright .bottom  {
	background:url(blockleft-bottom.gif) 0 0 no-repeat;
	height:7px;
	font-size:1px;
}

.blockleft .center, .blockright .center  {
	padding:4px 17px 4px;
}

.footer {
	background:url(bg-footer.jpg) -5px 0 no-repeat;
	text-align:center;
	padding-top:27px;
	font:12px Arial, Helvetica, sans-serif;
	color:#5a97bd;
	line-height:1.3;
	height:121px;
	float:left;
	width:960px;
}

.footer .counters {
	margin-bottom:6px;
}

.footer a, .footer a:hover {
	color:#2f60af;	
}

#header { border-bottom: none; }
#box1 { display:none; }  
@media print { #box1 {display:block}