/**
 * @copyright	Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/*-------------удаление слова "подробнее" из статей*/
.article-info-term {
	display:none;
}

.article-detailer {
	display:none;
}
/*-------------------------------------------------*/

.test {
	color: #FF0000;
}

.article {
	font-family: georgia, palatino;
	font-size: 16px;
	
}

.article_bold {
	font-family: georgia, palatino;
	font-size: 16px;
	font-weight: bold;
	
}

.thumb_img {
	font-size: small;
	
}

p.usefulllinks {
	text-indent: 0;
	margin-top: -1.5em;
	margin-left: 6px;
}


/*
h1 {
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

h2 {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

h3 {
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
  color: #135cae;
}

h4 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
*/


a:link, a:visited {
	color: #1B57B1; text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #00c;	text-decoration: underline;
	font-weight: normal;
}

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* STYLES FOR JOOMLA! EDITOR */
hr#system-readmore  { border: red dashed 1px; color: red; }
hr.system-pagebreak { border: gray dashed 1px; color: gray; }