@font-face {
	
font-family: "righteous-regular-webfont";
src: url("css/fonts/righteous-regular-webfont.eot");
src: url("css/fonts/righteous-regular-webfont.woff") format("woff"),
url("css/fonts/righteous-regular-webfont.otf") format("opentype"),
url("css/fonts/righteous-regular-webfont.svg#filename") format("svg");
}

@font-face {
	
font-family: "TitilliumWeb-Regular";
src: url("css/fonts/titilliumweb-regular-webfont.eot");
src: url("css/fonts/titilliumweb-regular-webfont.woff") format("woff"),
url("css/fonts/titilliumweb-regular-webfont.otf") format("opentype"),
url("css/fonts/titilliumweb-regular-webfont.svg#filename") format("svg");
}


@font-face {
	
font-family: "Roboto-Regular.ttf";
src: url("css/fonts/Roboto-Regular.ttf");
src: url("css/fonts/Roboto-Regular.ttf") format("truetype"),
url("css/fonts/Roboto-Regular.ttf") format("truetype");
}



@font-face {
    /* 1. Nazwa, której będziesz używał w CSS (np. w selektorze 'body') */
    font-family: 'Neometric'; 
    
    /* 2. Ścieżka do pliku czcionki. Dostosuj ją do swojej struktury folderów! */
    src: url('css/fonts/Neometric-Medium.otf') format('opentype'); 
    
    /* 3. Opcjonalne: Ustalenie wagi i stylu, jeśli masz tylko jeden plik czcionki */
    font-weight: 500; /* 'Medium' często odpowiada wadze 500 */
    font-style: normal;
    
    /* 4. Opcjonalne: Wartość FONT-DISPLAY jest zalecana dla optymalizacji */
    font-display: swap; 
}

@font-face {
	
font-family: "childrenbookkids";
src: url("css/fonts/childrenbookkids.ttf");
src: url("css/fonts/childrenbookkids.woff") format("woff"),
url("css/fonts/childrenbookkids.otf") format("opentype"),
url("css/fonts/childrenbookkids.svg#filename") format("svg");
}

@font-face {
	
font-family: "avantgardemditc";
src: url("css/fonts/avantgardemditc-bold-webfont.ttf");
src: url("css/fonts/avantgardemditc-bold-webfont.woff") format("woff"),
url("css/fonts/avantgardemditc-bold-webfont.otf") format("opentype"),
url("css/fonts/avantgardemditc-bold-webfont.svg#filename") format("svg");
}

pre {
    font-family: "Tahoma", Consolas, monospace;
    font-size: 16px;
    line-height: 1.4;
}

.toggle-checkbox {
    display: none; /* checkbox jest ukryty */
}

/* styl przycisku */
.toggle-label {
    display: inline-block;
    cursor: pointer;
    width: 80;
    font-size: 18px;
    padding: 12px 12px;
    background-color: #000000;    /* tło przycisku */
    color: #fff;               /* kolor tekstu */
    border-radius: 4px;        /* opcjonalnie zaokrąglone rogi */
    text-align: center;
    font-weight: bold;
    transition: background 0.3s; /* płynna zmiana tła przy hover */
}

/* efekt najechania myszką */
.toggle-label:hover {
    background-color: #3f3f3f;  /* ciemniejsze tło przy hover */
}

/* ukryta zawartość */
.toggle-content {
    display: none;
    margin-top: 6px;
    padding: 6px;
    background: rgba(0,0,0,0.1); /* tło zawartości */
    color: #ddd;                  /* kolor tekstu zawartości */
    border-radius: 4px;
}

/* pokazanie zawartości po zaznaczeniu checkboxa */
.toggle-checkbox:checked + .toggle-label + .toggle-content {
    display: block;
}

a:active { border: none !important; } 

.post img {
margin:8px;
padding:0;
border:0px;
}

::-webkit-scrollbar { 
height: 5px; 
width: 11px; 
background-color: #000000;
}

::-webkit-scrollbar-thumb {
background: #333333;
-webkit-border-radius: 5px;
height: 50px;
}

video::-webkit-media-controls-fullscreen-button
{
        display: none !important;
	
}

video { outline: none; }


.kropki {
    top: -5px;
    position: relative;
}



audio {
    filter: invert(100%);
    width: 330px;
    height: 30px;
	outline: none; 
}

player {
 width: 50%;
}​

::-webkit-scrollbar-track {
background-color: inherit;
}

hr {
 border-top: 1px dashed #808080;
}


a.Player { 
    display:block; 
    width: 320px; 
    height:240px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:0px solid #999; 
} 
 
/* play button */ 
a.Player img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.Player:hover { 
    border:0px solid #000; 
}



input { border: 1px solid #7D7D7D;  background: #3C3C3C;  color: Silver;  font: Verdana;    }

textarea {
	 border: 1px solid #7D7D7D;  background: #3C3C3C;  color: Silver; font: Verdana; 
}

border {
	border: #181818;
	border-bottom-style: dotted;
}


BODY  {
	font-family : TitilliumWeb-Regular;
	font-size : 14px;
	}


A.menu_prawe {
	color : Silver;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 16;
	font-weight: bold;

}
A:Hover.menu_prawe  {
	color : Orange;
	font-family : TitilliumWeb-Regular;
	font-size : 16px;
	font-weight: bold;

}

A.menu_gora {
	color : #ad6e00;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 30;
	font-weight: bold;
    text-transform: uppercase;
	text-shadow: 3px 3px #000000;
}
A:Hover.menu_gora  {
	color : Silver;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 30;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 3px 3px #000000;
}

A.menu_gora_arts {
	color : Gray;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 30;
	font-weight: bold;
    text-transform: uppercase;
	text-shadow: 3px 3px #000000;
}
A:Hover.menu_gora_arts  {
	color : #ad6e00;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 30;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 3px 3px #000000;
}


A.menu_gora_blog2 {
	color : #ad6e00;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 18;
	font-weight: bold;
    text-transform: uppercase;
	text-shadow: 3px 3px #000000;
}
A:Hover.menu_gora_blog2  {
	color : Silver;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 18;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 3px 3px #000000;
}

A.menu_gora_slownik1 {
	color : #ad6e00;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 18;
	text-shadow: 3px 3px #000000;
}
A:Hover.menu_gora_slownik1  {
	color : Silver;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 18;
	text-shadow: 3px 3px #000000;
}

A.menu_gora_blog {
	color : White;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 30;
	font-weight: bold;
    text-transform: uppercase;
	text-shadow: 3px 3px #000000;
}
A:Hover.menu_gora_blog  {
	color : #ad6e00;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 30;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 3px 3px #000000;
}

A.menu_movie {
	color : Silver;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 22;
	font-weight: bold;
    text-transform: uppercase;
	text-shadow: 3px 3px #000000;
}
A:Hover.menu_movie  {
	color : #ad6e00;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 22;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 3px 3px #000000;
}

A.menu_links {
	color : Silver;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 22;
	font-weight: bold;
	text-shadow: 3px 3px #000000;
}
A:Hover.menu_links  {
	color : #ad6e00;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 22;
	text-shadow: 3px 3px #000000;
}

A.menu_links_links {
	color : Silver;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 22;
	text-shadow: 3px 3px #000000;
}
A:Hover.menu_links_links  {
	color : #ad6e00;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 22;
	text-shadow: 3px 3px #000000;
}

A.menu_links_muza {
	color : #ad6e00;
	text-decoration : none;
	font-family : Tahoma;

	text-transform: uppercase;
	font-size : 24;
	text-shadow: 3px 3px #000000;
}
A:Hover.menu_links_muza  {
	color : Silver;
	text-decoration : none;

	text-transform: uppercase;
	font-family : Tahoma;
	font-size : 24;
	text-shadow: 3px 3px #000000;
}


A.menu_links_setup {
	color : Silver;
	text-decoration : none;
	font : 24px TitilliumWeb-Regular;

	text-shadow: 3px 3px #000000;
}
A:Hover.menu_links_setup  {
	color : #ad6e00;
	text-decoration : none;
	font : 24px TitilliumWeb-Regular;
	text-shadow: 3px 3px #000000;
}



A.menu_links_beh {
	color : #ad6e00;
	text-decoration : none;
	font : 18px Tahoma;

	text-shadow: 3px 3px #000000;
}
A:Hover.menu_links_beh  {
	color :Silver ;
	text-decoration : none;
	font : 18px Tahoma;
	text-shadow: 3px 3px #000000;
}

A.menu_screampark {
	color : Orange;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-weight: bold;
	font-size : 18;

}
A:Hover.menu_screampark  {
	color : Silver;
	font-family : TitilliumWeb-Regular;
	font-weight: bold;
	font-size : 18px;

}

A.menu_title {
	color : Silver;
	text-decoration : none;


}
A:Hover.menu_title  {
	color : Silver;
	text-decoration : none;

}

A.menu_prawe242 {
	color : Orange ;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 12;

}
A:Hover.menu_prawe242  {
	color : Silver;
	font-family : TitilliumWeb-Regular;
	font-size : 12px;

}

A.menu_stuff2 {
	color : Orange ;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 12;

}
A:Hover.menu_stuff2  {
	color : Black;
	font-family : TitilliumWeb-Regular;
	font-size : 12px;

}

A.menu_tour_info{
	color : Orange ;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 44;

	text-shadow: 2px 2px #000000;
	font-weight: bold;
}
A:Hover.menu_tour_info{
	color : Silver;
	font-family : TitilliumWeb-Regular;
	font-size : 44px;

	text-shadow: 2px 2px #000000;
    font-weight: bold;
}

A.menu_tour_info2{
	color : Orange;
	text-decoration : none;
    font-family : righteous-regular-webfont;
	font-size : 84px;
	text-shadow: 2px 2px #000000;
}

A:Hover.menu_tour_info2{
	color : White;
		text-decoration : none;
	font-family : righteous-regular-webfont;
	font-size : 84px;
  text-shadow: 2px 2px #000000;
}

A.menu_update{
	color : Orange ;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 12;
	font-weight: bold;
}
A:Hover.menu_update{
	color : Silver;
	font-family : TitilliumWeb-Regular;
	font-size : 12px;
	font-weight: bold;
}


A.menu_prawe2 {
	color : Gray;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 11;

}
A:Hover.menu_prawe2  {
	color : Orange;
	font-family : TitilliumWeb-Regular;
	font-size : 11px;

}

A.menu_hq {
	color : #c66300;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 14;

}
A:Hover.menu_hq  {
	color : Silver;
	font-family : TitilliumWeb-Regular;
	font-size : 14px;

}

A.menu_wyw {
	color : White;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 16;



}
A:Hover.menu_wyw  {
	color : Orange;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 16;

}


A.menu_dziady {
	color : Orange;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 16;



}
A:Hover.menu_dziady  {
	color : White;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 16;

}

A.menu_dziady0 {
	color : Orange;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 12;



}
A:Hover.menu_dziady0  {
	color : White;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 12;

}

A.menu_dziady2 {
	color : Orange;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 18;



}
A:Hover.menu_dziady2  {
	color : White;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 18;

}

A.menu_dziady_ferrari {
	color : White;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 18;



}
A:Hover.menu_dziady_ferrari  {
	color : Orange;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 18;

}

A.menu_dziady3 {
	color : Orange;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 20;

}


A:Hover.menu_dziady3  {
	color : White;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 20;

}

A.menu_dziady4 {
	color : Orange;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 22;

}


A:Hover.menu_dziady4 {
	color : White;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 22;

}

A.menu_dziady5 {
	color : Orange;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 24;

}


A:Hover.menu_dziady5  {
	color : White;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 24;

}


A.menu_slownik {
	color : White;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 16;



}
A:Hover.menu_slownik  {
	color : Orange;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 16;

}

A.menu_blg {
	color : White;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 16;



}
A:Hover.menu_blg  {
	color : Orange;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 16;

}

A.menu_cool {
	color : Orange;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 14;



}
A:Hover.menu_cool  {
	color : White;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 14;

}

A.menu_blink {
	color : White;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 20;



}
A:Hover.menu_blink  {
	color : Orange;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 20;

}

A.menu_bootleg{
	color : White;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 12;

}
A:Hover.menu_bootleg  {
	color : Orange;
	font-family : TitilliumWeb-Regular;
	font-size : 12px;

}

A.menu_bootleg1{
	color : White;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 14px;

}
A:Hover.menu_bootleg1  {
	color : Orange;
	font-family : TitilliumWeb-Regular;
	font-size : 14px;

}

A.menu_filmy {
	color : #bcbcbc;
	text-decoration : none;
	font-family : Verdana;
	font-size : 13;
	font-style : italic;
	font-weight : bold;
}
A:Hover.menu_filmy  {
	color : #757575;
	font-family : Verdana;
	font-size : 13px;
	font-style : italic;
	font-weight : bold;
}

A.menu_plyty {
	color : #bcbcbc;
	text-decoration : none;
	font-family : Verdana;
	font-size : 13;
	font-style : italic;
	font-weight : bold;
}
A:Hover.menu_plyty  {
	color : Orange;
	font-family : Verdana;
	font-size : 13px;
	font-style : italic;
	font-weight : bold;
}

A.menu_photos {
	color : Orange;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 22;
	font-weight : bold;
}
A:Hover.menu_photos  {
	color : #757575;
	font-family : TitilliumWeb-Regular;
	font-size : 22px;
	font-weight : bold;
}

A.menu_photos_doom {
	color : Orange;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 22;
	font-weight : bold;
}
A:Hover.menu_photos_doom  {
	color : #757575;
	font-family : Tahoma;
	font-size : 22px;
	font-weight : bold;
}

A.menu_fft {
	color : Orange;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 14;
	font-weight : bold;
}
A:Hover.menu_fft  {
	color : #757575;
	font-family : TitilliumWeb-Regular;
	font-size : 14px;
	font-weight : bold;
}

A.menu_fft_nazwa { 
	color : White;
	text-decoration : none;
	font-family : childrenbookkids; 
	font-size : 55;
			text-shadow: 3px 3px #000000;

}
A:Hover.menu_fft_nazwa  {
	color : Orange;
	font-family : childrenbookkids;
	font-size : 55px;
			text-shadow: 3px 3px #000000;

}

A.menu_vidlinks {
	color : Orange;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 14;
	font-weight : bold;
}
A:Hover.menu_vidlinks  {
	color : #757575;
	font-family : TitilliumWeb-Regular;
	font-size : 14px;
	font-weight : bold;
}

A.menu_filmy2 {
	color : #ffffff;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 14;
	letter-spacing: 1px;

}

A:Hover.menu_filmy2  {
color : #ff8c00;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 14;
	letter-spacing: 1px;

}

A.menu_cior {
	color : #ffffff;
	text-decoration : none;
	font-family : Verdana;
	font-size : 18;
	letter-spacing: 1px;

}

A:Hover.menu_cior  {
color : #ff8c00;
	text-decoration : none;
	font-family : Verdana;
	font-size : 18;
	letter-spacing: 1px;

}

A.wywiady {
	color : Orange;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 11;
	letter-spacing: 1px;

}

A:Hover.wywiady  {
color : #ff8c00;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 11;
	letter-spacing: 1px;

}
A.wywiady1 {
	color : #ffffff;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 11;
	letter-spacing: 1px;

}

A:Hover.wywiady1  {
color : #ff8c00;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 11;
	letter-spacing: 1px;

}

A.wywiady2 {
	color : #ffffff;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 14;


}

A:Hover.wywiady2  {
color : #ff8c00;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 14;


}



A.menu_movie {
	color : orange;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 14;
	font-weight: bold;
}
A:Hover.menu_movie  {
	color : White;
	font-family : TitilliumWeb-Regular;
	font-size : 14px;

}

A.menu_sp {
	color : #d0d0d0;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 13;

}
A:Hover.menu_sp  {
	color : #ff8c00;
	font-family : TitilliumWeb-Regular;
	font-size : 13px;

}



A.dark-drone {
	color : #ff8c00;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 16;

}
A:Hover.dark-drone  {
	color : #666666;
	font-family : TitilliumWeb-Regular;
	font-size : 16px;

}


A.menu_spotify {
	color : green;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 13;

}
A:Hover.menu_spotify  {
	color : #ff8c00;
	font-family : TitilliumWeb-Regular;
	font-size : 13px;

}

A.menu_rfactor {
	color : orange;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 19;

}
A:Hover.menu_rfactor  {
	color : #d0d0d0;
	font-family : TitilliumWeb-Regular;
	font-size : 19px;

}

A.menu_sp2 {
	color : White;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 16;
	font-weight: bold;

}
A:Hover.menu_sp2  {
	color : orange;
	font-family : TitilliumWeb-Regular;
	font-size : 16px;
	font-weight: bold;

}


A.menu_bootdat {
	color : #dadada; 
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 16;
		text-shadow: 3px 3px #000000;

}
A:Hover.menu_bootdat  {
	color : #ff8c00;
	font-family : TitilliumWeb-Regular;
	font-size : 16px;
		text-shadow: 3px 3px #000000;

}

A.menu_linki {
	color : #dadada;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 15;
		text-shadow: 3px 3px #000000;
}
A:Hover.menu_linki  { 
	color : #ff8c00;
	font-family : TitilliumWeb-Regular;
	font-size : 15px;
		text-shadow: 3px 3px #000000;
}

A.menu_bootdat22 {
	color : #dadada;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 18px;

}
A:Hover.menu_bootdat22  {
	color : #ff8c00;
	font-family : TitilliumWeb-Regular;
	font-size : 18px;

}

A.menu_alan {
	color : Orange;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 18px;
}

A:Hover.menu_alan  {
	color : White;
	font-family : TitilliumWeb-Regular;
	font-size : 18px;
}

A.menu_bootdat212 {
	color : #dadada;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 16px;

}
A:Hover.menu_bootdat212  {
	color : #ff8c00;
	font-family : TitilliumWeb-Regular;
	font-size : 16px;

}

A.menu_polite {
	color : #dadada;
	text-decoration : none;
	font : 16px "Arial";

}
A:Hover.menu_polite  {
	color : #ff8c00;
	font : 16px "Arial";

}

A.menu_bootdat2 {
	color : White;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size :20;


}
A:Hover.menu_bootdat2  {
	color : Orange;
	font-family : TitilliumWeb-Regular;
	font-size : 20px;


}

A.menu_db2 {
	color : #dadada;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 22;


}
A:Hover.menu_db2  {
	color : #ff8c00;
	font-family : TitilliumWeb-Regular;
	font-size : 22px;

}

A.menu_db {
	color : #dadada;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 16;
    text-shadow: 2px 2px #000000;


}
A:Hover.menu_db  {
	color : #ff8c00;
	font-family : TitilliumWeb-Regular;
	font-size : 16px;
	    text-shadow: 2px 2px #000000;

}

A.menu_top {
	color : #ff8c00;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 18px;

}
A:Hover.menu_top  {
	color : #dadada;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 18px;

}


A.gamingaccess {
	color : Silver;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 16;
	margin-left : 3;
	margin-right : 1;
}
A:Hover.gamingaccess  {
	color : White;
	font-family : TitilliumWeb-Regular;
	font-size : 16;
	margin-left : 3;
	margin-right : 1;
}

A.ks {
	color : orange;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 10;
	margin-left : 3;
	margin-right : 1;
}
A:Hover.ks  {
	color : White;
	font-family : TitilliumWeb-Regular;
	font-size : 10;
	margin-left : 3;
	margin-right : 1;
}



TD.bootleg7 {
	border: 3px dotted; 
    color : #c1c1c1;
	font : 13px TitilliumWeb-Regular;
	text-align : Center;
	margin-left : 5px;
	margin-right : 5px;
	text-decoration: none;
	line-height: 35px;
	font-weight: bold;
}


TD.sample {
	border: 0px dotted; 
    color : #c1c1c1;
	font : 16px TitilliumWeb-Regular;
	text-align : left;
	border-color: #4c4c4c;
	line-height: 18px;
	word-spacing: 1px;
	border-radius:14px;
    -moz-border-radius:14px;
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.896796218487395) 0%, rgba(0,0,0,0.577468487394958) 67%, rgba(0,0,0,0) 100%);


}





TD.blog {
	border: 1px dotted; 
    color : #c1c1c1;
	font : 22px TitilliumWeb-Regular;
	text-align : Left;
	border-color: #4c4c4c;
	padding-left: 30px;
	line-height: 32px;
	word-spacing: 1px;
	border-radius:14px;
    -moz-border-radius:14px;
	background-image: url(images/setup.png);
}

TD.blog_242 {
	border: 3px dotted; 
    color : #c1c1c1;
	font : 24px TitilliumWeb-Regular;
	text-align : Left;
	border-color: #4c4c4c;
	padding-left: 30px;
	line-height: 32px;
	word-spacing: 1px;
	border-radius:14px;
    -moz-border-radius:14px;
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.896796218487395) 0%, rgba(0,0,0,0.577468487394958) 67%, rgba(0,0,0,0) 100%);

}

TD.blog_stuff2 {
	border: 3px dotted; 
    color : #c1c1c1;
	font : 24px TitilliumWeb-Regular;
	text-align : Left;
	border-color: #4c4c4c;
	padding-left: 30px;
	line-height: 32px;
	word-spacing: 1px;
	border-radius:14px;
    -moz-border-radius:14px;
	background-image: url(images/dark-concrete2.png);


}

TD.blog_blog_pl {
	border: 3px dotted; 
    color : #c1c1c1;
	font : 24px Tahoma;
	text-align : Left;
	border-color: #4c4c4c;
	padding-left: 30px;
	line-height: 32px;
	word-spacing: 1px;
	border-radius:14px;
    -moz-border-radius:14px;
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.896796218487395) 0%, rgba(0,0,0,0.577468487394958) 67%, rgba(0,0,0,0) 100%);

}

TD.blog_blog_freq {
	border: 3px dotted; 
    color : #c1c1c1;
	font : 20px Arial;
	text-align : Left;
	border-color: #4c4c4c;
	line-height: 36px;
	letter-spacing: 0px;
	word-spacing: 0px;
	border-radius:14px;
    -moz-border-radius:14px;
	background-image: url(images/Melamine-wood-011_dark1.png);

}


TD.blog_blog_vst {
	border: 3px dotted; 
    color : #c1c1c1;
	font : 18px Tahoma;
	text-align : Center;
	border-color: #4c4c4c;
	padding-left: 30px;
	line-height: 32px;
	word-spacing: 1px;
	border-radius:14px;
    -moz-border-radius:14px;
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.896796218487395) 0%, rgba(0,0,0,0.577468487394958) 67%, rgba(0,0,0,0) 100%);

}

TD.blog_stuff {
	border: 3px dotted; 
    color : #c1c1c1;
	font : 24px Tahoma;
	text-align : Center;
	border-color: #4c4c4c;
	padding-left: 30px;
	line-height: 32px;
	word-spacing: 1px;
	border-radius:14px;
    -moz-border-radius:14px;
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.896796218487395) 0%, rgba(0,0,0,0.577468487394958) 67%, rgba(0,0,0,0) 100%);

}

TD.blog_slownik {
	border: 2px dotted; 
    color : #c1c1c1;
	font : 18px Tahoma;
	text-align : Left;
	border-color: #4c4c4c;
	padding-left: 30px;
	line-height: 32px;
	word-spacing: 1px;
	border-radius:14px;
    -moz-border-radius:14px;
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.896796218487395) 0%, rgba(0,0,0,0.577468487394958) 67%, rgba(0,0,0,0) 100%);

}

TD.blog_crave_leg {
	border: 2px dotted; 
    color : #c1c1c1;
	font : 16px Tahoma;
	text-align : Left;
	border-color: #4c4c4c;
	padding-left: 30px;
	line-height: 26px;
	word-spacing: 1px;
	border-radius:14px;
    -moz-border-radius:14px;
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.896796218487395) 0%, rgba(0,0,0,0.577468487394958) 67%, rgba(0,0,0,0) 100%);

}




TD.sample_spark {
	border: 0px dotted; 
    color : #c1c1c1;
	font : 16px TitilliumWeb-Regular;
	text-align : left;
	border-color: #4c4c4c;
	line-height: 16px;
	word-spacing: 1px;
	border-radius:44px;
    -moz-border-radius:44px;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.5718662464985995) 0%, rgba(74,74,74,0.4009978991596639) 84%, rgba(0,0,0,0) 100%);
	box-shadow: inset 0 0 28px #000000;
	

}

TD.sample_spark2 {
	border: 1px dotted; 
    color : #c1c1c1;
	font :22px Arial;
	text-align : Center;
	border-color: #000000;
	line-height: 33px;
	word-spacing: 1px;
	border-radius:44px;
    -moz-border-radius:44px;
	background-image: url(images/dark-suede.png);

	box-shadow: inset 0 0 28px #000000;
	

}

TD.sample_player {
	border: 1px dotted; 
    color : #c1c1c1;
	font :22px Arial;
	text-align : Left;
	border-color: #000000;
	line-height: 33px;
	word-spacing: 1px;
	border-radius:44px;
    -moz-border-radius:44px;
	background-image: url(images/Melamine-wood-011_dark1.png);
	box-shadow:  0 0 28px #000000;
}

TD.sample_player_m {
	border: 1px dotted; 
    color : #c1c1c1;
	font :22px Arial;
	text-align : Left;
	border-color: #000000;
	line-height: 33px;
	word-spacing: 1px;
	border-radius:44px;
    -moz-border-radius:44px;
	background-image: url(images/stars.png);
	box-shadow:  0 0 28px #000000;
}

TD.sample_player2 {
	border: 1px dotted; 
    color : #c1c1c1;
	font :22px Arial;
	text-align : Left;
	border-color: #000000;
	line-height: 33px;
	word-spacing: 1px;
	border-radius:14px;
    -moz-border-radius:14px;
        	background-image: url(images/dark-suede.png);
	box-shadow:  0 0 28px #000000;

}

TD.sp_logo {
	border: 2px dotted; 
    color : #c1c1c1;
	text-align : left;
	border-color: #4c4c4c;
	line-height: 16px;
	letter-spacing: 4px;
	word-spacing: 1px;
	background: black top;
	background-image: url(images/sp_logo2.jpg);
	background-position: center;
	background-repeat: no-repeat;
    border-radius:21px;
    -moz-border-radius:21px;
	
}

TD.sp_wywiady {
	
	border: 2px dotted; 
   color : #c1c1c1;
	font : 14px TitilliumWeb-Regular;
	text-align : left;
	border-color: #4c4c4c;
	line-height: 16px;
	word-spacing: 2px;
	background: black top;
	background-image: url(images/sp_logo2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	
	
}


TD.sample2 {
	border: 0px hidden; 
  color : #000000;
	font : 14px TitilliumWeb-Regular;
	text-align : left;
    background: rgba(000, 000, 000, 0.0) /* Green background with 30% opacity */

}

TD.sp_242 {
	border: 0px dashed #2c2c2c; 
	text-align : center;
	border: 2px dashed  #1d1d1d; 
	background-image: url(images/dark-suede.png);
    border-radius:42px;
    -moz-border-radius:42px;
	box-shadow: inset 0 0 28px #000000;
}

TD.sp_242x {
	border: 0px dashed #2c2c2c; 
	text-align : center;
	border: 2px dashed  #1d1d1d; 
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.011642156862745057) 0%, rgba(0,0,0,0.9360119047619048) 8%, rgba(46,46,46,0.76234243697479) 28%, rgba(0,0,0,0.9023984593837535) 100%);
    border-radius:42px;
    -moz-border-radius:42px;
	box-shadow: inset 0 0 28px #000000;
}

td.sp_24222 { 
	border: 2px dashed  #2F2F2F; 
	text-align : center;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.773546918767507) 0%, rgba(0,0,0,0.6194852941176471) 40%, rgba(0,0,0,0.5662640056022409) 81%, rgba(0,0,0,1) 100%);
    border-radius:42px;
    -moz-border-radius:42px;
	box-shadow:  0 0 28px #000000;

}




TD.sp_brap {
	border: 0px dashed #484848; 
	text-align : center;
	background-color: #000000;
	    border-radius:88px;
    -moz-border-radius:12px;

}

TD.sp_brapo {
	border: 1px dashed #343434; 
	text-align : center;
	border-radius:52px;
    -moz-border-radius:52px;
	background-image: url(images/tlo2.png);
}


TD.sp_braps {
	border: 1px dashed #343434; 
	text-align : left;
	background-color: #000000;
	    border-radius:52px;
    -moz-border-radius:52px;
	background-image: url(images/tlo2.png);
}

TD.sp_brap23 {
	border: 1px dashed #484848; 
	width: 100%;
	text-align : center;
	background-color: #000000;
	    border-radius:32px;
    -moz-border-radius:32px;

}

TD.sp_brap2 {
	border: 0px dashed #484848; 
	text-align : left;
    background: rgba(000, 000, 000, 0.0) /* Green background with 30% opacity */
}


TD.sample3 {
	border: 0px dashed; 
    color : white;
	font : 78px childrenbookkids;
	text-align : center;
	border-color: #4c4c4c;
	letter-spacing: 4px;
	background-color: #151515;
	border-radius:34px;
    -moz-border-radius:34px;
	box-shadow: inset 0 0 16px #000000;
    text-shadow: 3px 3px #000000;
}

TD.blog_nazwa {
	border: 0px dashed; 
    color : white;
	font : 24px "Arial";
	text-align : center;
	border-color: #4c4c4c;
	letter-spacing: 2px;
	line-height: 1.3;
	background-color: #151515;
	border-radius:24px;
    -moz-border-radius:34px;
	box-shadow: inset 0 0 46px #000000;
    text-shadow: 3px 3px #000000;
	background-image: url(images/Melamine-wood-012.png);
}

TD.humor {
	border: 0px dashed; 
    color : white;
	font : 18px "Arial";
	text-align : center;
	border-color: #4c4c4c;
	letter-spacing: 1px;
	line-height: 1.3;
	background-color: #151515;
	border-radius:24px;
    -moz-border-radius:34px;
	box-shadow: inset 0 0 46px #000000;
    text-shadow: 3px 3px #000000;
	background-image: url(images/Melamine-wood-012.png);
}

TD.crave_nazwa {
	border: 3px dashed; 
    color : white;
	font : 46px Neometric;
	text-align : center;
	border-color: #4c4c4c;
	letter-spacing: 4px;
	background-color: #151515;
	border-radius:34px;
    -moz-border-radius:34px;
	box-shadow: inset 0 0 16px #000000;
    text-shadow: 3px 3px #000000;
		background: rgb(0,0,0);
	background-image: url(images/Melamine-wood-012.png);
}


TD.blog_behr {
	border: 3px dashed; 
    color : white;
	font : 22px Verdana;
	text-align : center;
	border-color: #4c4c4c;
	letter-spacing: 1px;
	line-height: 1.6;
	background-color: #151515;
	border-radius:34px;
    -moz-border-radius:34px;
	box-shadow: inset 0 0 16px #000000;
    text-shadow: 3px 3px #000000;
}

TD.blog_memese {
	border: 3px dashed; 
    color : white;
	font : 22px Verdana;
	text-align : center;
	border-color: #4c4c4c;
	letter-spacing: 1px;
	line-height: 1.6;
	background-color: #151515;
	border-radius:34px;
    -moz-border-radius:34px;
	box-shadow: inset 0 0 16px #000000;

}

TD.blog_behr_nazwa {
	border: 1px dashed; 
    color : white;
	font : 63px Neometric;
	text-align : center;
	border-color: #4c4c4c;
	letter-spacing: 3px;
	background-image: url(images/darker-wood.png);
	border-radius:34px;
    -moz-border-radius:34px;
	box-shadow: inset 0 0 16px #000000;
    text-shadow: 3px 3px #000000;
	background: rgb(0,0,0);
	background-image: url(images/Melamine-wood-012.png);
}


TD.blog_nazwa_gdrive {
	border: 1px dashed; 
    color : white;
	font : 16px "Arial";
	text-align : center;
	border-color: #4c4c4c;
	letter-spacing: 2px;
	background-color: #151515;
	line-height: 1.9;
	border-radius:34px;
    -moz-border-radius:34px;
	box-shadow: inset 0 0 16px #000000;
    text-shadow: 3px 3px #000000;
	background: rgb(0,0,0);
	background-image: url(images/Melamine-wood-012.png);
}

TD.blog_srodek {
	border: 1px dashed; 
    color : white;
	font : 19px "Arial";
	text-align : center;
	border-color: #000000;
	line-height: 1.6;
	letter-spacing: 1px;
	border-radius:14px;
    -moz-border-radius:34px;
	box-shadow: inset 0 0 26px #000000;
    text-shadow: 3px 3px #000000;
	background-image: url(images/Melamine-wood-011_dark1.png);

}

TD.blog_srodek_stars {
	border: 1px dashed; 
    color : white;
	font : 19px "Arial";
	text-align : center;
	border-color: #000000;
	line-height: 1.6;
	letter-spacing: 1px;
	border-radius:14px;
    -moz-border-radius:34px;
	box-shadow: inset 0 0 26px #000000;
    text-shadow: 3px 3px #000000;
	background-image: url(images/stars.png);

}

TD.blog_data {
	border: 0px dashed; 
    color : rgb(182, 182, 182);
	background: rgb(0,0,0);
	font : 17px "Arial";
	text-align : center;
	border-color: #4f4f4f;
	letter-spacing: 2px;
	border-radius:23px;
    -moz-border-radius:12px;
	box-shadow: inset 0 0 8px #2b2b2b;
    text-shadow: 3px 3px #000000;
	background-image: url(images/Melamine-wood-011_dark1.png);


}

TD.blog_links {
	border: 2px dotted; 
    color : white;
	font : 28px "Tahoma";
	text-align : center;
	border-color: #4c4c4c;
	letter-spacing: 1px;
	background-color: #000000;
	border-radius:34px;
    -moz-border-radius:34px;
	box-shadow: inset 0 0 16px #000000;
    text-shadow: 3px 3px #000000;
	background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.577468487394958 ) 0%, rgba(0,0,0,0.896796218487395) 67%, rgba(0,0,0,0) 100%);

}


TD.blog_bok {
	border: 0px dotted; 
    color : white;
	font : 18px "Tahoma";
	text-align : center;
	border-color: #000000;
	letter-spacing: 2px;
	background-color: #000000;
	border-radius:10px;
    -moz-border-radius:14px;
	box-shadow: inset 0 0 31px #000000;
    text-shadow: 3px 3px #000000;
	background-image: url(images/tlo2.png);

}

TD.blog_quotes {
	border: 0px dotted; 
    color : white;
	font : 18px "Tahoma";
	text-align : center;
	border-color: #000000;
	letter-spacing: 2px;
	background-color: #000000;
	border-radius:30px;
    -moz-border-radius:24px;
	box-shadow: inset 0 0 11px #000000;
    text-shadow: 3px 3px #000000;
	background-image: url(images/tlo2.png);
}

TD.blog_midi {
	border: 3px dotted; 
    color : white;
	font : 16px "Arial";
	text-align : center;
	border-color: #343434;
	letter-spacing: 1px;

	border-radius:5px;
    -moz-border-radius:34px;
	box-shadow: inset 0 0 10px #000000;
    text-shadow: 3px 3px #000000;
	background: rgb(0,0,0);
	background-image: url(images/dark-concrete2.png);

}


TD.blog_bok_mp3 {
	border: 0px dotted; 
    color : white;
	font : 18px "Tahoma";
	text-align : center;
	border-color: #000000;
	letter-spacing: 2px;
	background-color: #000000;
	border-radius:10px;
    -moz-border-radius:34px;

    text-shadow: 3px 3px #000000;

	background-image: url(images/dark-concrete2.png);

}


TD.blog_bok_center {
	border: 2px dotted; 
    color : white;
	font : 18px "Tahoma";
	text-align : center;
	border-color: #000000;
	letter-spacing: 2px;
	background-color: #000000;
	border-radius:10px;
    -moz-border-radius:34px;
	box-shadow: inset 0 0 16px #000000;
    text-shadow: 3px 3px #000000;
	background: rgb(0,0,0);


}

TD.blog_bok242 {
	border: 2px dotted; 
    color : white;
	font : 18px "Tahoma";
	text-align : Left;
	border-color: #000000;
	letter-spacing: 1px;
	line-height: 1.4;
	background-image: url(images/Melamine-wood-011_dark1.png);
	border-radius:10px;
    -moz-border-radius:34px;
	box-shadow: inset 0 0 16px #000000;
    text-shadow: 3px 3px #000000;
}


TD.blog_behr_bok {
	border: 2px dotted; 
    color : white;
	font : 20px "Arial";
	text-align : Left;
	vertical-align: top;
	padding: 20px;
	background-image: url(images/Melamine-wood-011_dark1.png);
	line-height: 1.5;
	border-color: #4c4c4c;
	letter-spacing: 1px;
	border-radius:11px;
    -moz-border-radius:11px;
	box-shadow: inset 0 0 16px #000000;
    text-shadow: 3px 3px #000000;


}


TD.blog_behr_stribe {
	border: 2px dotted; 
    color : white;
	font : 18px "Tahoma";
	text-align : Center;
	vertical-align: top;
	padding: 30px;
	line-height: 1.6;
	border-color: #4c4c4c;
	letter-spacing: 1px;
	background-color: #000000;
	border-radius:11px;
    -moz-border-radius:11px;
	box-shadow: inset 0 0 16px #000000;
    text-shadow: 3px 3px #000000;
	background: rgb(0,0,0);
background: linear-gradient(45deg, rgba(0,0,0,0.577468487394958 ) 0%, rgba(0,0,0,0.896796218487395) 67%, rgba(0,0,0,0) 100%);

}



TD.samples_video2 {
	border: 13px solid; 
    color : white;
	font : 28px "Arial Black";
	text-align : center;
	border-color: #000000;
	letter-spacing: 1px;
	background: #000000;


}


TD.samples_video {
	border: 13px solid; 
  color : white;
	font : 28px "Arial Black";
	text-align : center;
	border-color: #000000;
	letter-spacing: 1px;
	background-image: url(images/tlo2.png);
	opacity: 0.8;filter: alpha(opacity=80);
}

TD.samples_video242 {
	border: 0px solid; 
    color : white;
	text-align : center;
	border-color: #000000;
	letter-spacing: 1px;

}

TD.samples_menu_icons {
	border: 1px dashed; 
	text-align : left;
	border-color: #2c2c2c;
	    border-radius:21px;
    -moz-border-radius:21px;
	letter-spacing: 2px;
	background-image: linear-gradient(to right, rgba(1,1,1,1), rgba(1,0,0,0));
}

TD.sp_vault {
	border: 13px solid; 
  color : white;
	font : 14px "TitilliumWeb-Regular";
	text-align : center;
	border-color: #000000;
	letter-spacing: 0px;
	background: #000000;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.6;filter: alpha(opacity=60);

}

TD.sp_vault222 {
	border: 13px solid; 
  color : white;
	font : 14px "TitilliumWeb-Regular";
	text-align : center;
	border-color: #000000;
	letter-spacing: 0px;
	background: #000000;
	background-image: url(images/sp_tlo23.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);

}

TD.bootlegs_db {
	border: 1px solid; 
    color : white;
	text-align : center;
	border-color: #000000;
	background: #000000;

}

TD.sp_vault_boots {
	border: 2px dashed; 
  color : white;
	font : 14px "Arial Black";
	text-align : center;
	border-color: #444444;
	letter-spacing: 0px;
	background: #000000;
	background-image: url(images/sp_tlo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.6;filter: alpha(opacity=60);

}

TD.cloud {
	border: 13px solid; 
  color : white;
	font : 28px "Arial Black";
	text-align : center;
	border-color: #000000;
	letter-spacing: 1px;
	background: #ffffff;
	opacity: 0.8;filter: alpha(opacity=80);

}

TD.sample33 {
	border: 13px solid; 
   color : white;
	font : 28px "Arial Black";
	text-align : center;
	border-color: #000000;
	letter-spacing: 0px;
	background: #000000;
	opacity: 0.6;filter: alpha(opacity=60);

}

TD.sample_text {
	border: 13px solid; 
   color : white;
	font : 28px "Arial Black";
	text-align : center;
	border-color: #000000;
	letter-spacing: 0px;
	background: #000000;


}



TD.photos {
	border: 1px dotted #484848; 
	border-color: grey;
	font : 14px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	background: #000000;
	font-weight: bold;
	background-position: center;
	background-repeat: no-repeat;
	border-radius:10px;
    -moz-border-radius:10px;

}


TD.photos2 {
	border: 0px dotted; 
	border-color: grey;
	font : 14px TitilliumWeb-Regular;
	text-align : Left;
	line-height: 22px;
	word-spacing: 1px;
	background: #000000;
	font-weight: bold;
	line-height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.8;filter: alpha(opacity=80);
}



TD.doomsday {
	border: 0px solid; 
   color : white;
	font : 24px TitilliumWeb-Regular;
	text-align : center;
	border-color: #000000;
	letter-spacing: 0px;
	background: #000000;

	opacity: 0.6;filter: alpha(opacity=60);

}

TD.wywiady {
	border: 0px solid; 
   color : white;
	font : 24px TitilliumWeb-Regular;
	text-align : center;
	border-color: #000000;
	letter-spacing: 0px;
	background: #000000;
	opacity: 0.6;filter: alpha(opacity=60);

}

TD.links {
	border: 0px dotted #484848; 
	border-color: grey;
	font : 14px TitilliumWeb-Regular;
	text-align : center;
	word-spacing: 1px;
	font-weight: bold;
	line-height: 22px;
	background-position: center;
	background-repeat: no-repeat;
    background: rgba(000, 000, 000, 0.0) /* Green background with 30% opacity */
}

TD.tours_info {
	border: 0px dotted; 
	border-color: grey;
	font : 14px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	background: #000000;
	line-height: 25px;
		background-image: url(images/tours_tlo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.8;filter: alpha(opacity=80);
}

TD.sp_doomsday {
	border: 1px dashed #343434; 
	font : 14px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	background: #000000;
	font-weight: bold;
	background-position: center;
	background-repeat: no-repeat;
	    border-radius:10px;
    -moz-border-radius:10px;
		opacity: 0.8;filter: alpha(opacity=80);

}

TD.sp_linkss {
	border: 1px dashed #343434; 
	font : 16px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	background: #000000;
	font-weight: bold;
	background-position: center;
	border-radius:40px;
    -moz-border-radius:10px;
	opacity: 0.8;filter: alpha(opacity=80);
	background-image: url(images/tlo2.png);
}



TD.fanmade {
	border: 0px solid; 
   color : white;
	font : 24px Arial;
	text-align : center;
	border-color: #000000;
	letter-spacing: 0px;
	background: #000000;

	opacity: 0.6;filter: alpha(opacity=60);

}


TD.sounds {
	border: 1px dotted; 
   color : white;
	font : 12px "TitilliumWeb-Regular";
	text-align : center;
	border-color: #4e4e4e;
	letter-spacing: 1px;
	background: #000000;
	opacity: 0.7;filter: alpha(opacity=70);

}
TD.sounds_fft {
	border: 0px dotted; 
	font : 16px "TitilliumWeb-Regular"; 
	text-align : center;
	border-color: #4e4e4e;
	letter-spacing: 1px;
	background-image: url(images/darker-wood.png);
	border-radius:12px;
    -moz-border-radius:12px;


}



td.sounds_fft2 { 
	border: 0px dashed  #1d1d1d; 
	text-align : center;
	background-image: url(images/darker-wood.png);
	opacity:0.9;
    border-radius:18px;
    -moz-border-radius:18px;
	box-shadow: inset 0 0 18px #000000;

}

td.sounds_fft3 { 
	border: 0px dashed  #1d1d1d; 
	text-align : center;
	background: rgb(0,0,0);
	background-image: url(images/radio.jpg);
    border-radius:11px;
    -moz-border-radius:11px;
	box-shadow: inset 0 0 28px #000000;
	
}

td.sounds_fft_infected { 
	border: 0px dashed  #1d1d1d; 
	text-align : center;
	background: rgb(0,0,0);
	background-image: url(images/infected_tlo.jpg);
    border-radius:11px;
    -moz-border-radius:11px;
	box-shadow: inset 0 0 28px #000000;
	
}

td.sounds_fft_squadron { 
	border: 0px dashed  #1d1d1d; 
	text-align : center;
	background: rgb(0,0,0);
	background-image: url(images/squadron_tlo.jpg);
    border-radius:11px;
    -moz-border-radius:11px;
	box-shadow: inset 0 0 28px #000000;
	
}

td.sounds_fft_lost { 
	border: 0px dashed  #1d1d1d; 
	text-align : center;
	background: rgb(0,0,0);
	background-image: url(images/lost_tlo.jpg);
    border-radius:11px;
    -moz-border-radius:11px;
	box-shadow: inset 0 0 28px #000000;
	
}

td.sounds_fft_deadm { 
	border: 0px dashed  #1d1d1d; 
	text-align : center;
	background: rgb(0,0,0);
	background-image: url(images/deadmuseum_tlo.jpg);
    border-radius:11px;
    -moz-border-radius:11px;
	box-shadow: inset 0 0 28px #000000;
	
}

td.sounds_fft_station { 
	border: 0px dashed  #1d1d1d; 
	text-align : center;
	background: rgb(0,0,0);
	background-image: url(images/station_tlo.jpg);
    border-radius:11px;
    -moz-border-radius:11px;
	box-shadow: inset 0 0 28px #000000;
	
}

td.sounds_fft_words{ 
	border: 0px dashed  #1d1d1d; 
	text-align : center;
	background: rgb(0,0,0);
	background-image: url(images/words_tlo.jpg);
    border-radius:11px;
    -moz-border-radius:11px;
	box-shadow: inset 0 0 28px #000000;
	
}

td.sounds_fft_ceremony { 
	border: 0px dashed  #1d1d1d; 
	text-align : center;
	background: rgb(0,0,0);
	background-image: url(images/ceremony_tlo.jpg);
    border-radius:11px;
    -moz-border-radius:11px;
	box-shadow: inset 0 0 28px #000000;
	
}

TD.sample4 {
	width : 320px;
	border: 2px dotted; 
    color : Silver;
	font : 14px "TitilliumWeb-Regular";
	text-align : right;
	border-color: #4c4c4c;
	letter-spacing: 1px;
	font-weight: bold;
	border-radius:20px;
    -moz-border-radius:20px;
	background-image: linear-gradient(to top, rgba(1,1,1,1), rgba(33,33,33,1));
	box-shadow: inset 0 0 16px #000000;
}



TD.sample_rivers {

	border: 2px dotted; 
    color : Silver;
	font : 14px "TitilliumWeb-Regular";
	text-align : right;
	border-color: #4c4c4c;
	letter-spacing: 1px;
	font-weight: bold;
	border-radius:20px;
    -moz-border-radius:20px;
	background-image: linear-gradient(to top, rgba(1,1,1,1), rgba(33,33,33,1));
}

TD.td_video_vault {
	width: 40%;
	border: 2px dotted; 
   color : Grey;
	font : 11px "Verdana";
	line-height: 16px;
	text-align : right;
	border-color: #4c4c4c;
	letter-spacing: 5px;
	font-weight: bold;
	border-radius:20px;
    -moz-border-radius:20px;
	background-image: linear-gradient(to top, rgba(1,1,1,1), rgba(33,33,33,1));
}


TD.sample5 {
	border: 3px dotted; 
	font : 14px TitilliumWeb-Regular;
	text-align : center;
	border-color: #4c4c4c;
	line-height: 16px;
	word-spacing: 1px;
	background: black;
	font-weight: bold;
}

TD.td_wywiady_band{
	border: 1px dotted; 
	font : 16px Tahoma;
	text-align : left;
	border-color: #4c4c4c;
	background: black;



}

TD.td_wywiady_ogre{
	border: 0px dotted; 
	font : 16px Tahoma;
	text-align : left;
	border-color: #4c4c4c;
	line-height: 16px;
	word-spacing: 1px;
	background: black;



}

TD.td_wywiady_dwayne{
	border: 0px dotted; 
	font : 16px Tahoma;
	text-align : left;
	border-color: #4c4c4c;
	line-height: 16px;
	word-spacing: 1px;
	background: black;
	background-image: url(images/wywiady/dwayne.jpg);


}

TD.td_wywiady_cevin{
	border: 0px dotted; 
	font : 16px Tahoma;
	text-align : left;
	border-color: #4c4c4c;
	line-height: 16px;
	word-spacing: 1px;
	background: black;
	background-image: url(images/wywiady/cevin.jpg);


}

TD.td_wywiady_art{
	border: 0px dotted; 
	font : 16px Tahoma;
	text-align : left;
	border-color: #4c4c4c;
	line-height: 18px;
	word-spacing: 1px;
	background: black;
	background-image: url(images/wywiady/art.jpg);


}

TD.td_wywiady_other{
	border: 0px dotted; 
	font : 16px Tahoma;
	text-align : left;
	border-color: #4c4c4c;
	line-height: 18px;
	word-spacing: 1px;
	background: black;
	background-image: url(images/wywiady/other.jpg);


}
TD.td_wywiady{
	border: 2px dotted; 
	text-align : left;
	border-color: #4c4c4c;

	word-spacing: 1px;
	background: black;
	border-radius:28px;
    -moz-border-radius:28px;
	background: #000000;

}

TD.td_wywiady_en{
	border: 2px dotted; 
	font : 16px Tahoma;
	text-align : right;
	border-color: #4c4c4c;
	line-height: 120%;
	word-spacing: 1px;
	background: black;
	background-image: url(images/tlo2_ciemne.jpg);
}

TD.td_wywiady_en2{
	border: 2px dotted; 
	font : 16px Tahoma;
	text-align : center;
	border-color: #4c4c4c;
	line-height: 18px;
	word-spacing: 1px;
	border-radius:20px;
    -moz-border-radius:20px;
	background-image: url(images/dark-concrete2.jpg);
	 border-radius:22px;
    -moz-border-radius:22px;
		box-shadow:  0 0 28px #000000;
}


TD.td_wywiady_en_band{
	border: 2px dotted; 
	font : 16px Tahoma;
	text-align : right;
	border-color: #4c4c4c;
	line-height: 18px;
	word-spacing: 1px;
	background: black;
	background-image: url(images/wywiady/band.jpg);
}



TD.td_wywiady_en_ogre{
	border: 2px dotted; 
	font : 16px Tahoma;
	text-align : right;
	border-color: #4c4c4c;
	line-height: 18px;
	word-spacing: 1px;
	background: black;
	background-image: url(images/wywiady/ogre.jpg);
}
TD.td_wywiady_en_dwayne{
	border: 2px dotted; 
	font : 16px Tahoma;
	text-align : right;
	border-color: #4c4c4c;
	line-height: 18px;
	word-spacing: 1px;
	background: black;
	background-image: url(images/wywiady/dwayne.jpg);
}
TD.td_wywiady_en_cevin{
	border: 2px dotted; 
	font : 16px Tahoma;
	text-align : right;
	border-color: #4c4c4c;
	line-height: 18px;
	word-spacing: 1px;
	background: black;
	background-image: url(images/wywiady/cevin.jpg);

}




TD.sample6 {
	border: 3px dotted; 
	font : 14px TitilliumWeb-Regular;
	text-align : left;
	border-color: #2c2c2c;
	line-height: 16px;
	word-spacing: 1px;
	background: black;
	font-weight: bold;
		 border-radius:12px;
    -moz-border-radius:12px;
}

TD.vault {
	border: 2px dotted; 
	font : 18px TitilliumWeb-Regular;
	text-align : left;
	border-color: #2c2c2c;
	line-height: 16px;
	word-spacing: 1px;
	background-image: url(images/dark-concrete.jpg);
	 border-radius:22px;
    -moz-border-radius:22px;
}



TD.vault242 {

	font : 14px TitilliumWeb-Regular;
	text-align : left;
	border-color: #4c4c4c;
	line-height: 16px;
	word-spacing: 1px;
	font-weight: bold;
border: 2px dashed  #1d1d1d; 
background-image: url(images/dark-wood.png);
    border-radius:42px;
    -moz-border-radius:42px;
	box-shadow: inset 0 0 10px #000000;
}

TD.vault_bootleg {
	border: 2px dotted; 
	font : 14px TitilliumWeb-Regular;
	text-align : right;
	color: #727272;
	border-color: #1c1c1c;
	line-height: 22px;
	word-spacing: 5px;
	background: #0c0c0c;
	font-weight: bold;
	background-image: url(images/tlo2_ciemne.jpg);
	border-radius:18px;
    -moz-border-radius:18px;
	box-shadow: 0 0 16px #000000;
}

TD.vault_bootleg2 {
	border: 1px dotted; 
	font : 10px TitilliumWeb-Regular;
	text-align : right;
	color: #4c4c4c;
	border-color: #4c4c4c;
	line-height: 15px;
	word-spacing: 5px;
	background: #0c0c0c;
	font-weight: bold;
	background-image: url(images/tlo2_ciemne.jpg);
}

TD.vault_bootleg23 {
	border: 1px dotted; 
	font : 14px TitilliumWeb-Regular;
	text-align : right;
	color: #ffffff;
	border-color: #bbbbbb;
	line-height: 15px;
	word-spacing: 5px;
	background: #0c0c0c;
	font-weight: bold;
	background-image: url(images/tlo2_ciemne.jpg);
}

TD.sample_track {
	border: 0px dotted; 
	font : 14px TitilliumWeb-Regular;
	text-align : center;
	color: #4c4c4c;
	border-color: #1c1c1c;
	line-height:15px;
	background: #000000;
	text-transform: lowercase;
	letter-spacing: 1px;
	word-spacing: 1px;
	border-radius:18px;
    -moz-border-radius:18px;
	background: rgba(000, 000, 000, 0.5) /* Green background with 30% opacity */

}



TD.vault_db {
	border: 0px dotted; 
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
background-image: url(images/darker-wood.png);
	font-weight: bold;
		border-radius:18px;
    -moz-border-radius:18px;
}

TD.vault_db_menu {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	background: #000000;
	font-weight: bold;
	background-image: url(images/vault/doomsday.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.9;filter: alpha(opacity=90);
}

TD.vault_db_menu_1992 {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/lr.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.vault_db_menu_doom{
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/doomsday.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.vault_db_menu_1985{
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/1985.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.vault_db_menu_1984{
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/1984.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}


TD.vault_db_menu_1986{
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/1986.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.vault_db_menu_1988{
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/1988.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.vault_db_menu_1990{
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/1990.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.vault_db_menu_1987{
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/1987.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.vault_db_menu_2005{
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/2005.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.vault_db_menu_2007{
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/2007.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.vault_db_menu_2010{
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/2010.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.vault_db_menu_2014{
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/2014.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.vault_db_menu_2009{
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/2009.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.vault_db_menu_2004{
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/2004.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}


TD.vault_db_menu_1992i {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/1992i.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.vault_db_menu_1990i {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/1990i.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.vault_db_menu_1988i {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/1988i.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.vault_db_menu_1985i {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/1985i.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.vault_db_menu_1986i {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/1986i.jpg);
	background-position: center;
	background-repeat: no-repeat;
	box-shadow:  0 0 28px #000000;
}

TD.vault_db_menu_1986b {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/1986.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.9;filter: alpha(opacity=90);
}

TD.vault_db_menu_1985b {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/1985.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.9;filter: alpha(opacity=90);
}

TD.vault_db_menu_1984b {
	border: 0px dotted; 
	border-color: grey;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	font-weight: bold;
	background-image: url(images/vault/1984.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.9;filter: alpha(opacity=90);
	border-radius: 40px;
	color : Orange;
	text-decoration : none;
    font-family : righteous-regular-webfont;
	font-size : 84px;
	text-shadow: 2px 2px #000000;
	}

TD.vault_db_menu_1987b {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/1987.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.9;filter: alpha(opacity=90);
}

TD.vault_db_menu_1988b {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/1988.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.9;filter: alpha(opacity=90);
}

TD.vault_db_menu_1990b {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/1990.jpg);

	background-position: center;
	background-repeat: no-repeat;

}






TD.vault_db_menu_1992b { 
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
		border-radius: 40px;
	line-height: 22px;
	word-spacing: 1px;
	font-weight: bold;
	background-image: url(images/vault/1992.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.9;filter: alpha(opacity=90);
}


TD.vault_db_menu_2000b {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/2000.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.9;filter: alpha(opacity=90);
}

TD.vault_db_menu_2004b {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/2004.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.9;filter: alpha(opacity=90);
}

TD.vault_db_menu_2005b {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/2005.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.9;filter: alpha(opacity=90);
}


TD.vault_db_menu_2007b {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/2007.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.9;filter: alpha(opacity=90);
}

TD.vault_db_menu_2009b {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/2009.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.9;filter: alpha(opacity=90);
}


TD.vault_db_menu_2010b {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/2010.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.9;filter: alpha(opacity=90);
}

TD.vault_db_menu_2014b {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	border-radius: 40px;
	font-weight: bold;
	background-image: url(images/vault/2014.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.9;filter: alpha(opacity=90);
}


TD.vault_db_menu_1987i {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	background: #000000;
	font-weight: bold;
	background-image: url(images/vault/1987i.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.vault_db_menu_2000i {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	background: #000000;
	font-weight: bold;
	background-image: url(images/vault/2000i.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.vault_db_menu_2004i {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	background: #000000;
	font-weight: bold;
	background-image: url(images/vault/2004i.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.vault_db_menu_2005i {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	background: #000000;
	font-weight: bold;
	background-image: url(images/vault/2005i.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}
TD.vault_db_menu_2007i {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	background: #000000;
	font-weight: bold;
	background-image: url(images/vault/2007i.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}
TD.vault_db_menu_2009i {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	background: #000000;
	font-weight: bold;
	background-image: url(images/vault/2009i.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}
TD.vault_db_menu_2010i {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	background: #000000;
	font-weight: bold;
	background-image: url(images/vault/2010i.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.vault_db_menu_2014i {
	border: 0px dotted; 
	border-color: grey;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	background: #000000;
	font-weight: bold;
	background-image: url(images/vault/2014i.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}


TD.vault_db_miejsce_a {
	width: 60%;
	border: 2px dotted; 
	border-color: orange;
	font : 18px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	background: #000000;
	font-weight: bold;
	border-radius:12px;
    -moz-border-radius:12px;
}

TD.vault_db_miejsce_v {
	width: 60%;
	border: 2px dotted; 
	border-color: orange;
	font : 18px TitilliumWeb-Regular;
	text-align: center;
	line-height: 22px;
	word-spacing: 1px;
	background: #000000;
	font-weight: bold;
	border-radius: 4px;
    -moz-border-radius: 4px;
}

TD.vault_db_type_a {
	width: 40%;
	border: 0px dotted; 
	border-color: #4c4c4c;
	font : 22px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	background: #111111;
	font-weight: bold;
	border-radius: 40px;
    -moz-border-radius: 40px;
	box-shadow: inset 0 0 28px #000000;
}

TD.vault_db_type_v {
	border: 0px dotted; 
	width: 40%;
	border-color: #4c4c4c;
	font : 22px TitilliumWeb-Regular;
	text-align : center;
	line-height: 22px;
	word-spacing: 1px;
	background: #3f3f46;
	font-weight: bold;
	border-radius:5px;
    -moz-border-radius:5px;
}


TD.vault_db_tracklist {
	border: 2px dotted; 
	border-color: #4c4c4c;
	font : 14px TitilliumWeb-Regular;
	text-align : left;
	line-height: 22px;
	word-spacing: 1px;
	background: #000000;
	font-weight: bold;
	background-image: url(images/sp_logo3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border-radius:12px;
    -moz-border-radius:12px;
}

TD.vault_db_notes {
	border: 2px dotted; 
	border-color: #4c4c4c;
	font : 16px TitilliumWeb-Regular;
	font-style: italic;
	text-align : left;
	line-height: 22px;
	word-spacing: 1px;
	background: #000000;
	font-weight: none;
	border-radius:12px;
    -moz-border-radius:12px;
}

TD.vault_db_zdjecie {
	border: 0px dotted; 
	border-color: #4c4c4c;
	font : 16px TitilliumWeb-Regular;
	border-radius:15px;
    -moz-border-radius:15px;
	background: rgba(000, 000, 000, 0.0) /* Green background with 30% opacity */

}

TD.vault_db_zdjecie2 {
	
	border: 0px dotted; 
	border-color: #2c2c2c;
	font : 40px childrenbookkids;
	text-align : center;
	background: rgba(000, 000, 000, 0.0); /* Green background with 30% opacity */
	border-radius:5px;
    -moz-border-radius:5px;
	width: 200;

}

TD.vault_db_zdjecie_prev {
	border: 0px dotted; 
	border-color: #4c4c4c;
	font : 14px TitilliumWeb-Regular;
	text-align : center;
	background: #000000;
	border-radius:5px;
    -moz-border-radius:5px;

}


TD.vault_setlist {
	border: 3px dotted; 
	border-color: #4c4c4c;
	font : 14px TitilliumWeb-Regular;
	text-align : left;
	line-height: 19px;
	word-spacing: 2px;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.011642156862745057) 0%, rgba(0,0,0,0.9360119047619048) 8%, rgba(46,46,46,0.76234243697479) 28%, rgba(0,0,0,0.9023984593837535) 100%);
	font-weight: bold;
	background: #000000;
	border-radius:15px;
    -moz-border-radius:15px;
}

TD.vault2 {
	border: 3px dotted; 
	font : 14px TitilliumWeb-Regular;
	text-align : left;
	border-color: #4c4c4c;
	line-height: 16px;
	word-spacing: 1px;
	background: #000000;
	font-weight: bold;
}

TD.vault_bezkropek {
	border: none; 
	font : 14px TitilliumWeb-Regular;
	text-align : left;
	border-color: #4c4c4c;
	line-height: 16px;
	word-spacing: 1px;
	font-weight: bold;
		border-radius:14px;
    -moz-border-radius:14px;
	background-image: linear-gradient(to right, rgba(1,1,1,1), rgba(1,0,0,0));
}

TD.foobar_nfo { 
	border: 2px dotted; 
	font : 17px TitilliumWeb-Regular;
	text-align : left;
	border-color: #4c4c4c;
	line-height: 16px;
	word-spacing: 1px;
	background: black;
    line-height: 110%;
	border-radius:18px;
    -moz-border-radius:18px;
}

TD.foobar_nfo2 {
	border: 0px dotted; 
    background: rgba(000, 000, 000, 0.0) /* Green background with 30% opacity */
}


TD.vault_bezkropek_center {
	border: 1px dotted; 
	font : 14px TitilliumWeb-Regular;
	text-align : center;
	border-color: #4c4c4c;
	line-height: 16px;
	word-spacing: 1px;
	border-radius:18px;
    -moz-border-radius:18px;
}

TD.vault_info {
	border: 0px dashed #2c2c2c; 
	font : 16px TitilliumWeb-Regular;
	text-align : center;
	background-image: linear-gradient(to top, rgba(1,1,1,1), rgba(1,0,0,0));
    border-radius:42px;
    -moz-border-radius:42px;
	box-shadow: inset 0 0 28px #000000;

}



TD.update {
	border: 0px dotted; 
	font : 14px TitilliumWeb-Regular;
	text-align : center;
	background: black;
}

TD.update1 {
	border: 1px dashed #484848; 
	font : 16px TitilliumWeb-Regular;
	font-weight: bold;
	text-align : center;
	background: black;
	background-position: center;
	background-repeat: no-repeat;
    border-radius:21px;
    -moz-border-radius:21px;
}

TD.gumroad {
	border: 1px dashed #484848; 
	font : 13px TitilliumWeb-Regular;
	font-weight: bold;
	text-align : left;
	background: black;
	background-position: center;
	background-repeat: no-repeat;

}

TD.info_filmy {
	border: 2px outset #bc5a03; 
	font : 18px TitilliumWeb-Regular;
	font-weight: bold;
	text-align : center;
	background: black;
	border-radius:14px;
    -moz-border-radius:14px;

}


TD.menuskinnypuppy {
	border: 0px dotted; 
	font : 14px TitilliumWeb-Regular;
	text-align : left;
	background: rgba(000, 000, 000, 0.0); /* Green background with 30% opacity */
    opacity: 0.6;
	filter: alpha(opacity=60);
	background-position: center;
	background-repeat: no-repeat;

}

TD.menuskinnypuppy1 {
	border: 0px dotted; 
	text-align : left;
	opacity: 0.9;filter: alpha(opacity=90);
	letter-spacing: 2px;
	line-height: 24px;
	border-radius:14px;
    -moz-border-radius:14px;
	 background: rgba(000, 000, 000, 0.0) /* Green background with 30% opacity */
	
	
}

TD.menuskinnypuppy242 {
	border: 0px dotted; 
	opacity: 0.9;filter: alpha(opacity=90);
	letter-spacing: 0px;
	line-height: 33px;
	border-radius:14px;
    -moz-border-radius:14px;

	
	
}

TD.menuskinnypuppy2 {
	border: 0px dotted; 
	font : 14px TitilliumWeb-Regular;
	text-align : right;
	background: black;
	background-image: url(images/sheet.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.3;filter: alpha(opacity=30);
}

table.tabela_menusp { 
	border: 2px solid #000000; 
	background: black;

}

A.menu_skinnypuppy {
	color : #b3773c;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 24;
	font-weight: bold;
	text-shadow: 3px 3px #000000;
}

A:Hover.menu_skinnypuppy  {
	color : Silver;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 24;
	font-weight: bold;
	text-shadow: 3px 3px #000000;
}





A.menu_skinnypuppy3 {
	color : Orange ;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 23;
	font-weight: bold;
	text-shadow: 2px 2px #000000;
}

A.Hover.menu_skinnypuppy3 {
	color : White ;
	text-decoration : none;
	font-family : TitilliumWeb-Regular;
	font-size : 23;
	font-weight: bold;
	text-shadow: 2px 2px #000000;
}


table.tabela_ask{ 
	border: 2px dotted; 
	border-color: #1e1e1e;
  	color : Silver;
	font : 12px "TitilliumWeb-Regular";
	background: black;
	    border-radius:21px;
    -moz-border-radius:21px;

}


table.tabela_vids{ 
	border: 0px dotted; 
	border-color: #1e1e1e;
  	color : Silver;
	font : 12px "TitilliumWeb-Regular";
	 border-radius:28px;
    -moz-border-radius:28px;
	background-image: url(images/Melamine-wood-008.png);

}

table.table_blog{ 
	border: 0px dotted; 
	border-color: #1e1e1e;
  	color : Silver;
	border-radius:28px;
    -moz-border-radius:28px;
	background-image: url(images/Melamine-wood-008.png);

}

table.table_behr{ 
	border: 0px dotted; 
	border-color: #1e1e1e;
  	color : Silver;
	border-radius:28px;
    -moz-border-radius:28px;
	background-image: url(images/dark-fabric.png);

}

table.table_cioran{ 
	border: 0px dotted; 
	border-color: #1e1e1e;
  	color : Silver;
	border-radius:38px;
    -moz-border-radius:28px;
	background-image: url(images/Melamine-wood-012.png);


}

table.table_player{ 
	border: 0px dotted; 
	border-color: #1e1e1e;
  	color : Silver;
	border-radius:18px;
    -moz-border-radius:18px;
	background-image: url(images/dark-fabric.png);
}

table.table_player_m{ 
	border: 0px dotted; 
	border-color: #1e1e1e;
  	color : Silver;
	border-radius:38px;
    -moz-border-radius:38px;
    background-image: url(images/nebula.png);
}

table.table_player_m2{ 
	border: 0px dotted; 
	border-color: #1e1e1e;
  	color : Silver;
	border-radius:38px;
    -moz-border-radius:38px;
    background-image: url(images/nebula6.png);
}

table.table_midi{ 
	border: 0px dotted; 
	border-color: #000000;
  	color : Silver;
	border-radius:18px;
    -moz-border-radius:18px;
	background-image: url(images/Melamine-wood-012.png);

}

table.table_setup{ 
	border: 0px dotted; 
	border-color: #1e1e1e;
  	color : Silver;
	box-shadow:   0 0 19px #000000;
	text-shadow: 3px 3px #000000;
	border-radius:28px;
    -moz-border-radius:28px;
	background-image: url(images/dark-suede.png);

}



table.tabela_vids_cevin{ 
	border: 0px dotted; 
	border-color: #1e1e1e;
  	color : Silver;
	font : 12px "TitilliumWeb-Regular";
	 border-radius:14px;
    -moz-border-radius:14px;


}



TD.sample7 {
	border: 2px dashed; 
    color : white;
	font : 16px "Arial";
	text-align : center;
	border-color: #4c4c4c;
	letter-spacing: 2px;
	line-height: 1.3;
	background-color: #151515;
	border-radius:14px;
    -moz-border-radius:34px;
	box-shadow: inset 0 0 26px #000000;
    text-shadow: 3px 3px #000000;
	background-image: url(images/dark-suede.png);

}

TD.foty {
	border: 2px dashed #2c2c2c; 
	text-align : center;
	border-radius:18px;
    -moz-border-radius:18px;
	background: rgb(0,0,0);
	background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);

}

TD.foty1 {
	border: 2px dashed #1c1c1c; 
	text-align : center;
		    border-radius:18px;
    -moz-border-radius:58px;
background: rgb(0,0,0);
background: linear-gradient(29deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 54%, rgba(0,0,0,0) 100%);

}

TD.sample8 {
	border: 3px dotted; 
	font : 14px TitilliumWeb-Regular;
	text-align : center;
	border-color: #4c4c4c;
	line-height: 16px;
	word-spacing: 1px;
	background: black;
	font-weight: bold;
}

TD.sample9 {
	border: 13px solid; 
    color : white;
	font : 28px "Arial Black";
	text-align : center;
	border-color: #000000;
	letter-spacing: 1px;
	background: #000000;
	background-image: url(images/sp_tlo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.9;filter: alpha(opacity=90);
}

TD.sample99 {
	border: 13px solid; 
   color : white;
	font : 28px "Arial Black";
	text-align : center;
	border-color: #000000;
	letter-spacing: 1px;
	background: #000000;
	background-image: url(images/stlo2.jpg);
	opacity: 0.9;filter: alpha(opacity=90);
}


TD.sample10 {
	border: 3px dotted; 
   color : #c1c1c1;
	font : 15px Times New Roman;
	text-align : left;
	border-color: #4c4c4c;
	line-height: 16px;
	word-spacing: 1px;
	background: black;

}

TD.td_ikonki {
	border: 0px dotted; 
   color : #c1c1c1;
	font : 15px Times New Roman;
	text-align : left;
	border-color: #4c4c4c;
	line-height: 16px;
	word-spacing: 1px;
	background: black;
	opacity: 0.8;filter: alpha(opacity=80);
}

TD.sample11 {
	border: 13px solid; 
	font : 14px "TitilliumWeb-Regular";
	border-color: #000000;
	line-height: 22px;
	background: #000000;
	background-image: url(images/radi0thc_256.png);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.9;filter: alpha(opacity=90);
}

TD.td_videos {
	border: 3px dotted #2c2c2c; 
	font : 18px "righteous-regular-webfont";
	line-height: 12px;
	border-radius:28px;
    -moz-border-radius:28px;
	background-image: url(images/Melamine-wood-011.png);
	box-shadow: inset 0 0 12px #000000;


}

TD.td_cevin{
	border: 0px dotted #2c2c2c; 
	font : 18px "righteous-regular-webfont";
	line-height: 12px;
	border-radius:28px;
    -moz-border-radius:28px;



}


TD.td_videos2 {
	border: 6px dotted #ffffff; 
	font : 20px "TitilliumWeb-Regular";
	border-color: #000000;
	line-height: 10px;
	background: #000000;
	background-image: url(images/sp_logo3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1.0;filter: alpha(opacity=100);
}


TD.td_sounds {
	border: 3px dotted #ffffff; 
	font : 20px "TitilliumWeb-Regular";
	border-color: #000000;
	line-height: 10px;
	background: #000000;
}

TD.td_stopka {
	font : 20px "TitilliumWeb-Regular";
	line-height: 17px;
	background: #000000;
	padding-bottom: 11px;
 	padding-left: 11px;
 	padding-right: 11px;
 	padding-top: 11px;
}

TD.td_teledysk {
	border: 1px dotted; 
   color : white;
	font : 12px "TitilliumWeb-Regular";
	text-align : left;
	border-color: #4e4e4e;
	line-height: 17px;
	background: #000000;
	padding-bottom: 11px;
 	padding-left: 11px;
 	padding-right: 11px;
 	padding-top: 11px;
}

TD.td_teledysk2 {
	border: 1px dotted; 
   color : white;
	font : 12px "TitilliumWeb-Regular";
	text-align : center;
	border-color: #4e4e4e;
	line-height: 17px;
	background: #000000;
	padding-bottom: 11px;
 	padding-left: 11px;
 	padding-right: 11px;
 	padding-top: 11px;
}

TD.td_stuff {
	border: 3px dotted #ffffff; 
	font : 16px "Tahoma";
	border-color: #000000;
	line-height: 22px;
	background: #000000;
	background-image: url(images/sp_logo3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}
TD.td_stuff242 {
	border: 1px dotted #ffffff; 
	font : 16px "TitilliumWeb-Regular";
	border-color: #999999;
	line-height: 25px;
	font-weight: bold;
	background: #000000;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.td_stuff242_2 {
	border: 1px dotted #ffffff; 
	font : 16px "TitilliumWeb-Regular";
	text-align : right;
	border-color: #999999;
	line-height: 25px;
	font-weight: bold;
	background: #000000;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.td_stuff242_1 {
	border: 1px dotted #ffffff; 
	font : 16px "TitilliumWeb-Regular";
	text-align : left;
	font-weight: bold;
	border-color: #000000;
	line-height: 25px;
	background: #000000;
	opacity: 0.9;filter: alpha(opacity=90);
}

TD.sample_3d {
	border: 13px solid; 
	font : 14px "TitilliumWeb-Regular";
	border-color: #000000;
	line-height: 22px;
	background: #000000;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.6;filter: alpha(opacity=60);
}

TD.guestbook {
	border: 13px solid; 
	font : 14px "TitilliumWeb-Regular";
	border-color: #000000;
	line-height: 22px;
	background: #000000;
	opacity: 0.7;filter: alpha(opacity=70);
}

TD.sample12 {
	border: 3px solid; 
  	color : #000000;
	text-align : center;
	border-color: #000000;
	background: #000000;
	opacity: 0.9;filter: alpha(opacity=90);
}

TD.menu_samples_from_movies { 
  	color : #000000;
    line-height: 15px;
	text-align : center;
	border-color: black;
		border-radius:18px;
    -moz-border-radius:18px;
    background: rgba(000, 000, 000, 0.3) /* Green background with 30% opacity */
	
}

TD.sample19 {
	border: 13px solid; 
   color : white;
	font : 28px "Arial Black";
	text-align : center;
	border-color: #000000;
	letter-spacing: 1px;
	background: #000000;
	background-image: url(images/sp_tlo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.9;filter: alpha(opacity=90);
}

TD.sample44 {
	border: 3px dotted; 
  	color : Silver;
	font : 11px "Verdana";
	text-align : right;
	border-color: #4c4c4c;
	letter-spacing: 1px;
	font-weight: bold;
	opacity: 0.7;filter: alpha(opacity=70);
	
}
TD.cevin {
	border: 0px dotted; 

	font : 11px "Verdana";
	text-align : right;
	border-color: #4c4c4c;
	letter-spacing: 1px;
	font-weight: bold;
	border-radius:28px;
    -moz-border-radius:28px;



}


TD.wywiady_video {
	border: 0px dotted; 
	border-color: #1e1e1e;
	background: #000000;
	text-align : center;
	font : 16px "TitilliumWeb-Regular";
	font-weight: bold;

}

TD.wywiady_video2 {
	background: #000000;
	text-align : center;
	font : 12px "TitilliumWeb-Regular";
	background-image: url(images/tlo2_ciemne2.jpg);
}


table.tabela_wywiady_video{ 
  	color : Silver;
	font : 14px "TitilliumWeb-Regular";
	background: black;
}

table.tabela_wywiady_video2{ 
	border: 0px dotted; 
	border-color: #1e1e1e;
  	color : Silver;
	font : 12px "TitilliumWeb-Regular";
	background: black;

}

table.tabela_info2{ 
	border: 0px dotted; 
	border-color: #1e1e1e;
  	color : Silver;
	font : 12px "TitilliumWeb-Regular";
	background: black;
    border-radius:21px;
    -moz-border-radius:21px;
}


table.tabela_info_dol{ 
	border: 0px dashed  #1d1d1d; 
	background-image: url(images/dark-wood_little.png);
    border-radius:52px;
    -moz-border-radius:52px;
	box-shadow:   0 0 5px #000000;
	text-shadow: 3px 3px #000000;
}

table.tabela_manu_muzyka{ 
	border: 0px dashed  #1d1d1d; 

    border-radius:52px;
    -moz-border-radius:52px;
	box-shadow:   0 0 5px #000000;
	text-shadow: 3px 3px #000000;
}


div.hr {
  height: 15px;
  background: #fff url(hr1.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}

table.tabela_wywiady { 
border: 0px solid #000000; 


}

table.tabela { 
border: 0px solid #000000; 
opacity: 0.9;filter: alpha(opacity=90);

}

table.tabela_main { 
border: 2px dashed  #1d1d1d; 
	background-image: url(images/dark-concrete.png);
    border-radius:42px;
    -moz-border-radius:42px;
	box-shadow:  0 0 10px #000000;
}
table.tabela_main3 { 
	border: 0px dashed  #1d1d1d; 
	background-image: url(images/whiter-concrete.png);
    border-radius:42px;
    -moz-border-radius:32px;
	box-shadow: inset  0 0 10px #000000;

}

table.tabela_mp3 { 
	border: 0px dashed  #1d1d1d; 
	background-image: url(images/dark-wood_little.png);
    border-radius:12px;
    -moz-border-radius:12px;
	box-shadow:   0 0 5px #000000;
	text-shadow: 3px 3px #000000;
}

table.tabela_fft { 
	border: 0px dashed  #1d1d1d; 
	background-image: url(images/Melamine-wood-008.png);
    border-radius:11px;
    -moz-border-radius:11px;
	box-shadow:   0 0 5px #000000;
	text-shadow: inset 3px 3px #000000;
	
}

table.table_midicc { 
	border: 0px dashed  #1d1d1d; 
	background-image: url(images/whiter-concrete.png);
    border-radius:11px;
    -moz-border-radius:11px;
	box-shadow:   0 0 5px #000000;
	text-shadow: inset 3px 3px #000000;
	
}


table.tabela_fft4 { 
	border: 0px dotted; 
	border-color: #1e1e1e;
  	color : Silver;
	box-shadow:   0 0 18px #000000;
	text-shadow: 3px 3px #000000;
	border-radius:28px;
    -moz-border-radius:28px;
	background-image: url(images/dark-suede.png);

}
	


table.tabela_freqq { 
	border: 2px dotted  #000000; 
	background-image: url(images/dark-wood_little.png);
    border-radius:11px;
    -moz-border-radius:11px;
	box-shadow:   0 0 5px #000000;
	text-shadow: 3px 3px #000000;
	
}

table.tabela_fft2 { 
	border: 0px dashed  #1d1d1d; 
	background-image: url(images/dark-wood_little.png);
    border-radius:32px;
    -moz-border-radius:32px;
	box-shadow:   0 0 5px #000000;

	
}

table.tabela_galeria { 
	border: 0px dashed  #1d1d1d; 
	background-image: url(images/darker-wood.png);
    border-radius:12px;
    -moz-border-radius:12px;
	box-shadow:  inset 0 0 15px #000000;

}

table.tabela_galeria1 { 
	border: 0px dashed  #1d1d1d; 
	background-image: url(images/darker-wood.png);
    border-radius:12px;
    -moz-border-radius:12px;
	box-shadow:  inset 0 0 15px #000000;

}

table.tabela_menu_pion { 
	border: 0px dashed  #ffffff; 
    border-radius:22px;
    -moz-border-radius:22px;

	 background: rgba(000, 000, 000, 0.0) /* Green background with 30% opacity */
}





table.tabela_boots { 
border: 0px solid #000000; 
	background: #0a0a0a;
    border-radius:41px;
    -moz-border-radius:41px;

}

table.tabela_brap { 
	border: 2px dashed  #1d1d1d; 
    border-radius:11px;
    -moz-border-radius:11px;
	box-shadow:   0 0 5px #000000;
	text-shadow: inset 3px 3px #000000;
		border-radius:34px;
    -moz-border-radius:34px;
	box-shadow: inset 0 0 16px #000000;
    text-shadow: 3px 3px #000000;
	background-image: url(images/Melamine-wood-012.png);
}

table.table_sample { 
border: 2px dashed  #2D2D2D; 
	background-image: url(images/dark-wood.png);
    border-radius:42px;
    -moz-border-radius:42px;
	box-shadow:  0 0 28px #000000;
		opacity: 0.9;filter: alpha(opacity=90);
}

table.tabela242 { 
border: 0px dotted #535353; 

}

table.tabela_photos { 
	border: 0px dotted #484848; 

}
table.tabela_bootlegz{ 
	border: 1px dotted #484848; 

}
 

table.tabela_wyw { 
border: 0px solid #000000; 
background-image: url(images/tlo2_ciemne2.jpg);
text-align : left;

    border-radius:21px;
    -moz-border-radius:21px;
}



table.tabela_doom { 
border: 0px solid #000000; 

}

table.tabela_update{ 
border: 0px solid #000000; 
	opacity: 0.8;filter: alpha(opacity=80);
}


table.tabela_db { 
	border: 0px dashed; 
  	color : Grey;
}

table.tabela0 { 
border: 3px solid #000000; 
opacity: 0.6;filter: alpha(opacity=60);
}

table.tabela_bootlegsdb { 
border: 0px solid #000000; 
}

table.tabela_samples_video { 
border: 4px solid #000000; 

}

table.tabela_samples_video2 { 
border: 0px solid #000000; 

}




table.tabela_videos{ 
border: 0px dotted #4e4e4e; 
	background-image: url(images/dark-concrete2.png);
    border-radius:21px;
    -moz-border-radius:21px;
}

table.tabela_stopka{ 
border: 0px dotted #4e4e4e;
}

table.tabela_teledysk{ 
border: 0px dotted #4e4e4e;
}

table.tabela_stuff{ 
border: 2px dotted #1C1C1C; 
	font : 12px "TitilliumWeb-Regular";
	background-image: url(images/dark-concrete2.png);
    border-radius:21px;
    -moz-border-radius:21px;
	
}

table.tabela_video { 
border: 0px solid #000000; 
opacity: 0.8;filter: alpha(opacity=80);
width: 100%;
}

table.tabela_wywiady{ 
border: 0px solid #000000; 
opacity: 0.8;filter: alpha(opacity=80);
width: 60%;
}

table.tabela_video2 { 
border: 0px solid #000000; 
opacity: 0.8;
filter: alpha(opacity=80);
width: 570;
}


table.vault { 
border: 2px solid #000000; 
background-image: linear-gradient(to top, rgba(1,1,1,1), rgba(1,0,0,0));
 border-radius:42px;
-moz-border-radius:42px;
box-shadow: inset 0 0 28px #000000;
}

.table-3d { 
    border: 3px dotted #000000; 
    opacity: 0.8;
}




