/* Загальні теги */
body {
    background: none repeat scroll 0 0 #362e2e;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6, ul,li{
	margin: 0;
	padding: 0;
}

td{
	vertical-align: top;
}

/* Каркас сайту */
.site {
    margin: 0 auto;
    max-width: 1400px;
    min-width: 1024px;
}
.page-content {
    margin: 0 10px 20px;
}
.header {
    background: url("../images/head2.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 218px;
    margin: 0 auto;
    position: relative;
    width: 1024px;
}
.page {
    background: none repeat scroll 0 0 #fff;
    border: 3px solid #444;
    border-radius: 5px;
}
.page h1 {
    background: none repeat scroll 0 0 #ddd;
    border-bottom: 1px solid #ccc;
    color: #fff;
    font-size: 20px;
    margin: 10px 0 20px;
    padding: 5px 10px;
    text-align: left;
    text-shadow: 1px 1px 3px #000;
}

.navigate{
	text-align:center;
	height:auto;
	color:#666666;
}.nav_cener{
	width:100%;
	height:auto;
	margin:0 auto;
}.navigate a{
	text-decoration:none;
	font-weight:bolder;
	margin:0 3px;
	color:#f52705;
	vertical-align: top;
}.navigate a img{
	padding-top:2px;
}.navigate .current{
	color: #C21D0C;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
}

/* Шрифти */
body{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/* вигляд блоків */
.list{
	color: #666;
}
.list th{
	background: linear-gradient(to bottom, #eaeaea 0%, #dddddd 49%, #eaeaea 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    color: #555;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 5px;
    text-align: left;
    text-shadow: -1px 1px 0 #fff;
}
.list td{
	border-bottom: 1px solid #ddd;
    font-size: 12px;
    padding: 5px;
}
.list a{
	color: #c21d0c;
}

/**/
.list1 {
    margin: 1px 0;
}
.list1 h3 {
    background: none repeat scroll 0 0 #eee;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #eee;
    cursor: pointer;
    padding: 5px 20px;
}

.list1Els{
	display: none;
	margin: 0 0 0 30px;
}
.list1El {
    border-bottom: 1px solid #eee;
    margin: 20px 0;
    padding: 0 0 5px;
}
.list1El h4{
}
.list1El h4 a {
    color: #c21d0c;
}
.list1El .more {
    color: #888;
    font-size: 12px;
    margin: 0 0 0 10px;
}

.list1 .activeStatus{
	font-size: 12px;
}
.list1 .active h4{
}
.list1 .active h4 a{
}
.list1 .noactive h4{
	color: #777;
}
.list1 .noactive h4 a{
	color: #777;
}
.list1 .active .activeStatus{
	color: green;
}

.rightBox {
    border-bottom: 1px solid #ddd;
    margin: 5px 0 20px 5px;
    padding: 0 0 30px;
}

.rightBox h4 {
    color: #333333;
    font-size: 17px;
    margin: 0 0 10px;
}
.rightBoxContent{
}
.rightBox .grandLink {
    color: #c21d0c;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 5px 10px;
}

/* ФОРМИ */
.elRow {
    margin: 0 0 5px;
    padding: 0 0 7px;
}
.elRow .label {
    color: #777;
    padding: 3px 0;
}
.elRow .el{
}
.elRowSubmit {
    border-top: 2px solid #c21d0c;
}

.elRowSubmit > input {
    background: none repeat scroll 0 0 #c21d0c;
    border: 0 none;
    color: #fff;
    font-weight: bold;
    padding: 4px 10px;
}
.elRow .input1{
	padding: 5px 10px;
	margin: 2px 0;
}

.px600{
	width: 600px;
}
.px100p{
	width: 100%;
}

/* СТОРІНКИ */




/* МЕНЮ */
.usermenu {
    color: #fff;
    position: absolute;
    right: 130px;
    text-shadow: -1px 1px 3px #000;
    top: 13px;
}
.usermenu a{
	color: #fff;
    text-shadow: -1px 1px 3px #000;
}

.mainmenu {
    color: #444;
    font-weight: bold;
    margin: 20px 0 0 200px;
}
.mainmenu ul.menu{
}
.mainmenu ul.menu li {
    display: inline-block;
    list-style: outside none none;
}

.mainmenu ul.menu li a {
    color: #c21d0c;
    margin: 5px;
}
.mainmenu ul.menu li.active a{
	color: #444;
}

.submenu{
	color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 28px 0 0 200px;
}
.submenu ul{
}
.submenu ul li{
	display: inline-block;
    list-style: outside none none;
    margin: 0 5px;
}
.submenu ul li a{
	color: #fff;
    text-shadow: 2px 2px 2px #222222;
}
.submenu ul li.active a{
	color: #e1b023;
    text-shadow: unset;
} 


.subsubmenu{
	color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 28px 0 0 200px;
}
.subsubmenu ul{
}
.subsubmenu ul li{
	display: inline-block;
    list-style: outside none none;
    margin: 0 5px;
}
.subsubmenu ul li a{
	color: #fff;
    text-shadow: 2px 2px 2px #222222;
}
.subsubmenu ul li.active a{
	color: #e1b023;
    text-shadow: unset;
} 

/* СПЕЦИФІЧНІ БЛОКИ, одноразові класи */

.imgCube {
  border: 1px solid #ccc;
  float: left;
  margin: 10px;
  width: 200px;
}
.imgCube .imgBox {
  height: 200px;
  overflow: hidden;
  width: 200px;
}
.imgCube img {
  max-width: 200px;
}
.imgCube .btns {
  background: none repeat scroll 0 0 #eee;
  padding: 10px 5px;
  text-align: right;
}


.headtitle {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 40px 0 0 220px;
    text-shadow: 2px 2px 2px #222222;
}
.miniMiniLogo{
	max-width: 40px;
	max-height: 40px;
}




.select1{
	width: 100%;
}
.px100{
	width: 100px;
}
.px200{
	width: 200px;
}

/*правки до бутстрап*/
.form-control-inline{
	background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}
