@charset "utf-8";
/*
	Plik:	main.css
	Autor:	Patryk Stępniewski
	Data:	18.03.2011
	Opis:	Główny arkusz stylów
	Część serwisu UltraMadonna (www.ultramadonna.com).
	Wszystkie prawa zastrzeżone. All rights reserved.
*/


/* BODY */
body {
  font-family: tahoma, verdana, sans, arial;
  font-size: 13px;
  color: #121212;
  word-wrap: break-word;
}

/* LINKI */
a {
  text-decoration: none;
  font-weight: bold;
  outline: none;
}

a:hover {
  text-decoration: none;
  font-weight: bold;
  outline: none;
}

div#main_content a.nou:hover {
  border-bottom: 0px; 
}

img.alpha {
   opacity: 0.9;
   filter: alpha(opacity = 90);	
   border: 1px solid #B2B2B2;
}
    
 img.alpha:hover {
   opacity: 1.0;
   filter: alpha(opacity = 100);
   border: 1px solid #B2B2B2;	
 }

/* PODSTAWOWE STYLE FORMATOWANIA */
.bold {
  font-weight: bold;
}

h1, h2 {
  display: inline;
  font-size: inherit;
}

/* ŁADOWANIE */
div.loading {
  display: none;
  text-align: center;
}

/* PRZYCISKI */
 .buttons {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    height: 20px;
  }

  .buttons li {
	padding: 0;
	margin: 0;
	float: right;
  }
	
	.buttons li a {
		display: block;
		-moz-outline: 0;
        font-weight: normal;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
	}
		
      div.one_row {
      	clear: both;
      }
      
      div.one_row a {
      	display: block;
      	text-align: justify;
      	padding: 5px;
        background-color: #eaeaea;
      }
      
         div.one_row a:hover {
         	color: #FFFFFF;
         }
         
         div.one_row img {
            vertical-align: middle;	
         }
         
         div.one_row a span.description_link {
         	color: #7D7D7D;
         	font-weight: normal;
         }
         
           div.one_row a:hover span.description_link {
           	 color: #e8e8e8;
           }
           
   /* Przycisk ze zmieniającą się strzałką */   
   div.arrow {
   	 background: transparent url("{SKIN_MAIN_IMAGE}arrow_animated.png") no-repeat scroll 0 0px;
     height: 12px;
   	 width: 12px;
   	 cursor: pointer;
   	 float: left;
   }          
 
/* OBRAZKI */
img {
  border: 0px;	
}

/* NAGŁÓWKI */
.b0, .n0, .g0 {
  font-size: 25px;	
}

.b1, .n1, .g1 {
  font-size: 20px;	
}

.b2, .n2, .n2 {
  font-size: 15px;	
}

.b100, .n100, .n100 {
  font-size: 100%;
}

/* Białe */
.b0, .b1, .b2, .b100 {
  color: #ffffff;
}

/* Kolorowe */
.n0, .n1, .n2, .n100 {
  font-weight: bold;
}

/* Szare */
.g0, .g1, .g2, .g100 {
  color: #8FACB4;
  font-weight: bold;
}

/* WYŚWIETLANIE WIADOMOŚCI */
div.info, div.success, div.warning, div.error {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 55px;
  background-repeat: no-repeat;
  background-position: 10px center;
  font-weight: bold;
}

    div.info {
      color: #00529B;
      border-color: #BDE5F8;
      background-color: #96d8f7;
      background-image: url('{SKIN_MAIN_IMAGE}messages/info.png');
    }

    div.success {
      color: #4F8A10;
      border-color: #DFF2BF;
      background-color: #c8ed89;
      background-image:url('{SKIN_MAIN_IMAGE}messages/success.png');
    }

    div.warning {
      color: #9F6000;
      border-color: #fff6d3;
      background-color: #FEEFB3;
      background-image: url('{SKIN_MAIN_IMAGE}messages/warning.png');
    }

    div.error {
      color: #D8000C;
      border-color: #fddbdb;
      background-color: #FFBABA;
      background-image: url('{SKIN_MAIN_IMAGE}messages/error.png');
    }
    
    div.error a {
      color: #D8000C;
      text-decoration: underline;
    }
    
    		div.info, div.success, div.warning, div.error span {
			  font-size: 15px;
			}
			
/* PAGINATOR */
div.paginator {
  	text-align: center;
  	margin-top: 15px;
  	padding-top: 25px;
  	margin-bottom: 10px;
  	border-top: 1px solid #B2B2B2;
  	line-height: 25px;
  	font-size: 16px;
}   

     div.paginator img {
     	vertical-align: middle; 
     }
     
     div.paginator img.arrow_left {
     	margin-right: 5px;
     }
		
     div.paginator img.arrow_right {
     	margin-left: 5px;
     }
     
     div.paginator span.current {
     	font-size: 20px;
     }
			
/* FORMULARZE */
input.text {
 color: #ffffff;
 margin-bottom: 12px; 
 margin-top: 4px;
 width: 95%; 
 padding: .4em;
 border: solid;
 border-width: 1px;
 font-family: tahoma, verdana, sans, arial;
}

    .input_submit {
      font-weight: bold;
	  text-decoration: none;
	  border-width: 1px;
	  border-style: solid;
	  font-size: 12px;
	  padding: 3px 7px;
	  cursor: pointer;
	  color: #fff;
    }

	.input_submit:hover {
		background: #75507b;
        color: #fff;
	}
	 
	   .input_submit_big, .input_submit_medium {
	      padding: 10px 20px;
	      margin-left: 10px;
	      text-transform: uppercase;
       }
       
       .input_submit_medium {
       	  font-size: 20px;
       }
       
       
       .input_submit_big {
       	  font-size: 25px;
       }
	
	.input_submit.alt {
		color: #fff;
	}
	
		.input_submit.alt:hover {
			background: #303336;
			color: #fff;
		}
   
   input.text_focus {
     border-color: #656d7b;
   }
   
   select, option {
    background: #26292E;
    border: 1px solid #2b2f34;
    color: #dbe0e7;
    margin-top: 2px;
   }
   
   fieldset {
    background-color: #e7e7e7;	
   	padding: 15px 6px;
    text-align: center;
   	border: 0px;
   	margin-top: 6px;
   }	

   textarea, select {
      color: #ffffff;
      font-family: tahoma,verdana,sans,arial;
      font-size: 13px;
   }

    textarea {
	  margin: 0;
      padding: 4px;
    }
    
    select {
      padding: 2px;
      arrow-color: #ffffff;
    }
    
    label {
      font-weight: bold;	
    }
    
/* Pojedyncze pozycje */
ul.listed_menu {
  padding: 0px;
  clear: both;
}
   
    ul.listed_menu li {
      display: inline;
    }
   
    ul.listed_menu li a {
      display: block;
	  font-weight: bold;
	  padding: 8px 3px 8px 3px;
	  text-decoration: none;
	  position: relative;
      cursor: pointer;
      border-bottom: 1px solid #dbdbdb;
	}
			
	ul.listed_menu li a:hover {
	  color: #FFFFFF;
	} 
	   
    ul.listed_menu li.current a {
	  background: #cc0000;
	  color: #FFFFFF;
    }
       
    ul.listed_menu li.current a:hover {
      background: #ef2929;
    }
       
/* Chmurki */   
div.cloud_tip_render {
  position: absolute;
  z-index: 3000;
  border: 1px solid #1e232a;
  background-color: #0f1217;
  padding: 10px;
  opacity: 0.9;
  text-align: justify;
  color: #FFFFFF;
  font-weight: bold;
} 
    
    div.cloud_tip_render span {
      font-size: 14px;
    }
    
 
    /* Karuzela materiałów */
    .carousel .container {
      height: 210px; 
      overflow: hidden; 
      position: relative; 
      padding-bottom: 19px;
    }
    
    .carousel .slides {
      position: absolute; 
      top: 0; 
      left: 0;
    }
    
    .carousel .slides img {
      width: 145px;
      height: 98px;	
    }
    
    .carousel .slides div {
     	position: absolute;
	    top: 0;
	    width: 145px;
   	    height: 225px;
	    display: none;
        border: 1px solid #e7e7e7;
    } 
    
    .carousel .video {
       height: 170px !important;
    }
    
    .carousel .video .slides div {
       height: 180px !important;	
    }

	.carousel .slides dl {
		background-color: #f6f6f6;
		margin: 0;
	    color: #696969;
	    height: 100%;
	}
	
	.carousel .slides dl dd {
		padding: 8px 7px 19px 11px;
		font-size: 11px;
	    margin: 0;
	}
	
	.carousel .slides dl dd.description {
		overflow: hidden;
		border-top: 1px solid #e7e7e7;
		padding: 6px 7px 6px 11px;
	    position: absolute;
	    bottom: 0px;
	    width: 128px;
	}

		.carousel .slides dl dd strong {
			font-size: 12px;
			color: #000000;
			display: block;
		}
		
   .carousel { 
	 position: relative; 
	 clear: both;
   }
   
   .carousel ul.pagination { 
     list-style: none outside none !important;
	 margin: 0 auto;
	 width: 140px;
	 padding-top: 10px;
   }
   
   .carousel ul.pagination li  { 
     float: left; 
     padding-left: 4px;
   }
   
   .carousel ul.pagination li a {
	 float: left;
	 width: 15px;
	 height: 15px;
	 background: url({SKIN_MAIN_IMAGE}buttons/bull1.gif) no-repeat 0 0;
	 text-decoration: none;
	 text-indent: -9999em;
   }
   
   .carousel ul.pagination li a:hover {
	 text-decoration:none;
	 border-bottom: 0px !important;
	 background:url({SKIN_MAIN_IMAGE}buttons/bull2.gif) no-repeat 0 0;
   }
   
   .carousel ul.pagination li.active a {
     text-decoration:none;
   	 border-bottom: 0px !important;
   	 background:url({SKIN_MAIN_IMAGE}buttons/bull2.gif) no-repeat 0 0;
   }

   .carousel .navigation {
	 clear: both;
	 margin-top: 10px;
   }  

   .previous {
	 float: left;
	 width: 31px;
	 height: 31px;
	 background: url({SKIN_MAIN_IMAGE}buttons/prev_button.gif) no-repeat 0 0;
     position: absolute;
	 left: 0;
   }
   
   .next {
	 float:left;
 	 width:31px;
   	 height:31px;
	 background:url({SKIN_MAIN_IMAGE}buttons/next_button.gif) no-repeat 0 0;
	 position: absolute;
	 right: 0;
   }
    	

      /* TYTUŁY */
      .title_box, .title_box_mini {
      	float: left;
      	font-weight: bold;
      	letter-spacing: -1px;
        border: 0px;
        font-family: tahoma, verdana, sans, arial;
	    text-transform: uppercase;
	    width: 100%;
      }

      .title_box {
      	font-size: 31px;
      	line-height: 40px;
      }
      
      .title_box_mini {
      	font-size: 22px !important;
      	line-height: 38px !important;
      }
      
      .right_header {
      	 border: 0 !important;
         border-bottom: 1px solid #B2B2B2;
         font-weight: bold;
         padding: 10px;
         margin-bottom: 2px;
      }
      
      .right_header a {
         color: #FFFFFF !important;	
      }

     
  /* REKLAMY */
  /* Reklama kwadratowa */
  div.ads_box {
    width: 100%;
  	text-align: center;
  	margin-top: 30px;
  	margin-bottom: 20px;
  	padding-top: 30px;
  	padding-bottom: 30px;
  	border-bottom: 1px solid #B2B2B2;	
  	border-top: 1px solid #B2B2B2;	
  	clear: both;
  	background-color: #FFFFFF;
  }   
  
  /* Reklama pod paginatorem */
  div.ads_under {
  	border-top: 1px solid #B2B2B2;
  	padding-top: 10px;
    margin-top: 15px;
  }  
  
  /* Reklama pionowa */
  div.right_box_content {
  	  width: 160px;
  	  margin-left: 20px;
  	  margin-right: 20px;
  	  float: left;
  	  background-color: #FFFFFF;
  }
