/* -------------------------------------------------
	Lista blogow
------------------------------------------------- */
#pojBlogsList{
	padding: 34px 0px 0px 0px;
}

	#pojBlogsList .pojOne{
		float: left;
		width: 165px;
		padding: 0px 25px 0px 0px;
	}
	
	#pojBlogsList .pojOneLast{
		padding: 0px 0px 0px 0px;
	}
	
	#pojBlogsList .pojOneUnactive{
		margin-top: 5px;
	}
	
	#pojBlogsList .pojOneActive{
		background: url(../images/bg_active_bloggers.png) no-repeat 79px 0px;
		padding: 5px 0px 0px 0px;
	}

		#pojBlogsList .pojOneText{
			border-top: 1px solid #cc0033;
			height: 100px;
			padding: 0px 0px 0px 0px;
		}
		
		#pojBlogsList .pojOneActive .pojOneText{
			height: 101px;
			border-top: none;
		}
		
			#pojBlogsList .pojOneText a{
				color: #000;
			}
		
			#pojBlogsList .pojOneText h4{
				width: 165px;
				height: 25px;
				text-indent: -1000em;
				overflow: hidden;
				background-image: url(../images/bloggers_list_texts.png);
			}
			
				#pojBlogsList .pojOneText h4 a{
					display: block;
					width: 165px;
					height: 25px;
				}
			
			#blogListMerryGoRound h4{
				background-position: 0px 0px;
			}
			
			#blogListPisacje h4{
				background-position: -190px 0px;
			}
			
			#blogListKominek h4{
				background-position: -380px 0px;
			}
			
			#blogListStyledigger h4{
				background-position: -570px 0px;
			}
			
			#blogListBabeczkaa h4{
				background-position: -760px 0px;
			}
			
				#blogListMerryGoRound .pojOneActive h4{
					background-position: 0px -25px;
				}
				
				#blogListPisacje .pojOneActive h4{
					background-position: -190px -25px;
				}
				
				#blogListKominek .pojOneActive h4{
					background-position: -380px -25px;
				}
				
				#blogListStyledigger .pojOneActive h4{
					background-position: -570px -25px;
				}
				
				#blogListBabeczkaa .pojOneActive h4{
					background-position: -760px -25px;
				}

		#pojBlogsList .pojOneBtnMore{
			padding: 0px 0px 0px 122px;
		}

			#pojBlogsList .pojOneBtnMore a{
				display: block;
				width: 42px;
				height: 9px;
				background: url(../images/bloggers_list_texts.png) -925px 0px;
			}

			#pojBlogsList .pojOneBtnMore a:hover{
				background-position: -925px -9px;
			}

