/* http://xhtml.ru/2005/05/10/css_good_practice/ */

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img, pre {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	margin: 0px 0 15px 0px;
}

ul, ol {
	margin: 10px 0 0 30px;
}
h2 {
	margin: 10px 0 10px 0px;
}
h3 {
	margin: 10px 0 10px 0px;
}
li {
	margin-bottom: 7px;
}
/* Хороший тон офф */

html, body {
	position:relative; 
}
body {
	font: 100.01% Verdana, sans-serif;
	color:#333;
	background: #555 url(../img/gradientbody1.jpg) repeat-x;
}
/* Ссылки */
a:link { color: #6289B2;}
a:visited {color: #888;}
a:hover { color: #000;}
a:active { color: #ccc;}
/* Заголовки */
h1 {
	text-align:center;
	color:#6289B2;
	margin-top:10px;
	margin-bottom:15px;
	font:200% "Times New Roman", Times, serif;
}
h2 {	font-size:120%; }
h3 {	font-size:105%; }

* html cite {
	font-style: normal;
}
* html em {
	font-style: normal;
}
acronym { border-bottom:1px dotted #888; cursor:help; }
dfn { font-style:italic }
img { border:0px; }
pre { 
	background-color:#DDDDDD; 
	border:1px dashed #CCCCCC; 
	width:610px;
	overflow-x:auto;  
	padding:12px 5px 5px 5px; 
	border-left:5px solid #CCCCCC;
	font:10pt monospace; /* Согласно http://www.webmasterworld.com/css/3194967.htm СДЕЛАТЬ В PX, PT */
	min-height:2em; 
	height:auto;

}
pre.config {background:url(../img/pre-config.png) no-repeat #DDD; padding:12px 5px 5px 5px;}
/* for Internet Explorer http://www.cssplay.co.uk/boxes/minheight.html */
/*\*/
* html pre {
height: 2em;
}
/**/

blockquote {
	background:url(../img/quote.gif) no-repeat;
	text-indent: 0px;
	padding-top:5px;
	padding-left:30px;
	margin-left:5px;
}

code {font:10pt monospace;} 
kbd {font-size: 1em; white-space: nowrap;}
ul.lsnone { list-style:none; margin-left:0px; padding:0px}
input, select, textarea {border:1px solid #ccc}
input.img {border:0px;}
.nobr {white-space: nowrap;}

#all {
	color:#000000;
	width:961px;
	margin:0px auto auto;
	background: #ECEDF0 url(../img/gradient2.jpg) repeat-x;
}
.head {
	background: #555 url(../img/gradient2.jpg) repeat-x;
	height:181px;
}
#container {
	position:relative; 
	display:block; 
	border-left:solid 206px #2C2C2C;
}
#inner {
	display:block;
	position:relative;
	margin-left:-207px;
	padding:1px;
}
#left {
	float:left; 
	position:relative; 
	width:206px;
	left:0px;
	margin: 50px 0 0 0;
	color: #ccc; 
	padding:0px;
	background-color:#2C2C2C;
	font-size:92%;
	font: 70%/1.7 Verdana,sans-serif;
}

#left ul { padding: 5px 0px 20px 5px; margin:0px; list-style: none; width: 196px;}
#left ul li { width:196px; background:url(../img/lmenudot.gif) repeat-x; margin-bottom:0px}
#left ul li a { width: 196px; display: block; color: #ccc; padding: 5px 0px 5px 0px; text-decoration: none;}
#left ul li a:hover { color: #fff; background: #444; }
#left .header { color: #777; text-transform: uppercase; letter-spacing: 3px; background: none; padding: 15px 0px 5px 0px; background-color:#2C2C2C; }
#left .header a { width: 185px; display: block; color: #777; margin: 0; background: none; padding:0; background-color:#2C2C2C; }
#left .header a:hover { color: #ccc; background-color:#2C2C2C; }

#table {
	position: absolute;
	margin:-175px 0px 0px -218px;
	/* padding:12px;
	border: 1px solid #ccc;
	background-color: #ECEDF0; */
}
#topstr {
	position:relative;
	top:0px;
	padding:2px 0 0 15px;
	margin: 0px 0px 0px 294px;
	width:579px;
	height: 28px;
	color: #6289B2;
	font: 70%/1.5 Verdana,sans-serif;
	font-weight:bold;
	background: url(../img/topstr.gif) no-repeat;
	text-align:center;
}
#topstr a {
	color: #6289B2;
	text-decoration: none;
	border-bottom: 1px dotted #6289B2;
}
#nav {
	position: absolute;
	list-style: none;
	top: 20px;
	padding: 15px 0 0 19px;
	margin:20px 0 0 219px;
	font: 70%/1.5 Verdana,sans-serif;
}
#nav li {
	float:left;
	text-align: center;
	padding: 0px 0px 0 58px;
	margin:0px;
}
#nav li a {
	width: 100px;
	display:block;
	border: 1px solid #ccc;
	padding-top: 90px;
	font-weight:bold;
	text-decoration:none;
	background-color:#ECEDF0;
	margin:0px;
}

#nav li a:hover {
	background-color:#fff;
} 

a#marticles {
	background:url(../img/tmenu/articles.jpg) no-repeat center 15px;
}
a#mnews {
	background: url(../img/tmenu/news.jpg) no-repeat center 15px;
}
a#mforum {
	background: url(../img/tmenu/forum.jpg) no-repeat center 15px;
}
a#mgate {
	background: url(../img/tmenu/gate.jpg) no-repeat center 15px;
}
a#msoft {
	background: url(../img/tmenu/soft.jpg) no-repeat center 15px;
} 
#center,#centerfull { 
	margin-left:200px;
	position:relative; 
	display:block;
	height:1%;
	margin-right:80px;
	padding:20px 25px 0 30px;
	text-align:justify;
	font: 76%/1.7 Verdana,sans-serif;
}
#centerfull { 
	margin-right:0px;
}
#right{
	float:right;
	width:70px;
	text-align:center;
	padding:0px 10px 0 0;
	font: 65%/1.5 Verdana,sans-serif;
}
/*.qfiles { width:100px; text-align:justify; padding:20px 0; overflow:hidden }

.qfiles img {float:left; padding:5px; border: 1px solid #ccc; margin-right:5px; background: #ecedf0}*/

#rmenu {
	list-style: none;
	margin: 0px;
	padding:30px 0 0 0;
}
#rmenu li {
	text-align: center;
	padding: 0px 0px 0px 10px;
	margin:0 0px 10px 0;
	height:70px;
	width:60px;
	background-color: #fff;
}
#rmenu li a {
	display:block;
	border: 1px solid #ccc;
	font-weight:bold;
	text-decoration:none;
	height:20px;
	margin:0px 0px 0px -10px;
	padding-top: 50px;
	background-repeat: no-repeat;
	background-position: center 10px;
}

#rmenu li a:hover {
	background-color: #ECEDF0;
}

.clear {
	clear:both;
}
#footer {
	display:block;
	float:left;
	width: 961px;
	height:30%;
	background: #2C2C2C;
	font-size:10px;
	height:30px;
}
#footer div {
	line-height:30px;
	text-align:center;
	margin-left:206px;
	background:#D1D3D9 url(../img/bottom.gif) repeat-x;
	height:30px;
}
#footer a {
	padding:0px 0 0 16px; 
	background-repeat: no-repeat;
	margin-left:20px;
}

.news {
	text-align:justify;
	padding-bottom: 10px;
}

.news h2 {
	font-weight:600;
	margin-top:20px;
	margin-bottom:-20px;
	font-size:110%
}
.newsdate {margin:0px; text-align:right; font-size:80%;}

ul.articles {
	margin-top:-15px;
}
ul.articles li {
	list-style:none;
	text-align:justify;
	margin-top:10px;
	margin-left:-40px;
}

ul.articles li.header {
	color: #666;
	font-weight:bold;
	padding:20px 0px 10px 0px;
}
img.illustration {border:2px; display:block; margin:20px auto 20px auto; padding: 10px 10px 10px 10px; border:1px solid #ccc;} /* Иллюстрация */
.author { text-align:right; font-style:italic;} /* автор статьи */

.chat {border:1px solid #ccc; background:#ddd; padding:20px; margin-top:20px;}
.achtung {border:1px solid #ccc; background:#ddd; padding:5px; text-align:justify; margin-bottom:10px;}

div.chat label {width:100px;float:left;}
div.chat li {list-style:none;}

dl dt {
	font-weight:bold
}
dl.contlist dt {margin:15px 0 0px -30px; }
dl.list dt {
	width:100px;
	float:left;
	margin:0 0 0 0px;
	font-weight:normal;
}
dl.contlist dt { font-size: 115%; }
dl.contlist dd { margin-left:-10px }

.strike { text-decoration: line-through; }
table {
	border: 1px solid #ccc;
	width:99%;
	text-align: center;
	border-collapse: collapse;
	margin: auto;
}
table th {
font-weight: bold;
text-align: center;
border:1px solid #ccc;
background-color: #ddd;
}
table td {
text-align: center;
border:1px solid #ccc;
padding:3px;
}

/* Раздел Софта, превьюшки скриншотов программ для лайтбокса */

div.file {
	text-align:justify;
	margin-bottom:30px; 
	overflow: hidden;
	zoom:1;
}

div.file h2 {
margin-top:0px;
}

.preview-soft {
	margin: 5px 10px 0px 0px;
	display:block;
	width:76px;
	height:74px;
	float:left;
	border: 1px solid #ccc;
	padding: 2px 2px 2px 2px;
	background: #ECEDF0 url(../img/img-zoom.gif) no-repeat bottom;
}

a.link-about, a.link-link, a.link-download {
	padding-left:19px;
	line-height: 16px;
	margin-right:20px;
	display: block;
	float: left;
}

a.link-about {
	background: transparent url(../img/lightbulb.gif) no-repeat;
}

a.link-link {
	background: transparent url(../img/link.gif) no-repeat;
}

a.link-download {
	background: transparent url(../img/disk.gif) no-repeat;
}

/* Индивидуальная страница программ */

a.about-download, a.about-download:link, a.about-download:visited, a.about-download:hover {
	float:right;
	margin:-5px 0 0 20px;
	background: url(../img/soft/download1.gif) no-repeat;
	width:160px;
	height:25px;
	text-decoration:none;
	color:#fff;
	font-size: 12px;
	padding:27px 0 0 0px;
	text-align: center;
}
a.about-download:hover {
	background: url(../img/soft/download1.gif) no-repeat 0px -52px;
}
ul.preview-about {
	list-style: none;
	overflow:hidden;
	position:relative;
	zoom:1;
}
ul.preview-about li {
	float:left;
}
ul.preview-about a {
	margin: 5px 10px 0px 20px;
	display:block;
	width:90px;
	height:106px;
	border: 1px solid #ccc;
	padding: 4px 4px 4px 4px;
	background: #ECEDF0 url(../img/img-zoom.gif) no-repeat bottom;
}
/* index */
ul#split {list-style:none; margin:0px;}
li#one, li#two, li#three {float:left; width:210px; background: #ECEDF0 url(../img/main-gradient.gif) repeat-x;}
ul#split h2{font: normal 120%/1.3;margin:0px;padding: 5px 0 0;text-align:center;color: #000}
ul#split p{margin:0;padding:5px 8px 15px}
li#one {margin-left:12px;}
li#two {margin:0 25px 0 25px;}