﻿#news-blocks {
margin:0 30px;
}

.ui-tabs-hide {
        display: none;
    }

.ui-tabs-nav, .ui-tabs-panel {
    /* font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif; */
    font-size: 13px;
}
.ui-tabs-nav {
    list-style: none;
    margin:0;
    padding:0;
	border-bottom:2px solid #588327
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 5px;
	padding:10px 20px;
    font-weight: bold;
	background: url(/images/bg-tabs.gif) repeat-x 0 4px;
	
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    background-image:none;
	color: #578324;
	text-decoration:underline;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
}
li.ui-tabs-selected {
	border:2px solid #588327;
	border-bottom:none;
	position:relative;
	top:2px;
	z-index: 2;
	background: #F5FCEA;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
	font-size:1.3em;
	color: #000;
	text-decoration:none;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
}
.ui-tabs-panel {
    border: 1px solid #aeb2b5;
	border-top:none;
    padding: 20px;
    background: inherit; /* declare background color for container to avoid distorted fonts in IE while fading */
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


#news-blocks h2 {
	overflow: hidden;
	padding:0;
	margin:0;
	font-size: 12px;
}
#news-blocks dl {
	margin:0 0 0.3em 0;
	padding:0 0 0.3em 0;
	font-size: 0.9em;
	_height:1%;
	overflow:hidden;
	border-bottom:1px dotted #b0b6ac;
}
#news-blocks dt {
	/*font-family: Verdana, Arial, sans-serif;*/
	font-size: 0.9em;
	color:#797979;
	margin:0;
	padding:2px 0;
}
/*#analytic_anonce dt b, #news_anonce dt b*/
#news-blocks dt b{
	color: #438515;
}
#news-blocks dd {
	margin:0;
	padding:0;
	margin-left:0;
	font-size: 11px;
}
#news-blocks p {
	padding: 0 0 0.6em 0;
}
#news-blocks img {margin-right:15px}
