
/**
 * @category	Individ
 * @copyright	2012 Individ LTD (http://individ.ru)
 */

@import "css/font/stylesheet.css"; 

*{
	font-family: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
}
html{
	color: #000;
}
body{
	font-family: 'OpenSansRegular', sans-serif;
	line-height: 1.2;
}
body.compact{
    background: #FFF;
}
a{
	color: inherit;
	text-decoration: underline;
}
a:hover{
	color: inherit;
	text-decoration: none;
}
a.fake{
	border-bottom: 1px dashed #000;
	text-decoration: none;
}
a.fake:hover{
	border-bottom: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'OpenSansSemibold';
	font-weight: bold;
	margin: 10px 0;
}
h1{
	font-size: 45px;
}
h2{
	font-size: 32px;
	color: #470500;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 19px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 20px;
}
b,
strong{
	font-family: 'OpenSansSemibold';
}
p{
	margin: 10px 0;
}
nowrap{
	white-space: nowrap;
}
address{
	font-style: normal;
}
ul,
ol{
	list-style-position: outside;
	margin: 0 0 0 1.4em;
	padding: 0;
}
ul{
	list-style-type: disc;
	list-style-image: url('images/list-bullet.png');
}
ul li,
ol li{
	margin: 0;
	padding: 0.2em 0;
}
ul.flat,
ol.flat{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.flat li,
ol.flat li{
	margin: 0;
	padding: 0;
}
fieldset,
img{
	border: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
input,
textarea{
	outline: none;
}
input:active,
textarea:active{
	outline: none;
}
button,
input[type=button],
input[type=submit],
input[type=image]{
	cursor: pointer;
}

select, option{
	font-family: Arial, sans-serif;
}

q:before,
q:after{
	content: '';
}
*:focus{
	outline: none;
}
.clear{
	clear: both;
}

.left{float: left;}
.right{float: right;}

ol {list-style-type:decimal;list-style-image:none;}

.news-list.index section article .body .text a {text-decoration:none;}
.news-list.index section article .body .text a:hover {color:#9C4A10;}

.subscribe-popup .message {padding: 5px 0; color: #bfb;display: none}
.subscribe-popup .error {padding: 5px 0; color: #fbb;display: none}

.component.catalog.publications.element .content-body-wraper p {
    font-size: 14px;
}