/* верстка */

	/* стили главной страницы */
		/* картинка на главной */
table#front td #illustraion {
	background-repeat: no-repeat;
   background-position: center center;
}
		/* конец картинки на главной */
#front #content p { margin: 0; }
#front #content ul { list-style-type: none; }
#front #content ul,
#front #content ol {
	margin: 0;
	padding: 0;	
	list-style-position: inside;
}
#front #content ul li { list-style-position: outside; }
#front #content ul { margin: 40px 0 0 0 }
#front #content .contacts span { display: block; }
#front #content .contacts span.hidden { display: none; }

#illustraion #alronix {
	left: 40px;
	height: 55px;
	bottom: 105px;
	margin: 0;
}
#illustraion #alronix img { border: 0; }

#illustraion #f5 {
	width: 20px;
	height: 14px;
	bottom: 25px;
	right: 100px;
	cursor: pointer;
	position: absolute;
	background: url('/design/images/f5.gif') no-repeat;
}
	/* конец стилей главной страницы */

   /* страница со статьями */
#articles .backlink { margin: 0 0 45px 0; }

#articles img {
	margin: 3px 0 0 0;
	border: 5px solid #bbdf70; 
}
#articles p { margin: 0 0 10px 0; }   

#articles ul,
#articles ol { color: #000; }
   /* конец страницы со статьями */

   /* таблица на странице статей */
#articles .pos_div {
	width: 100%;
	font: 12px Arial;
}

#articles .lite { width: 600px; }

#articles .pos_table { border: 5px solid #BBDF70; }
#articles .pos_table td { padding: 3px 5px; }

#articles .col { width: 150px; }

#articles .pos_title {
	color: #000;
	border: 0px;
	font-weight: bold;
	text-align: center;
}

#articles .pos_grey {
	border: 0px;
	background: #BBDF70;
	border-top: 1px solid #A9CF57;
}

#articles .pos_white {
	border: 0px;
	border-top: 1px solid #BBDF70;
}

#articles .pos_se { width: 60px; }
#articles .pos_prior { color: rgb(148, 148, 148); }
#articles .pos_up { color: #090; }
#articles .pos_down { color: #900; }
#articles .pos_comment {
	margin: 0;
	color: #000;
	font-size: 11px;
	padding: 10px 0 10px 0;
}

#articles .pos_comment b {
	color: #fff;
	font-weight: normal;
}

#articles .pos_comment img {
	border: 0;
	vertical-align: bottom;
}

#articles .key_bold { font-weight: bold; }
#articles .key_normal { font-weight: normal; }
#articles .pos_old { color: #A4A4A4; }

#articles .prep {
	margin-top: -10px;
	margin-bottom: 10px;

}
#articles .no_top_brd { border-top: 0; }
	/* конец таблицы на странице статей */

   /* таблица с картинкой и комментарием */
#articles table.tbl_screen {
	width: 100%;
	margin: 0 0 15px 0;
	border-collapse: collapse;
}

#articles table.tbl_screen td.td_pic {
	text-align: left;
	vertical-align: bottom;
}

#articles table.tbl_screen td.td_desc {
	padding-left: 10px;
	text-align: justify;
	vertical-align: bottom;
}
#articles table.tbl_screen td.td_desc p {
	margin: 0;
	width: 77%;
	font-size: 11px;
	padding: 0 0 5px 0;
}
	/* конец таблицы с картинкой и комментарием */

   /* форма обратной связи */
#popup h1 { margin: 0 0 30px 0; }

#feedback table img {
	border: 3px solid #bbdf70; 
}
#feedback table td {
	width: 70%;
	padding: 0 0 10px 0;
}
#feedback table td.getimage {
	padding: 10px 0 5px 0;
}
#feedback table td.text {
	width: 30%;
	font-size: 12px;
	font-family: Arial;
}
#feedback table td input {
	width: 50%;
	border: 3px solid #bbdf70; 
}
#feedback table td textarea {
	width: 100%;
	height: 90px;
	font-size: 12px;
	font-family: Arial;
	border: 3px solid #bbdf70; 
}
#feedback table td button {
	color: #000;
	margin: 5px 0 0 0;
	background: #fbfafa;
	border: 3px solid #bbdf70; 
}
.closepopup {
	width: 100%;
	clear: both;
	display: block;
	text-align: center;
}
   /* конец формы обратной связи */

   /* страница со фотографиями */
#gallery div {
	float: left;
	width: 110px;
	height: 85px;
	margin: 0 50px 20px 0;
}
#gallery div {
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-family: Arial;
}
#gallery div img {
	margin: 0;
	border: 5px solid #bbdf70; 
}
#gallery div b { display: block; }
   /* конец страницы со фотографиями */

   /* блок ссылок на странице со статьями */
#links ol,
#links ul {
	padding: 0;	
	margin: 5px 0 10px 0;
	list-style-position: inside;
}
#links ul {
	list-style-type: none;
	list-style-position: outside;
}
   /* конец блока ссылок на странице со статьями */

	/* подвал */
#footer a img { border: 0; }
	/* конец подвала */
