/***** TEKSTY *****/
#lyrics{
}
#lyrics .songs_list{
}
#lyrics #tools{
	+height: 60px;
}
#lyrics .songs_list table{
	width: 100%;
	border-collapse: collapse;
}
#lyrics .songs_list table td{
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	text-align: left;
	background: url(../../img/titleBck.gif) bottom left no-repeat #FFFFFB;
	height: 22px;
	border: none;
}
#lyrics .songs_list table div{
	float: left;
}
#lyrics .songs_list table div.title_{
	width: 324px;
	padding-top: 4px;
	padding-left: 18px;
	cursor: pointer;
}
#lyrics .songs_list table div.title_ a{
	width: 324px;
	display: block;
	color: #313131;
	text-decoration: none;
	height: 20px;
}
#lyrics .songs_list table div.title_ a:hover{
	text-decoration: underline;
	color: #C91835;
}
#lyrics .songs_list table div.type1_{
	width: 18px;
	padding-top: 2px;
}
#lyrics .songs_list table div.type2_{
	width: 18px;
	padding-top: 2px;
}
#lyrics .songs_list table div.type3_{
	width: 18px;
	padding-top: 2px;
}
#lyrics .songs_list table div.type4_{
	width: 18px;
	padding-top: 2px;
}
#lyrics .songs_list table div.mp3_{
	width: 25px;
	padding-top: 2px;
}
#lyrics .songs_list table div.video_{
	width: 25px;
	padding-top: 1px;
}
#lyrics .songs_list table div.lyrics_{
	width: 45px;
	padding-top: 2px;
}
#lyrics .songs_list table div.authors_{
	padding-top: 4px;
	width: 196px;
	height: 14px;
	overflow: hidden;
}
#lyrics .songs_list table tr td.last_{
	background-image: none;
}
#lyrics .songs_list table tr.over td{
	background: url(../../img/titleOver.gif) bottom left no-repeat #FFFBEA !important;	
}
#lyrics div.label_{
	padding: 24px 0px 8px 18px;
	clear: both;
	font-size: 11px;
	color: #C91835;
	font-weight: bold;
}


/***** TEKSTY ONE *****/
#lyrics_one{
}
#lyrics_one .date_{
	font-size: 10px;
	padding: 0px 0px 2px 0px;
}
#lyrics_one .title_{
	font-size: 16px;
	font-weight: bold;
	color: #C91835;
	font-family: Tahoma;
	padding: 0px 0px 0px 0px;
	margin: 0;
}
#lyrics_one .text_{
	font-size: 12px;
	line-height: 160%;
	padding: 10px 0px 10px 0px;
}
#lyrics_one .text_ img{
	float: left;
	border: 1px solid #F6CFB8;
	margin: 0px 18px 0px 0px;
}
#lyrics_one .no_text_{
	text-align: center;
	border: 1px solid #F9E5DC;
	height: 160px;
	line-height: 160px;
	text-transform: uppercase;
}