/*   Inne style */
.page {
	color: #000;
}

.page a.more {
	background: url(../img/underline.gif) bottom no-repeat;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.page a.more:hover {
	color: #0c0a0b;
}
#middle-relations a.more {
	background: url(../img/underline2.gif) bottom no-repeat;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #fff;
}
#middle-relations a.more:hover {
	color: #888;
}
.mecze {
	display: block;
}
.mecze li {
	height: 15px;
	display: block;
	padding: 10px 10px;
	width: 350px;
	clear: both;
	background: url(../img/scores-bg1.jpg) top no-repeat;
}
.mecze li.dark {
	background: url(../img/scores-bg2.jpg) top no-repeat;
}
.mecze span {
	display: block;
}
.mecze .win {
    color: green;
    display: inline;
}

.mecze .lose {
    color: red;
    display: inline;
}
.mecze .club1 {
	float: left;
	color: #222;
	width: 130px;
	padding-left: 10px;
}
.mecze .vs {
	float: left;
	height: 16px;
	width: 20px;
	background: url(../img/vs.jpg) center center no-repeat;
}
.mecze .club2 {
	float: left;
	color: #222;
	width: 130px;
	padding-left: 10px;
}
.mecze .score, {
	float: right;
	color: #888;
}
.mecze .score, {
	float: right;
	color: #222;
}
.mecze .live {
	font-weight: bold;
	color: #720505;
}
.mecze .today {
	color: #222;
}

.mecze-head {
	background: url(../img/score-head-bg.jpg) center center no-repeat;
	font-weight: normal;
	text-align: center;
	font-size: 120%;
	width: 127px;
	height: 40px;
	padding: 5px 0px;
	float: left;
}
.comment h6 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
.comment span {
	margin-right: 20px;
}
.comment {
	background: url(../img/txt-bg.jpg) 0 100% no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	padding-bottom: 20px;
	font-size: 110%;
	width: 100%;
}
.comment p {
	float: left;
}
.comment img {
	border: 1px solid #8F8F8F;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
