/*----BODY----*/
body {
        color: #333;
        font-family: 'Ubuntu Condensed', sans-serif;
}
h1 { 
  text-align: left; 
  text-transform: uppercase;
} 
h3, h4 { 
  text-align: left; 
  background: #7a7;
  color: #fff; 
  text-transform: uppercase;
  border-radius: 3px;
} 
h2, h5 { 
  text-align: left; 
  color: #696; 
  text-transform: uppercase;
} 
h6 { 
  text-align: left; 
  color: #ddd; 
  text-transform: uppercase;
} 
#wrapper {
        background:  #fff; 
} 
@media (max-width: 500px), (max-device-width: 500px) {
  body {
        background:  #fff;
}
}
@media (min-width: 500px), (min-device-width: 500px) {
  body {
        background:  #fff;
}
}
/*Навігаційна стежка*/
ul.breadcrumb li {
  background: #fff; 
  color: #aaa;
}
ul.breadcrumb li a {
  text-decoration: none; 
  color: #aaa;
}
/*Горизонтальне меню DJ-MENU*/
.dj-main {
	list-style: none;
	background: #070;
    border-radius: 3px;
}
.dj-main li a.dj-up_a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.dj-main li:hover a.dj-up_a {
	color: #000;
	background: #0a0;
}
.dj-main li.active a.dj-up_a {
	color: #000;
	background: #0a0;
}
.dj-main li.separator > a {
	cursor: default;
}
.dj-main li:hover ul.dj-submenu {
	background: #0a0;
}
.dj-main li:hover ul.dj-submenu li {
	font-weight: normal;
        border-top: 1px solid #fff;
}
.dj-main li:hover ul.dj-submenu li a {
	display: block;
	height: auto;
	line-height: 30px;
	color: #000;
	text-decoration: none;
	padding-left: 14px;
}
.dj-main ul, .dj-main li:hover ul ul {
    border-radius: 3px;
}
.dj-main li.active ul.dj-submenu li:hover {
  background: #090;
}
/*BOXPLUS*/ 
div.boxplus-container {
  text-align: center;
}
div.boxplus {
  box-shadow: 0 0 1px #bbb;
  border-radius: 3px;
}
div.caption {
background: #7a7;
color: #fff; 
box-shadow: 0 0 1px #777; 
border-radius: 0 0 3px 3px;
}
div.caption a {
color: #fff; 
text-decoration: none;
}
/*CONTENT*/ 
@media (min-width: 500px), (min-device-width: 500px) {
.catergory-desc-text { 
  text-align: justify; 
}
}
@media (max-width: 500px), (max-device-width: 500px) {
.catergory-desc-text { 
  text-align: justify; 
}
}
/*TopRight*/ 
@media (min-width: 500px), (min-device-width: 500px) {
.custom-topright {
  background: none;
}
  .custom-topright a {
  color: #333; 
  text-decoration: none; 
  font-weight: bold; 
}
}
@media (max-width: 500px), (max-device-width: 500px) {
.custom-topright { 
  background: url("/images/headers/pic.png") bottom left no-repeat;
}
  .custom-topright a {
  color: #fff; 
  text-decoration: none; 
  font-weight: bold; 
}
}
/*Назва категорії у відображенні статті*/ 
div.item-page dd.category-name span, div.item-page dd.category-name a {
  font-weight: bold;
  text-transform: uppercase; 
  color: #333; 
  text-decoration: none;
} 
div.item-page dd.category-name a:hover {
  background: #7a7; 
  color: #fff;
}
/*Назва категорії у відображенні категорії*/
div.blog dl.article-info {
  display: none;
}
/*Таблиця специфікація*/
table.spec {
  background: #7a7;
} 
table.spec td {
  background: #fff;
} 
@media (min-width: 500px), (min-device-width: 500px) {
  table.spec th {
    color: #fff;
  }
}
@media (max-width: 500px), (max-device-width: 500px) {
  table.spec th {
    color: #fff;
  }
}
/*Нижнє меню*/  
.moduletable-bottommenu ul li a {
  text-decoration: none; 
  color: #272;
}
.moduletable-bottommenu ul li a:hover {
  text-decoration: underline; 
}
/*Текстовий банер*/
.custom-textbanner {
/*    border: 1px dotted #aaa;*/
    text-align: center;
  color: #676;
}
.calendar {
  background: url("/images/4.png") center left no-repeat;
}
