@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: none;
}
div.news_ticker_t{
	width:640px;
	height:212px;
	border:1px solid #333333;
	background-color:#848484;
	margin-bottom:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	border-radius: 5px;

}

div.news_ticker_tabs{
	width:640px;
	height:92px;
}
/*
div.news_ticker_tabs li{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}*/
div.news_ticker_content{
	widows:640px;
	height:180px;
}
div.news_ticker_content_img{
	width:265px;
	height:169px;
	padding-left:5px;
	padding-top:5px;
	float:left;
	margin-left:4px;
	background-color:#5486a7;
	border:1px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	border-radius: 5px;
}
div.news_ticker_content_text{
	width:353px;
	width:353px;
	height:174px;
	float:left;
	margin-left:4px;
	background-color:#ffffff;
	border:1px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	border-radius: 5px;
}
div.news_ticker_content_title{
	width:341px;
	height:23px;
	background-image:url(http://static.xzn.hu:81/img/newsticker_title.png);
	background-repeat:repeat-x;
	border: 1px solid #e7e7e7;
	color:#ffffff;
	font-size: 12pt;
	font-weight:bold;
	text-decoration:underline;
	text-shadow: 1px 2px 1px #000000;
	padding:5px 5px 5px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	border-radius: 3px;	
	
}
div.news_ticker_content_title a{
	color:#ffffff;
}
div.news_ticker_content_content{
	padding:5px 5px 5px 5px;
	font-size:10pt;
}
/*
div.news_ticker_tabs li.ui-tabs-nav-item{
	width:116px;
	height:75px;
	background-color:#4a4a4a;
	list-style:none;
	float:left;
	margin-left:4px;
	border: 1px solid #333;
	margin-top:5px;
	padding-top:5px;
	padding-left:5px;
}
div.news_ticker_tabs li.ui-tabs-selected{

	background-color:#5486a7;
}
*/
.ui-tabs-hide {  
     display:none;  
} 
