* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000000;
  font-family: "calibri", "Trebuchet MS", "Verdana", "Tahoma", "Arial", sans-serif;
}

table#layout{
	margin-left: auto;
	margin-right: auto;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 900px;
	background-color: #191919;
}
#layout td {
	padding: 0px;
}
#top {
	background-image: url('../img/layout_top.png');
	background-repeat: no-repeat;
	margin-top: 0;
	height: 273px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-bottom: 0px;
}
#content {
	width: 900px;
	min-height:500px;
	color: #FFFFFF;
	font-size: 17px;
	text-align: justify;
	border-bottom: 1px dashed #777;
	
}
#content A {
    text-decoration: none;
    color: #FFFFFF;
}
#content A:link {
    text-decoration: none;
    color: #FFFFFF;
}

#content A:visited {
    text-decoration: none;
    color: #FFFFFF;
}

#content A:active {
    text-decoration: none;
    color: #FFFFFF;
}

#content A:hover {
    text-decoration: none;
    color: #d10404;
}
#bottom {
	width: 900px;
	height: 100px;
	margin-top: 0px;	
	background-color: #1f201f;
	background-image: url('../img/layout_bottom.png');	
	background-repeat: no-repeat;
}

.mainbox{	
	background-color: #ededee;
	border: 1px solid #58585a;

	font-size: 13pt;
	color: black;
	padding: 20px;
	float: left;
	min-height: 500px;
	width: 860px;
}

.shortBox{
	width: 462px;
}

.mainbox A {
    text-decoration: none;
    color: #d10404 !important;
}
.mainbox A:link {
    text-decoration: none;
    color: #d10404 !important;
}

.mainbox A:visited {
    text-decoration: none;
    color: #d10404 !important;
}

.mainbox A:active {
    text-decoration: none;
    color: #d10404 !important;
}
.mainbox A:hover {
   text-decoration: none;
   color: black !important;
}

.nav{
	font-size: 0.8em;
	text-align: right;
}
.song{
	width: 200px;
	height: 220px; 
	background-color: #1f201f;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.songVoteBar{
	text-align: right;
	margin-top: 8px;
	color: #d10404;
	font-size: 0.9em;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #080808;
	margin: 0 10px 10px 10px
}

.topsong{
	width: 440px;
	height: 90px;
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-left: 10px;
}
.topsong img{
	height: 50px;
	display: block; 
	margin-top: 20px;
	margin-left: 10px; 
	position: absolute; 
	border: 1px solid black;
}
.episode{
	margin-top: 15px;
	display: block;
	width: 260px;
	height: 70px;
	color: #999999;
	font-size: 18px;
	position: absolute;
	margin-left: 100px;
	border: 0px solid red;
}

.episode span{
	color: #191919;
	font-size: 25px;
}
#topbox{
	width: 361px;
	height: 296px;
	margin-left: 530px;	
	background-color: #1f201f;	
	border-bottom: 2px dotted #b1b3b4;
	border-top: 2px dotted #b1b3b4;
	display: block;
}

#playerbox
{
	width: 480px;
	height: 360px;
	background-color: #1f201f;
	border-bottom: 2px dotted #b1b3b4;
	border-top: 2px dotted #b1b3b4;
	float: left;
	display: block;
}

#bottombox{
	width: 361px;
	height: 296px;
	margin-top: 30px;
	background-color: #1f201f;
	margin-left: 530px;
	border-bottom: 2px dotted #b1b3b4;
	border-top: 2px dotted #b1b3b4;
}
#maintitle{
	font-size: 28px;	
	color: #5d5a5a;
	text-align: right;
	font-weight: 600;
	border-bottom: 1px solid #5d5a5a;
	margin-bottom: 5px;
}
#maintitle strong{
	color: #191919;	
}
.lightgrey
{
	color: #9c9e9f;
}
#maintitle span{
	font-size: 17px;
}

#menutop{
	width: 900px;
	height: 56px;
	background-image: url('../img/bg_menu.png');
	background-repeat: no-repeat;
}
#mainmenu{
	margin-top: 0px;
	padding-left: 10px;

	font-size: 0.9em;
	
	font-variant: small-caps;
	color: #FFFFFF;
	text-align: left;
	font-weight:700;
	font-family: Verdana, Geneva, sans-serif;
	width: 780px;
	float: left;
	margin-top: 15px;
	display: block;
}
#mainmenu a span#store
{
	background: url('../img/cd.png') no-repeat 0px 2px;
	height: 240px;
	padding-left: 25px;
	display: inline;
}
a span#basket
{
	background: url('../img/koszyk_btn.png') no-repeat 100% 0px;
	height: 38px;
	width: 92px;
	margin-left: 10px;
	margin-top: 5px;
	float: left;
	text-align: left;
}

a:hover span#basket
{
	background-position: 100% -38px;
}

a span#storenext
{
	background: url('../img/next_btn.png') no-repeat 100% 0px;
	display: block;
	height: 26px;
	width: 152px;
	margin-left: 0px;
	margin-top: 3px;
	float: right;
	text-align: right;
	cursor: hand;
}
a:hover span#storenext{	background-position: 100% -26px;}



a span#backtocart
{
	background: url('../img/basket_back_btn.png') no-repeat 100% 0px;
	display: block;
	height: 28px;
	width: 152px;
	margin-left: 0px;
	margin-top: 3px;
	float: left;
	text-align: right;
}
a:hover span#backtocart{	background-position: 100% -28px;}



a span#backtostore
{
	background: url('../img/back_btn.png') no-repeat 100% 0px;
	display: block;
	height: 27px;
	width: 152px;
	margin-left: 0px;
	margin-top: 3px;
	float: left;
	text-align: right;
}
a:hover span#backtostore{background-position: 100% -27px;}



a span#changedata
{
	background: url('../img/change_data_btn.png') no-repeat 100% 0px;
	display: block;
	height: 28px;
	width: 152px;
	margin-left: 0px;
	margin-top: 3px;
	float: left;
	text-align: right;
}
a:hover span#changedata{background-position: 100% -28px;}



a span#confirmorder
{
	background: url('../img/confirm_btn.png') no-repeat 100% 0px;
	display: block;
	height: 27px;
	width: 152px;
	margin-left: 0px;
	margin-top: 3px;
	float: right;
	text-align: right;
}
a:hover span#confirmorder{background-position: 100% -27px;}


input.add-button 
{
	height:31px;
	width:116px;
	background: url('../img/additem_btn.png') no-repeat;
	color:white;
	font-weight: 	bold;
	border-width:0;
	font-size:13px;
	margin-top:3px;
	padding:0 20px 2px 0;
	cursor:pointer;
}
input.hover 
{
	text-decoration:none;
	background-position:left bottom;
}

#mainmenu A {
    text-decoration: none;
    color: #FFFFFF;
}
#mainmenu A:hover {
    text-decoration: none;
    color: #cccccc;
}


#titlebottombox{
	font-size: 15px;
	margin-top: 10px;	
	color: #9c9e9f;
	height: 30px;
	text-align: left;
	vertical-align: middle;
	font-weight: 600;
	border-bottom: 1px dotted #545456;
	margin-bottom: 5px;	
	line-height: 2;
}

#titlebottombox img
{
	border: 0px solid 	blue;
	float: left;
	margin-top: 3px;
	vertical-align: middle;
}

#titlebottombox p{

	border: 0px solid yellow;
	position: absolute;
	width: 240px;
	height: 20px;
	left: 80px;
}

a.back
{

  font-style: normal;  
  text-transform: uppercase;
  padding-left: 10px;  
  background: url('../img/icon_back.gif') no-repeat center left;
  cursor: hand;
  font-size: 0.7em;
  margin-bottom: 10px;
  display: block;
}


#topten{
	overflow-y: scroll;
	width: 361px;
	height: 236px;
}
#newsongs li
{
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 18px;
}

#newsongs
{
	border: 0px solid red;
	list-style: disc url('../img/pointer.png') inside;
	margin-left: 10px; 
	margin-top: 20px;
	font-size: 18px;
}
.voteinfo{
	color: #ededee;
	font-size: 20px;	
	padding-top: 40px;
	text-align: center;
	display: block;
}
.voteinfo#black
{
	color: #5d5a5a;
}
.voteinfo strong{
	color: red;
	font-size: 25px;
	
}
.voteinfo p.small{
		font-size: 12px;
}

.manage
{
	width: 100%;
	 border-spacing: 0px;
	 border-collapse: collapse;
	 border: solid 2px black;
	 	text-align: left;
}
.manage td 
{

	font-size: 9pt;
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: black;
}
.manage th
{ 
	background-color: #191919;
	color: white;
	font-size: 13px;

}

/*stale*/
p.akapit {
	text-indent: 30px;
	text-align: justify;
}
p.header{
	border-bottom: 2px dotted #464476;
	border-right: 2px dotted #464476;
	padding-bottom: 6px;
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: bold;
	font-variant: small-caps;
}
p.srodek {
	text-align: center;
}
.content img {
	border: medium solid #000000;
	margin: 10px;
}
img{
border: 0px;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.left {
	float: left;
}
img.right {
	float: right;
}
img.nostyle {
	border: 0px;
	margin: 0px;
}
img.nostyleright {
	border: 0px;
	margin: 0px;
	float: right;
}
img.nostyleleft {
	border: 0px;
	margin: 0px;
	float: left;
}
.center {
	margin-left: auto;
	margin-right: auto;
}

p.copyright {
	display: block;
	text-align: center;
	color: #9c9e9f;
	font-size: 9pt;
}

p#bottommenu
{
	text-align: center;
	color: #9c9e9f;
	padding-top: 20px;
	font-weight: bold;
}
#bottommenu a
{
	color: #ededee;
	text-decoration: none;
	font-size: 15px;
}
#bottommenu a:hover
{
	color: #9c9e9f;
}
.result
{
 border: dashed 1px black;
 width: 100%;
 background-color: white;
 padding: 5px;
}

.result strong
{
  color: #C00;  
  font-style: normal;  
  text-transform: uppercase;
  padding-left: 20px;  
  background:#ffffff url('../img/icon_error.png') no-repeat top left;
}

.result em
{
  color: #060;  
  font-style: normal;  
  text-transform: uppercase;
  padding-left: 20px;
  background:#ffffff url('../img/icon_okay.png') no-repeat top left;
}

label strong {  
  display: block;  
  color: #C00;  
  font-size: 85%;  
  font-weight: normal;  
  text-align: left;
  text-transform: uppercase; 
}
label em {  
  display: block;  
  color: #060;  
  font-size: 85%;  
  font-style: normal;  
  text-transform: uppercase; 
  }
fieldset {
  width: 100%;  
  margin: 0 0 1.5em 0;  
  padding: 0;  
  border: 1px solid #BFBAB0;  
  background-color: #eaeaed;  
  background-repeat: repeat-x;
} 

legend {  
  margin-left: 1em;  
  padding: 0;  
  font-weight: bold;
} 

fieldset ol {  
  padding: 1em 1em 0 1em;  
  list-style: none; 
} 

fieldset li {  
  float: left;  
  clear: left;  
  width: 100%;  
  padding-bottom: 1em;
} 

.koncert {
	font-size: 15px;
}

.koncert b {
	color: #1f1f1f;	
}

.koncert fieldset{
	color: #1f1f1f;	
}
.koncert label{
	width: 200px;

}

a:link, a:visited, a:active {
	color: white;	
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}



fieldset.submit {  
  float: none;  
  width: auto;  
  border-style: none;  
  padding-left: 14em;   
  background-color: transparent;  
  background-image: none;
}

label {  
  position: relative;  
  float: left;  
  width: 12em;  
  margin-right: 1em;
}
table.banners{
	width: 100%;	
}

td.valid{
	color: #008000;
	text-align: center;
	font-weight: 900;
	background-color: #c4d9bf;
}
td.pending{
	color: #5a5826;
	text-align: center;
	font-weight: 900;
	background-color: #e1dfb8;
}
.invalid, td.invalid{
	color: #5a2726;
	text-align: center;
	font-weight: 900;
	background-color: #e1b9b8;	
}
td.canceled{
	color: #404040;
	text-align: center;
	font-weight: 900;
	background-color: #cccccc;
}

/*STORE*/
.invalidfield{
	background-color: #ff8f8f;
	border: 1px solid red;
}

.validCaption{
	color: #008000;
	font-weight: bold;
	font-size: 1em;
	border-bottom: 1px solid #888;
}

.invalidCaption{
	color: #C00000;
	font-weight: bold;
	font-size: 1em;
	border-bottom: 1px solid #888;	
}

table.ttble {
	width: 100%;
	border: 1px solid #CCCFD3;

	padding: 1px;
}

.ttble th {
	padding: 3px 4px;
	color: #FFFFFF;
	background: #282727 url("../img/h80.png") bottom left repeat-x;
	border-top: 1px solid #5d5d5d;
	border-bottom: 1px solid #111111;
	text-align: left;
	font-size: 0.75em;
	text-transform: uppercase;
}

.ttble tr:nth-child(even) { background-color:#f0f0f0; }
.ttble tr:nth-child(odd) { background-color:#FFFFFF; }

.ttble td {
	text-align: left;
	font-size: 0.85em;
	padding: 4px;
}
