/* tabs */


/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
  
.box_right{
	float: right;
	width: 271px;
}

.box_right h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	height: 17px;
	background:url(../imagini/master_bks.png) -320px -230px no-repeat;
	float: left;
	height: 30px;
	width: 100%;
	font-weight: bold;
}

.box_right .box_bottom{
	border-bottom: 1px solid #d2d2d2;
	height: 9px;
}
	

.stiatica img{
	float: left;
	margin-bottom: 4px;
	margin-right: 9px;
	padding-top: 3px;
}

.right_fun img
{
	
	margin-bottom: 9px;
	padding: 0;
}



/* mbottom = 17 */
 
.tabber {
}
.tabberlive {
 /*margin-top:1em; */
 	float: right;
 	width: 271px;
 	margin-bottom: 2px;
	position: relative;
}

.tabberlive a.rss_button{
    width: 56px;
    height: 28px;
    background: transparent url('../imagini/rss_basic.jpg') 0 0 no-repeat;
    position: absolute;
    top: 0;
    right: 6px;
}


/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
/* padding: 3px 0; */
width: 271px;
float: left;

/* border-bottom: 1px solid #778;*/
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a

{
	float:left;
	height:21px;
	margin-right:3px;
	padding-top:7px;
	text-align:center;
	text-decoration:none;
	width:103px;
	background: url(../imagini/master_bks.png) -131px -273px no-repeat;
	color: #fff;
}



/* ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; } */

ul.tabbernav li a:hover
{
 	background: url(../imagini/master_bks.png) -131px -324px no-repeat;
	color: #fff;
/* border-color: #227; */
}

ul.tabbernav li.tabberactive a
{
 	color: #691A1E;
 	background:url(../imagini/master_bks.png) -12px -273px no-repeat;

/* border-bottom: 1px solid #fff; */
}

ul.tabbernav li.tabberactive a:hover

{
/* 	color: #000; */
 	
  	background:url(../imagini/master_bks.png) -12px -324px no-repeat;
	color: #691A1E;
/* border-bottom: 1px solid white;*/
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
/*  padding:5px; */
/* border:1px solid #aaa;
 border-top:0;
*/

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


.tabbertab_content{
	width: 270px;
/* 	float: left; */
}

.tabbertab_content .header_left{
	width: 100%;
	height: 13px;
	background: url(../imagini/master_bks.png) 0 -381px no-repeat;
	
}


.tabbertab_content .header_right{
	width: 100%;
	height: 13px;
	background: url(../imagini/master_bks.png) 0 -456px no-repeat;
	
}

.tabbertab_content .the_content{
	width: 270px;
	float: left;
	background:url(../imagini/tabs/tabs_content.jpg) 0 0 repeat-y;
}


.tabbertab_content .the_content .tabs_news{
	width: 238px;
	height: 68px;
	float: left;
	padding-left: 10px;
	background: url(../imagini/tabs/tab_news_bkg.jpg) 10px bottom no-repeat;
	overflow: hidden;
	margin-bottom: 12px;
}

.tabbertab_content .the_content .m0{
	margin-bottom: 0;
}

.tabbertab_content .the_content .tabs_news img{
	float: left;
/*	padding-top: 3px; */
	
}

.tabbertab_content .the_content .tabs_news a{
	border:1px solid #C5C5C5;
	float:left;
	font-weight:bold;
	
	padding:1px;
}
.tabbertab_content .the_content .tabs_news a:hover{
	border:1px solid #333;
}



.tabbertab_content .the_content .tabs_news dl{
	width: 172px;
	height: 56px;
	overflow: hidden;
	padding-left: 9px;
}

.tabbertab_content .the_content .tabs_news dl a:hover{
	border: none;
}

.tabbertab_content .the_content .tabs_news dt{
	width: 172px;
	height: 27px;
	overflow: hidden;
}

.tabbertab_content .the_content .tabs_news dt a{
	width: 172px;
	height: 22px;
	border: none;
}
.tabbertab_content .the_content .tabs_news dt a:hover{
	text-decoration: underline;
}

.tabbertab_content .the_content .tabs_news dd{
	padding-top: 1px;
}

.tabbertab_content .the_content .tabs_news dd a,
.tabbertab_content .the_content .tabs_news dd a:visited
{
	width: 172px;
	color: #333;
	font-weight: normal;
	border: none;
	
	
}

.tabbertab_content .the_content .tabs_news dd a:hover
{
	text-decoration: underline;
}

.tabbertab_content .tabs_footer{
	width: 100%;
	height: 32px;
	float: left;
	background:url(../imagini/master_bks.png) 0 -412px no-repeat;
	clear: left;
}
	
	
	
/* end of tabs */