/*
	Plik:	index.css
	Autor:	Patryk Stępniewski
	Data:	19.08.2010
	Opis:	Arkusz stylów indexu
	Część serwisu MadMadness.pl (www.madmadness.pl).
	Wszystkie prawa zastrzeżone. All rights reserved.
*/


  /* Lewa część kontenera */
  div.left_part {
  	float: left;
  	width: 300px;
  	background-color: #FFFFFF;
  	padding: 15px;
  	padding-top: 20px;
  	padding-bottom: 20px;
  }
  
  /* Prawa część kontenera */
  div.right_part {
  	float: right;
  	width: 630px;
  	background-color: #e7e7e7;
  	padding-top: 20px;
  	padding-bottom: 20px;
  }
  
  /* Poprawki do kontenera głównego */
  div#content {
    padding-top: 0px !important;
  	padding-bottom: 0px !important;	
  }
  
  /* Tytuł kontenera */
  div.title_box, div.title_box_mini {
    width: 100%;
  	overflow: hidden;	
  	text-transform: uppercase;	
  }
  
  div.title_box a, div.title_box_mini a {
  	border-bottom: 0px !important;
  }
  
  div.title_box {
  	font-size: 27px;
  }
  
  div.title_box_mini {
  	font-size: 23px;
  	margin-top: 20px;
  }
  
  div.title_box_underline {
  	width: 600px !important;
  	padding-left: 15px;
  	padding-right: 15px;	
  }
  
  /* RSS */
  div.title_box img.rss {
     float: right;
     margin-top: 6px;
  	 margin-left: 6px;
  	 width: 27px;
  	 height: 27px;
  }
  
  /* Kontener pod tytułem */
  div.box_content {
  	padding: 15px;
  	clear: both;
  }
  
  /* Kontener pojedynczego newsa */
  div.one_news {
    clear: both;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c9c9c9;
  }
  
         div.date_author {
         	font-size: 10px;
         	color: #5c5c5c;
         	display: block;
         	margin-top: 3px;
         }
         
          div.author_details a {
	         color: #5c5c5c;
	       	 font-weight: normal;
          }
  
  /* Tytuły newsów */
  a.news_title {
	font-size: 19px;
	line-height: 19px;
	font-weight: bold;
	margin-bottom: 18px;
    text-decoration: none;
  }
	
	a.news_title:hover {
		color: #fff;
		border-bottom: 0px !important;
	}
	
	     /* Treść newsa */
         div.news_content {
           text-align: justify;
           margin-top: 10px;
           margin-bottom: 10px;		
         }
         
         div.read_more {
         	text-align: right;
         }
         	   
	/* Alarm o zbliżającej się premierze */
    span.alarm_premiere {
      display: block;
      width: 100%;
      text-align: center;
    }   
    
    /* Piosenka dnia */
    div.song_day {
      background-color: #E7E7E7;
      color: #696969;	
      clear: both;
      padding: 10px;
      position: relative;
    }
    
    div.song_day a.title_song {
      font-size: 16px;
    }
    
    div.song_day .song_listen {
      display: inline;
      position: absolute;	
      right: 0;
      margin-right: 10px;
      bottom: 0;
      margin-bottom: 5px;
    }
    
    div.song_day .stop {
          display: none;	
    }
    
	/* Sklep na głównej */ 
    div.carousel .shop {
      height: 257px !important;	
    }
    
    div.carousel .shop img {
      height: 145px;
    }
    
    div.carousel .shop .slides div {
      height: 272px !important;	
    }
    
    span.old_price {
      color: #636563;
      text-decoration: line-through;
      font-weight: bold;
    }
    
    span.current_price {
      color: #D80004;
      font-size: 15px;	
      font-weight: bold;
    }
    
    span.percent_sale {
      color: #159413;
      font-size: 14px;
      font-weight: bold;
    }
    
    /* Reklamy */
	div.left_part div.ads_kwadrat {   
      text-align: center;
    }
    
    div.ads_pudlo {
      clear: both;
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center;
    }