@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,latin-ext);

* {
	margin:0 auto;
	padding:0;
	list-style:none;
	text-decoration:none;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	text-align:center;
	background:url(../img/bg.png) top repeat-x #e9e9e9;	
}
#bg-left {
	position:absolute;
	top:98px;
	left:0;
	width:50%;
	height:88px;
	background:url(../img/bg-left.png);
}
#bg-player {
	width:100%;
	overflow:hidden;
	/*background:url(../img/bg-player.png) center top no-repeat;*/
	position:relative;
	z-index:2;
	text-align:center;
}
#container {
	z-index:2;
	text-align:left;
	width:1012px;
	font-size:12px;
	color:#585858;
	position:relative;
	text-align:left;
}
a {
	color:#585858;
}
#top {
	width:1000px;
	height:211px;
	margin:0 6px 1px 6px;
	background:url(../img/top.png);
}
#top h1 {
	position:absolute;
	left:22px;
	top:75px;
	width:276px;
	height:97px;
	overflow:hidden;
	z-index:3;
	background:url(../img/headline.png);
}
#top h1 a{
	float:left;
	width:100%;
	height:100%;
	padding-top:97px;
	text-indent:-9999px;
	font-size:1px;
}
#loginbox {
	position:absolute;
	left:6px;
	top:0;
	width:970px;
	height:47px;
	padding:14px 0 0 30px;
	background:#011b53;
	color:white;
}
#loginbox a{
	color:white;
}
#loginbox ul li{
	float:left;
	padding-right:10px;
}
#loginbox .input{
	width:154px;
	padding-left:45px;
	height:33px;
	background-color:white;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	line-height:33px;
	color:#021848;
	background-position:7px 6px;
	background-repeat:no-repeat;
	float:left;
	margin-right:23px;
	display:inline;
}
#loginbox .input.login{
	background-image:url(../img/loginbox-login.png);
}
#loginbox .input.passwd{
	background-image:url(../img/loginbox-passwd.png);
}
#loginbox .submit, #loginbox .register {
	float:left;
	width:82px;
	height:24px;
	font-size:12px;
	background:#4c6bad;
	margin:5px 13px 0 0;
	display:inline;
	color:white;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor:pointer;
	text-align:center;
	line-height:24px;
}
#loginbox .register {
	background:#f28301;
}
#loginbox p{
	color:white;
	padding-top:10px;
	padding-left:10px;
}
#loginbox p a{
	color:white;
	text-decoration:underline;
}
#menu {
	position:absolute;
	right:10px;
	top:147px;
	width:527px;
	height:61px;
	background:#011b53;
	z-index:3px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#menu li {
	float:left;
	height:61px;
}
#menu li.home {
	background:url(../img/menu-home.png) center no-repeat;
	width:50px;
}
#menu li.home a{
	float:left;
	width:100%;
	height:100%;
	border:none;
}
#menu li.home:hover a, #menu li.home.sfhover a{
	border:none;
}
#menu li a{
	height:59px;
	border-bottom:2px hidden #04c7f3;
	line-height:59px;
	font-size:17px;
	color:white;
	float:left;
	font-family: 'PT Sans', sans-serif;
	padding:0 15px; /*0 5px;*/
	letter-spacing:-0.6px;
}
#menu li:hover a, #menu li.sfhover a{
	color:#04c7f3;
	border-bottom-style:solid;
	border-color:#04c7f3;
}
#menu li ul {
	top:61px;
	padding:4px;
	width:182px;
	background:#132b62;
	opacity:0.95;
	position:absolute;
	display:none;
	z-index:99;
}
#menu li ul li {
	float:left;
	width:180px;
	border:1px #172f64 solid;
	background:#092053;
	border:none;
	height:27px;
	letter-spacing:0;
	margin-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
}
#menu li li a{
	font-size:12px;
	height:27px;
	line-height:27px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	letter-spacing:0;
	padding-left:12px;
	width:168px;
	color:#04c7f3;
}
#menu li ul li a:hover{
	color:white;
}
#menu li:hover li a, #menu li.sfhover li a, #menu li ul li:hover a, #menu li ul li.sfhover a{
	border-bottom-style:none;
}
#content {
	width:1012px;
	overflow:hidden;
	clear:both;
}
#main-news {
	width:1000px;
	margin:0 6px;
	height:224px;
	position:relative;
}
#triggers {
	width:115px;
	height:17px;
	left:275px;
	top:199px;
	z-index:6;
	position:absolute;
}
#triggers li{
	float:left;
	width:17px;
	height:17px;
	cursor:pointer;
	margin-right:4px;
	display:inline;
	background:url(../img/main-news-triggers.png) top;
}
#triggers li.active{
	background-position:bottom;
}
#opacity-mask {
	position:absolute;
	right:0;
	top:0;
	background:url(../img/main-news-opacity.png);
	width:870px;
	height:224px;
	z-index:5;
}
.main-news-inside {
	display:none;
}
.main-news-inside#main-news-1 {
	display:block;
}
.main-news-inside .img {
	position:absolute;
	left:0;
	top:0;
	z-index:4;
}
.main-news-content {
	position:absolute;
	width:563px;
	height:210px;
	top:18px;
	right:23px;
	z-index:6;
}
.main-news-content h2{
	float:left;
	width:510px;
	border-bottom:1px #2f3e5d dashed;
	padding-bottom:8px;
}
.main-news-content h2 a{
	color:#bbcffa;
	font-weight:bold;
	font-size:16px;
}
.main-news-content h2 a:hover{
	text-decoration:underline;
}
.main-news-content p{
	clear:both;
	padding:15px 0 20px 0;
	text-align:justify;
	line-height:20px;
	color:#818fae;
}
.main-news-content .added {
	float:left;
	width:430px;
	padding-left:17px;
	color:#939caf;
}
.main-news-content .added a{
	color:#939caf;
	font-weight:bold;
}
.main-news-content .added a:hover{
	color:white;
}
.main-news-content .read-more {
	float:right;
	background:#4e6db2;
	width:90px;
	height:21px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	color:white;
	text-align:center;
	line-height:21px;
	font-size:11px;
	margin-right:5px;
}
.main-news-content .read-more:hover {
	text-decoration:underline;
}
#news-box {
	width:1006px;
	overflow:hidden;
	padding-top:20px;
}
#news-box .news{
	float:left;
	width:240px;
	margin-left:9px;
	height:314px; /*300px;*/
	margin-bottom:12px;
	display:inline;
}
#news-box .news .img{
	float:left;
	clear:both;
	height:120px;
	width:240px;
	
}
#news-box .news .news-content{
	border:1px #cecece solid;
	background:#fff;
	height:192px;/*178px;*/
	width:238px;
	clear:both;
}
#news-box .news .news-content h4{
	text-align:center;
	padding-top:11px;
	height:50px;
	margin:0 4px 0 4px;
	border-bottom:1px #cecece solid;
	font-size:14px;
	font-weight:normal;
}
#news-box .news .news-content h4 a{
	line-height:20px;
	color:#021849;
	font-weight:bold;
}
#news-box .news .news-content h4 a:hover{
	color:#495777;
	text-decoration:underline;
}
#news-box .news .news-content p{
	text-align:center;
	padding-top:15px;
	height:73px;
	text-align:center;
	line-height:20px;
	padding:15px 4px 0 4px;
}
#news-box .news .news-content .added {
	width:100%;/*226px;*/
	height:39px; /*28px;*/
	background:#f2f2f2;
	line-height:18px;/*28px;*/
	/*padding-left:12px;*/
	font-size:11px;
	padding-top: 3px;/**/
	text-align: center;/**/
}
#news-box .news .news-content .added a{
	font-weight:bold;
}
#news-box .news .news-content .added a:hover{
	color:black;
}
#leftbox {
	float:left;
	width:500px;
	padding-left:12px;
	overflow:hidden;
}
#leftbox .widget {
	float:left;
	width:490px;
	-webkit-box-shadow: 5px 5px 5px 0 #cccccc;
	box-shadow: 5px 5px 5px 0 #cccccc;
	margin:0 11px 13px 0;
}
#leftbox .widget .title{
	border:1px #213a71 solid;
	background:url(../img/leftbox-widget-title.png);
	height:38px;
	padding-left:16px;
	line-height:38px;
}
#leftbox .widget .title h6, #leftbox .widget .title li, #rightbox .widget .title h6{
	font-size:16px;
	font-family: 'PT Sans', sans-serif;
	color:white;
	font-weight:normal;
	float:left;
	padding-right:5px;
}
#leftbox .widget .title li.spacer:hover{
	text-decoration:none;
}
#leftbox .widget .title li{
	cursor:pointer;
}
#leftbox .widget .title li:hover{
	text-decoration:underline;
}
#leftbox .widget .title h6 span, #leftbox .widget .title li span, #rightbox .widget .title h6 span{
	color:#01cffd;
	font-size:16px;
	font-family: 'PT Sans', sans-serif;
}
#rightbox .widget .title h6 span{
	color:#a8efff;
}
#leftbox .widget .content {
	background:white;
	padding:9px 0;
}
#leftbox .widget.match {
	width:239px;
}
#leftbox .widget.match .content {
	background:#f2f2f2;
}
#leftbox .widget#prev-match .content {
	background:url(../img/leftbox-widget-prev-match.png) top no-repeat #fff;
}
#leftbox .widget#next-match .content {
	background:url(../img/leftbox-widget-next-match.png) top no-repeat #fff;
}
.match .content {
	position:relative;
	height:193px;
}
#leftbox .widget.match .crest {
	position:absolute;
	width:70px;
	height:70px;
	top:22px;
	text-align:center;
}
#leftbox .widget.match .crest img {
	max-height:70px;
	max-width:70px;
}
#leftbox .widget.match .crest-home {
	left:32px;
}
#leftbox .widget.match .crest-away {
	right:32px;
}
#leftbox .widget.match .score {
	width:100px;
	position:absolute;
	left:calc(50% - 50px);
	font-size:16px;
	font-weight:bold;
	color:#071d4d;
	top:50px;
	text-align:center;
}
#leftbox .widget.match .info {
	clear:both;
	padding-top:96px;
	text-align:center;
	line-height:26px;
	color:#071d4d;
	padding-bottom:5px;
}
#leftbox .widget.match .info span{
	font-size:14px;
}
#leftbox .widget.match .place {
	clear:both;
	color:white;
	background:#39496b;
	height:41px;
	line-height:19px;
	text-align:center;
	border-top:1px #9aa2b1 solid;
	padding-top: 2px;
}
.score-table {
	width:471px;
	overflow:hidden;
}
.score-table li{
	float:left;
	width:452px;
	margin-bottom:4px;
	height:27px;
	border:1px #dadada solid;
	line-height:27px;
	padding-left:17px;
	background:#eeeeee;
}
.score-table li span{
	float:left;
	height:27px;
	line-height:27px;
}
.score-table li span.col-0{
	width:294px; /*335px;*/
}
.score-table li span.col-1{
	width:46px;
	border-left:1px #dadada solid;
	border-right:1px #dadada solid;
	text-align:center;
}
.score-table li span.col-2{
	width:110px; /*69px;*/
	text-align:center;
}
#leftbox .widget .content.slider-1 {
	display:none;
}
#leftbox .widget .content .more-link {
	width:470px;
	background:#39496b;
	height:27px;
	line-height:27px;
	color:white;
	font-size:12px;
	float:left;
	margin-left:8px;
	display:inline;
	text-align:center;
	margin-bottom:9px;
	border:1px #a2a9b9 solid;
}
#leftbox .widget .content .more-link:hover {
	text-decoration:underline;
}
#rightbox {
	float:right;
	width:490px;
	margin-right:6px;
	display:inline;
}
#rightbox .widget {
	width:490px;
	background:#39496b;
	overflow:hidden;
	-webkit-box-shadow: 4px 4px 4px 0 #cccccc;
	box-shadow: 4px 4px 4px 0 #cccccc;
	margin-bottom:13px;
	
}
#rightbox .widget .title{
	height:40px;
	width:450px;
	background:url(../img/rightbox-widget-title.png);
	padding:0 20px;
	line-height:40px;
}
#rightbox .widget .title .link{
	float:right;
	white-space:nowrap;
	font-size:11px;
	color:#aec4f2;
}
#rightbox .widget .title .link:hover{
	text-decoration:underline;
}
#rightbox .widget .content {
	padding:8px;
	width:472px;
}
#rightbox .widget#other-news .content {
	background:url(../img/rightbox-widget-other-news.png);
	height:190px;
	padding-bottom:0;
}
#rightbox .widget#other-news .content .list li{
	float:left;
	width:442px;
	height:32px;
	margin-bottom:6px;
	line-height:32px;
	background:url(../img/rightbox-widget-other-news-li.png);
	padding:0 15px;
}
#rightbox .widget#other-news .content .list li a{
	float:left;
	color:white;
	font-weight:bold;
}
#rightbox .widget#other-news .content .list li a:hover{
	text-decoration:underline;
}
#rightbox .widget#other-news .content .list li span.date{
	float:right;
	color:#8b97b1;
	font-size:11px;
}
#shoutbox {
	width:100%;
	height:230px;
	overflow:hidden;
	position:relative;
}
#shoutbox ul{
	float:left;
	width:100%;
	overflow:hidden;
}
#shoutbox ul li{
	padding:8px 13px;
	margin-bottom:5px;
	display:inline;
	background:#41537a;
	width:100%;
	float:left;
	width:436px;
}
#shoutbox ul li .added{
	color:white;
	padding-bottom:4px;
}
#shoutbox ul li .added a{
	font-weight:bold;
	color:white;
}
#shoutbox ul li .added a:hover{
	text-decoration:underline;
}
#shoutbox ul li p {
	color:#cdcdcd;
	line-height:18px;
}
#addshout {
	width:455px;
	height:66px;
	padding-top:2px;
}
#addshout .textarea {
	width:324px;
	height:34px;
	float:left;
	border:1px #566482 solid;
	background:#425479;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:15px;
	color:#cdcdcd;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#addshout .submit, #addshout .refresh {
	float:right;
	width:90px;
	height:29px;
	line-height:29px;
	background:#5171b7;
	color:white;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}
#addshout .submit{
	margin-bottom:7px;
	font-weight:bold;
}
#bottom-bar {
	clear:both;
	width:1000px;
	padding:0 0 4px 0;
	background: #39496b url(../img/bottom-bar.png); /* Old browsers */
	background: url(../img/bottom-bar.png), -moz-linear-gradient(top,  #39496b 0%, #2c3a57 100%); /* FF3.6+ */
	background: url(../img/bottom-bar.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39496b), color-stop(100%,#2c3a57)); /* Chrome,Safari4+ */
	background: url(../img/bottom-bar.png), -webkit-linear-gradient(top,  #39496b 0%,#2c3a57 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/bottom-bar.png), -o-linear-gradient(top,  #39496b 0%,#2c3a57 100%); /* Opera 11.10+ */
	background: url(../img/bottom-bar.png), -ms-linear-gradient(top,  #39496b 0%,#2c3a57 100%); /* IE10+ */
	background: url(../img/bottom-bar.png), linear-gradient(to bottom,  #39496b 0%,#2c3a57 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39496b', endColorstr='#2c3a57',GradientType=0 ) url(../img/bottom-bar.png); /* IE6-9 */
	overflow:hidden;
	margin-bottom:7px;
	-webkit-box-shadow: 4px 4px 4px 0 #cccccc;
	box-shadow: 4px 4px 4px 0 #cccccc;
}
#bottom-bar .widget{
	float:left;
	width:250px;
}
#bottom-bar .widget .title {
	width:232px;
	height:37px;
	padding-top:4px;
	line-height:33px;
	border-bottom:1px #4f6aa5 solid;
	padding-left:18px;
}
#bottom-bar .widget .title h6 {
	color:#e4edff;
	font-size:15px;
	font-family: 'PT Sans', sans-serif;
	font-weight:normal;
	float:left;
	white-space:nowrap;
}
#bottom-bar .widget .content {
	padding:8px 6px;
	width:238px;
	overflow:hidden;
	color:white;
}
#bottom-bar .widget#pollbox .content {
	padding-left:10px;
	padding-right:10px;
	width:230px;
}
#bottom-bar .widget .content *{
	color:white;
}
#question {
	color:white;
	font-weight:bold;
	padding-bottom:10px;
}
#bottom-bar .widget#pollbox .content label{
	padding:0 0 15px 5px;
	float:left;
	width:225px;
	color:white;
	font-weight:bold;
}
#bottom-bar .widget#pollbox .content label input{
	vertical-align:middle;
}
#bottom-bar .widget#pollbox .content .submit, #bottom-bar .widget#pollbox .content #results {
	float:left;
	color:white;
	font-weight:bold;
	width:105px;
	height:23px;
	background:#4965a1;
}
#bottom-bar .widget#pollbox .content #results {
	float:right;
	text-align:center;
	line-height:23px;
	font-weight:normal;
}
#bottom-bar .widget .content #man-match {
	width:236px;
	height:35px;
	color:white;
	line-height:35px;
	text-align:center;
	border:1px #4f6aa5 solid;
	margin-top:4px;
}
#bottom-bar .widget .title .more-link {
	float:right;
	color:white;
	font-size:11px;
	margin-right:10px;
}
#bottom-bar .widget .title .more-link:hover {
	text-decoration:underline;
}
#bottom-bar .widget#journalism .content .list {
	width:238px;
	overflow:hidden;
}
#bottom-bar .widget#journalism .content .list li{
	float:left;
	width:216px;
	border:1px #4f6aa5 hidden;
	padding:8px 10px;
	color:white;
}
#bottom-bar .widget#journalism .content .list li a{
	color:white;
	font-size:13px;
}
#bottom-bar .widget#journalism .content .list li:nth-child(2n-1){
	border-style:solid;
	background: #364668; /* Old browsers */
	background: -moz-linear-gradient(top,  #364668 0%, #2c3a59 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#364668), color-stop(100%,#2c3a59)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #364668 0%,#2c3a59 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #364668 0%,#2c3a59 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #364668 0%,#2c3a59 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #364668 0%,#2c3a59 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#364668', endColorstr='#2c3a59',GradientType=0 ); /* IE6-9 */
}
#bottom-bar .widget#journalism .content .list li .added{
	font-size:11px;
}
#bottom-bar .widget#journalism .content .list li .added a{
	font-weight:bold;
	font-size:11px;
}
#bottom-bar .widget#journalism .content .list li .added a:hover{
	text-decoration:underline;
}
#stats {
	line-height:25px;
	color:white;
	width:230px;
}
.break-line {
	width:100%;
	clear:both;
	height:1px;
	font-size:1px;
	background:#4f6aa5;
}
#partnerzy {
	width:1000px;
	overflow:hidden;
	clear:both;
	background: #32497a url(../img/partnerzy_belka.png); /* Old browsers */
	background: url(../img/partnerzy_belka.png), -moz-linear-gradient(top,  #32497a 0%, #25375d 100%); /* FF3.6+ */
	background: url(../img/partnerzy_belka.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32497a), color-stop(100%,#25375d)); /* Chrome,Safari4+ */
	background: url(../img/partnerzy_belka.png), -webkit-linear-gradient(top,  #32497a 0%,#25375d 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/partnerzy_belka.png), -o-linear-gradient(top,  #32497a 0%,#25375d 100%); /* Opera 11.10+ */
	background: url(../img/partnerzy_belka.png), -ms-linear-gradient(top,  #32497a 0%,#25375d 100%); /* IE10+ */
	background: url(../img/partnerzy_belka.png), linear-gradient(to bottom,  #32497a 0%,#25375d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32497a', endColorstr='#25375d',GradientType=0 ); /* IE6-9 */
	padding:12px 0;
	position:relative;
	margin-bottom:8px;
}
#buttons {
	float:right;
	width:908px;
	padding-right:6px;
	overflow:hidden;
}
#buttons ul{
	width:100%;
	overflow:hidden;
}
#buttons ul li{
	float:left;
	padding:7px 6px 7px 7px;
}
#partnerzy .title{
	position:absolute;
	left:6px;
	width:80px;
	top:calc(50% - 20px);
	text-align:center;
}
#partnerzy .title h6{
	font-size:16px;
	color:#cedaf1;
	line-height:20px;
	font-family: 'PT Sans', sans-serif;
	font-weight:normal;
}
#footer {
	width:1000px;
	height:52px;
	background:#334262 url(../img/footer.png);
	margin-bottom:20px;
	padding:5px 0;
	color:#c4d6fd;
}
#footer a {
	color:white;
	font-weight:bold;
}
#footer a:hover{
	color:#c4d6fd;
}
#rights {
	float:left;
	padding-left:30px;
	height:50px;
	line-height:50px;
}
#implementation {
	float:right;
	height:50px;
	line-height:52px;
	padding-right:30px;
}
#searchbox {
	position:absolute;
	right:305px;
	top:115px;
	width:180px;
	height:21px;
	border-bottom:1px #fff solid;
}
#searchbox .submit{
	float:left;
	height:21px;
	width:27px;
	background:url(../img/searchbox-submit.png) center no-repeat;
}
#searchbox .input {
	float:left;
	width:153px;
	height:21px;
	line-height:21px;
	font-size:12px;
	color:white;
	background:none;
}
.news-open {
	width:970px;
	background-color:white;
	padding:5px 15px;
	clear:both;
	overflow:hidden;
}
#news-open-title {
	width:977px;
	height:56px;
	background:url(../img/news-open-title.png);
	padding:18px 0 0 35px;
}
#news-open-title h1 {
	font-size:18px;
	color:#425479;
}
#news-open-title .added {
	padding-left:20px;
	padding-top:5px;
	color:#8a8a8a;
}
#news-open-title .added a {
	color:#8a8a8a;
	font-weight:bold;
}
.news-open-content {
	background-image:url(../img/news-open.png);
	background-position:top;
	background-repeat:no-repeat;
}
.news-open .img{
	float:left;
	margin:15px 15px 8px 0;
	/*margin:0 15px 15px 0;*/
	display:inline;
	border: 1px solid #aaa;
}
.news-open p{
	line-height:24px;
	font-size:14px;
	padding:10px 0;
	text-align:justify;
}
#other-news-open {
	width:336px;
	height:472px;
	background:#455880;
	float:right;
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	margin-right:-15px;
	margin-left:15px;
	display:inline;
	padding:8px 0 0 0;
}
#other-news-open li{
	width:323px;
	height:65px;
	padding:8px 0 0 13px;
	color:white;
	font-size:11px;
	line-height:10px;
}
#other-news-open li .img-2{
	float:left;
	display:inline;
	margin-right:12px;
	width:105px;
	height:59px;
}
#other-news-open li a{
	color:white;
	font-size:12px;
	font-weight:bold;
	line-height:35px;
}
#other-news-open li a:hover{
	text-decoration:underline;
}
#other-news-open li:nth-child(2n){
	background:#3b4d73;
}
#other-news-open li.more-link {
	background:none;
	text-align:center;
	line-height:normal;
}
#other-news-open li.more-link a{
	line-height:normal;
}
.comments-title {
	clear:both;
	width:975px;
	height:32px;
	background:url(../img/comments-title.png);
	line-height:32px;
	font-weight:bold;
	padding-left:25px;
}
.comment {
	width:970px;
	overflow:hidden;
	padding:15px 0;
}
.comment .profile{
	float:left;
	width:62px;
}
.comment .profile .avatar{
	float:left;
	width:50px;
}
.comment .profile .rate{
	float:left;
	clear:both;
	width:50px;
	padding-top:8px;
}
.comment .profile .rate .like{
	float:left;
	padding-left:5px;
}
.comment .profile .rate .dislike{
	float:right;
	padding-right:5px;
}
.comment .profile .rate .result{
	clear:both;
	padding-top:7px;
	font-weight:bold;
	text-align:center;
	float:left;
	width:50px;
}
.comment .com-content {
	float:right;
	width:908px;
}
.comment .com-content .added{
	padding-left:21px;
	padding-bottom:7px;
}
.comment .com-content .added a{
	font-weight:bold;
}
.comment .com-content .added a:hover{
	text-decoration:underline;
}
.comment .com-content .guts {
	border:1px #cfcfcf solid;
	background:#edeff2;
	padding:10px 20px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.comment .com-content .guts p{
	font-size:14px;
	line-height:16px;
	padding:6px 0;	
}
.comment .com-content .reply {
	float:right;
	width:99px;
	height:13px;
	line-height:13px;
	border:1px #cfcfcf solid;
	background:#edeff2;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border-top:none;
	margin-right:15px;
	display:inline;
	text-align:center;
}
.comment .com-content .reply:hover, .load-comments:hover {
	text-decoration:underline;
}
.load-comments {
	width:1000px;
	margin-left:-15px;
	margin-right:-15px;
	color:#0a5476;
	float:left;
	background:#ecf6ff;
	height:46px;
	line-height:46px;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}
.comments-box {
	margin-bottom:15px;
}