#page{
	min-width:995px;
	width:100%;
	overflow:hidden;
}
#header{
	min-width:1000px;
	width:100%;
}
#header div.image{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-540px;
	float:left;
}
div.container-center{
	width:960px;
	margin:0 auto;
}
div.container-center .facebook{
	background:url(../img/contimg/facebook.gif) no-repeat;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	width:158px;
	height:19px;
	margin:5px 0 0;
	float:right;
	overflow:hidden;
}
div.social-bar{
	width:100%;
	position:relative;
	z-index:1005;
	height:30px;
	padding-bottom:4px;
}
* html div.social-bar{
	width:auto; 
}
div.social-bar div.social-bg{
	width:100%;
	height:34px;
	background: url(../img/bg-social-bar.png) repeat-x 0 0;
}
* html div.social-bar div.social-bg{width:auto;}
/*edit*/
div.social-bar div.edit{
	float:left;
	width:450px;
}
/*profile*/
div.social-bar ul.profile{
	margin:0 -2px 0 0;
	position:relative;
	display:inline;
	padding:0 2px 1px 0;
	float:right;
	background:url(../img/bg-profile.gif) no-repeat 100% 0;
	list-style:none;
}
div.social-bar ul.profile li{
	float:left;
	padding:0 14px;
	background:url(../img/bg-profile.gif) no-repeat 0 0;
	font-size:11px;  
	line-height:29px;
}
/*top-bar*/
#header div.top-bar{
	width:100%;
	padding:0 5px;
	margin:0 -5px;
	overflow:hidden;
	position:relative;
	z-index:100;
}
#header div.search{
	width:260px;
	float:right;
	margin:22px -4px 0 0;
	position:relative;
	height:39px;
}
#header div.search div{
	padding:3px 10px 5px;
	width:240px;
	background:url(../img/bg-search.png) no-repeat 0 0; 
	height:31px;
	overflow:hidden;
}
#menu{
	width:100%;
	float:left;
	display:inline;
	height:25px;
	margin:6px 0 10px 0;
	position:relative;
	z-index:1000;
}

* html #menu{margin-top:2px;}

#menu ul.menu{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
	background:url(../img/bg-menu.png) no-repeat 0 0; 
	/*position:relative;*/
}
#menu ul.menu div.drop-down{
	/*width:253px;*/
	display:none;
	position:absolute;
	z-index:999;
	top:25px;
	height:25px;
	left:0;
	overflow:hidden;
}
#menu ul.menu li.active div.drop-down,
#menu ul.menu li.hover div.drop-down{
	display:block;
	width:960px;
}
/*#menu ul.menu div.btm{
	width:100%;
	height:18px;
	clear:both;
	background:url(../img/bg-drop-down-btm.png) no-repeat 0 0; 
}*/
#menu ul.menu ul{
	list-style:none;
	padding:0 14px 0 0;
	margin:0;
	/*width:225px;*/
	width:960px;
	float:left;
	overflow:hidden;
	background:#fff;
	/*background:url(../img/bg-drop-down-body.png) repeat-y 0 0;*/
}
#menu ul.menu ul li{
	/*width:100%;*/
	background:none;
	/*position:relative;*/
	font-weight:normal;
	font-size:12px;
	line-height:17px;
	margin:3px 6px 0 -5px;
	float:left;
	display:inline;
	/*border-left:1px solid #000;*/
	padding:0 0px 0 9px;
	background:#fff url(../img/drop-list.gif) no-repeat 0 6px;
}
#menu ul.menu li.hover div.drop-down ul li.hover ul li a,
#menu ul.menu li.hover div.drop-down ul li a, #menu ul.menu li.active div.drop-down ul li a,
#menu ul.menu ul li a{
	/*width:207px;
	display:block;
	float:none;*/
	font-size:11px;
	color:#39c;
	padding:0 1px 0 1px;
	/*background:#fff;*/
}
#menu ul.menu li.active div.drop-down ul li.active a,
#menu ul.menu li.hover div.drop-down ul li.hover a,
#menu ul.menu li.hover div.drop-down ul li a:hover,
#menu ul.menu li.hover div.drop-down ul li.hover ul a:hover,
#menu ul.menu ul li a:hover{
	color:#fff;
	padding:0 1px 0 1px;
	background:#369;
}
#menu ul.menu ul li.hover{
	margin-left:-5px;
}
/*second level*/
#menu ul.menu ul ul{
	margin:0;
	padding:0;
	/*width:239px;*/
	width:960px;
	overflow:hidden;
	/*background:url(../img/bg-drop-down.png) repeat-y;*/
}
#menu ul.menu ul  .sub-menu{
	/*width:239px;*/
	/*width:960px;*/
	position:absolute;
	/*left:225px;*/
	/*left:0;*/
	/*border-left:1px solid #000;*/
	/*top:-15px;*/
	display:none;
	overflow:hidden;
	float:left;
	top:15px;
	padding:0 0 5px 0;
}
/*#menu ul.menu ul  .top{
	height:14px;
	width:239px;
	overflow:hidden;
	float:left;
	background:url(../img/bg-drop-down-btm-head.png) no-repeat;		
}
#menu ul.menu ul  .bottom{
	height:14px;
	width:239px;
	float:left;
	background:url(../img/bg-drop-down-btm-foot.png) no-repeat;
}*/

#menu ul.menu ul li.hover .sub-menu{
	display:block;
}

/*bg-drop-down-btm-head.png*/
/*header-bottom*/
.header-bottom div.container-center{
	position:relative;
}
.header-bottom div.container{
	width:100%;
	overflow:hidden;
}
.header-bottom{
	min-width:960px;
	padding:15px 0 0;
	clear:both;
	border-bottom:1px solid #ccc;
	margin:15px 0 0;
}
.header-bottom div.banner{
	float:left;
	padding-bottom:15px;
}
.header-bottom div.sportdog{
	float:right;
	background:url(../img/bg-sportdog.gif) repeat-y -222px 0; 
	width:222px;
}
.header-bottom div.sportdog div.top{
	width:100%;
	overflow:hidden;
	background:url(../img/bg-sportdog.gif) no-repeat 0 0;
}
.header-bottom div.sportdog div.bottom{
	background:url(../img/bg-sportdog.gif) no-repeat 100% 100%;
	width:202px;
	overflow:hidden;
	padding:0 10px 15px;
	min-height:90px;
}
* html .header-bottom div.sportdog div.bottom{
	height:90px;
	overflow:visible;
}
.header-bottom div.sportdog div.navigation{
	width:100%;
	margin:5px 0 0;
	overflow:hidden;
}
.header-bottom div.sportdog-block{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:100;
}
.header-bottom div.slide-block{
	width:10000px;
	float:left;
	position:relative;
	height: 45px;
	margin: 3px 0 0 0;
}
.header-bottom div.sportdog-block div.block{
	width:202px;
	overflow:hidden;
	float:left;
}
#header div.dog{
	width:47px;
	position:absolute;
	right:6px;
	background:url(../img/bg-dog.png) no-repeat 0 0; 
	bottom:-32px;
	height:65px; 
}
/*main*/
#main{
	min-width:960px;
	overflow:hidden;
}
#main div.bottom-box,
#main div.top-box{
	width:100%;
	overflow:hidden;
/*	position:relative;*/
}
#main div.content{
	float:left;
	width:630px;
}

#content{
	float:left;
	width:630px;
}

#main div.internal{
	margin-top:9px;
	overflow:hidden;
}
#main div.left{
	float:left;
}
#main div.top-block{
	width:100%;
	padding:15px 0 0;
	overflow:hidden;
}
#main div.articles{
	width:100%;
	background:url(../img/bg-articles.gif) repeat-y -630px 0; 
	overflow:hidden;	
}
#main div.articles div.top-box{
	background:url(../img/bg-articles.gif) no-repeat 0 0;
}
#main div.articles div.bottom-box{
	background:url(../img/bg-articles.gif) no-repeat 100% 100%;
}
#main div.latest{
	float:left;
	width:380px;
	position:relative;
	padding:10px;
}
/*navigation*/
#main div.latest div.navigation{
	position:absolute;
	top:10px;
	margin:8px 0 0 10px;
	z-index:200;
	left:10px;
}
#main div.latest div.navigation a{
	outline:none; 
}
#main div.latest div.btn-nav{
	float:right;
	width:28px;
	position:absolute;
	top:10px;
	z-index:500;
	right:10px;
	display:inline;
	margin:6px 6px 0 0; 
	background:url(../img/bg-navigation-btn.png) no-repeat 0 0; 
	height:17px;
}
/*block*/
#main div.latest div.blocks{
	width:380px;
	position:relative;
	z-index:100;
	height:316px;
	overflow:hidden;
}
#main div.latest div.block-slider{
	width:10000px;
	float:left;
	position:relative;
	background:#000;
}
#main div.latest div.block{
	position:relative;
	float:left;
	width:380px;
}
#main div.latest div.text{
	width:380px;
	position:absolute;
	left:0;
	bottom:0;
}
#main div.latest div.text div{
	padding:0 13px;
	height:122px;
	width:354px;
	overflow:hidden;
	background:url(../img/bg-latest.png) repeat 0 0;
}
/*tabs*/
#main div.tabs-content{
	width:100%;
	overflow:hidden;
	padding:0 0 5px;
}
#main div.tabs-content div.tab{
	display:none;
}
#main div.tabs-content div#bath {
	display:block;
}
#main div.tabs-content div.active{
	display:block;
}
#main div.tabs{
	width:100%;
	overflow:hidden;
	height:37px;
	background:url(../img/bg-tabs.gif) repeat-x 0 0;
}
#main div.tabs-left{
	width:100%;
	overflow:hidden;
	background:url(../img/bg-tabs.gif) no-repeat 0 -37px;
}
#main ul.tabs{
	width:100%;
	overflow:hidden;
	margin:0;
	background:url(../img/bg-tabs.gif) no-repeat 100% -74px;
	padding:0;
	list-style:none;
}
/*strories*/
#main div.stories{
	width:230px;
	float:left;
}
#main div.stories div.tab{
	display:none;
}
#main div.stories div.active{
	display:block;
}
#main div.stories div.box{
	width:100%;
	position:relative;
	z-index:100;
	overflow:hidden;
	height:270px;
}
#main div.stories div.article{
	padding:0 16px 0 9px;
	margin:5px 0 0;
	overflow:hidden;
	width:205px;
	position:relative;
}
#main div.stories div.article div.item{
	width:100%;
	padding:6px 0;
}
/*blogs*/

#main div.blogs{
	width:100%;
	margin:14px 0 0;
	overflow:hidden;
	background:url(../img/bg-blogs.gif) repeat-y -630px 0; 
	}
#main div.ad-place-holder {

}
#main div.blogs div.top-box{
	background:url(../img/bg-blogs.gif) no-repeat 0 0;
}
#main div.blogs div.bottom-box{
	background:url(../img/bg-blogs.gif) no-repeat 100% 100%;
}
#main div.blog-box{
	width:580px;
	margin:0;
	float:left;
	display: block;
	overflow:hidden;
	position:relative;
	z-index: 100;

			
} 
#main div.blog-slide{
	float:left;
	width:10000px;
	position:relative;
	/*background:url(../img/separ-slider.gif) repeat;*/
}
#main div.boxes-blog{
	float:left;
	width:586px;
	overflow:hidden;
	margin:0;
	height:99px;
}
#main div.blog{
	float:left;
	width:192px;
	position:relative;
	border-right:1px solid #ccc;
	padding:0 90px 14px 10px;
	height:85px;
	overflow:hidden;
}


* html #main div.blog{
 	height:85px;
 	overflow:visible;
}
#main div.blog div.avatar{
	position:absolute;
	float:left;
	top:10px;
	right:5px;
}
/*sidebar*/
#main div.sidebar{
	width:320px;
	float:right;
}
div.sidebar,
#sidebar{
	width:320px;
	float:right;
}
/*videos*/
#main div.video{
	width:100%;
	overflow:hidden;
	background:url(../img/bg-videos.gif) repeat-y -320px 0; 
}
#main div.video div.top-box{
	background:url(../img/bg-videos.gif) no-repeat 0 0;
}
#main div.video div.bottom-box{
	background:url(../img/bg-videos.gif) no-repeat 100% 100%;
	
}
#main div.video div.navigation{
	float:left;
	margin:11px 0 0;
	padding:0 0 0 3px;
}
#main div.video ul.links{
	float:right;
	margin:7px 0 0;
	padding:0 3px 0 0;
	overflow:hidden;
	list-style:none;
}
#main div.video ul.links li{
	float:left; 
	margin-left:-2px;
	padding:0 7px;
	background:url(../img/bg-links.gif) no-repeat 0 50%; 
	font-size:11px;
}
#main div.video div.block{
	width:300px;
	float:left;
	overflow:hidden;
	background:#069;
}
#main div.video div.image{
	float:left;
	position:relative;
	width:150px;
	overflow:hidden;
}
#main div.video div.text{
	width:130px;
	padding:0 10px;
	color:#fff;
	float:right;
}
#main div.video-block{
	width:300px;
	float:left;
	display:inline;
	position:relative;
	z-index:100;
	margin:8px 10px 0;
	overflow:hidden;
}
#main div.video div.slide{
	width:10000px;
	float:left;
	height:90px;
	overflow:hidden;
	position:relative;
}
#main div.video div.ads{
	padding:10px 9px 1px;
	overflow:hidden;
	height:253px;
	border-top:1px solid #ccc;
	margin:12px 1px 10px;
	width:300px;
	position:relative;
	z-index:1;
	background:#eee;
	float:left;
	display:inline;
}
#main div.second-block{
	width:100%;
	overflow:hidden;
	margin:10px 0 0;
}
#main div.second-block div.slider div.tab{
	min-height:172px;
	width:100%;
	overflow:hidden;
	position:relative;
}
#main div.second-block div.slider div.tab div.chanel{
	padding:5px 0 0 16px;
	margin:-2px 0 0;
	overflow:hidden;
}
#main div.second-block div.slider div.tab div.tv-block,
#main div.second-block div.slider div.tab div.chns{
	margin:0;
	top:0;
	height:140px;
	width:100%;
	position:relative;
	overflow:hidden;
	display:block;
}
#main div.second-block div.slider div.tab div.tv-block{
	height:149px;
}
#main div.second-block div.slider div.tab div.chns{
	height:auto;
}
#main div.second-block div.slider div.tab div.chanel div.chan-img{
	float:left;
	width:69px;
}
#main div.second-block div.slider div.tab ul.chanel{
	width:531px;
	margin:-4px 0 0;
	padding:7px 0;
	border-top:1px solid #a4cce2;
	overflow:hidden;
	float:left;
}

#main div.second-block div.slider div.tab ul.chanel li{
	list-style:none;
}
#main div.second-block div.slider div.tab ul.chanel li strong{
	padding:0 4px 0 0;
}
* html #main div.second-block div.slider div.tab{
	height:172px;
	overflow:visible;
}
#main div.slider{
	width:100%;
	overflow:hidden;
	background:url(../img/bg-slider.gif) repeat-y -630px 0; 
}
#main div.slider div.top-box{
	background:url(../img/bg-slider.gif) no-repeat 0 0; 
}
#main div.slider div.bottom-box{
	background:url(../img/bg-slider.gif) no-repeat 100% 100%; 
}
#main div.slider .slide{
	padding:0 10px 9px;
	margin:9px 0 0;
	overflow:hidden;
	width:610px;
}
#main div.slider div.slide-body{
	float:left;
	padding:0 5px;
	position:relative;
	z-index:100;
	margin:0 2px;
	display:inline;
	overflow:hidden;
	width:562px;
}
#main div.slide-show{
	width:10000px;
	float:left;
	margin:0;
	position:relative;
	padding:0;
	list-style:none;
}
#main div.slide-show div.item{
	float:left;
	display:inline;
	margin-right:8px;
	
}

#newspapers div.slide-show div.item {
	border: 1px solid #ccc;
	border-bottom: 1px solid #888;
	padding: 1px;
	margin-right: 22px;
}
	
#newspapers div.slide-show div.item img {height: 150px;}

#cover div.slide-show div.item {
	margin-right: 9px;
}

#paparazzi div.slide-show div.item{
	margin-right: 10px;
}

/*friends*/
#main div.profiles-block,
#main div.profiles{
	width:100%;
	overflow:hidden;
	background:url(../img/bg-profiles.gif) repeat-y -320px 0; 
}
div.sidebar div.internal,
#sidebar div.internal{
	width:100%;
	overflow:hidden;
	background:url(../img/bg-profiles.gif) repeat-y -320px 0; 
}
#main div.profiles div.tab{
	min-height:172px;
	width:100%;
	overflow:hidden;
}
* html #main div.profiles div.tab{
 	height:172px;
 	overflow:visible;
}
#main div.profiles-block div.top-box,
#main div.profiles div.top-box{
	background:url(../img/bg-profiles.gif) no-repeat 0 0;
}
#main div.profiles-block div.bottom-box,
#main div.profiles div.bottom-box{
	background:url(../img/bg-profiles.gif) no-repeat 100% 100%;
}
#sidebar div.top-box{
	background:url(../img/block-top-1.png) no-repeat 0 0;
}
#sidebar div.bottom-box{
	background:url(../img/bg-profiles.gif) no-repeat 100% 100%;
}
#main div.profiles div.box{
	width:100%;
	margin:4px 0 0;
	position:relative;
	z-index:100;
	height:140px;
	overflow:hidden;
}
#main div.profiles ul.links{
	margin:2px 0 0 8px;
	display:inline;
	float:left;
	overflow:hidden; 
	padding:0 0 11px;
	list-style:none;
	
}
#main div.profiles ul.links li{
	float:left;
	margin-left:-2px;
	padding:0 5px;
	background:url(../img/bg-links-friends.gif) no-repeat 0 50%; 
}
#main div.friends{
	margin:0;
	padding:0;
	position:relative;
	width:300px;
	padding:0 10px;
	list-style:none;
}
#main div.friends div.item{
	width:100%;
	float:left;
	padding-top:5px;
}
#main div.friends div.image{
	float:left;
	margin:3px 0 0;
	width:24px;
}
#main div.friends div.text{
	float:left;
	padding-left:11px;
	width:265px;
}
#main div.leagues,
#main div.my-news-items{position:relative;}
#main div.my-kerkida-items{position:relative;}
/*boxes*/
#main div.boxes{
	width:100%;
	overflow:hidden;
	background:url(../img/bg-boxes.gif) repeat-y -960px 0; 
	margin:10px 0 0;
}
#main div.boxes div.top-box{
	background:url(../img/bg-boxes.gif) no-repeat 0 0;
}
#main div.boxes div.bottom-box{
	background:url(../img/bg-boxes.gif) no-repeat 100% 100%;
}
#main div.block-category{
	float:left;
	width:227px;
	padding:0 0 13px 10px;
	overflow:hidden;
}
#main ul.category{
	margin:-5px 0 0;
	padding:0 0 10px;
	width:100%;
	overflow:hidden;
	list-style:none;
}
#main ul.category li{
	width:100%;
	padding:12px 0 4px;
	float:left;
}
#main ul.category li.first{
	border-bottom:3px solid #ccc;
	padding-bottom:14px;
	height: 260px;
}
#main ul.category div.tumbnail{
	width:100%;
	overflow:hidden;
	padding-bottom:17px;
}
#main ul.category div.tumbnail img{
	width:225px;
	height:187px;	
}
#main div.block-category h2 {
color:#666666;
font-family:Arial;
font-size:15px;
font-weight:bold;
line-height:15px;
margin:8px 0 0;
}
/*cross*/
#main div.cross{
	padding:0 10px 10px;
	width:940px;
	margin:10px 0 0;
	overflow:hidden;
}
#main div.cross-body{
	width:890px;
	position:relative;
	z-index:100;
	float:left;
	display:inline;
	overflow:hidden;
	margin:0 10px;
}
#main div.cross div.item{
	width:120px;
	height:138px;
	overflow:hidden;
	background:#eee;
	border-bottom:1px solid #ccc;
}
#main div.cross div.image{
	width:100%;
	overflow:hidden;
}
#main div.cross div.image img{
	width:120px;
	height:100px;	
}
/*footer*/
#footer{
	width:960px;
	position:relative;
	margin:15px auto;
	background:#333 url(../img/bg-footer.gif) no-repeat 0 0; 
}
#footer p{
	margin:0;
	line-height:28px;
	font-size:11px;
	color:#fff;
	padding:0 0 0 10px;
	border-bottom:1px solid #666;
}
#footer p a{
	color:#fff;
	text-decoration:none;
}
#footer p a:hover{
	text-decoration:underline;
}
#footer div.box-bottom{
	width:100%;
	overflow:hidden;
	background:url(../img/bg-footer.gif) no-repeat 100% 100%;
}
#footer div.footer-top{
	width:100%;
	overflow:hidden;
	padding-bottom:9px;
	border-bottom:1px solid #666;
}
#footer div.col{
	width:170px;
	float:left;
	margin:-7px 0 0;
	padding:0 0 0 10px;
}
#footer div.col-right{
	width:165px;
}
#footer div.col ul{
	padding:0;
	overflow:hidden;
	margin:0;
	width:100%;
	overflow:hidden;
}
#footer ul.links{
	float:left;
	display:inline;
	width:225px;
	padding:0;
	margin:10px 0 0 -10px;
	list-style:none;
}
#footer ul.links li{
	float:left;
	width:100%;
	padding:3px 0 0;
}
#footer div.footer-bottom{
	width:100%;
	overflow:hidden;
}
#footer div.bottom-dog{
	width:37px;
	height:71px;
	overflow:hidden;
	position:absolute;
	bottom:-15px;
	right:-16px;
	background:url(../img/bg-dog-footer.png) no-repeat 0 0; 
}
/* the overlayed element */
div.overlay { 
    /* growing background image */ 
    background-image:url(../img/white.png); 
    /* dimensions after the growing animation finishes  */ 
    width:600px; 
    height:470px;         
    /* initially overlay is hidden */ 
    display:none; 
    /* some padding to layout nested elements nicely  */ 
    padding:55px;
}
div.overlay-covers div.overlay{
    background-image:url(../img/white1.png);
    background-image:url(../img/bg-over.png);
    width:728px; 
    height:932px;
    padding:0px;
    width:868px;
}
div.overlay div.banner{
	width:728px;
	height:90px;
}
div.overlay div.slider {
	width:728px;
	margin:20px 0 0;
	overflow:hidden;
}
div.overlay div.slider div.slide-imgs{
	display:inline;
	float:left;
	margin:0;
	overflow:hidden;
	position:relative;
	width:800px;
	z-index:100;
}
div.overlay div.slider div.slide-image{
	position:relative;
	width:10000px;
	float:left;
}
div.overlay div.slider div.item{
	width:800px;
	float:left;
	/*height:450px;*/
}
div.overlay div.slider span.next{
	float:right;
}
div.overlay div.slider span.back{
	float:left;
}
/* default close button positioned on upper right corner */ 
div.overlay div.close{ 
    background-image:url(../img/close.png); 
    position:absolute; 
    right:5px; 
    top:0; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 

.slide-imgs{
	width:800px;
	overflow:hidden;
	position:relative;
	z-index:10000;
}
.slide-imgs .slide-image{
	width:10000px;
	overflow:hidden;
	position:relative;
}
.slide-imgs .slide-image .item{
	float:left;
	width:800px;
}
/*fader*/
#fader{ 
	padding:0;margin:0;
	position:fixed; 
	z-index:9998; 
	top:0px;
	display:none; 
	left:0px; 
	height:100%; 
	width:100%;
	background:#000;
}
#main div.wrapper{
 width:100%;
 overflow:hidden;
}
/*golovin*/
table.section{
	width:606px;
	border-collapse:collapse;
	margin:0 0 0 12px;
	position:relative;
	top:0;
}
#main .second-block .table-content{
	height:162px;
	width: 100%;
	overflow: hidden;
	z-index : 100;
	position: relative;
}
table.section tr td{
	border-bottom:1px solid #ccc;
}
table.section tr th{
	text-align:left;
}
a.table-1{
	text-indent:-9999px;
	width:12px;
	height:12px;
	display:block;
	overflow:hidden;
}
a.table-2{
	text-indent:-9999px;
	width:14px;
	height:12px;
	display:block;
	overflow:hidden;
}
a.table-3{
	text-indent:-9999px;
	width:14px;
	height:12px;
	display:block;
	overflow:hidden;
}
div.tab span.ucl{
	height:13px;
	padding:0 0 0 15px;
	float:left;
	margin:0 3px 0 0;
	overflow:hidden;

}
div.tab span.uefa{
	height:13px;
	padding:0 0 0 15px;
	float:left;
	margin:0 3px 0 0;
	display:block;
	overflow:hidden;
}
div.tab span.relag{
	height:13px;
	padding:0 0 0 15px;
	float:left;
	margin:0 3px 0 0;
	display:block;
	overflow:hidden;
}
div.tab .span-comments{
	overflow:hidden;
	margin:5px 0 0 10px;
	float:left;
	border:0;
}
a.tab-com{
	float:right;
	margin:6px 3px 0 0; 
}

/*7.08.09*/
#main div.art-cont span{
	margin:0;
}
#content  div.article ul.author-name{
	margin:-5px 0 0;
	padding:0;
	background:none;
}

/*10.08.09*/
#main div.search-form{
	margin:10px;
	overflow:hidden;
	padding:0 0 26px;
	width:609px;
}
#main div.search-form p{
	margin:10px 0 0;
	padding:0 0 13px;
}
#main div.search-form strong{
	padding:0 20px 0 0; 
} 
#main div.search-form input{
	height:17px;
	width:280px;
	overflow:hidden;
	border:1px solid #666;
	float:left;
}
#main div.search-form input.sub{
	width:89px;
	height:20px;
	border:none;
	margin:0 0 0 11px;
}
#main div.form-bottom{
	overflow:hidden;
	margin:6px 0 0 0;
}
#main div.form-bottom label{
	margin:0 4px 0 0;
}
#main div.form-bottom input{
	height:17px;
	width:280px;
	overflow:hidden;
	border:1px solid #666;
	float:left;
}
#main div.form-bottom input.sub{
	width:89px;
	height:20px;
	border:none;
	margin:0 0 0 11px;
	
}
#content  div.internal div.article ul.author-name{
	margin:-5px 0 0 0;
}
div.select-form {
	overflow:hidden;
	width:200px;
	float:left;
	margin:0 3px 0 0;
}
div.search-form select{
	display:block;
	width:194px;
}
div.emfanisi{
	overflow:hidden;
	margin:12px 0 0;
	width:612px;
	padding:0 0 14px;
}
div.emfanisi a{
	overflow:hidden;
	display:block;
	float:left;
	padding:0 5px;
}
div.emfanisi a.reload{
	width:33px;
	height:20px;
	background:url(../img/bg-reload.gif) no-repeat 0 0; 	
	text-indent:-9999px;
	padding:0;
}
div.emfanisi ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
div.emfanisi ul li{
	background:url(../img/bg-emfanisi.gif) no-repeat 0 0;
	overflow:hidden;
	float:left;
	height:20px;
	margin:0 19px 0 0;
}
div.emfanisi ul li.last{
	float:right;
	margin:0 20px 0 0;
	background:none;
	width:33px;
	height:20px;
}
div.emfanisi ul li div{
	background:url(../img/bg-emfanisi.gif) no-repeat 100% -20px;
	overflow:hidden;
	height:20px;
	float:left;
}
div.img-flag{
	overflow:hidden;
	margin:0 2px 0 0;
	float:left;
	padding-right: 2px;
}

div.img-flag img {float:left; margin-right: 4px; margin-top: 2px;}


table.league-table { 
	width:100%;
	border-top:1px solid #666;
}
div.table{
	overflow:hidden;
	padding:0 10px;
	position:relative;
}
a.bet{
	width:77px;
	height:16px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/bg-10bet.gif) no-repeat 0 0;
	margin:0;
}

table td span.kat{
	color:white;
	display:block;
	height:17px;
	margin:auto;
	overflow:hidden;
	text-align:center;
	width:25px;
}

table td span.red {
	background:url(../img/bg-span-red.gif) repeat-x 0 0;
	font-weight:bold;
}
table td span.blue {
	background:url(../img/bg-span-blue.gif) repeat-x 0 0;
	font-weight:bold;
}
table td span.green {
	background:url(../img/bg-span-green.gif) no-repeat 0 0;
	font-weight: bold;
	line-height:18px;
}
table td span.grey {
	background:url(../img/bg-span-grey.gif) repeat-x 0 0;
	font-weight: bold;
}


td a.icon1{
	width:15px;
	height:15px;
	background:url(../img/table-league-icon.gif) no-repeat 0 0; 
	display:block;
	overflow:hidden;
	float:left;
	margin:0 2px 0 0;
}	
table.league-table td a.icon2{
	width:15px;
	height:15px;
	background:url(../img/table-league-icon.gif) no-repeat -15px 0; 
	display:block;
	overflow:hidden;
	float:left;
	margin:0 2px 0 0;
}
table.league-table td a.icon3{
	width:15px;
	height:15px;
	background:url(../img/table-league-icon.gif) no-repeat -30px 0; 
	display:block;
	overflow:hidden;
	float:left;
	margin:0 2px 0 0;
}
table.league-table td{
	padding:7px 0 7px;
	overflow:hidden;
}
td div.icon{
	float:right;
	width:35px;
	padding:0 0 0 5px;
}
table.league-table td input{
	float:left;
	margin:0;
	height:10px;
	width:10px;
	display:block;
}
#main div.div-select{
	padding:0 10px 0;
}
table.league-table th{
	padding:1px 0;
}
div.table-comments{
	overflow:hidden;
	width:100%;
	padding: 5px 5px 5px 10px;
}
div.table-comments ul{
	margin:5px 51px 0 0;
	padding:0;
	list-style:none;
	float:left;
}
div.table-comments ul li img{
	float:left;
	margin:3px 5px 0 0;
}
div.table-comments p{
	width:100%;
	margin:0;
	float:left;
	padding:5px 0 0;
}
table.league-table td p{
	float:left;
	margin:0;
	font-weight:bold;
}
/*13.08*/

a.coins{
	width:16px;
	height:16px;
	display:block;
	overflow:hidden;
	background:url(../img/coins.png) no-repeat 0 0;
	cursor:pointer; 
}
a.coins-add{
	width:16px;
	height:16px;
	display:block;
	overflow:hidden;
	background:url(../img/coins_add.png) no-repeat 0 0; 
	cursor:pointer;
}
a.coins-delete{
	width:16px;
	height:16px;
	display:block;
	overflow:hidden;
	background:url(../img/coins_delete.png) no-repeat 0 0; 
	cursor:pointer;
}
div.statistic-select{
	float:left;
	overflow:hidden;
	width:283px;
	margin:6px 42px 0 0;
}
div.statistic-select label{
	float:left;
	margin:3px 0 0;
}
div.statistic-select select{
	float:right;
	width:180px;
	height:20px;
	margin:0 0 0 5px;
	font-size:12px;
	line-height:14px;
}
div.select-show{
	float:left;
	overflow:hidden;
	width:283px;
	margin:6px 0 0;
	padding:0 0 3px;
}	
div.select-show label{
	float:left;
	width:33px;
	margin:3px 0 0 0;
	display:inline;
}
div.select-show select{
	width:63px;
	float:left;
	margin: 0 0 0 50px;
}
#content div.main_blue_block table,
#content .tabs-content table.statistika-table{
	width:100%;
	float:none;
	border-collapse:collapse;
	padding:0 10px;
	border-top:1px solid #666;
}
#content .tabs-content table.programma-view{
	border-top:none;
	margin:40px 0 37px;
}
#content div.main_blue_block table th,
#content .tabs-content table.statistika-table th{
	border-bottom:1px solid #666;
}
#content .tabs-content div.top-statistika{
	overflow:hidden;
	padding:0 0 5px;
	width:660px;
	color:#666;
}
#content div.main_blue_block table th,
#content .tabs-content table.statistika-table th{
	padding:2px 0 1px;
}
#content .tabs-content table.statistika-table th.week{
	width:95px;
	text-align:left;
}
#content table.programma-view th{
	padding:31px 0 1px;
}
#content .tabs-content table.statistika-table th.number {
	text-align:left;
	width:30px;
}
#content div.main_blue_block table td,
#content .tabs-content table.statistika-table td{
	padding:3px 0;
	border-bottom:1px solid #ccc;
}

#content .tabs-content div.top-statistika p{
	margin:22px 0 0;
	float:left;
}
#content .tabs-content div.top-statistika ul{
	margin:7px 50px 0 0;
	padding:0;
	list-style:none;
	float:right;
	display:inline;
}
#content .tabs-content div.top-statistika ul li{
	text-align:right;
	font-weight:bold;
}
#content .tabs-content div.top-statistika ul li.date{
	color:#333;
}
div.tab span.ucl-comments {
	background:transparent url(../img/vafmologia-coments.gif) no-repeat scroll 0 0;
	float:left;
	height:18px;
	margin:0 3px 0 0;
	overflow:hidden;
	padding:0 0 0 20px;
}
div.tab span.uefa-comments {
	background:transparent url(../img/vafmologia-coments.gif) no-repeat scroll 0 -19px;
	float:left;
	height:18px;
	margin:0 5px 0 5px;
	overflow:hidden;
	padding:0 0 0 20px;
}
div.tab span.relag-comments {
	background:transparent url(../img/vafmologia-coments.gif) no-repeat scroll 0 -38px;
	float:left;
	height:18px;
	margin:0 3px 0 0;
	overflow:hidden;
	padding:0 0 0 20px;
}



#content .tabs-content div.league-tournament{
	width:610px;
	overflow:auto;
	border:1px solid #666;
}
#content .tabs-content div.league-tournament table.league-tournament{
	float:none;
	width:1411px;
	border-collapse:collapse;
	text-align:center;
}
#content .tabs-content div.league-tournament table.league-tournament th{
	width:59px;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	font-weight:normal;
	font-size:11px;
	line-height:13px;
}
#content .tabs-content div.league-tournament table.league-tournament td{
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	height:22px; 
}
#content .tabs-content div.league-tournament table.league-tournament td.name{
	text-align:left;
	padding:0 0 0 10px;
}
#content .tabs-content div.league-tournament table.league-tournament th.teamname{
	width:119px;
	padding:0 0 0 10px;
}
#content .tabs-content div.league-tournament table.league-tournament th.result {
	width:59px;
}
table.statistika-table a.icon1{
	margin:0 0 0 9px;
	float:none;
	display:inline;
	padding:0 6px 0 7px;
	cursor:pointer;
}
#content .tabs-content table.statistika-table th.last{
	width:20px;
}
#content .tabs-content table.statistika-table th.feedback{
	width:240px;
	text-align:left;
}
#content .tabs-content table.statistika-table th.match{
	width:150px;
	text-align:left;
}
#content .tabs-content div.percent{
	overflow:hidden;
	margin:12px 0 0;
}
#content .tabs-content div.percent h6{
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	border-bottom:1px solid #666;
	color:#666;
	margin:0;
}
#content .tabs-content div.percent td.last-col {width: 300px;
	text-align: right;
}

#content .tabs-content div.percent ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
#content .tabs-content div.percent ul li{
	width:100%;
	border-bottom:1px solid #ccc;
	position:relative;
	overflow:hidden;
	height:23px;
	padding:0;
	margin:0;
	float:left;
}
#content .tabs-content div.percent ul li div.green{
	background:#e4f7e9;
	height:23px;
	position:relative;
	overflow:hidden;
}
#content .tabs-content div.percent ul li div.blue{
	background:#eae9f9;
	height:23px;
	overflow:hidden;
}
#content .tabs-content div.percent ul li div.yellow{
	background:#f9fbdc;
	height:23px;
	overflow:hidden;
}
#content .tabs-content div.percent ul li div.green p{
	position:absolute;
	top:6px;
	left:5px;
}
#content .tabs-content div.percent ul li div.blue p{
	position:absolute;
	top:6px;
	left:5px;
}
#content .tabs-content div.percent ul li div.yellow p{
	position:absolute;
	top:6px;
	left:5px;
}
#content .tabs-content div.percent ul li p.percent{
	top:5px;
	right:35px;
	position:absolute;
}
#content .tabs-content div.percent table{
	width:100%;
}
#content .tabs-content div.percent table th.title{
	text-align:left;
	font-weight:normal;
}
#content .tabs-content div.percent table th.last{
	width:50px;
}
#content .tabs-content div.percent table td{
	text-align:left;
} 
#content .tabs-content div.percent table td.center{
	text-align:center;
}
/*Quiz BEGIN*/
#sidebar h3.top-calendar-box{
	background:url(../img/calendar-head.gif) no-repeat;
}
#sidebar div.calendar-box{
	background:url(../img/calendar-foot.gif) no-repeat 0 100%;
}
#sidebar a.submit-calendar{
	background:url(../img/submit-calendar.gif) no-repeat;
}
#sidebar div.calendar-box ul{
	list-style:none;
}
#sidebar div.calendar-box ul li.month{
	text-align:center;
}
div.popup-groups div.scroll a.previous,
div.popup-friends div.scroll a.previous,
#sidebar div.calendar-box ul a.previous{
	background:url(../img/btn-prev.gif) no-repeat;
}
div.popup-groups div.scroll a.next,
div.popup-friends div.scroll a.next,
#sidebar div.calendar-box ul li a.next{
	background:url(../img/btn-next.gif) no-repeat;
}
#sidebar div.calendar-box th{
	background:#ededed;
}
#sidebar div.calendar-box td{
	color:#666;
	background:#cecece;
}
#sidebar div.calendar-box td.active{
	background:#1271a1;
	color:#fff;
}

#sidebar div.calendar-box td a{
	color:#666;
}
#sidebar div.calendar-box td a:hover{
	color:#fff;
}

#content div.conducting ul{
	list-style:none;
}
#content div.conducting ul.text{
	line-height:12px;
	font-size:11px;
	color:#666;
}
#content div.conducting ul.text li{
	line-height:22px;
}
#content div.conducting p{
	line-height:14px;
	font-size:12px;
	color:#666;
}
#content div.conducting h3{
	color:#666;
	font-size:15px;
}
#content div.conducting ul.buttons li input.back{
	font-weight:bold;
	color:#fff;
	text-align:center;
	background:url(../img/back-btn.gif) no-repeat;
}
#content div.conducting ul.buttons li input.next{
	background:url(../img/back-btn.gif) no-repeat;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
#content div.conducting ul.conducting-counter li {
	color:#069;
	text-align:center;
}
#content div.conducting ul.conducting-counter li.selected a{
	background:#069;
	color:#fff;
}
#content div.conducting ul.conducting-counter li.selected a{
	color:#fff;
}
#content div.conducting ul.conducting-counter li a{
	background:#ccc;
}
#content div.block-bg-content span{
	color:#333;
}
#content div.block-bg-content p{
	line-height:14px;
	font-size:12px;
	color:#666;
}
#content div.block-bg-content a.info{
	background:url(../img/quiz-btn.gif) no-repeat;
	color:#fff;
	text-align:center;
}
#content div.block-bg-content ul.links{
	list-style:none;
}
#content div.block-bg-content h3{
	font-size:18px;
	line-height:21px;
}
#content div.block-bg-content h3 span{
	color:#f00;
	font-size:24px;
}
#main div.video div.ads-holder {
	background:url(../img/quiz-video-head.gif) no-repeat;
}
#content div.block-bg-content a.info2{
	background:url(../img/btn-block3.gif) no-repeat;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
#content h4.block-title {
	background:#FFFFFF url(../img/block-top.png) no-repeat scroll 0 0;
	color:#666;
	font-size:1.1em;
}
/*Quiz END*/

/*--------fan club---BEGIN---------*/
#content div.fan_club_comments span{
	float:left;
}
#content div.fan_club_comments a.right{
	float:right;
	margin:-7px 10px 0 0;
}
/*--------fan club---END---------*/
/*--article comments--*/
div#article-comments div#my-wall {
	margin: 5px;	
	width: 610px;
}

div#article-comments div.block-btm  {
	}

/*----------------MY SPORTDOG------------------TAB MY WALL---------------------BEGIN-------------------*/
div.my-wall-block{
	padding:0 10px;
	overflow:hidden;
}
#my-wall {
	width:100%;
	overflow:hidden;
}
#my-wall ul.comment{
/*	float:left;*/
	list-style:none;
	width:100%;
	padding:2px 0 0 0;
	margin:0;
}
#my-wall ul.comment li{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #CCC;
	padding:10px 0 11px;
	position:relative;
}
#my-wall div.avatar-comments div.avatar, 
#my-wall ul.comment li div.avatar{
	width:60px;
	height:48px;
	float:left;
	padding-left:10px;
}
#my-wall div.avatar-comments div.avatar{
	padding-left:10px;
}
#my-wall div.avatar-comments {
	background:#f5f5f5;
	overflow:hidden;
	padding:3px;
	margin:7px 1px 0;
	width:622px;
}

#my-wall div.first-comment {
	background: #fff;
	padding: 10px 0;
}

#my-wall div.avatar-comments div.text-avatar{
	float:left;
	width:540px;
}
#my-wall div.text-avatar textarea{
	width:534px;
	height:50px;
	border:1px solid #a3c6fc;
	padding: 0px;	
}
#my-wall ul.comment li div.block-comment{
	width:539px;
	float:left;
}
#my-wall ul.comment li div.block-comment h3{
	width:100%;
	height:20px;
	overflow:hidden;
	padding-top:2px;
}
#my-wall ul.comment li div.block-comment .info-bottom{
	width:100%;
	height:19px;
	overflow:hidden;
	padding-top:3px;
}
#my-wall ul.comment li div.block-comment .info-bottom ul.left{
	width:auto;
	float:left;
	margin:0;
	padding:0;
}
#content  #my-wall ul.comment li div.block-comment h3 span{
	float:left;
	padding-right:4px;
		color:#4c4c4c;
}
#content  #my-wall ul.comment li div.block-comment  h3 a{
	float:left;
}
#content  #my-wall ul.comment li div.block-comment a.mail{
	margin-top:1px;
}
#my-wall ul.comment li div.block-comment a.plus{
	margin-top:1px;
}
#my-wall ul.comment li div.block-comment a.commented-text-hide,
#my-wall ul.comment li div.block-comment a.commented, 
#my-wall ul.comment li div.block-comment a.commented-text {
	padding-right:13px;
	background:url(../img/z-info-el1.gif) no-repeat 100% 50%;
	margin:0 5px 0 0;
}


#my-wall ul.comment li div.block-comment span.coms1{
	padding-left:15px;
	background:url(../img/z-info-el2.gif) no-repeat 0 50%;
	font-weight:bold;
}

#my-wall ul.comment li div.block-comment a.coms1{
	padding-left:15px;
	background:url(../img/z-info-el2.gif) no-repeat 0 50%;
		font-weight:bold;
}
#my-wall ul.comment li div.block-comment .info-bottom ul.left li{
	display:inline;
}
#my-wall ul.comment li div.block-comment .info-bottom ul.left span{
	float:left;
	padding-right:3px;
	color:#4c4c4c;
	font-weight:bold;
}
#my-wall ul.comment li div.block-comment .info-bottom ul.left li a{
	float:left;
}
#my-wall ul.comment li div.block-comment .info-bottom ul.buttons{
	width:auto;
	float:right;
	margin:0;
	padding:0 5px 0 0;
}
#my-wall ul.comment li div.block-comment .info-bottom ul.buttons li{
	display:inline;
	border-bottom:none;
}
#my-wall ul.comment li div.block-comment .com-content{
	width:100%;
	overflow:hidden;
}
#my-wall ul.comment li div.block-comment .com-content .video-upload img,
#my-wall ul.comment li div.block-comment .com-content .user-upload img{
	float:left;
	margin-right:5px;
}
#my-wall ul.comment li ul.sub-comment{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	display:none;
}
#my-wall ul.comment li ul.sub-comment li{
	border:0;
	width:100%;
	margin:0 0 2px 0;
	padding:0;
	overflow:hidden;
	background:#f5f5f5;
}
#my-wall ul.comment li ul.sub-comment li.comments-photo{
	margin:0 0 2px 30px;
	width:512px;
	padding:0 0 5px;
}
#my-wall ul.comment li ul.sub-comment li div.avatar{
	width:31px;
	height:29px;
	float:left;
	padding-left:5px;
}
#my-wall ul.comment li ul.sub-comment li div.form-comment-textarea div.ava{
	width:60px;
	height:48px;
}
#my-wall ul.comment li ul.sub-comment li div.block-comment{
	width:503px;
	float:left;
}
#my-wall ul.comment li ul.sub-comment li.comments-photo div.block-comment{
	width:475px;
}
#my-wall ul.comment li ul.sub-comment ul.sub-comment li div.block-comment{
	width:467px;
}
#my-wall ul.comment div.form-comment-text,
#my-wall ul.comment div.form-comment{
	width:100%;
	float:left;
	overflow:hidden;
	background:#f5f5f5;
	border-top:2px solid #FFF;
	margin:0;
	display:none;
	padding: 5px 0;
}
#my-wall ul.comment div.form-comment-text .ava{
	width:60px;
	height:48px;
	float:left;
	margin:0;
	padding:2px 0 0 9px;
}
#my-wall ul.comment div.form-comment .ava{
	float:left;
	margin:0;
	padding:2px 0 0 5px;
}
#my-wall ul.comment div.form-comment input{
	width:497px;
	height:22px;
	float:left;
	border:1px solid #a0c3f9;
}
#my-wall ul.comment div.form-comment-text textarea,
#my-wall ul.comment div.form-comment textarea{
	width:485px;
	height:50px;
/*	float:left;*/
	border:1px solid #a0c3f9;
	color:#999;
}
#my-wall ul.comment div.form-comment-text textarea{
	width:464px;
}
#my-wall ul.comment div.form-comment-textarea textarea{
	width:464px;
}
#my-wall ul.comment li div.user-upload{
	width:100%;
	overflow:hidden;
}
/*-----------------MY SPORTDOG-----------------TAB MY WALL---------------------END-------------------*/

/*----------------GROUP PAGE------------------TABS---------------------BEGIN-------------------*/
#group-name{
	width:100%;
	overflow:hidden;
	padding:9px;
}
#group-name div.photo-info,
#group-name div.group-info{
	width:611px;
	float:left;
	padding-top:10px;
	border-top:1px solid #CCC;
}
#group-name div.photo-info{
	font-size:11px;
}
#group-name div.group-info a{
	float:right;
	margin: 5px;
}
#group-name div.user-photo,
#group-name div.group-con{
	width:611px;
	overflow:hidden;
	padding-bottom:10px;
}
#group-name div.user-photo img{
	margin:0 auto;
}
#group-name div.default-img{
	width:91px;
	height:75px;
	float:left;
	margin-right:17px;
	background:#CCC;
	padding:1px;
}
#group-name p.infostore{
	padding:2px 0 2px 0;
	margin:0;
}
#group-name h3{
	padding-bottom:4px;
}
#group-name h3.bot{
	padding-top:4px;
}
#group-name h3.bot span{
	font-weight:normal;
}
#group-name h3 span{
	font-weight:normal;
}
#warning{
	width:100%;
	overflow:hidden;
}
div.warning p,
#warning p{
	width:100%;
	overflow:hidden;
	font:12px Arial,Helvetica,sans-serif;
	padding:0 0 5px 30px;
	background:url(../img/warning.png) no-repeat 0 0;
}
#content div.upcoming{
	background: url(../img/upcoming.png) no-repeat 0 0;
	width:85px;
	height:22px;
	position:absolute;
	float:right;
	text-indent:-9999px;
	margin-left: 525px;
		
}

#content div.group-con div.upcoming{
	margin-left: 534px;
	margin-top: -8px;
		
}

#content .group-page{
	overflow:hidden;
	padding-top:13px;
	margin-top:10px;
}
#content .group-page div.article {
	border-bottom:1px solid #CCC;
	border-top:medium none;
	margin:0;
	padding:0 0 3px 0;
}
#content .group-name-block div.con-invite{
	width:600px;
	padding:0;
}
/*----------------GROUP PAGE------------------TABS---------------------END-------------------*/
#content .group-name-block div.con-invite{
	width:472px;
	overflow:hidden;
}
.group-name-block div.con-invite div.invite-top{
	width:100%;
	overflow:hidden;
	padding-bottom:8px;
}
.group-name-block div.con-invite div.invite-top a{
	float:left;
	padding-right:3px;
}
div.popup-groups a.invite-left,
div.popup-friends a.invite-left{
	float:left;
	width:99px;
	height:17px;
	background:url(../img/back-btn.gif) no-repeat;
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding-top:3px;
	margin: 0 0 0 10px;
}
div.popup-groups a.invite-left:hover,
div.popup-friends a.invite-left:hover{
	text-decoration:none;
}
.group-name-block div.con-invite div.invite-top span{
	float:left;
	padding:0 4px 0 0px;
}
.group-name-block div.con-invite ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	border-top:1px solid #cdcdcd;
	padding-bottom:12px;
}
.group-name-block div.con-invite ul li{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #cdcdcd;
	background:#f2f2f2;
}
.group-name-block div.con-invite ul li label{
	width:100%;
	overflow:hidden;
	float:left;
}
.group-name-block div.con-invite ul li label:hover,
.group-name-block div.con-invite ul li label.hover-checkbox{
	background:#e2f1fd;
}
.group-name-block div.con-invite ul li img{
	float:left;
	width:24px;
	overflow:hidden;
}
.group-name-block div.con-invite ul li span{
	color:#666;
	float:left;
	padding:5px 0 0 7px;
	overflow:hidden;
}
.group-name-block div.con-invite ul li input{
	float:right;
	margin:5px 12px 0 0;
	width:13px;
	overflow:hidden;
}
div.popup-groups div.groups-list,
div.popup-friends div.friends-list{
	width:430px;
	overflow:hidden;
	position:relative;
}
div.popup-friends div.friends-list{
	min-height:450px;
	position:relative;
	margin: 5px 0 10px 0;
}
div.popup-groups div.groups-list{
	height:295px;
}
div.popup-groups div.items,
div.popup-friends div.items{
	left:0;
	top:0;
	position:absolute;
	width:20000em;
}
div.popup-groups div.groups-list div.item,
div.popup-friends div.friends-list div.item{
	width:430px;
	position:relative;
	height:450px;
	overflow:hidden;
	z-index:100;
}
/*------------------------GROUP EVENT-------------begin------------------*/


ul.event-data{
	float: left;
	width: 400px;
	padding:0 0 0 10px;}

ul.event-data li {
	list-style-type: none;
	margin-bottom: 10px;}
	
	
ul.event-data li span {
	font-weight: bold;
	float: left;
	width: 60px;
	margin: 0 10px 0 0;
}

#group-name ul.event-data p {
	display:block;
	margin:0;
	padding:0 0 0 100px;
	width:380px;
}


#group-name ul.event-data p.date {
	font-size: 18px;
	font-weight:bold;
}


#group-name div.group-avatar{
	float:left;
	width:112px;
	margin:0 15px 0 3px;
}

#group-name div.group-avatar img{
 height: 90px; width: 108px;

}


#group-name ul.group-data{
	float:left;
	margin:0;
	padding:0;
	width:470px;
}

#group-name ul.group-data li{
	float:left;
	margin:0;
	padding:0;
	width:470px;
}

#group-name ul.group-data strong{
	width:70px;
	float:left;
	margin:4px 0 0;
	overflow:hidden;
}

#group-name p{
	margin:0;
	padding:0 0 28px 4px;
	width:607px;
}
#group-name ul.group-data p{
	overflow:hidden;
	margin:4px 0 0;
	padding:0;
	width:390px;
	float:left;
}

#group-name div.googlemap {
	margin:0 auto;
	overflow:hidden;
	padding:0;
	text-align:left;
	width:480px;
}

div.group-share{
	width:610px;
	padding:7px 0 0 21px;
}
#content a.share{
	display:block;
	width:125px;
	height:19px;
	margin:-16px 0 0 78px;
}
/*------------------------EMAIL PAGE-------------OPEN------------------*/
#content .tab .block-content .group-name-block div.con-invite {
	margin:10px 0 0 0;
	overflow:hidden;
	width:611px;
}
#content .tab .block-content .group-name-block div.con-invite ul li span{
	color:#666;
	float:left;
	padding:3px 8px 0 5px;
}
#content .tab .block-content .group-name-block div.con-invite ul li span.name{
	padding:0;
	width:170px;
	float:left;
	overflow:hidden;
}
#content .tab .block-content .group-name-block div.con-invite ul li a{
	font-weight:bold;
	float:left;
	padding:3px 10px 0 3px;
}
#content .tab .block-content .group-name-block div.con-invite ul li a.mail{
	margin-top:3px;
	margin-left:-3px;
	float:left;
}
#content .tab .block-content .group-name-block div.con-invite ul li a.plus{
	margin-top:3px;
	margin-right:0;
	float:left;
}
#content .tab .block-content .group-name-block div.con-invite ul li{
	background:#f8fbfe;
	float:left;
}
/*read*/
#content .tab .block-content .group-name-block div.con-invite ul li.read{
	background:#f1f1f1;
	float:left;
}
#content .tab .block-content .group-name-block div.con-invite ul li.read a{
	font-weight:normal;
	float:left;
	padding:3px 10px 0 3px;
}
#content .tab .block-content .group-name-block div.con-invite ul li a.name{
	width:160px;
}

#content .tab .block-content .group-name-block div.con-invite ul li a.subject {
	height:18px;
	overflow:hidden;
	width:260px;
}

#content .tab .block-content .group-name-block div.con-invite ul.sent li a.subject {
	height:18px;
	overflow:hidden;
	width:230px;
}

#content .tab .block-content .group-name-block .con-invite .invite-top select{
	float:right;
	margin-right:3px;
}

/*FORM-COMPOSE*/
#content .tab .block-content .group-name-block .con-invite #compose{
	width:100%;
	overflow:hidden;
	font-weight:bold;
	margin-top:12px;
}
#content .tab .block-content .group-name-block .con-invite #compose div.block-left{
	width:45px;
	float:left;
}
#content .tab .block-content .group-name-block .con-invite #compose div.block-right{
	width:540px;
	float:left;
	margin-bottom:10px;
}

#content .tab .block-content .group-name-block .con-invite #compose div.date{
	width:540px;
	float:left;
	margin-bottom:10px;
	margin-left: 10px;
}

#content .tab .block-content .group-name-block .con-invite #compose div.block-right input.to{
	width:540px;
	height:20px;
	border:1px solid #999;
	position:relative;
}
#content .tab .block-content .group-name-block .con-invite #compose div.block-right input.subject{
	width:540px;
	height:20px;
	border:1px solid #999;
}
#content .tab .block-content .group-name-block .con-invite #compose textarea{
	width:605px;
	height:225px;
	overflow:hidden;
	border:1px solid #999;
}
#content .tab .block-content .group-name-block .con-invite #compose div.message{
	width:575px;
	overflow:hidden;
	padding:15px;
	border:1px solid #999;
	font-weight:normal;
	font:11px Arial,Helvetica,sans-serif;
	margin-bottom:10px;
}

#content .tab .block-content .group-name-block .con-invite #compose div.message-fck{
	width:605px;
	overflow:hidden;
	font-weight:normal;
	font:11px Arial,Helvetica,sans-serif;
	margin-bottom:10px;
}


#content .tab .block-content .group-name-block .con-invite #compose div.message-fck#xEditingArea {
border:1px solid #666;
border-top: 0 none;
}



#content #xToolbarSpace {
	border-top: 1px solid #666;
	border-left: 1px solid #666;}
	
#content #xToolbar {border: 1px solid #666}
#content .TB_ToolbarSet {border: none}

#content .tab #compose input.send{
	width: 90px;
	height: 23px;
	border: 0;
	background: url(../img/btn-all2.png) no-repeat 0 -67px;
	text-indent: -9999px;
	cursor: pointer;
	margin-left: 517px;
	}
	
#content .tab .block-content .group-name-block .con-invite #compose div.message p {margin-bottom:20px;}

/*------------------------EMAIL PAGE-------------CLOSE------------------*/
#content .com-content p{
	margin:0;
}
#content div.photo-info a{
	position:relative;
	text-indent:0;
	display:block;
	float:left;
	margin:0 2px;
}
#content div.photo-info p{
	width:100%;
	padding:0;
	margin:0;
	float:left;
	color:#000;
}
#content div.photo-info p strong{
	float:left;
}
/*------2.09.09------*/
#content .battle{
	overflow:hidden;
	padding:0 0 8px 4px;
	margin:10px 0 0;
}
#content div.art-cont div.battle p{
	margin:5px 0 0 0;
	padding:0 0 15px;
	font-size:14px;
	font-weight:bold;
}
#content div.art-cont div.battle .vs-battle{
	overflow:hidden;
	width:100%;
	min-height:273px;
}
#content div.art-cont div.battle .vs-battle div{
	float:left;
	width:241px;
	position:relative;
}
#content div.art-cont div.battle .vs-battle div.vs{
	margin:0 3px;
	width:116px;
}
#content div.art-cont div.battle .vs-battle div input{
	margin:0 0 0 65px;
	float:none;
}
#content div.art-cont div.battle .vs-battle div p.percent{
	font-size:30px;
	line-height:34px;
	font-weight:bold;
	position:absolute;
	bottom:-35px;
	right:33%;
}
#content div.art-cont div.battle input.next-duel{
	background: url(../img/next-duel.gif) no-repeat scroll 0 0;
	border:none;
	cursor:pointer;
	display:inline;
	height:20px;
	padding:0;
	text-indent:-9999px;
	width:137px;
	margin:0 0 0 238px;
	float:left;
}
#content div.internal div.articles-battle ul.art-attrib-top li{
	font-weight:normal;
}
#content div.internal div.articles-battle ul.art-attrib-top li a.name{
	font-weight:normal;
}
#content div.internal div.articles-battle ul.art-attrib-top li.date{
	font-weight:bold;
}
#content div.internal div.articles-battle ul.articles{
	margin:2px 0 0;
}
#content div.internal div.articles-battle ul.articles li div.article{
	margin:5px 0 0;
} 
#content div.settings{
	overflow:hidden;
	margin:18px 0 0 0;
	padding:0 0 0 10px;
}
#content div.settings h3{
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	color:#666;
	border-bottom:1px solid #999;
	padding:0 0 12px;
}
#content div.settings .settings-post{
	border-bottom:1px solid #999;
	overflow:hidden;
	width:100%;
	margin:15px 0 0;
	padding:0 0 10px;
}
#content div.settings div.avatar{
	float:left;
	width:60px;
	margin:0 0 0 7px;
	display:inline;
}
#content div.settings div.settings-post div.avatar a{
	color:#006699;
}
#content div.settings div.block-settings-form{
	float:right;
	width:400px;
}
#content div.settings  div.settings-form{
	margin:3px 0 0 0;
	overflow:hidden;
	padding:0 0 1px;
}
#content div.settings label{
	color:#333;
	float:left;
	width:135px;
	margin:3px 0 0;
}

#content div.settings div.password label{
	color:#333;
	float:left;
	width:147px;
	margin:3px 0 0 14px;
}
#content div.settings div.password{
	margin:5px 0 0;
	overflow:hidden;
}
#content div.settings div.password div.settings-form{
	margin:5px 0 0 0;
}
#content div.settings div.block-settings-form label.greek{
	width:90px;
}
#content div.settings input{
	width:162px;
	padding:1px 2px 2px;
	overflow:hidden;
	border:1px solid #999;
	
}


#content div.settings input.checkbox{
	width:15px;
	border:none;
	margin:3px 3px 0 0;
	float:left;
}
#content div.settings ul li input.checkbox{
	float:none;
}
#content div.settings div.block-settings-form select.male{
	width:168px;
	height:22px;
}
#content div.settings div.block-settings-form select.name{
	width:168px;
	height:22px;
}
#content div.settings  p.newsletter{
	padding:0 0 13px 20px;
}
#content div.registration-form input.sub,
#content div.settings input.sub{
	background: url(../img/submit-articles.gif) no-repeat scroll 0 0;
	width:103px;
	text-indent:0;
	color:#fff;
	font-weight:bold;
	line-height:20px;
	padding:0 0 4px;
	height:20px;
	float:right;
	margin:20px 0 0;
	border:none;
}

#content div.contact-form input.subsend{
	background: url(../img/bg-send.gif) no-repeat scroll 0 0; 
	width:103px;
	text-indent:0;
	color:#fff;
	font-weight:bold;
	line-height:20px;
	padding:0 0 4px;
	height:20px;
	float:right;
	margin:20px 0 0;
	border:none;
}
#content div.settings div.settings-post h4{
	margin:0;
	padding:0;
}
#content div.settings div.settings-post ul.league-menu{
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
	border-top:1px solid #999999;
	display:none;
}
#content div.settings div.settings-post ul.league-menu li{
	overflow:hidden;
	width:100%;
}
#content div.settings div.settings-post ul li ul{
	padding:0 0 0 20px;
	display:none;
	border:none;
	list-style:none;
	margin:0;
}
#content div.settings div.settings-post a{
	font-size:14px;
	line-height:18px;
	color:#666;
}

#content div.settings div.settings-post ul li a{
	font-weight:bold;
	padding:0;
	background: url(../img/bg-text-setting.gif) no-repeat scroll 0 1px;
	font-size:12px;
	line-height:16px;
	color: #069
}

#content div.settings div.settings-post ul li ul li a{
	font-weight:normal;
}	
#content div.settings table{
	width:100%;
}
#content div.settings table input{
	width:14px;
	margin:0 0 0 45px;
	border:none;
	display:inline;
}

#content div.settings table th.radio{
	width:85px;
	text-align:center;
	padding:7px 0 13px;
}

#content div.settings table table th {padding:0; margin: 0;}
#content div.settings table table td {border:0; margin: 0; padding: 0;}

#content div.settings table td{
	padding:12px 0;
}
#content div.contact-form{
	width:362px;
	overflow:hidden;
	margin:30px auto 0;
	padding:0 0 15px 28px;
}
#content div.contact-form label{
	width:174px;
	float:left;
}
#content div.contact-form label.error-mes{
	color:#f00;
}
#content div.registration-form label span,
#content div.contact-form label span{
	color:#ff0000;
}
#content div.contact-form input{
	width:162px;
	float:left;
	padding:1px 2px 2px;
	overflow:hidden;
	border:1px solid #999;
}
#content div.contact-form input.error{
	border:1px solid #f00;
}
#content div.contact-form select{
	width:169px;
	height:20px;
	float:left;
}
#content div.contact-form select.error{
	border:1px solid #f00;
}
#content div.contact-form textarea {
	width:338px;
	height:190px;
	overflow:hidden;
	border:1px solid #999;
	margin:10px 0 0 3px;
}
#content div.contact-form textarea.error{
	border:1px solid #f00;
}
#content div.contact-form div.form-item-contact{
	width:100%;
	overflow:hidden;
	margin:11px 0 0 0;
}
#content div.contact-form p{
	margin:0;
	padding:0 0 21px;
}
#content div.contact-form p.newsletter{
	margin:15px 0 0 0;
	padding:0;

}
#content div.registration-form input.checkbox,
#content div.contact-form input.checkbox{
	width:15px;
	float:left;
	padding:0;
	overflow:hidden;
	border:none;
	margin:17px 3px 1px 0;
}
#content div.contact-form input.sub{
	margin:40px 20px 0 0;
	display:inline;
}
#content div.registration-form{
	overflow:hidden;
	padding:0 10px 0 18px;
}
#content div.registration-form p{
	margin:6px 0 0;
	padding:0;
}
#content div.registration-form div.registration-form-block{
	overflow:hidden;
	width:100%;
	border-top:1px solid #999;
	margin:8px 0 0;
	padding:0 0 15px;
}
#content div.registration-form div.registration-form-post{
	overflow:hidden;
	border-bottom:1px solid #999;
	width:100%;
	padding:0 0 17px;
}
#content div.registration-form div.registration-form-box{
	overflow:hidden;
	margin:11px 0 0 68px;	
}
#content div.registration-form div.registration-form-item{
	overflow:hidden;
	margin:6px 0 0;
}
#content div.registration-form div.registration-form-item label{
	width:177px;
	float:left;
}
#content div.registration-form div.registration-form-item label.error-mes{
	color:#f00;
}
#content div.registration-form div.registration-form-item input{
	border:1px solid #999;
	width:162px;
	padding:1px 2px 2px;
	overflow:hidden;
}
#content div.registration-form div.registration-form-item input.error{
	border:1px solid #f00;
}
#content div.registration-form div.registration-form-box p{ 
	margin:0;
	padding:0;
}
#content div.registration-form div.registration-form-box span.choosen{
	font-weight:bold;
	margin:15px 0 0;
	float:left;
}
#content div.registration-form div.registration-form-box a.select-button{
	 width:85px;
	 height:20px;
	 float:left;
	 display:block;
	text-align:center;
	color:#fff;
	font-weight:bold;
	line-height:20px;
	margin:10px 13px 0 0;
}
#content div.registration-form div.registration-form-box a.select-button:hover{
	text-decoration:none;
}
#content div.registration-form div.avatar{
	float:left;
	overflow:hidden;
	margin:0 22px 0 0;
}
#content div.registration-form div.registration-form-item select.group{
	width:172px;
	height:20px;
}
#content div.registration-form div.registration-form-item select.error{
	border:1px solid #f00;
}
#content div.registration-form input.checkbox{
	margin:7px 3px 3px 0;
}
#content div.registration-form input.sub{
	display:inline;
	margin:20px 10px 0 0;
}
#content div.submit-article{
	overflow:hidden;
	padding:0 12px 15px;
}
#content div.submit-article div.article-form{
	overflow:hidden;
	width:100%;
	margin:24px 0 0;
}
#content div.submit-article div.article-form input{
	width:529px;
	border:1px solid #999;
	overflow:hidden;
	padding:1px 2px 2px;
}
#content div.submit-article div.article-form textarea{
	width:600px;
	height:74px;
	border:1px solid #999;
	overflow:auto;
}
#content div.submit-article div.article-form label.title-article{
	width:66px;
	float:left;
}
#content div.submit-article input.sub{
	margin:15px 0 0 0;
	float:right;
	width:105px;
	height:20px;
}
#content div.registration-form-block div.browse{
	background: url(../img/input-file.gif) no-repeat scroll 0 1px;
	height:20px;
	overflow:hidden;
	width:86px;
	float:left;
	cursor:pointer;
}
#content div.registration-form-block input.text-file{
	float:left;
	border:none;
}
#main div.friends div.not-logged-friends{
	overflow:hidden;
	margin:12px 0 0;
}
#main div.friends div.not-logged-friends p{
	margin:5px 0 19px 0;
	font-weight:bold;
	float:none;
	
}

#main div.friends div.not-logged-friends p.blue, #main div.not-logged-news p.blue{color: #09F;}

#main div.not-logged-live{
	overflow:hidden;
	padding:0 10px 0 12px;
	margin:2px 0 0;
}
#main div.not-logged-live div.image{
	float:right;
	margin:-17px 0 0 0;
}
#main div.not-logged-live p{
	margin:0;
	font-weight:bold;
	padding:0 0 3px;
}

#main div.not-logged-live a.live-mobile{
	width:188px;
	height:40px;
	float:left;
	background:#f96902;
	color:#fff;
	font-weight:bold;
	margin:11px 0 0 -10px;
	padding:0 10px;
	font-size:14px;
}
#main div.not-logged-live a.sms-live{
	font-size:14px;
	line-height:16px;
	padding:0 26px 0 0;
	background: url(../img/sms-live.gif) no-repeat scroll 100% 50%;
}
#main div.not-logged-news{
	overflow:hidden;
	padding:0 5px 0 10px;
}

#main div.not-logged-news p{
	font-weight:bold;
	color:#666;
	margin:19px 0 0;
}
#main div.not-logged-news div.item{
	border-bottom:none;
}
#main div.sline{
	padding:0 10px;
	overflow:hidden;
}
#main div.sline div.image-dog{
	float:right;
	overflow:hidden;
}
#main div.sline p{
	margin:10px 0 0 0;
}
#main div.sline h2{
	font-size:16px;
	line-height:18px;
	margin:10px 0 0 0;
}
#main div.table-box{
	padding:0 10px;
	height:202px;
	display:block;
	width:300px;
	overflow:hidden;
	position:relative;
	z-index:100;
}

table.table-side-block{
	width:100%;
	overflow:hidden;
	top:0;
	position:relative;
}
table.table-side-block td{
	border-bottom:1px solid #ccc;
	text-align:center;
	padding:2px 0;
	line-height:17px;
}
table.table-side-block td.right{
	text-align:right;
}
table.table-side-block td.result{
	font-weight:bold;
}
table.table-side-block td.left{
	text-align:left;
}
table.table-side-block td.group{
	text-align:left;
	font-weight:bold;
}
table.table-side-block th{
	padding:5px 0;
	font-weight:bold;
	color:#333;
	border-bottom:1px solid #ccc;
}
table.table-side-block th.left{
	text-align:left;
}

table.table-side-block td.group table{
	width:100%;
}
table.table-side-block td.group table td{
	border-bottom:none;
	border-top:1px solid #ccc;
	font-weight:normal;
}
table.table-side-block td.group table td.col, 
table.table-side-block th.col{
	width: 30px;
}
table.table-side-block td.group table td.result{
	font-weight:bold;
}
table.table-side-block td.group div.table-group{
	display:none;
	overflow:hidden;
}
table.table-side-block td.group div.table-group a{
	font-weight:normal;
}
div.time-result{
	overflow:hidden;
	background: url(../img/bg-time-result.gif) repeat-x 0 100%;
	margin:0 1px;
	padding:0 10px 5px;
	width:608px;
}
div.time-result h3{
	text-align:center;
}
#main div.time-result h3{
	margin:3px 0 0;
}
#main div.time-result h2{
	text-align:center;
	font-size:20px;
	line-height:24px;
	color:#666;
}
div.time-result .home-team{ 
	float:left;
	width:200px;
}
div.time-result .guests{ 
	float:right;
	width:200px;
}
div.time-result .scoreboard{
	background: url(../img/bg-scoreboard.gif) no-repeat 0 0;
	width:124px;
	height:38px;
	overflow:hidden;
	float:left;
	margin:5px 0 0 38px;
	display:inline;
}
div.time-result .scoreboard span{
	font-size:24px;
	line-height:38px;
	color:#fff;
	text-align:left;
	float:left;
	
}

div.time-result .scoreboard span.score {
	width: 60px; 
	text-align:center; 
	padding: 0;}
	
div.time-result .scoreboard span.time{
	color:#05f905;
	text-align:right;
	padding:0 4px 0 0;
	width:45px;
}
#main div.match{
	overflow:hidden;
	padding:0 13px;
}
#main div.match ul{
	margin:10px 0 0 0; 
	padding:0;
	list-style:none;
}
#main div.match ul li{
	border-bottom:1px solid #ccc;
	overflow:hidden;
	padding:6px 0 3px;
} 
#main div.match ul.match-online-text li{
	width:100%;
}
#main div.match ul li div.img-match{
	width:40px;
	float:left;
	overflow:hidden;
}
#main div.match ul li div.time-match{
	width:50px;
	margin:6px 0 0 0;
	float:left;
	overflow:hidden;
}
#main div.match ul li div.info{
	width:500px;
	float:left;
	overflow:hidden;
}
#main div.match ul li div.info p{
	margin:10px 0 0;
}
#main div.match ul li div.time-match span{
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	color:#333;
}
#main div.match ul li div.info span{
	color:#ff0000;
}
#main div.match ul li div.info span.in{
	color:#009933;
}
#main div.match h4{
	padding:0;
	margin:5px 0 0;
	font-size:13px;
	line-height:13px;
}
#main div.match .team-left{
	overflow:hidden;
	float:left;
	width:172px;
	margin:21px 0 0;
	padding:0 10px;
}
#main div.match .team-left h4{
	color:#cc0000;
	margin:0 0 10px 41px;
}


#main div.match .team-right{
	overflow:hidden;
	float:right;
	width:155px;
	margin:21px 0 0;
	padding:0 10px;
}
#main div.match .team-right h4{
	color:#0033cc;
	margin:0 0 10px 40px;
}

#main div.match .team-left h4.basket,
#main div.match .team-right h4.basket {
	margin: 0 0 10px 0;}


#main div.match ul.team{
	margin:1px 0 0;

}
#main div.match ul.team li{
	border-bottom:none;
	padding:1px 0 0 ;
}
#main div.match ul.team li div.online-match{
	float:left;
	width:40px;
}
#main div.match ul.team li div.online-match span{
	float:left;
	font-weight:bold;
	margin:0 4px 0 0;
}
#main div.match .spare{
	margin:18px 0 0;
}
#main div.match .spare h4{
	color:#333;
}
#main div.match div.playing-field{
	width:211px;
	height:295px;
	position:relative;
	float:left;
	margin:19px 0 0 0;
}
#main div.match .football-field{
	width:211px;
	height:295px;
	position:relative;
	float:left;
	background: url(../img/bg-football-field.gif) no-repeat 0 0;
	margin:19px 0 0 0;
}
#main div.match .basketball-field{
	background: url(../img/bg-basketball-field.gif) no-repeat 0 0;

}
#main div.match .playing-field ul.team-1 li{
	border-bottom:none;
	position:absolute;
	color:#fff;
	width:22px;
	height:21px;
	line-height:21px;
	font-size:13px;
	background: url(../img/bg-player1.png) no-repeat 0 0;
	padding:0;
	text-align:center;
	font-weight:bold;
}
#main div.match .football-field ul.team-1 li.player-1{
	top:27px;
	left:94px;
}
#main div.match .football-field ul.team-1 li.player-2{
	top:53px;
	left:60px;
}
#main div.match .football-field ul.team-1 li.player-3{
	top:53px;
	left:95px;
}
#main div.match .football-field ul.team-1 li.player-4{
	top:53px;
	left:128px;
}
#main div.match .football-field ul.team-1 li.player-5{
	top:78px;
	left:60px;
}
#main div.match .football-field ul.team-1 li.player-6{
	top:78px;
	left:128px;
}
#main div.match .football-field ul.team-1 li.player-7{
	top:93px;
	left:28px;
}
#main div.match .football-field ul.team-1 li.player-8{
	top:93px;
	left:160px;
}
#main div.match .football-field ul.team-1 li.player-9{
	top:106px;

	left:60px;
}
#main div.match .football-field ul.team-1 li.player-10{
	top:106px;
	left:128px;
}
#main div.match .football-field ul.team-1 li.player-11{
	top:116px;
	left:94px;
}
#main div.match .playing-field ul.team-2 li{
	border-bottom:none;
	position:absolute;
	color:#fff;
	width:22px;
	height:21px;
	line-height:21px;
	font-size:13px;
	background: url(../img/bg-player2.png) no-repeat 0 0;
	padding:0;
	text-align:center;
	font-weight:bold;
}
#main div.match .football-field ul.team-2 li.player-1{
	bottom:34px;
	left:94px;
}
#main div.match .football-field ul.team-2 li.player-2{
	bottom:61px;
	left:60px;
}
#main div.match .football-field ul.team-2 li.player-3{
	bottom:61px;
	left:94px;
}
#main div.match .football-field ul.team-2 li.player-4{
	bottom:61px;
	left:128px;
}
#main div.match .football-field ul.team-2 li.player-5{
	bottom:97px;
	left:28px;
}
#main div.match .football-field ul.team-2 li.player-6{
	bottom:84px;
	left:61px;
}
#main div.match .football-field ul.team-2 li.player-7{
	bottom:84px;
	left:129px;
}
#main div.match .football-field ul.team-2 li.player-8{
	bottom:100px;
	left:160px;
}
#main div.match .football-field ul.team-2 li.player-9{
	bottom:112px;
	left:60px;
}
#main div.match .football-field ul.team-2 li.player-10{
	bottom:112px;
	left:129px;
}
#main div.match .football-field ul.team-2 li.player-11{
	bottom:122px;
	left:94px;
}

#main div.match .basketball-field ul.team-1 li.player-1{
	top:118px;
	left:94px;
}
#main div.match .basketball-field ul.team-1 li.player-2{
	top:83px;
	left:129px;
}
#main div.match .basketball-field ul.team-1 li.player-3{
	top:81px;
	left:57px;
}
#main div.match .basketball-field ul.team-1 li.player-4{
	top:45px;
	left:137px;
}
#main div.match .basketball-field ul.team-1 li.player-5{
	top:46px;
	left:52px;
}
#main div.match .basketball-field ul.team-2 li.player-1{
	bottom:116px;
	left:94px;
}
#main div.match .basketball-field ul.team-2 li.player-2{
	bottom:82px;
	left:59px;
}
#main div.match .basketball-field ul.team-2 li.player-3{
	bottom:80px;
	left:132px;
}
#main div.match .basketball-field ul.team-2 li.player-4{
	bottom:45px;
	left:52px;
}
#main div.match .basketball-field ul.team-2 li.player-5{
	bottom:45px;
	left:137px;
}

#main div.match div.coach{
	overflow:hidden;
	float:left;
	width:100%;
	margin:15px 0 0;
}
#main div.match div.coach p{
	margin:5px 0 0 0;
	padding:0;
	text-align:center;
	width:100%;
}
#main div.match div.coach p strong {
	margin:0 10px 0 0;
}
div.match-articles{
	overflow:hidden;
	width:100%;
	margin:10px 0 0 0;
}
#main div.sidebar div.tabs .tabs-left h3,
#sidebar div.tabs .tabs-left h3{
	background:url(../img/bg-tabs.gif) no-repeat scroll 100% -74px;
	font-size:18px;
	line-height:24px;
	color:#666;
	padding:5px 0 7px 8px;
}
#sidebar  div.chat{
	overflow:hidden;
	padding:7px 7px 4px;
	margin:0 1px 1px;
	border-bottom:1px solid #999;
	background:#eee;
	width:304px;
}
#sidebar div.chat div.chat-text{
	overflow:hidden;
	padding:0 0 5px;
}
#sidebar div.chat div.chatboxcontent{
	width:280px;
	height:237px;
	border:1px solid #cccccc;
	overflow:auto;
	font-size:12px;
	line-height:16px;
	background:#fff;
	padding:5px 10px 0;
}
#sidebar div.chat-bottom{
	width:100%;
	overflow:hidden;
}
#sidebar div.chat div.chatboxcontent span.messagefrom{
	font-weight:bold;
}
#sidebar div.chat div.chatboxcontent span.black{
	color:#000;
}
#sidebar div.chat div.chatboxcontent span.red{
	color:#ff3333;
}
#sidebar div.chat div.chatboxcontent span.pink{
	color:#ff33cc;
}
#sidebar div.chat div.chatboxcontent span.violet{
	color:#cc33ff;
}
#sidebar div.chat div.chatboxcontent div.chatboxmessage{
	overflow:hidden;
}
#sidebar div.chat input{
	width:238px;
	height:16px;
	border:1px solid #cccccc;
	font:11px/15px Verdana, Helvetica, sans-serif;
	padding:5px 2px;
	float:left;
	overflow:hidden;
	margin:3px 0 0;
	display:inline;
} 
#sidebar div.chat a.color{
	width:27px;
	height:31px;
	background:url(../img/bg-color.gif) no-repeat scroll 0 0;
	float:left;
	margin:0 2px 0;
	overflow:hidden;
	display:block;
	text-indent:-9999px;
}
#sidebar div.chat a.color:hover{
	text-decoration:none;
}
#sidebar div.chat a.chat{
	width:27px;
	height:28px;
	background:url(../img/bg-chat.gif) no-repeat scroll 0 0;
	float:left;
	margin:3px 0 0;
	text-decoration:none;
	display:inline;
	text-indent:-9999px;
}

#sidebar div.chat a.chat:hover{
	text-decoration:none;
}
#sidebar .box-chat{
	overflow:hidden;
	background:url(../img/bg-chat-bottom.gif) no-repeat scroll 0 100%;
	padding:0 0 4px;
	float:left;
	position:relative;
}
#sidebar div.user-chat{
	margin:0 1px 1px;
	padding:5px 9px 8px;
	width:300px;
	overflow:hidden;
	background:#eee;
	height:152px;
}
#sidebar div.user-chat ul{
	margin:0;
	padding:7px 0 0 10px;
	list-style:none;
	background:#fff;
	height:143px;
	overflow:auto;
	border:1px solid #cccccc;
	width:290px;
}
#sidebar div.user-chat ul li {
	overflow:hidden;
	width:260px;
	padding:1px 0 0;
}
#sidebar div.user-chat ul li div.ava-chat{
	float:left;
	margin:0 10px 0 0;
	width: 16px; height: 16px;
	
}

#sidebar div.user-chat ul li div.male {
	background: url(../img/chat_user_icons.gif) 100% 0 no-repeat; 
	
}

#sidebar div.user-chat ul li div.female {
	background: url(../img/chat_user_icons.gif) 0 0 no-repeat;
}

#sidebar div.user-chat ul li a.mail {margin-left: 5px}

#sidebar div.color-text{
	width:124px;
	height:101px;
	background:url(../img/br-color-text.gif) no-repeat scroll 0 0;
	position:absolute;
	bottom:208px;
	right:12px;
	display:none;
	overflow:hidden;
}
#sidebar div.color-text ul{
	margin:0;
	padding:0;
	list-style:none;
	margin:0 0 0 6px;
}
#sidebar div.color-text ul li{
	float:left;
	margin:4px 4px 2px 0;
}
#sidebar div.color-text ul li a{
	display:block;
	width:25px;
	height:25px;
	overflow:hidden;
	text-indent:-9999px;
}
#footer div.weather{
	background:url(../img/bg-weather.gif) no-repeat scroll 0 0;
	width:217px;
	height:54px;
	display:block;
	overflow:hidden;
	padding:0 3px 5px;
}
#footer div.weather ul{
	float:left;
	margin:0 15px 0 0;
	padding:0;
	list-style:none;
	width:36px;
}
#footer div.weather ul li{
	padding:0;
}
#footer div.weather ul a{
	color:#fff;
	text-align:center;
	display:block;
	height:18px;
	width:36px;
}
#footer div.weather ul a.first{
	background:url(../img/bg-first.gif) no-repeat scroll 0 0;
}
#footer div.weather ul a.second{
	background:url(../img/bg-second.gif) no-repeat scroll 0 0;
}
#footer div.weather ul a.last{
	background:url(../img/bg-last.gif) no-repeat scroll 0 0;
}
#footer div.weather ul a.active,
#footer div.weather ul a:hover{
	background:none;
	text-decoration:none;
}
#footer div.weather div.forecast{
	float:left;
	overflow:hidden;
	margin:5px 0 0;
}
#footer div.weather div.forecast div.forecast-img{
	float:left;
}
#footer div.weather div.forecast h3{
	float:left;
	margin:5px 5px 0;
	font-size:20px;
	line-height:22px;
}
#footer div.weather div.forecast ul{
	float:left;
	margin:3px 0 0;
	padding:0;
	list-style:none;
	width:70px;
	color:#fff;
	font-size:10px;
	line-height:12px;
}
#footer div.weather span{
	text-align:center;
	color:#fff;
	padding:0 0 0 25px;
}

ul.teams{
	margin:15px 0 0 6px;
	padding:0 0 30px;
	list-style:none;
	overflow:hidden;
	float:left;
	display:inline;
	width:304px;
}
ul.teams li{
	float:left;
	margin:0 2px 0 0; 
	background:#fff;
	display:inline;
	overflow:hidden;
}
ul.teams li a{
	overflow:hidden;
	display:block;
	width:36px;
	float:left;
}
#content div.online-program{
	overflow:hidden;
	padding:0 13px;
	margin: 10px 0 0;
	width:604px;
}
#content div.online-program table {
	width:100%;
	text-align:left;
	margin:-1px 0 0;
	font-size:14px;
	line-height:16px;
	overflow:hidden;
}
#content div.online-program table td{
	border-top:1px solid #999;
}
#content div.online-program table td.logo{
	width:30px;
	padding:2px 5px;
}

#content div.online-program table td.view{
	width:33px;
}
#content div.online-program a.watch-online{
	text-indent:-9999px;
	background:none;
	width:32px;
	height:24px;
	display:block;
}
#content div.online-program a.active,
#content div.online-program tr.active a.watch-online,
#content div.online-program a.watch-online:hover{
	background:url(../img/watch-online.gif) no-repeat scroll 0 0;
}

#content .tabs-content div.statistika-teams{
	width:300px;
	overflow:hidden;
	float:left;
	margin:0;
}
#content .tabs-content div.right-statistika{
	float:right;
}
div.statistika-teams	div.statistic-select{
	width:100%;
	margin:5px 0 0;
}
div.statistika-teams	div.statistic-select select{
	width:50px;
	float:left;
	margin:0 2px 0 0;
	display:inline;
}
div.statistika-teams	div.statistic-select select.home-teams{
	width:110px;
}
div.statistika-teams	div.statistic-select select.show-teams{
	width:190px;
}
#content div.statistika-teams	div.statistic-select p{
	float:left;
	margin:0;
}
#content div.statistika-teams	 input.sub{
	background:url(../img/btn-post.png) no-repeat 0 0;
	display:inline;
	width:105px;
	height:20px;
	color:#fff;
	border:none;
	margin:0;
	padding:0;
	cursor:pointer;
	text-indent:0;
}
#content .statistika-post{
	overflow:hidden;
	width:100%;
	margin:20px 0 0;
}
#content div.statistic-select-teams{
	overflow:hidden;
	padding: 5px 0 0 0;
	width: 100%;
}

#content div.statistic-select-teams label.first {width: 100px; display: inline-block;}
#content div.statistic-select-teams select{}
	
#content .statistika-post table.statistika-table {
	text-align:left;
	width:100%;
	font-size:11px;
}
#content .statistika-post ul.rating{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	text-align:center;
}
#content .statistika-post ul.rating li{
	background: url(../img/bg-tr-countru.gif) repeat-x scroll 0 100%;
	width:auto;
	overflow:hidden;
	margin:1px 0 0;
}  
#content .statistika-post ul.rating li span{
	float:left;
	padding:0 5px 0 0;
}
 #content .statistika-post ul.rating li span.name{
 	width:60px;
	text-align:right; 
}
#content .statistika-post ul.rating li div.rating-color{
	width:250px;
	float:left;
}
#content .statistika-post ul.rating li span.rating{
	display:block;
	width:100px;
	height:13px;
	border:1px solid #000;
}
#content div.statistika_teams{
	overflow:hidden;
}
#content .statistika_teams td span.period{
	padding:0 0 0 15px;
}
#content  .statistika_teams table.statistika-table td.image{
	width:15px;
	padding:3px 0 3px 5px;
}
#content .statistika_teams p{
	text-align:center;
}
#content .statistika_teams h3{
	margin:15px 0 0;
}

#content div.cup-uefa{
	overflow:hidden;
	padding:0 7px;
}
#content div.cup-uefa td {
	width:130px;
	vertical-align:bottom;
}
#content div.cup-uefa td a{
	float:left;
	width:60px;
}
#content div.cup-uefa td span{
	float:right;
	width:40px;
}
#content div.cup-uefa td.team{
	border-bottom:1px solid #ddd;
	font-size:11px;
}
#content div.cup-uefa td.right{
	border-right:1px solid #ddd;
}
#content div.table-group{
	width:290px;
	float:left;
	text-align:left;
	margin:30px 0 0 0;
}
#content div.table-group h3{
	width:285px;
	float:left;
	padding:3px 0 3px 5px;
	font-size:13px;
	color:#333;
	margin:10px 0 0 0;
}
#content div.table-group table tr{
	width:290px;
	float:left;
	margin:0 0 1px 0;
	padding:0;
	border-collapse:collapse;
}
#content div.table-group tr.bg{
	background:url(../img/bg-tr-countru.gif) repeat-x 0 100%;
	float:left;
	width:100%;
	overflow:hidden;
}
#content div.table-group td{
	width:auto;
	vertical-align:top;
	float:left;
	/*border-bottom:1px solid #DDD;*/
}
#content div.table-group th{
	font-weight:bold;
	width:auto;
	vertical-align:top;
	float:left;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
}
#content div.table-group td.pos,
#content div.table-group th.pos{
	width:25px;
	text-align:center;
}
#content div.table-group td.team,
#content div.table-group th.team{
	width:155px;
}
#content div.table-group td.team a{
	width:auto;
}
#content div.table-group td.desc{
	width:150px;
}
#content div.table-group td.p,
#content div.table-group th.p{
	width:20px;
	text-align:center;
}
#content div.table-group td.goals,
#content div.table-group th.goals{
	width:35px;
	text-align:center;
}
#content div.table-group td.block{
	width:310px;
	overflow:hidden;
}
#content div.table-group td.block a{
	width:auto;
}
#content div.table-group td.points,
#content div.table-group th.points{
	width:40px;
	text-align:center;
}
#content div.table-group td.time{
	width:75px;
}
#content div.table-group td.links{
	padding:3px 0 0 0;
	width:40px;
	text-align:center;
}
#content div.table-group td.links a.zoom{
	width:16px;
	height:16px;
	display:inline;
	background: url(../img/table-league-icon.gif) no-repeat 0 0;
	margin:0 3px 0 0;
}
#content div.table-group td.links a.stat{
	width:16px;
	height:16px;
	display:inline;
	background:url(../img/chart_bar.png) no-repeat 0 0;
	margin:0 3px 0 0;
	cursor:pointer;
}
#content .tg-right div.table-group{
	float:right;
	width:315px;
}
#content .tg-right div.table-group h3{
	width:310px;
	margin:12px 0 0;
	border-bottom:1px solid #333;
}
#content .tg-right div.table-group tr.bg{
	background:url(../img/bg-tr-countru.gif) repeat-x 0 100%;
}
#content div.table-group tr.topic{
	width:290px;
	float:left;
}
#content .tg-right div.table-group table tr{
	width:310px;
	border-bottom:1px solid #CCC;
}
#content .tg-right div.table-group table tr td{
	border:0;
}
#my-wall div.first-comment div.text-avatar input.sub,
#my-wall ul.comment li input.sub{
	float:right;
	margin:10px 0 0 0;
	background-position: 0 -137px;
	width:74px;
	border:none;
}
#my-wall input.tread{
	display:none;
}
#my-wall div.avatar img{
	width:48px;
	height:48px;
}
#my-wall ul li ul div.avatar img{
	width:24px;
	height:24px;
}
#my-wall ul.comment li ul.sub-comment div.form-comment-text textarea{
	width:393px;
}
div.popup-friends div.scroll a.previous{
	background:url(../img/btn-prev-1.gif) no-repeat 0 100%;	
}
div.popup-friends div.scroll a.next{
	background:url(../img/btn-prev-2.gif) no-repeat 0 100%;	
}
div.popup-friends div.scroll a.disabled{
	background-position:0 0;
}
#friends-list-scroll div.item table{
	position:relative;
	width:100%;
	border-collapse:collapse;
}
#friends-list-scroll div.item table td{
	padding:0;
	border:none;
}
ul#news_nav{
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
	color:#666;
}
ul#news_nav li{
	float:left;
	margin:6px 42px 0 0;
	overflow:hidden;
	width:367px;
}
ul#news_nav li.date{
	font-weight:bold;
}
ul#news_nav li label {
	float:left;
	margin:3px 0 0;
}	
ul#news_nav li a#LinkButton1,
ul#news_nav li select {
	float:right;
	font-size:12px;
	height:20px;
	line-height:14px;
	margin:0 0 0 5px;
	width:180px;
}
div.main_blue_block_wrapper{
	margin-top:15px;
}
div.main_blue_block div.block-content{
	margin:12px 40px;
	
}
div.block-category a.more{
	position:static;
}

#rss_box {
	width: 310px;
	background: #d6d6d6 url(../images/rss_box_top.gif) no-repeat 0 0;
	color: inherit;
	padding-top: 9px;
	margin:  0 0 23px 17px;
}

#rss_box .bottom {
	width: 100%;
	background: url(../images/rss_box_bot.gif) no-repeat 0 0;
	height: 9px;
	font-size: 0;
}

#rss_box .content {
	margin: 0 auto;
	width: 294px;
	border-right: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	background: #e7e7e7 url(../images/rss_box_mid.gif) repeat-x top;
	color: inherit;
	padding-top: 6px;
}

#rss_box .content h3 {
	margin: 0 0 8px 11px;
	font-size: 12px;
}

#rss_box .content ul {
list-style:  none none;
margin:   0 9px 0 11px;
}

#rss_box .content ul li {
list-style: none none;
height: 23px;
border-bottom: 1px solid #cecece;
}

#rss_box .content ul li .rss {
background:url(../images/rss.gif) no-repeat 100% 0;
margin-top: 4px;
}

#rss_box .content ul li .arr {
background:url(../images/arrows.gif) no-repeat 100% 0;
margin-top: 4px;
}
a.rss{
display:block;
width:36px !important;
height:16px;
background: url(../images/rss.gif) no-repeat;
text-decoration: none;
}
a.rss:hover {
text-decoration: none !important;
}
.fr {
float: right !important;
}
.none {
display: none !important;
}

.newsbox{
	background-color: #ededed;
	padding: 1px 11px 3px 11px;
	overflow: hidden;
}

.newspapelist{
	float: left;
	width: 180px;
	padding: 10px 11px 2px 11px;
}
