/*************************************
*****  STYLE SAGE DLA REFERENCJI *****
*************************************/

div#SageReferencjeBOX {
	width: 500px;
	display: table;
	}
	div#SageReferencjeBOX p{
		float:left;
		width:154px;
		height:140px;
		font: lighter 10px tahoma;
		color: white;
		border: 1px solid #eee;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
		border-radius: 5px;
		text-align: center ;
		margin:5px;
		overflow: hidden;
		}
	
		div#SageReferencjeBOX  p img{
			margin: 20px 0 0 0;
			}
		div#SageReferencjeBOX a{
			color: #666;
			text-transform: uppercase;
			text-decoration: none;
			}
			div#SageReferencjeBOX a:hover{
			/*	text-decoration: underline; */
				}
				
/*************************************
*** END: STYLE SAGE DLA REFERENCJI ***
*************************************/



/*******************************	
*** SAGE STYLE - PUNKTOWANIE *** 
*******************************/


#sage-style ul{
	margin: 0;
	padding: 0;
	}
#sage-style li{
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;
	}

#sage-style td{
	border: none;
	}


