#slideshow
{  
	position:relative;
	float: left;
    width: 642px;
    height: 279px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	z-index: 1;
	padding: 0px;
	margin-bottom: 10px;
}  

#slideshow .arrow
{  
	position: absolute;
	top: 10px;
	width: 11px;
	height: 28px;
	margin-top: 12px;
	margin-left: 464px;
	z-index: 10;
}

#slideshow ul.ui-tabs-nav
{  
	position: absolute;  
	top: 0px; 
	left: 475px;  
	list-style: none;  
	padding: 0; 
	margin: 0;  
	width: 166px;
	background: none;
}  

#slideshow ul.ui-tabs-nav li
{
	margin: 0px;
	top: 0px;
	white-space: normal;
	border: 0px;
	background: none;
}

#slideshow ul.ui-tabs-nav li.ui-tabs-selected
{
	padding-bottom: 0px;
}

#slideshow ul.ui-tabs-nav li span.lead
{  
	padding-right: 2px;
	font-weight: normal;
}  

#slideshow ul.ui-tabs-nav li .title
{  
	float: left;
	margin-top: 2px;
	width: 91px;
    font-weight: bold;
    overflow: hidden;
    height: 64px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

#slideshow .ui-tabs-panel
{  
	width: 475px; 
	height: 279px;  
	position: absolute;  
	overflow: hidden;  
	padding: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;	
	-webkit-border-bottom-right-radius: 0px;	
}  

#slideshow .ui-tabs-hide
{  
	display: none;  
}  

#slideshow li.ui-tabs-nav-item a
{
	display: block;  
	width: 161px;
	height: 69px;  
	line-height: 22px;  
	outline: none;  
	text-decoration: none;
	padding: 0px;
    padding-left: 2px;	
}  

#slideshow li.ui-tabs-selected { 
}  

#slideshow ul.ui-tabs-nav li img
{  
	float: left; 
/*	margin: 6px 5px 0 9px;*/
/*	padding: 2px;  */
	border: 0;  
    min-height: 64px;
    _height: 64px;
    width: 91px;
}  

#slideshow .ui-tabs-panel .info
{  
	position: absolute;  
	top: 177px; 
	left: 0;  
	height: 102px; 
	width: 475px;  
}  

#slideshow .info h2
{  
	padding: 19px 19px 10px; 
	margin: 0;  
	overflow: hidden;  
}  

#slideshow .info p
{  
	margin: 0px 19px;  
	line-height: 17px; 
}  

#slideshow .info a
{  
	text-decoration: none; 
}  

#slideshow .info h2 a
{  
	font-size: 19px;
	text-transform: uppercase;
}

#slideshow .itemclick {
    cursor: pointer;
}

#slideshow .focont
{
	position: relative;
	float: left;
	width: 400px;
	height: 279px;
	/*background-color: #232323;*/
	overflow: hidden;
}

#slideshow .focont img
{
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
}

#slideshow .cont
{
	position: relative;
	float: left;
	width: 241px;
	height: 279px;
	overflow: hidden;
	border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
}

#slideshow .cont .cim,
#slideshow .cont .lead
{
	float: left;
	width: 220px;
	padding: 5px 10px;
}

#slideshow .cont span
{
	float: left;
	margin-right: 4px;
}

#slideshow .cont .msgtip
{
	width: 12px;
	height: 10px;
	margin-left: 10px;
	margin-top: 3px;
}

#slideshow .cont .more
{
	float: left;
	width: 220px;
	margin: 5px 10px;	
}

#slideshow .cont .more a
{
	float: left;
	width: 220px;
	font-style: italic;
}

#highlighted_panel
{  
	position: relative;
	float: left;
    width: 644px;
	margin-bottom: 5px;
}  

#highlighted_panel .ui-tabs
{  
	float: left;
	width: 644px;
	height: 28px;
	margin: 0px;
	padding: 0px;
}

#highlighted_panel .hpline
{  
	float: left;
	width: 644px;
	height: 3px;
}

#highlighted_panel .ui-tabs li
{  
	float: left;
	list-style-type: none;
}

#highlighted_panel .ui-tabs li .leftcorn, #highlighted_panel .ui-tabs li .rightcorn
{
	float: left;
	width: 5px;
	height: 28px;
}

#highlighted_panel .ui-tabs li a
{  
	float: left;
	text-decoration: none;
	padding: 4px 3px 0px;
	height: 25px;
	text-transform: uppercase;
}

#highlighted_panel .panes
{
	float: left;
	width: 644px;
}

#highlighted_panel .panes .page
{
	float: left;
	width: 642px;
}

#highlighted_panel .panes .page .cont
{
	float: left;
	width: 642px;
	padding-top: 5px;
}

#highlighted_panel .panes .column
{
	float: left;
	width: 321px;
}

#highlighted_panel .panes .panel_item
{
	float: left;
	width: 310px;
	padding: 15px 5px;
}

#highlighted_panel .panes .panel_item img
{
	float: left;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
	
#highlighted_panel .panes .panel_item .firstimg
{
	width: 300px;
	height: 150px;
	overflow: hidden;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	margin-bottom: 8px;
}

#highlighted_panel .panes .separator
{
	float: left;
	width: 310px;
	height: 1px;
	border-top: 1px dotted #a4a4a4;
	margin-left: 5px;
}

#highlighted_panel .footline
{
	float: left;
	width: 644px;
	height: 32px;
}

#highlighted_panel .footline .more_articles
{
	float: left;
	width: 140px;
	height: 20px;
	margin-top: 8px;
	margin-left: 250px;
	cursor: pointer;
}

#highlighted_panel .footline .more_articles .txt
{
	float: left;
	width: 108px;
}

#highlighted_panel .footline .more_articles .img
{
	float: left;
	width: 20px;
}

#ultimatebox
{
	float: left;
	width: 644px;
	height: 112px;
	margin-top: 5px;
}

.klubhirado,
.klubhirek
{
	float: left;
	width: 317px;
	margin: 0px 2px;
}

.klubhirado_parent,
.klubhirek_parent
{
	float: left;
	width: 644px;
	margin-bottom: 5px;
}

.klubhirado_parent .headline,
.klubhirek_parent .headline
{
    float: left;
    width: 642px;
    height: 31px;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
}

.klubhirado_parent .headline span,
.klubhirek_parent .headline span
{
    float: left;
    width: 317px;
    margin: 5px 10px;
}

.klubhirado_parent .headline_mod,
.klubhirek_parent .headline_mod
{
    float: left;
    width: 10px;
    height: 31px;
}

.klubhirado .item,
.klubhirek .item
{
	float: left;
	width: 317px;
	height: 47px;
	margin-top: 5px;
	cursor: pointer;
}

.klubhirado .item a
.klubhirek .item a
{
	float: left;
}

.klubhirado .item .grouplink,
.klubhirek .item .grouplink
{
	float: left;
	width: 317px;
	height: 32px;
	text-decoration: none;
}

.klubhirado .item .cikklink,
.klubhirek .item .cikklink
{
	width: 309px;
	height: 15px;
	margin-left: 2px;
	overflow: hidden;
	color: #ccc;
	font-size: 11px;
	text-decoration: none;
}

.klubhirado .milan
{
	background: url('/images/klubhirado.png?1') -5px -5px no-repeat;
}

.klubhirado .arsenal
{
	background: url('/images/klubhirado.png?1') -5px -57px no-repeat;
}

.klubhirado .asroma
{
	background: url('/images/klubhirado.png?1') -5px -109px no-repeat;
}

.klubhirado .barcelona
{
	background: url('/images/klubhirado.png?1') -5px -161px no-repeat;
}

.klubhirado .bayern_munchen
{
	background: url('/images/klubhirado.png?2') -5px -213px no-repeat;
}

.klubhirado .chelsea
{
	background: url('/images/klubhirado.png?1') -5px -265px no-repeat;
}

.klubhirado .internazionale
{
	background: url('/images/klubhirado.png?1') -5px -317px no-repeat;
}

.klubhirado .juventus
{
	background: url('/images/klubhirado.png?1') -5px -369px no-repeat;
}

.klubhirado .liverpool
{
	background: url('/images/klubhirado.png?1') -5px -421px no-repeat;
}

.klubhirado .manchester
{
	background: url('/images/klubhirado.png?1') -5px -473px no-repeat;
}

.klubhirado .manchester_city
{
	background: url('/images/klubhirado.png?1') -5px -526px no-repeat;
}

.klubhirado .real_madrid
{
	background: url('/images/klubhirado.png?1') -5px -578px no-repeat;
}

/* klubhírek*/
.klubhirek
{
	margin-top: 0px;
	margin-bottom: 10px;
}

.klubhirek .veszprem
{
	background: url('/images/klubhirado.png?1') -5px -5px no-repeat;
}

.klubhirek .szeged
{
	background: url('/images/klubhirado.png?1') -5px -57px no-repeat;
}

.klubhirek .ftc
{
	background: url('/images/klubhirado.png?1') -5px -109px no-repeat;
}

.klubhirek .tatabanya
{
	background: url('/images/klubhirado.png?1') -5px -161px no-repeat;
}

.klubhirek .balatonfured
{
	background: url('/images/klubhirado.png?1') -5px -213px no-repeat;
}

.klubhirek .csurgo
{
	background: url('/images/klubhirado.png?1') -5px -265px no-repeat;
}

.klubhirek .kecskemet
{
	background: url('/images/klubhirado.png?1') -5px -317px no-repeat;
}

.klubhirek .pecs
{
	background: url('/images/klubhirado.png?1') -5px -369px no-repeat;
}

.klubhirek .mezokovesd
{
	background: url('/images/klubhirado.png?1') -5px -421px no-repeat;
}

.klubhirek .oroshaza
{
	background: url('/images/klubhirado.png?1') -5px -473px no-repeat;
}

.klubhirek .gyongyos
{
	background: url('/images/klubhirado.png?1') -5px -526px no-repeat;
}

.klubhirek .tata
{
	background: url('/images/klubhirado.png?1') -5px -578px no-repeat;
}
/* klubhírek*/

/* rovat ajánló dobozok */
.offerbox
{
	float: left;
	width: 318px;
	margin-bottom: 5px;
}

.offerbox .headline
{
	float: left;
    width: 318px;
    height: 31px;
}

.offerbox .headline span
{
	float: left;
    margin: 5px 10px;
    width: 290px;
	text-transform: uppercase;
}

.offerbox .bodyline
{
	float: left;
    width: 306px;
	padding: 5px;
	border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
}

.offerbox .bodyline img
{
	float: left;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	margin-left: 5px;
}

.offerbox .bodyline .cont
{
	float: left;
	width: 230px;
	margin-left: 10px;
	line-height: 18px;
}

.offerbox .bodyline .cont .title
{
	float: left;
	width: 230px;
	font-weight: bold;
}

.offerbox .bodyline .cont a
{
	width: 222px;
	text-decoration: none;
}

.program .bodyline .cont a
{
	float: left;
	width: 230px;
}

/* rovat ajánló dobozok */


/* rovat oldali cikkek */
.column_articles_list
{
	float: left;
	width: 644px;
}

.column_articles_list .headr
{
	float: left;
	width: 644px;
	height: 31px;
	background: url('//stimgsrv19.sporthirado.hu/sporthirado/common.png') -10px -216px no-repeat;	
}

.column_articles_list .headr h1
{
	float: left;
	margin: 0px;
	margin-top: 6px;
	margin-left: 10px;
	font-size: 18px;
	font-family: league;
	font-weight: normal;
}

.column_articles_list .headr .calendar
{
	float: right;
	margin-right: 21px;
	margin-top: 5px;
}

.column_articles_list .headr .calendar .dp_tool
{
	float: left;
	width: 85px;
	border: 1px solid #d2d2d2;
	margin-top: 2px;
}

#column_articles 
{
	float: left;
	width: 642px;
}

#column_articles .item
{
	float: left;
	width: 630px;
	margin: 15px 0px;
	padding: 0px 6px;
}

#column_articles .separator
{
	float: left;
	width: 642px;	
	height: 1px;
	border-top: 1px dotted #d2d2d2;
}

#column_articles .item .logo
{
	float: left;
	margin-right: 10px; 
}

#column_articles .item .logo img
{
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	width: 150px;
	border: 0px;
}

#column_articles .item .cont
{
	float: left;
	width: 470px;
}

#column_articles .item .cont .title
{
	float: left;
	width: 470px;
}

#column_articles .item .cont .date
{
	clear: left;
	float: left;
}

#column_articles .item .cont .msgtip
{
	float: left;
	width: 12px;
	height: 10px;
	margin-left: 10px;
	margin-top: 3px;
}

#column_articles .item .cont .cnt
{
	float: left;
	margin-left: 5px;
}

#column_articles .item .cont .lead
{
	clear: left;
	float: left;
	width: 470px;
	padding-top: 10px;
}

#column_articles .pager
{
	float: left;
	width: 630px;	
	margin: 10px 0px;
}

#column_articles .pager .previous
{
	float: left;
	margin-left: 5px;
}

#column_articles .pager .next
{
	float: right;
	margin-right: 5px;
}

#column_articles .pager span
{
	font-weight: bold;
	cursor: pointer;
}
/* rovat oldali cikkek */

#slideshow .fragment_img {
    width: 475px;
}
#slideshow.slideshow_with_image .fragment_img {
    width: 546px;
}
#slideshow.slideshow_with_image .arrow {
    margin-left: 535px;
}
#slideshow.slideshow_with_image li.ui-tabs-nav-item a {
    width: 93px;
}
#slideshow.slideshow_with_image ul.ui-tabs-nav {
    left: 546px;
}
#slideshow.slideshow_with_image .ui-tabs-panel {
    width: 546px;
}
#slideshow.slideshow_with_image .ui-tabs-panel .info {
    width: 546px;
}

#loader
{
	position: absolute;
	margin-left: 300px;
}

/* online közvetítések */
.day
{
	float: left;
	width: 230px;
	font-weight: bold;
	margin-top: 5px;
}

.offerbox .bodyline .cont span
{
	float: left;
	width: 222px;
}

.offerbox .bodyline .cont ul
{
	width: 230px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.offerbox .bodyline .cont ul li
{
	width: 230px;
	margin: 0px;	
}

.offerbox .bodyline .cont ul li:before
{
	content: "\00B7";
	padding-right: 3px;
	font-weight: bold;
}

.rocky_slider_pause {
    position: absolute;
    top: 208px;
    left: 515px;
    width: 15px;
    height: 15px;
    z-index: 10;	
}

.pause_button,
.play_button,
.pause_button:hover,
.play_button:hover {
    width: 15px;
    height: 15px;
    background: url("//stimgsrv19.sporthirado.hu/sporthirado/pause_button.png") no-repeat;
    float: left;
}

.play_button {
	background: url("//stimgsrv19.sporthirado.hu/sporthirado/play_button.png") no-repeat;
}

.pause_button:hover {
    background: url("//stimgsrv19.sporthirado.hu/sporthirado/pause_button_hover.png") no-repeat;
}

.play_button:hover {
	background: url("//stimgsrv19.sporthirado.hu/sporthirado/play_button_hover.png") no-repeat;
}
