@charset "utf-8";

/* Общее окно «Статьи» */
/* Главный блок «Статьи» */
.article_main_container {
   width: 100%; 
   overflow: hidden; 
   background: #dcdcdc;
}

/* Бекграунд заголовка «Статьи» */
.article_main_container_caption {
   width: 100%; 
   height: 34px; 
   background: url(../assets/article/article_main_caption_bg.gif);	
}

/* Блок с содержимым «Статьи» */
.article_main_container_block {
   text-align: center; 
   overflow: hidden; 
   padding: 20px; 
/*   border-left: 1px solid #dcdcdc;
   border-right: 1px solid #dcdcdc;
*/}

/* Блок с датой «Статьи» */
.article_date {
   width: 100%; 
   text-align: left; 
   padding-bottom: 5px; 
   color: #5b0;
}

/* Блок с датой другого цвета «Статьи» */
.article_date span {
   color: #000;
}

/* Цвет ссылок блока «Статьи» */
.article_date a {
   color: #000;
}

/* Цвет ссылок блока «Статьи» при наведении*/
.article_date a:hover {
   color: #5b0;
   text-decoration: none;
}

/* Блок с наименованием названия статьи «Статьи» */
.article_caption {
   width: 100%; 
   text-align: left; 
   font-family: Tahoma, Geneva, sans-serif; 
   font-size: 16px; 
   font-weight: bold; 
   padding-bottom: 10px;
}

/* Блок с кратким описанием статьи */
.article_description {
   width: 100%; 
   text-align: left; 
   color: #676767;
   margin-bottom: 10px;
}

/* Изображение к статье */
.article_description .pic {
   width: auto;
   float: left;
   border: 1px solid #5d0;
   margin: 0 15px 15px 0;
}

/* Рассотяние между абзацами «Статьи» */
.article_description p {
   padding-top: 5px;
}

/* Блок с подробнее  */
.article_links {
   width: 100%; 
   text-align: right; 
   color: #5b0;
   padding-top: 10px;
}

/* Цвет ссылок блока «подробнее» */
.article_links a{
   color: #000;
   text-decoration: none;
   font-size:12px;
}

/* Цвет ссылок блока «подробнее» при наведении */
.article_links a:hover{
  color: #5b0;
  text-decoration: none;
}

/* Навигация «Статьи» */
/* Основной блок навигации «Статьи» */
.article_navigation {
   width: 100%; 
   height: 32px; 
   margin: 0px; 
   padding: 0px; 
   border-collapse:collapse; 
   border-top: 1px solid #999; 
   border-bottom: 1px solid #999; 
   font-size: 11px;
   color: #dcdcdc;
}

/* Цвет ссылок навигации «Статьи» */
.article_navigation a {
	color: #000;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;

}

/* Цвет ссылок навигации «Статьи» при наведении */
.article_navigation a:hover {
	color: #5b0;
	text-decoration: none;

}

/* Блок навигации «НАЗАД» */
.prev {
   width: 100px; 
   text-align: right;
}

/* Блок навигации «Номера страниц» */
.pages {
   text-align: center;
}

/* Блок навигации «ВПЕРЕД» */

.next {
   width: 100px; 
   text-align: left;
}

/* Общее окно «Читайте также» */
/* Главный блок «Читайте также» */
.read_also_main_container {
   width: 100%; 
   overflow: hidden; 
   background: #dcdcdc;
}

/* Бекграунд заголовка «Читайте также» */
.read_also_container_caption {
   width: 100%; 
   height: 34px; 
   background: url(../assets/article/article_main_caption_bg.gif);	
}

/* Блок с содержимым «Читайте также» */
.read_also_container_block {
   text-align: center; 
   overflow: hidden; 
   padding: 20px; 
/*   border-left: 1px solid #fff;
   border-right: 1px solid #fff;
*/}

/* Блок с заглавием статьи «Читайте также»*/
.read_also_container_block .description {
   text-align: left;
   overflow: hidden; 
   background: #dcdcdc;
   padding-bottom: 10px;
   padding-left: 10px;
}

/* Дата статьи «Читайте также»*/
.read_also_container_block .description .date {
   font-size: 12px;
   font-weight: bold;
   padding-top: 5px;
   padding-bottom: 5px;
}

/* Наименование статьи «Читайте также» ссылка */
.read_also_container_block .description a {
   font-size: 11px;
   font-weight: bold;
   padding-bottom: 10px;
   text-decoration: none;
   color: #000;
}

/* Наименование статьи «Читайте также» ссылка при наведении*/
.read_also_container_block .description a:hover {
   font-size: 11px;
   font-weight: bold;
   padding-bottom: 10px;
   text-decoration: none;
  color:#00BF00;
}

/* Блок другого цвета «Читайте также» */
.read_also_container_block .description_color{
   text-align: left;
   overflow: hidden; 
   background: #e9e9e9;
   padding-bottom: 10px;
   padding-left: 10px;
}

/* Дата статьи «Читайте также» другого цвета*/
.read_also_container_block .description_color .date {
   font-size: 12px;
   font-weight: bold;
   padding-top: 5px;
   padding-bottom: 5px;
}

/* Наименование статьи «Читайте также» другого цвета ссылка*/
.read_also_container_block .description_color a {
   font-size: 11px;
   font-weight: bold;
   padding-bottom: 10px;
   text-decoration: none;
   color: #000;
}

/* Наименование статьи «Читайте также» другого цвета ссылка при наведении */
.read_also_container_block .description_color a:hover {
   font-size: 11px;
   font-weight: bold;
   padding-bottom: 10px;
   text-decoration: none;
   color:#00BF00;
}

/* Блок «Смотреть все статьи» */
.read_also_container_block .view_all {
   font-size: 11px;
   padding-top: 5px;
   padding-bottom: 5px;
   text-align: right;
}

/* Ссылки блока «Смотреть все статьи» */
.read_also_container_block .view_all a {
   font-size: 11px;
   padding-bottom: 10px;
   text-decoration: none;
   color: #fff;
}

/* Ссылки блока «Смотреть все статьи» при наведении */
.read_also_container_block .view_all a:hover {
   font-size: 11px;
   text-decoration: underline;
}

.article_down_div {
	width: 100%; 
	height: 11px; 
	background: url(../assets/article/article_container_center_down_bg.gif); 
	margin-bottom: 20px;
}
