html {
	width: 100%;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 13px;
	text-align: left;
}
header, nav, section, aside, article {display: block}
header {
	position: relative;
	z-index: 4;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
a {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
ul, li, ol {
	list-style: none;
}
img {
	border: none;
}
input[type=submit],
input[type=button],
button[type=submit],
button, .button{
	cursor: pointer;
	padding: 2px 10px;
	font-size: 13px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
input[type=submit]:hover,
input[type=button]:hover,
button[type=submit]:hover,
button:hover, .button:hover {
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
input[type=submit]:disabled,
input[type=button]:disabled,
button[type=submit]:disabled,
button:disabled, .button:disabled {
	cursor: default;
}
input[type=submit]:focus,
input[type=button]:focus,
button[type=submit]:focus,
button:focus, .button:focus {
	outline: none;
}
input[type=text],
input[type=password],
input[type=email],
.input,
textarea,
select {
	padding-left: 3px;
    height: 27px;
	font-family: verdana;
    line-height: 27px;
	font-size: 13px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
.input:focus,
textarea:focus,
select:focus {
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
textarea {
	height: auto;
	line-height: 17px;
	padding: 5px;
}
input.error, textarea.error {
	border-color: red;
}
select {
    height: auto;
    max-width: 200px;
    padding: 3px;
}
label {
	cursor: pointer;
}
fieldset {
	padding: 10px;
	border: 1px solid #ddd;
	margin: 5px;
	display: inline;
	text-align: left;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
legend {
	font-weight: bold;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
thead, th, thead a, th a {
	font-weight: bold;
}
td, th{
	border: 1px solid #888;
	padding: 3px;
}
table[border] td {border: none}
td p, th p {
	text-indent: 0 !important;
	margin: 0 !important;
}
article p, .category_description p {
	margin: 5px 0;
	text-indent: 20px;
}
aside#left {
	float: left;
}
aside#right {
	float: right;
}
footer {
	width: 100%;
	clear: both;
}
.created {
	float:right;
	font-size: 10px;
}
.counter {
	float:left;
	opacity: 0.3;
}
.counter:hover {opacity:1}
.contents {
	padding: 15px;
	overflow: hidden;
}
.article_img, .category_image {
	float: left;
}
article .readmore, article .readmore:visited {
	float: right;
}
article ol, article ul {
	overflow: hidden;
}
article ol li {
	list-style: decimal;
	margin-left: 25px;
}
article ul li {
	margin-left: 25px;
	list-style: square;
}
article ul.ok {
	
}
article ul.ok li {
	list-style: none;
	margin: 0 0 5px;
	padding-left: 25px;
	background: url("../img/ok.png") no-repeat left center transparent;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clr {
	clear: both;
}
.clr_l {
	clear: left;
}
.clr_r {
	clear: right;
}
.error {
	color: red;
}
.hide {
	display: none;
}
a.modal:hover img {
	cursor: url("http://filar.com.ua/assets/img/zoom.cur"), -moz-zoom-in;
}
.modalw {
	position: fixed;
	z-index: 1000;
	top: 0;
}
.overlay {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../img/loader.gif") no-repeat center center rgba(61, 61, 61, 0.8);
}
.modalw span  {
	display: block;
	position: fixed;
	cursor: pointer;
	-moz-user-select: none;
	width: 18px;
	height: 18px;
	right: 15px;
	top: 10px;
	z-index: 1002;
	background-image: url("../img/sprite_16_white.png");
	background-repeat: no-repeat;
	background-color: transparent;
}
.modalw .close {
	background-position: -319px -32px;
}
.modalw .max {
	right: 45px;
	background-position: -608px 2px;
}
.modalw .min {
	right: 45px;
	background-position: -350px 2px;
}
.modalw .next, .modalw .prev, .modalw .next.disable:hover, .modalw .prev.disable:hover {
	width: 50px;
	height: 100%;
	z-index: 1001;
	background-repeat: no-repeat;
	background-color: rgba(61, 61, 61, 0.8);
	background-position: center center;
	opacity: 0.1;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.modalw .next:hover, .modalw .prev:hover {
	opacity: 0.7;
}
.modalw .next {
	right: 0;
	top: 0;
	background-image: url("../img/next.png");
}
.modalw .prev {
	left: 0;
	top: 0;
	background-image: url("../img/prev.png");
}
.modalw  img {
	display: block;
	margin: auto;
	cursor: pointer;
}
.box {
	width: 100%;
	overflow: auto;
	background: #222;
	position: fixed;
    z-index: 1001;
    bottom: 0;
    left: 0;
}
.inner {
	position: relative;
}
.box a {
	display: block;
	margin: 3px;
	float: left;
	opacity: 0.3;
}
.box img {
	max-height: 100px;
}
.box a:hover, .box .sel {
	opacity: 1;
}
.box .sel:before {
    background: red;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
}
.modalw .bctr {
    background: #222;
	color: white;
    overflow: hidden;
    position: fixed;
    width: 100%;
	padding: 2px;
}
.modalw .bctr i {
    float: right;
    font-size: 10px;
    font-style: normal;
    margin-right: 5px;
}
.msg {
    cursor: pointer;
    padding: 10px 10px 10px 50px;
    position: fixed;
    right: 5px;
	font-size: 15px;
    text-align: center;
	text-shadow: 2px 2px 2px #ccc;
    top: 5px;
    white-space: nowrap;
    z-index: 1000;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: 10px center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 5px #444;
-moz-box-shadow: 0px 0px 5px #444;
box-shadow: 0px 0px 5px #444;
}
.msg.success {
	border: 1px solid #1E5799;
	background-color: rgba(176, 205, 229, 0.8);
	background-image: url("../img/info.png");
}
.msg.warning {
    border: 1px solid red;
	color: #D8000C;
	background-color: rgba(255, 186, 186, 0.8);
	background-image: url("../img/warning.png");
}
a[rel=doc] {
	background-image: url("../img/64/doc.png");
}
a[rel=xls] {
	background-image: url("../img/64/xls.png");
}
a[rel=pdf] {
	background-image: url("../img/64/pdf.png");
}
a[rel=zip] {
	background-image: url("../img/64/zip.png");
}
a[rel=rar] {
	background-image: url("../img/64/rar.png");
}
a[rel=mp3] {
	background-image: url("../img/64/mp3.png");
}
a[rel=facebook] {
	background-image: url("../img/64/fb.png");
}
a[rel=vk] {
	background-image: url("../img/64/vk.png");
}
a[rel=youtube] {
	background-image: url("../img/64/YouTube.png");
}
footer .toTop {
	display: block;
	cursor: pointer;
	float: right;
    height: 35px;
    width: 35px;
	background: url("../img/toTop.png") no-repeat scroll center center transparent;
}