/*
@font-face {
    font-family: 'NeoSansPro-Medium';
    src: url('../fonts/neosanspro-medium_0.eot');
    src: url('../fonts/neosanspro-medium_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/neosanspro-medium_0.woff') format('woff'),
         url('../fonts/neosanspro-medium_0.ttf') format('truetype'),
         url('../fonts/neosanspro-medium_0.svg#neosanspro-medium_0') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NeoSansPro-Regular';
    src: url('../fonts/neosanspro-regular_0.eot');
    src: url('../fonts/neosanspro-regular_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/neosanspro-regular_0.woff') format('woff'),
         url('../fonts/neosanspro-regular_0.ttf') format('truetype'),
         url('../fonts/neosanspro-regular_0.svg#neosanspro-regular_0') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

*{
	margin: 0;
	padding: 0;
}

/* order is order */
a:focus {
    outline: 0 !important; }

body{
	/*background: url(../gfx/bg/main-bg.png) repeat-x; */
    background: #fff;
	font-family: Arial, sans-serif;
}
.main-bg {
    background: url(../gfx/bg/main-bg.png) 0 0 repeat-x #7d8633; }
    
.main-bg > .bg {
    background: url("../gfx/bg/bg-top.jpg") center 0 no-repeat; }
    
.site {
    background: url("../gfx/bg/bg.png") center 58px no-repeat; }
    
.wrapper {
    margin: 0 auto;
    width: 994px; }
    
a{
	color: #fff;
	text-decoration: none;
}
a:hover{
	color: #97a71f;
}
h2{
	line-height: 22px;
}
a img{
	border: none;
}
ul{
	list-style: none;
}

#page{
	width: 100%;
	background: url(../gfx/bg/page-bg.png) no-repeat center top;
	margin: 0 0 10px 0;
	overflow: hidden;
}

/* header part */

#top-nav{
	width: 950px;
	margin: 0 auto 10px auto;
	display: block;
	font-size: 13px;
	overflow: hidden;
	height: 25px;
	padding: 0 0 4px 0;
}
#top-nav li{
	float: left;
	display: block;
	background: #0e193e;
	height: 15px;
	padding: 4px 0 6px 0;
}

#top-nav a{
	border-left: 1px solid #38467a;
	padding: 0 30px 0 30px;
	display: block;
}
#top-nav li.first{
	padding-left: 0;
}
#top-nav li.first a{
	border: none;
}
#top-nav li.active{
	background: url(../gfx/btn/top-nav-active.png) repeat-x 0 -9px;
}
#top-nav li.active a{
	border: none;
	padding-left: 31px;
	height: 24px;
	background: url(../gfx/btn/top-nav-active.png) no-repeat center 20px;
}

/* navigation part*/

#top-utils #logo {
	display: block;
	width: 257px;
	height: 124px;
	background:url(../gfx/bg/bg_logo.png);
	text-indent:-6666px;
	float:left;
}

#top-utils ul {
	float:right;
	list-style:none;
	padding-top:98px;
}
#top-utils ul li {
	display: block;
	float:left;
	margin: 0 0 0 10px;
	line-height: 26px;
}
#top-utils ul li a {
	display: block;
	color : #0b1403;
}
#top-utils ul li.login {
	margin-left: 23px;
}
#top-utils ul li .fb {
	font-weight: bold;
}
#top-utils ul li.login a{
	color:#fff;
}
li.gfx a,
li.gfx > span {
	padding: 0 14px 0 0;
	display: block;
	background:url(../gfx/sprite/sprites_btn.png) 100% -27px;
	color: #0b1403;
}
li.gfx a span,
li.gfx > span span {
	display: block;
	padding: 0 0 0 14px;
	background:url(../gfx/sprite/sprites_btn.png);
}
.fb {
	color:#3b5998;
}


 /* Header */
 
/* advertisement part*/

#advertisement{
	width: 750px;
	height: 200px;
	margin: 0 auto 20px auto;
	background: #fff;
}


/* top-utils part*/
#top-utils{
	height: 125px;	
	width: 979px;
	padding: 0 10px 0 5px;
	margin: 0 auto 20px auto;
}

/* navigation part*/
#nav-box{
	width: 1030px;
	margin-left: -18px;
	overflow: hidden;
}


/* main-nav part*/
#main-nav{
	width: 1030px;
	height: 53px;
	overflow: hidden;
	z-index: 4;
	position: relative;
}
#main-nav li{
	display: block;
	float: left;
	height: 54px;
	background: url(../gfx/sprite/main-nav-sprite.png) repeat-x 0 -58px;
	padding: 0 1px;
	z-index: 4;
	position: relative;

}
#main-nav a {
	
}
#main-nav a span{
	display: block;
	float: left;
	height: 28px;
	margin: 12px 0 13px 0;
	overflow: hidden;
}
#main-nav a .l-border,
#main-nav a .r-border{
	width: 15px;
	overflow: hidden;
}
#main-nav a{
	display: block;
	font-size: 15px;
	height: 48px;
	line-height: 28px;
	cursor: pointer;
}
#main-nav a:hover {
	color: #bdd020;
}
#main-nav a:hover span{
	background: url(../gfx/sprite/main-nav-sprite.png) repeat-x 0 -223px;
}
#main-nav a:hover .l-border{
	background-position: 4px -195px;
}
#main-nav a:hover .r-border{
	background-position: -15px -195px;
}
#main-nav .first{
	width: 20px;
	background-repeat: no-repeat;
	background-position: 0 -112px;
	overflow: hidden;
}
#main-nav .home{
	width: 42px;
	position: relative;
}
#main-nav .home a{
	padding: 0;
	position: absolute;
	top: 0;
	left: -20px;
	width: 71px;
	height: 56px;
	background: url(../gfx/sprite/main-nav-sprite.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -9999px;
}
#main-nav .home span{
	width: 15px;
	

}
#main-nav .home a span{

	background-position: -42px -195px;
	background-repeat: no-repeat;
}
#main-nav .home a  .l-border {
	width: 20px;
	margin-left:5px;
	background-repeat: repeat-x;
	background-position: 8px -195px;
}
#main-nav .home a  .r-border {
	width: 20px;
	background-repeat: repeat-x;
	background-position: -15px -195px;
}
/* search-box part */
#main-nav .search-box{
	width: 166px;
	padding: 12px 10px 0 10px;
	height: 42px;
	float: right;
}
#main-nav .input-box{
	height: 27px;
	padding: 0 0 0 15px;
	background: url(../gfx/sprite/main-nav-sprite.png) no-repeat -53px -112px;
}
#main-nav .input-box input{
	display: block;
	float: left;
	background: url(../gfx/sprite/main-nav-sprite.png) no-repeat -54px -167px;
}
#main-nav .input-box input[type=text]{
	border: none;
	height: 14px;
	padding: 6px 0 7px 0;
	background-position:-54px -167px;
	background-repeat: repeat-x;
	width:128px;
	outline:none;
	color: #fff;
	font-size: 12px;
}
#main-nav .input-box input[type=submit]{
	width: 23px;
	height: 27px;
	border: none;
	background-position: -48px -140px;
	cursor: pointer;
}
#main-nav .last{
	width: 20px;
	background-repeat: no-repeat;
	background-position: -20px -112px;
	overflow: hidden;
	float: right;
}
#main-nav .blank{
	position: absolute;
	height: 54px;
	right: 20px;
	top: 0;
	width: 40%;
	float: none;
	z-index: 1;
}

/* group-nav part*/
#group-nav{
	height: 65px;
	overflow: hidden;
	width: 990px;
	margin: -8px 0 17px 10px;
	background: url(../gfx/sprite/group-nav-sprite.png) no-repeat left top;
	z-index: 1;
	padding: 0 0 0 22px;
}
#group-nav li{
	width: 225px;
	padding: 0 22px 0 0;
	display: block;
	float: left;
	background: url(../gfx/sprite/group-nav-sprite.png) no-repeat right -195px;
	height: 65px;
}
#group-nav .last{
	background: url(../gfx/sprite/group-nav-sprite.png) no-repeat right -130px;
}
#group-nav li span{
	display: block;
	background: url(../gfx/sprite/group-nav-sprite.png) repeat-x 0 -65px;
	height: 45px;
	padding: 20px 0 0 0;
}

    

.flag-links a{
	background: url(../gfx/sprite/flag-sprite.png) no-repeat 0 0;
    display: inline-block;
	font-size: 11px;
	line-height: 21px;
	vertical-align: middle;
	margin:  0 0 0 8px;
	padding: 0 0 0 25px ;

}

.flag-links .group-name{
    background: none;
    color: #50571f;
    display: block;
	font-size: 11px;
    font-weight: bold;
    line-height: 15px;
	letter-spacing: 13px;
	margin: 5px 0 0 0;
    padding: 0;
	text-align: center;
    text-transform: uppercase;
}
.flag-links .group-name:hover {
    color: #97A71F; }
    
#group-nav li .group-name span{
    color: #869134;
	margin: 0 0 0 20px;
	display: inline;
	background: none;
}

#group-nav li .group-name:hover span{
    color: #50571f;
}
    
.flag-links a.first{
	margin: 0;
}
.flag-links a.pol{
	background-position: 0 0;
}
.flag-links a.gre{
	background-position: 0 -21px;
}
.flag-links a.rus{
	background-position: 0 -42px;
}
.flag-links a.cze{
	background-position: 0 -63px;
}
.flag-links a.ned{
	background-position: 0 -84px;
}
.flag-links a.den{
	background-position: 0 -105px;
}
.flag-links a.ger{
	background-position: 0 -126px;
}
.flag-links a.por{
	background-position: 0 -147px;
}

.flag-links a.esp{
	background-position: 0 -168px;
}
.flag-links a.ita{
	background-position: 0 -189px;
}
.flag-links a.irl{
	background-position: 0 -210px;
}
.flag-links a.cro{
	background-position: 0 -231px;
}

.flag-links a.ukr{
	background-position: 0 -252px;
}
.flag-links a.swe{
	background-position: 0 -273px;
}
.flag-links a.fra{
	background-position: 0 -294px;
}
.flag-links a.eng{
	background-position: 0 -315px;
}
/*main content*/

#main-cont{
    padding: 0 0 40px;
}


.grad {
	clear: both;
	overflow: hidden;
	color: #fff;
}

 /* Main Topic Grads */
.rep-desc .grad,
.main-topic .grad {
    border-radius: 5px;
    color: #fff; 
    display: inline-block;
    max-height: 65px;
    max-width: 410px;    
    overflow: hidden;
    padding: 10px 15px; }

.grad.purple.big {
    background: url(../gfx/bg/grad-big.png) 0 bottom repeat-x #86057e;
	color: #fff;
    font-size: 21px;
    line-height: 24px;
	min-height: 25px; }

.grad.purple:hover {
    color: #cbd444; }

.main-topic .blue{
	background: url(../gfx/bg/grad-blue.png) 0 bottom repeat-x #0090a0;
    box-shadow: 1px 0 2px rgba(0,0,0,.4);
    line-height: 17px;
    margin-top: 5px;
    min-height: 17px;
    padding: 5px 10px;
}

.rep-desc .dark,
.main-topic .dark{
    background: #000;
    background: rgba(0,0,0,.8);
	font-size: 12px;
    max-width: 420px; 
    padding: 8px 10px; }
    
.rep-desc .grad {
    max-width: 260px; }

 /* Small Topic Grads */
.rep-desc .purple,
.small-topic .grad{
    background: url(../gfx/bg/grad-small.png) 0 0 repeat-x #4d0145;
    border-radius: 5px;
	font-size: 14px;
	color: #fff;
    line-height: 17px;
    max-height: 62px;
	min-height: 17px;
    max-width: 150px;
    overflow: hidden;
	padding: 9px 15px;
}

.small-topic a:hover .grad {
    color: #cbd444; }
    
.rep-desc .purple {
    font-size: 16px; }
    
.ico-video.white {
    background: url("../gfx/ico/ico-video-white.png") right center no-repeat;
    padding: 0 15px 0 0; }
    
.ico-photo.white, .ico-image-gallery.white {
    background: url("../gfx/ico/ico-photo-white.png") right center no-repeat;
    padding: 0 15px 0 0; }

/* info-box part */
.box.white .event-list{
    padding: 1px 0 0 0 ;
}
.box.white .event-list li{
	overflow: hidden;
	margin: 10px 0 0 0;
    min-height: 34px;
    position: relative;
}
.box.white .event-list .event-img{
	width: 34px;
	height: 34px;
	overflow: hidden;
	float: left;
	margin: 0 5px 0 7px;
}
.box.white .event-list .event-img.meet{
	position: relative;
}
.box.white .event-list .event-img.meet span{
	display: block;
	width: 19px;
	height: 19px;
	background: url(../gfx/sprite/flag-sprite-small.png) no-repeat left bottom;
	position: absolute;
}
.box.white .event-list .event-img.meet .top{
	top: 0;
	left: 0;
}
.box.white .event-list .event-img.meet .bottom{
	bottom: 0;
	right: 0;
}
.box.white .event-list .event-info{
    margin-right: 40px;
    padding: 3px 7px;
    position: relative;
}
.box.white .event-list .event-info a{
    font-size: 16px;
	font-weight: bold;
	color: #000;
}
.box.white .event-list .event-info a:hover{
	color: #97a71f;
}
.box.white .event-list .event-info p.clock-ico{
	font-weight: normal;
}
.box.white .event-list .event-balloon{
	position: absolute;
    right: 5px;
    top: 3px;
	width: 30px;
	height: 27px;
	background: url(../gfx/misc/balloon.png) no-repeat; 
	font-size: 12px;
	font-weight: bold;
	padding: 6px 2px 0 0;
	text-align: center;	
}
.box.white .event-list .event-img + .event-info {
    margin-left: 46px; }
    
.box.white.right{
	float: right;
}
.header-corner{
	position: absolute;
	top: 0; 
	left: 0;
	width: 11px;
	height: 49px;
	background: url(../gfx/sprite/header-corner.png) no-repeat  0 0;
}
.info-head{
	height: 10px;
	width: 330px;
	background: url(../gfx/bg/rounded-box-border.png) no-repeat left top;
	position: relative;
}
.info-body{
	background: #fff;
}
.info-body h2{
	height: 20px;
	padding: 3px 0 10px 0;
	width: 310px;
	float: right;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #d3d3d3;
	line-height: 18px;
}
.info-body h2 img{
	vertical-align: text-bottom;
	margin: 0 0 0 8px;
	
}
.info-body h2 a{
	color: #000;
}
.info-body h2 a:hover{
	color: #97a71f;
}
.info-cont{
	padding: 10px 13px 5px 5px;
	clear: both;
}
.info-cont.large{
		padding: 5px 5px 0 5px;
}
.info-text {
    padding: 5px 0 0 5px; }

.info-text h3 {
    font-size: 13px; }

.left-side{
	width: 674px;
	float:left;
	z-index: 5;
	position: relative;
}
.right-side{
	width: 306px;
	float:right;
	z-index: 4;
}



/* facebook box */
.fb-box{
	overflow: hidden;
	padding: 10px 5px 0 0;
}
.like-btn{
	display: block;
	width: 107px;
	height: 26px;
	float: right;
}
.fb-box .like-btn{
	display: block;
	width: 107px;
	height: 26px;
	float: right;
}

/* info box right */

.info-right-cont{
	clear: both;
}

/* flags part */

.flag{	
    display: inline-block;
	height: 21px;    
	line-height: 21px;    
	background: url(../gfx/sprite/flag-sprite.png) no-repeat 0 0;
	padding: 0 0 0 25px;
	font-size: 12px;
}
.pol{
	background-position: 0 0;
}
.gre{
	background-position: 0 -21px;
}
.rus{
	background-position: 0 -42px;
}
.cze{
	background-position: 0 -63px;
}
.ned{
	background-position: 0 -84px;
}
.den{
	background-position: 0 -105px;
}
.ger{
	background-position: 0 -126px;
}
.por{
	background-position: 0 -147px;
}
.esp{
	background-position: 0 -168px;
}
.ita{
	background-position: 0 -189px;
}
.irl{
	background-position: 0 -210px;
}
.cro{
	background-position: 0 -231px;
}
.ukr{
	background-position: 0 -252px;
}
.swe{
	background-position: 0 -273px;
}
.fra{
	background-position: 0 -294px;
}
.eng{
	background-position: 0 -315px;
}
/* group position table*/
#group-position{
	
}
.info-right-cont .btn-box{
	font-size: 13px;
	overflow: hidden;
	padding: 10px;
}
.info-right-cont .btn-box a{
	display: block;
	float: left;
	color: #000;
	margin: 0 0 0 5px;
	overflow: hidden;
}
.info-right-cont .btn-box a:hover{
	color: #97a71f;
}
.info-right-cont .btn-box a span{
	display: block;
	height: 20px;
	float: left;
	background: url(../gfx/btn/rep-btn.png) no-repeat;
	font-size: 13px;
	font-weight: bold;
}
.info-right-cont .btn-box a .l-btn{
	padding: 5px 0 5px 13px;
}
.info-right-cont .btn-box a .r-btn{
	padding: 5px 13px 5px 0;
	background-position: right 0;
	
}
#group-position .odd{
	background: #fff;
}
#group-position .title{
	font-size: 18px;
}
#group-position tr{
	background: #dfdfdf;
	font-size: 12px;
	text-align: center;
}

#group-position th.first, 
#group-position td.first{
	text-align: left;
	padding: 0 0 0 10px;
    width: 60%;
}


.video-box{
	width: 130px;
	height: 72px;
	float: left;
	line-height: 0;
	overflow: hidden;
    position: relative;
}
/* video-list part */

.video-link{
	display: block;
	position: relative;
}
.video-link img {
    border-radius: 5px; }
    
.video-list .video-link:hover .play-btn{
	background-position: 0 -41px;
}
.video-list{
	clear: both;
}
.video-list li{
	margin: 15px 0 0 0;
}
.video-list li.first{
	margin: 0;
}

.video-list .video-link .play-btn{
	width: 41px;
	height: 41px;
	background: url(../gfx/btn/play-btn.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	overflow: hiddne;
	text-indent: -999px;
}
.video-list .item-box{
	overflow: hidden;
	padding: 0 33px 0 15px;
	font-size: 12px;
	position: relative;
}
.video-list .item-box a{
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.video-list .item-box a:hover {
	color: #97a71f;
}
.video-list .item-box .balloon{
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 27px;
	display: block;
	padding: 6px 2px 0 0;
	text-align: center;
	color: #122205;
	font-weight: bold;
	background: url(../gfx/misc/balloon.png) no-repeat;
}

.clock-ico{
	padding: 0 0 0 18px;
	background: url(../gfx/ico/clock-ico.png) no-repeat 0 2px;
	font-size: 11px;
}

/* countdown clock part*/
#countdown-clock{
	background: url(../gfx/bg/rounded-box-right.png) no-repeat;
    min-height: 135px;
	overflow: hidden;
	padding: 10px;
}
#countdown-clock h4{
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 8px 0;
}
.clock-guid{
	margin: 0 0 6px 0;
	overflow: hidden;
}
.clock-guid li{
	width: 86px;
	display: block;
	float: left;
	overflow: hidden;
	margin: 0 0 0 14px;
}
.clock-guid li.first{
	margin: 0;
}
.clock-guid li span{
	display: block;
	float: left;
	background: url(../gfx/bg/clock-bg.png) no-repeat 0 0;
	width: 42px;
	line-height: 73px;
	height: 73px;
	color: #fff;
	font-size: 60px;
	text-align: center;
}
.clock-guid li .decimal{
	margin: 0 2px 0 0;
}
.clock-part-name{

}
.clock-part-name li{
	float: left;
	font-size: 14px;
	width: 86px;
	text-align: center;
	margin: 0 0 0 14px;
	text-transform: uppercase;
	color: #001326;
}
.clock-part-name li.first{
	margin: 0;

}
.subtract-margin{
	margin-bottom: -90px;
}
#site{
	width: 994px;
	margin: 0 auto;
}
/* transmission plan */

.rep-info{
	width:296px;
	height:222px;
	overflow: hidden;
	position: relative;
	margin: 10px 5px 5px;
}
.rep-desc{
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 290px;
}


.articles-listing li{
	border-top: 1px solid #95a323;
	overflow: hidden;
	font-size: 12px;
	padding: 9px 13px 9px 18px;
    position: relative;
	color: #fff;
}
.articles-listing li .balloon {
    right: 10px;
    top: 10px; }
.articles-listing li.first{
	border: none;
}
.articles-listing li h3{
	font-size: 14px;
}
.articles-listing li .main-part{
	width: 227px;
	float: left;
}
.articles-listing li .comments-counter{
	width: 27px;
	text-align: center;
	line-height: 26px;
	padding: 0 3px 6px 0;
	background: url(../gfx/misc/balloon.png);
	color: #122205;
	float: right;
}
/* main-slider*/


.content-nav{
 position: absolute;
 bottom: 5px;
 left: 5px;
}
.small-topic{
	float: right;
	margin: 0 0 5px 0;
	position: relative;
	height: 152px;
	width: 202px;
}
.small-topic .grad{
	display: block;
	position: absolute;
	bottom: 5px;
	left: 5px;
}
.small-topic img{
	width: 202px;
}
.slider-nav{
	position: absolute;
	right: 36px;
	bottom: 8px;
}

.slider-nav li{
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	padding: 4px;
	margin: 0 0 0 5px;
	z-index: 5;
	position: relative;
}
.slider-nav li.arrow{
	
	padding: 0;
}
.slider-nav li.arrow a{
	background: url(../gfx/btn/slider-nav-arrow.png) no-repeat 0 8px;
	text-indent: -999px;
	display: block;
	padding: 4px;
	width: 12px;
	overflow: hidden;
}
.slider-nav li.arrow a.next{
	background-position:  center -20px;
}
.slider-nav li.active{
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	padding: 4px;
}
.slider-nav .btn {
	color: #000;
	background: url(../gfx/btn/slider-nav-bg.png) no-repeat 0 -24px;
	display: block;
	width: 22px;
    overflow: hidden;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
}
.slider-nav .active .btn {
	background-position: 0 0;
	color: #fff;
}
.slider-nav #active-box-1, 
.slider-nav #active-box-2,
.slider-nav #active-box-3{
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 1;
	left: 28px;
	top: 0;
	padding: 0;
}
.slider-nav #active-box-1.pos0,
.slider-nav #active-box-3.pos0{
	left: 28px;
}
.slider-nav #active-box-1.pos1,
.slider-nav #active-box-3.pos1{
	left: 63px;
}
.slider-nav #active-box-1.pos2,
.slider-nav #active-box-3.pos2{
	left: 98px;
}
.slider-nav #active-box-2{
	left: 46px;
	top: 4px;
}
.slider-nav #active-box-2.pos0{
	left: 46px;
}

.slider-nav #active-box-2.pos1{
	left: 81px;
}

.slider-nav #active-box-2.pos2{
	left: 116px;
}
#tabeles{
	margin: 0 0 15px 0;
}
.wbox{
	padding: 0 0 14px 0;
	background: url(../gfx/bg/wide-border-gree.png) no-repeat left bottom;
}
.wbox .wbox-head{
	height: 14px;
	width: 994px;
	background: url(../gfx/bg/wide-border-gree.png) no-repeat top left;
	position: relative;
}
.wbox .wbox-body{
	background: #001102;
}
.wbox .wbox-cont{
	padding: 0 5px 0 6px;
	clear: both;
}
.wbox-body-header{
	width: 974px;
	border-bottom: 1px solid #0F2D0E;
	float: right;
	z-index: 15;
	position: relative;
}
.wbox .wbox-body h2{
	float: left;
	margin: 0 0 10px 0;
	font-size: 16px;
	height: 20px;
	padding: 6px 0 11px 0;
	text-transform: uppercase;
}
.wbox .wbox-body h2 img{
	vertical-align: top;
	margin: 0 0 0 5px;
}
#tables{
	
}
.table-score-list{
	margin: 3px 0 0 2px;
}
.table-score-list li{
	float: left;
    width: 25%;
}
.table-score-list li.first{
	margin: 0;
}

.table-score-list th.last,
.table-score-list td.last {
    border-right: 1px solid #061605; }
    
.table-score{
	color: #fff;
	width: 245px;
	font-size: 12px;
	text-align: center;
}

.table-score th, 
.table-score  td{
	padding: 0 10px;
	height: 35px;
	font-weight: bold;
	line-height: 23px;
}
.table-green th,
.table-score th,
.table-player tr:first-child th:first-child {
	background: url(../gfx/bg/table-head-bg.png) repeat-x top left #3e4416;
}

.table-score .name{
	font-size: 14px;
	color: #fff;
	text-align: left;
	width: 150px;
}
.table-green .odd td,
.table-score .odd{
	background: #1e290c;
}
.table-score .more td{
	height: 20px;
	text-align: right;

}
.table-score .more td a{
	color: #95a323;
	font-weight: normal;
	font-size: 13px;
}
.table-score .more td a:hover{
	text-decoration: underline;
}
.table-score .odd td{
	border-top: 1px solid #001102;
}
.table-score .first{
	text-align: left;
	font-weight: normal;
	width: 150px
}
/* team-list */
.team-list{
	background: #001E04;
	display: none;
	left: 6px;
    overflow: hidden;
    position: absolute;
    top: 23px;
    width: 106px;
	padding: 0 0 5px 0;
}
.team-list.show{
	display: block;
}
.team-list li{
	padding: 6px 0 0 5px;
	height: 20px;
	width: 106px;
	font-size: 12px;
	background: #001e04;
}
.team-list li a{
	line-height: 18px;

}
.team-list li a img{
	vertical-align: top;
	margin: 0 5px 0 0;
}
.team-box{
	padding: 4px 0 0 5px;
	height: 22px;
	width: 111px;
	font-size: 12px;
	background: url(../gfx/sprite/team-list.png) no-repeat 0 top;
	color: #fff;
	position: relative;
	float: right;
	z-index: 10;
}

.form-box .box-header h3 { margin-top: 5px; }
.form-box .team-box{
	background-image: url(../gfx/sprite/team-list-form.png);
}
.form-box .team-box a:hover {
    color: #333; }
.form-box .team-box.act{
	background-position: 0 -30px;
}
.form-box .team-list{
	top: -260px;
}
.form-box .team-list,
.form-box  .team-list li{
	background: #68762f;
}

.team-box .active{
	padding: 0 0 0 5px;
	display: block;
}
.team-box .active img{
	vertical-align: text-bottom;
	margin: 0 5px 0 0;
}
.team-list li.show{
	display: block;
}

/* TRANSMISSION PLAN*/
#transmission-plan {
    background: url(../gfx/bg/transmission-plan-bg.png) no-repeat;
	height: 100px;
    clear: left;
    overflow: hidden;
    margin: 0 0 -50px -26px; 
    padding: 90px 0 0 0;
    position: relative;
    top: -70px;
    width: 1046px;
}
#transmission-plan  h2 {
	color:#fff;
	text-transform: uppercase;
	font-size:16px;
	float:left;

}
#transmission-plan  h2 a{
    display: block;
    float: left;
    height: 80px;
    line-height: 80px;
    margin: 15px 0 0 30px;
	padding: 0 0 0 90px;
	background: url(../gfx/bg/transmission-plan-bg_1.png) no-repeat;
}
#transmission-plan  h2 a:hover{
	background-position: 0 -108px;
}
#transmission-plan  ul {
	float:right;
	padding: 12px 18px 0 0;
}
#transmission-plan  ul li {
	width: 119px;
	height: 73px;
	display: block;
	float:left;
	background:url(../gfx/bg/transmission-list-bg.png);
	margin-left: 22px;
	text-align: center;
	padding: 5px 12px 0 12px;
	position: relative;
}
#transmission-plan  ul li span{
	display: block;
	margin: 6px 0 0 0;
	font-size: 14px;
}
#transmission-plan  ul li .flag{
	display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
	background: none;
}
#transmission-plan  ul li .left{
	top: 6px;
	left: 7px;
}
#transmission-plan  ul li .start-date{
	display: block;
	font-size: 11px;
	margin: 0;
}
#transmission-plan  ul li .start-date span{
	display: block;
	font-size: 13px;
	color: #fff;
}
#transmission-plan  ul li .right{
	top: 6px;
	right: 7px;
}
#transmission-plan  ul li .head {
	line-height: 33px;
	color:#7e8733;
}
#transmission-plan  ul li span {
	color:#7e8733;
}
#transmission-plan  ul li .head .team {
	text-indent: -6666;
	display: block;
	height: 33px;
	width: 33px;
}
#transmission-plan  ul li .home-team {
	float: left;
}
#transmission-plan  ul li .away-team {
	float: right;
}
#transmission-plan  ul li:first-child {
	margin:0;
}
#transmission-plan  ul li  p {
	color:#fff;
}

/* wideo box part*/
.video-item{
	padding: 0 0 0 5px;
	overflow: hidden;
	display: none;
}
.video-item.active{
	display: block;
}
#video-box{	
overflow: hidden;
margin: 0 0 15px 0;
}
#video-box .video-head{
	background: url(../gfx/bg/rounded-box-large.png) no-repeat top left;
	height: 10px;
}
#video-box .video-body{
	background: url(../gfx/bg/rounded-box-large.png) no-repeat bottom left;
	padding: 0 0 5px 0;
}
.video-head-cont{
	background: #fff;
	overflow: hidden;
}
.video-head-wrapp{
	width: 655px;
	float: right;
	border-bottom: 1px solid #d3d3d3;
}
.video-head-wrapp h2{
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	height: 20px;
	line-height: 22px;
	margin: 5px 0 0 0;
}
.video-head-wrapp h2 a{
	color: #000;
}
.video-head-wrapp h2 a:hover{
	color: #97a71f;
}
.video-head-wrapp h2 img{
	vertical-align: top;
	margin: 0 0 0 5px;
}
 #video-nav{
	float: right;
	font-size: 12px;
}
 #video-nav li{
	float: left;
	margin: 0 5px 0 0;
	overflow: hidden;
	cursor: pointer;
 }
 #video-nav li.active{
	height: 35px;
	position: relative;
	bottom: -1px;
 }
 #video-nav a {
	color: #7e7d7d;
	overflow: hidden;
	display: block;
	font-weight: bold;
 }
 #video-nav a span{
	display: block;
	float: left;
	background: url(../gfx/sprite/video-nav-border.png) no-repeat 0 0;
	height: 24px;
	padding: 10px 0 0 0;
 }
#video-nav .active a {
	color: #252525;
}
#video-nav .bookmark{
	border-top: 1px solid #ccc;
	background-position: 0 -143px;
	background-repeat: repeat-x;
	padding: 10px 6px 0 6px;
}
#video-nav .active .bookmark{
	border-top: 1px solid #ccc;
	background: #fff;
}
#video-nav a .l-border,
#video-nav a .r-border{
	width: 5px;
	border: 0;
 }
#video-nav .active .l-border,
#video-nav .active .r-border{
	height: 35px;
}
 #video-nav .l-border{
	background-position: 0 -72px;
}
#video-nav .r-border{
	background-position: 0 -106px;
}
#video-nav .active .l-border{
	background-position: 0 0;
}
#video-nav .active .r-border{
	background-position: 0 -36px;
}

.main-video-box{
	width: 395px;
	float: left;
	margin: 5px 5px 0 0;
	font-size: 12px;
}
.main-video-box .video-info{
	margin: 17px 12px 0 12px;

}
.main-video-box .play-btn{
	width: 65px;
	height: 65px;
	background: url(../gfx/btn/large-play-btn.png) no-repeat;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	overflow: hidden;
	text-indent: -999px;
}
.main-video-box .video-info a{
	color: #000;
}
.main-video-box .video-info .title {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    width: 215px;
}
.main-video-box .video-title{
	padding: 0 35px 0 0;
	position: relative;
	margin: 0 0 5px 0;
}
.main-video-box .video-title .clock-ico{
	margin: 3px 0 0 0;
}
.main-video-box .video-info {
color: #808080
}
.balloon,
.main-video-box .video-title .balloon{
    background: url("../gfx/misc/balloon.png") no-repeat 0 0;
    color: #122205;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 27px;
    padding: 6px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px; }
    
.main-video-box .video-btn{
    display: block;
    position: relative;
	width: 395px;
	height: 222px;
}
.main-video-box .video-btn img {
    border-radius: 10px; }
.main-video-box .video-btn:hover .play-btn{
	background-position: 0 -65px;
}
.video-box-list{
	overflow: hidden;
}
.video-box-list li{
	float: left;
	margin: 5px 5px 0 0;
}
.video-box-list li a{
    border-radius: 5px;
	width: 129px;
	height: 71px;
	display: block;
    position: relative;
	overflow: hidden;
}
.video-box-list li a:hover .play-btn{
	background-position: 0 -25px;
}
.video-box-list li img{
    border-radius: 5px;
	width: 129px;
}
.video-box-list .play-btn{
	position: absolute;
	top: 10px;
	left: 50%;
	width: 25px;
	height: 25px;
	display: block;
	background: url(../gfx/btn/list-play-btn.png) no-repeat top left;
	margin: 0 0 0 -12px;
	text-indent: -999px;
	overflow: hidden;
}
.video-box-list  .video-desc {
	background: url(../gfx/bg/video-item-desc-bg.png);
    border-radius: 0 0 5px 5px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 109px;
	padding: 6px 10px;
	font-size: 12px;
}

/* advertisement part */
.advertisement{
	margin: 0 0 15px 0;
}


.gallery-list{
	padding: 2px 0 5px 0;
}
.gallery-list li{
	float: left;
	width: 153px;
	height: 91px;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.gallery-list li img {
    border-radius: 5px;
	width: 146px;
	height: 81px;
    margin: 5px 0 0 4px; }

.gallery-list li .act-border{
	position: absolute;
	width: 153px;
	height: 91px;
	display: none;
	top: 0;
	left: 0;
	background: url(../gfx/bg/gallery-act-li.png) no-repeat 0 0;
	z-index: 5;
}
.gallery-list li:hover .act-border {
	display: block;
}


.gallery-foot-part{
    background: #fff;
    border-radius: 0 0 10px 10px;
    margin: 6px 0 0;
	padding: 10px 0 0 0;
}
.gallery-title {
    color: #111; }
.gallery-top-part  li a .item-desc{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 133px;
	padding:5px 10px;
	display: none;
	background: url(../gfx/bg/img-item-desc-bg.png);
	font-size: 12px;
}
.gallery-top-part  li:hover .item-desc{
	display: block;
}
.gallery-foot-part .photo-list{
	padding: 5px 0 5px 5px;
}
.gallery-foot-part .photo-list li{
	float: left;
    height: 70px;
	padding: 3px 3px 3px 0;
}



.gallery-title{
	padding: 0 0 0 15px;
	font-size: 14px;
    width: 200px;
}
.gallery-counter {
    background: url("../gfx/ico/ico-gallerycounter.png") right center no-repeat;
    color: #585858;
    margin: 0 10px 0 0; 
    padding: 0 20px 0 0; }
.clear{	
	clear: both;
}
/* stadiums-box part */
#stadiums-box{
	height: 550px;
	background: url(../gfx/bg/stadiums-box-bg.png) no-repeat;
	position: relative;
}
.stadium-info{
	width: 634px;
	height: 400px;
	padding: 15px;
	position: absolute;
	top: 0;
	left: 0;
}
.stadium-info .stadium-name{
	font-size: 42px;
	display: block;
	float: left;
	overflow: hidden;
	font-weight: bold;
}
.stadium-info .stadium-name span{
	background: url(../gfx/sprite/btn-grad-sprite.png) no-repeat;
	display: block;
	float: left;
	line-height: 50px;
	height: 50px;
}
.stadium-info .stadium-name .l-btn{
	padding: 5px 0 5px 15px;
	background-position: 0 -165px;
}
.stadium-info .stadium-name .r-btn{
	padding: 5px 15px 5px 0;
	background-position: right -165px;
}


.stadium-info .grad{
	font-size: 12px;
	display: block;
	float: left;
	overflow: hidden;
	font-weight: bold;
	margin: 0 0 2px 0;
}
.stadium-info .grad span{
	background: url(../gfx/sprite/btn-grad-sprite.png) no-repeat;
	display: block;
	float: left;
	height: 20px;
}
.stadium-info .grad  .l-btn{
	padding: 5px 0 5px 10px;
	background-position: 0 -125px;
}
.stadium-info .grad  .r-btn{
	padding: 5px 15px 5px 0;
	background-position: right -125px;
}

.stadium-info .stadium-desc{
	clear: both;
	color: #fff;
	width: 316px;
}
.stadium-info .stadium-desc-head{
	background: url(../gfx/sprite/btn-grad-sprite.png) no-repeat 0 -235px;
	height: 5px;
	overflow: hidden;
	width: 316px;
}
.stadium-info .stadium-desc-body {
	font-size: 12px;
	background: url(../gfx/bg/stadium-desc.png);
	padding: 5px 10px 0;
}
.stadium-info .stadium-desc-body p{
	padding: 0 0 5px 0;
}
.stadium-info .stadium-desc-body p span{
	color: #c71a78;
}
.stadium-info .stadium-desc-foot{
	background: url(../gfx/sprite/btn-grad-sprite.png) no-repeat 0 -240px;
	height: 5px;
	overflow: hidden;
	width: 316px;
}

.stadium-body{
	padding: 0 5px;
}
.stadium-list-box{
	clear: both;
	padding: 40px 0 0 0;
	overflow: hidden;
	margin: 0 0 4px 0;
}
.stadium-list{
	width: 665px;
}
.stadium-list li{
	float: left;
	background: url(../gfx/sprite/stadium-list-sprite.png) repeat-x 0 -8px;
	position: relative;
	height: 22px;
	display: block;
}

.stadium-list li a.city-name{
	position: relative;
	float: left;
	background: url(../gfx/sprite/stadium-list-sprite.png) no-repeat center -45px;
	height: 22px;
	padding: 0 12px;
	display: block;
	font-weight: bold;
}
.stadium-list li a.city-name.active{
	background-position: center -71px; 
}
.stadium-list li a.city-name span{
	display: block;
	height: 43px;
	background:none;
}
.stadium-list li a.city-name.active span{
	background: url(../gfx/sprite/stadium-list-sprite.png) repeat-x 0 -158px;;
}
.stadium-list li a.city-name .name-box{
    font-size: 16px;
	position: relative;
	top: -38px;
	background-position: 0 -158px;
	line-height: 43px;
}
.stadium-list li a.city-name .name-box .border {
	width: 10px;
	background-position: 0 -107px;
	position: absolute;
	top: 0;
	overflow: hidden;
}
.stadium-list li a.city-name .name-box .border.left {
	left: -10px;
}
.stadium-list li a.city-name .name-box .border.right {
	right: -10px;
	background-position: right -107px;
}
.stadium-list li.first{
	width: 10px;
	height: 22px;
	background: url(../gfx/sprite/stadium-list-sprite.png) 0 8px;
}
.stadium-list li.last{
	width: 10px;
	height: 16px;
	background: url(../gfx/sprite/stadium-list-sprite.png) right -24px;
}
.stadium-img{
    display: none;
	height: 430px;
	overflow: hidden;
    position: relative;
}
.stadium-img img {
    border-radius: 10px; }
    
.stadium-img.active{
	display: block;
}

.stadiums-facebook {
    bottom: 20px;
    position: absolute;
    left: 20px;
    z-index: 2; }

/*expert-opinion part */
.experts-opinions,
#expert-opinion{
	height: 192px;
	background: url(../gfx/bg/wide-border-gree.png) no-repeat top left;	
	padding: 0 0 38px 0;
	margin: 0 0 10px 0;
	position: relative;
}
.opinion-body{
	padding: 0 0 5px 0
}
.opinion-body h2{
	width: 974px;
	border-bottom: 1px solid #0F2D0E;
	float: right;
	margin: 0 0 5px 0;
	font-size: 16px;
	height: 20px;
	padding: 11px 0;
	text-transform: uppercase;
}
.opinion-body h2 img{
    vertical-align: middle;
	margin: 0 0 0 5px;
}
.opinion-slider{
	height: 138px;
	position: relative;
	overflow: hidden;
	clear: both;
	margin: 0 5px;
}
.opinion-slider > ul{	
	width: 2960px;
	overflow: hidden;
	position: absolute;
}
.opinion-slider > ul > li{
	width: 984px;
	float: left;
}

.opinion-item {
	overflow: hidden;
}
.opinion-item li{
	width: 242px;
	float: left;
	position: relative;
	height: 138px;
	overflow: hidden;
}

 /* Vertical Slider */
.vertical.experts-opinions {
    height: 580px; }
    
.vertical .opinion-slider {
    height: 575px; }

.column .box.vertical.experts-opinions,
.box + .box.vertical.experts-opinions {
    margin-bottom: 50px; }
   
.vertical .opinion-item li {
    float: none;
    height: auto; }
    
.vertical .expert-info {
    right: 15px;
    top: 5px;
    width: 160px; } 
    
.expert-info .quot,
.expert-info .quot a {
    color: #000; }
    
.vertical #expert-slider-nav {
    bottom: -37px; }

.right-side .vertical .opinion-slider > ul > li,
.right-side .vertical .opinion-item li {
    width: 305px; }
    
.column .vertical .opinion-slider > ul > li,
.column .vertical .opinion-item li {
    width: 392px; }
    
.column .vertical  .expert-info {
    width: 250px; } 
    
.column .vertical .expert-info .quot a {
    max-height: 80px; }    
    
.expert-info{
	width: 150px;
	position: absolute;
	top:0;
	right: 0;
}
.expert-info .quot{
	padding: 7px 7px 12px 7px;
	position: relative;
	background: url(../gfx/bg/quotation-bg.png) no-repeat right bottom #99a330;
	font-size: 14px;
}
.expert-info .quot a {
    display: block;
    max-height: 62px;
    overflow: hidden; }
    
.expert-info .quot .arrow{
	width: 9px;
	height: 4px;
	background: url(../gfx/ico/quot-arrow.png) no-repeat;
	position: absolute;
	top: -4px;
	left: 10px;
}
.expert-info .expert-name{
	color: #bfc83c;
	font-weight: bold;
	font-size: 22px;
	margin: 0 0 10px 0;
	display: block;
}

.expert-info a:hover {
    color: #fff; }

/* expert-slider part */
#expert-slider-nav{
	bottom: 0;
	background: url(../gfx/misc/expert-slider-nav-bg.png) no-repeat 0 0;
	width: 170px;
	height: 35px;
	padding: 4px 18px 0 18px;
	left: 50%;
	margin-left: -95px;
}
#expert-slider-nav li.arrow a {
	background-image: url(../gfx/btn/slider-nav-arrow-green.png);
}
/* playwer profile*/



.profile-body h2{
	width: 288px;
	border-color: #0F2D0E;
	color: #fff;
}
.profile-body h2 a{
	color: #fff;
}
.player-profile{
	clear: both;
	padding: 13px 0 0 20px;
	color: #fff;
	
}
.player-profile h3{
	font-size: 21px;
}
.player-profile .fb-box {
	padding-top: 5px;
}
.player-profile .fb-box .like-btn{
	float: none;
}
.player-prop{
	height: 190px;
	overflow: hidden;
	padding: 0 0 0 20px;
	position: relative;
	margin: 10px 0 0 0;
}
.player-prop .prop{
	position: absolute;
	color: #95a323;
	font-size: 10px;
	text-transform: uppercase;
}
.player-prop .prop span{
	font-size: 12px;
	color: #fff;
	display: block;
	font-weight: bold;
}
.player-prop .weight{
	top: 0;	
	left: 160px;
}
.player-prop .height{
	top: 70px;	
	left: 190px;
}
.player-prop .position{
	top: 140px;	
	left: 160px;
}
.player-prop .flag{
    bottom: 22px;
    left: 113px;
}
.player-prop-cover{
	position: absolute;
	top: 0;
	left: 0;
	height: 190px;
	overflow: hidden;
	width: 286px;
	background: url(../gfx/bg/player-prop-bg.png) no-repeat;
}

.more-box{
	overflow: hidden;
	padding: 10px 15px 10px 0;
}
.more-box .more{
	float: right;
	color: #95a323;
	font-size: 12px;
}
/*team-matches part*/
.team-matches{
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}
.team-matches caption{
	background: #fff;
	font-size: 16px;
	text-align: left;
	padding: 10px 0 0 10px;
}
.team-matches td{
	font-weight: normal;
}
.team-matches .ctxt{
	text-align: center;
    width: 10%;
}
.team-matches .first{
	padding-left: 10px;
    width: 10%;
}
.team-matches .oponent{	
	font-weight: bold;
    text-transform: uppercase;
}
#flower-bg{
	background: url(../gfx/bg/flover-bg.png) no-repeat;
	width: 328px;
	height: 605px;
	position: absolute;
	top: 2660px;
	left: 50%;
	margin-left:-650px;
}



.team-form {
	height: 145px;
}
.team-form li{
	float: left;
	width: 66px;
	height: 145px;
	display: block;
	background: #001603 url(../gfx/bg/team-form-list.png) no-repeat 46px 0;
	position: relative;
}
.team-form li.score-box{
	background: none;
	color: #fff;
	width: 80px;
	padding: 10px 15px 0 0;
}
.team-form li.score-box p{
	width: 80px;
	text-align: right;
	font-size: 14px;
	margin: 0 0 17px 0;
	font-weight: bold;

}
.team-form li.last{
	background: #001603;
	width: 46px;
}

.team-match-date {	
    border-top:1px solid #0F2D0E;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	clear: both;
	padding: 0 0 0 334px;
    margin: 0 0 0 20px;
}
.team-match-date li{
	float: left;
	width: 66px;
	background: #001603 url(../gfx/bg/team-form-list.png) no-repeat 45px 0;
	padding: 10px 0;
	font-weight: bold;
}
.team-match-date li.last{
    border-radius: 0 0 10px 0;
	background: #001603;
	width: 46px;
}
.tabeles{
	margin: 0 0 15px 0;
	overflow: hidden;
}
.match-info{
	
}
.team-name-box{
	float: left;
	color: #95a323;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 20px;
    text-align: right; 
}
.team-name-box .team-name{
	color: #fff;
	font-size: 45px;
}
.team-name-box .team-name + p {
    text-align: right; 
    }

.match-score{
	display: none;
	position: absolute;
	top: -52px;
	left: -53px;
	width: 126px;
	height: 54px;
	background: url(../gfx/bg/match-score-bg.png) no-repeat top left;
	padding: 10px 5px 0 5px;
	z-index: 500;
}
.match-score li{
	background: none;
	width: 60px;
	height: 36px;
	color: #000;
	font-size: 24px;
	text-align: center;
}
.match-score li span{
	display: block;
	font-size: 10px;
	color: #6a782f;
	text-transform: uppercase;
}
.match-score li.semicolon{
	width: 5px;
}
.team-name-box{
	width: 225px;
}
.team-form .point{
	position: absolute;
	display: block;
	width: 23px;
	height: 23px;
	background: url(../gfx/bg/team-form-point.png) no-repeat;
}
.team-form .point .bg {
    background: url(../gfx/bg/team-form-point.png) no-repeat;
	display: block;
	width: 17px;
	height: 17px;
	padding: 6px;
    position:relative;
    z-index: 5; }
.team-form {
	width: 736px;
	float: right;
}
.team-form .point:hover .match-score{
	display: block;
}
.team-form .pos3{
	top: 5px;
}
.team-form .pos2{
	top: 35px;
}
.team-form .pos1{
	top: 70px;
}
.connect-line{
	position: absolute;
	display: block;
	z-index: 1;
}
.less.diff1{
	background: url(../gfx/img_temp/team-list-1.png) no-repeat;
	width: 50px;
	height: 30px;
	left: 24px;
    top: 56px;
}
.grow.diff1{
	background: url(../gfx/img_temp/team-list-6.png) -11px -5px no-repeat;
	width: 50px;
	height: 35px;
	left: 24px;
    top: 56px;
}
.less.diff2{
	background: url(../gfx/img_temp/team-list-2.png) 0 7px no-repeat;
	width: 60px;
	height: 75px;
	left: 22px;
    top: 21px;
}
.grow.diff2{
	background: url(../gfx/img_temp/team-list-4.png) 0 7px no-repeat;
	width: 60px;
	height: 71px;
	left: 14px;
    top: 10px;
}
.less.diff1.p1{
	top: 25px;
}
.grow.diff1.p2{
    top: 18px;
}
.diff{
	background: url(../gfx/img_temp/team-list-5.png) no-repeat;
	width: 50px;
	height: 30px;
	left: 24px;
    top: 57px;
}
.diff{
	
}

.corner-box {
    border-radius: 10px;
    overflow: hidden; }

.main-part h3 a {
    line-height: 18px; }
    
.gallery-foot-part li img {
    border-radius: 5px; }

/* footer part*/
#footer{
	width: 100%;
	padding: 25px 0 50px 0;
	background: #fff;
	clear: both;
	margin: 10px 0 0 0;
	overflow: hidden;
	font-size: 12px;
}
#footer a{
	color: #000;
}
#footer a:hover{
	color: #97a71f;
}
#footer .container {
	width: 994px;
	margin: 0 auto;
}

#footer ul {
	float:left;
    white-space: nowrap;
}
#footer ul li {
	border-left:1px solid #3375b3;
	padding-left:10px;
	margin-left: 10px;
	display: inline;
	list-style:none;
}
#footer ul li:first-child {
	border: 0;
	padding-left: 0;
	margin:0;
}
#footer ul.internal-links {
	padding-right: 150px;
}
#footer ul.internal-links a{
	color: #000;
}
#footer p {
	float:right;
}