/*Кнопка "Звернення"*/

.design {
display: inline-block;
margin-top: 10px;
padding: 5px 15px;
font-family: inherit;
font-size: .8rem;
font-weight: 400;
line-height: 2;
text-transform: uppercase;
border: none;
background-color: #00588a;
color: #fff;
cursor: pointer;
   }
.design:hover {
text-decoration: none; 
background-color: #0070a5;
}
/* Украшение */
#topLayer{
   position:absolute;
   top:20px;
   left:435px;
   width:130px;
   height:125px;
   background: url(/images/actual_tmpl/newyearboll.gif) 0 0 no-repeat;
   z-index:9999;
}

#topLayer_on{
   position:absolute;
   top:-160px;
   left:370px;
   width:400px;
   height:267px;
   background: url(/images/actual_tmpl/sosna.png) 0 0 no-repeat;
   z-index:9999;
}

#topLayer_march{
   position:absolute;
   top:15px;
   left:735px;
   width:400px;
   height:267px;
   background: url(/images/actual_tmpl/8_bereznya.png) 0 0 no-repeat;
   z-index:9999;
}

.componentheading {
    font-size: 0% !important;
}

span.modifydate{
    font-size: 12px !important;
}

/* Новости */
div.catItemHeader h3.catItemTitle {
    line-height: 100%;
	padding: 10px 0 4px 0px;
	width: auto;
}

span.attention {
    color: #B72700 !important;
}

/*JL ContentFieldsFilter*/
.jlmf-section {
    margin-top: 10px !important;
}
label.jlmf-label {
    text-transform: none !important;
    font-weight: bold;
}
.jlmf-link {
	display: inline-block !important;
	margin-top: 10px !important;
	padding: 5px 15px !important;
	font-family: inherit !important;
	font-size: .8rem !important;
	font-weight: 400 !important;
	line-height: 2 !important;
	text-transform: uppercase !important;
	border: none !important;
	background-color: #999 !important;
	color: #fff !important;
	cursor: pointer !important;
}
