UL.oferty {
	
	width: 100%;
	
	list-style: none;
	
	margin: 0px;
	padding: 0px;
	
}

	UL.oferty > LI {
		
		width: 100%;
		height: 40px;
		
		margin-top: 10px;
		
	}
	
		UL.oferty > LI > A {
			
			display: inline-block;
			
			width: 100%;
			height: 40px;
			
			background: #eeeeee;
			border: solid 1px #eeeeee;
			border-radius: 10px;
			
			text-decoration: none;
			
			padding: 3px;
			
		}
	
		UL.oferty > LI > A:hover {
			
			background: rgb(35, 101, 188);
			
		}
	
			UL.oferty > LI > A > DIV.ikona {
				
				display: inline-block;
				
				width: 32px;
				height: 32px;
				
			}
		
			UL.oferty > LI > A > DIV.nazwa {
			
				display: inline-block;
				
				height: 32px;
				
				line-height: 32px;
				font-size: 13px;
				font-weight: bold;
				color: rgb(0, 0, 0);
				
				padding: 0px 10px;
			
			}
			
			UL.oferty > LI > A:hover > DIV.nazwa {
			
				color: #ffffff;
			
			}