/*
	Plik:	info.css
	Autor:	Patryk Stępniewski
	Data:	12.12.2010
	Opis:	Arkusz stylów stron informacyjnych
	Część serwisu UltraMadonna (www.ultramadonna.com).
	Wszystkie prawa zastrzeżone. All rights reserved.
*/


 /* Radio */
 div#radio {
   position: relative;
   width: 100%;
   height: 600px;
 }

 div#radio_player {
   left: 100px;
   top: 108px;
   position: absolute;
   z-index: 9;
 }
 
 div#logo_radio {
 	background: transparent url({SKIN_MAIN_IMAGE}radio_background.jpg) no-repeat top center;
 	position: absolute;
 	margin: 0;
 	padding: 0;
 	width: 100%;
 	height: 100%;
 	z-index: 8;
 }
 
 div#logo_radio span {
 	color: #000000;
 }
 
 /* Polityka prywatności */
 div#privacy {
   padding: 20px;
   text-align: justify; 
 }

 /* NoAdblock */  
 div#noadblock {
 	margin: 0 auto;
 	text-align: justify;
 	width: 750px;
 }

 /* Ekipa */
 table {
   width: 100%; 	
   clear: both;
 }
        
   table td {
     text-align: left;
     border-bottom: 1px solid #C9C9C9;
   	 padding: 5px;	
   	 width: 50%;
   	 padding-top: 10px;
   	 padding-bottom: 10px;	
   }
        
      table td:hover {
        background-color: #f4f4f4;
      }
        
      table td img {
        float: left;
      	margin-right: 5px;
      	opacity: 0.9;
      	border: 1px solid #B2B2B2;	
	  }
	  
	  table td img:hover {
	    opacity: 1;	
	  }
	  
	  table td span.name {
	  	font-size: 15px;
      }
      
   .textarea_banner {
   	 width: 85%; 
   	 height: 20px;
   }
