@font-face {
    font-family: LCD;
    src: url(/images/);
}

a {
	color : #c9c9c9;
	text-decoration : none;
}

a:hover {
	color : #c9c9c9;
	text-decoration : underline;
}

a.side {
	color : #c9c9c9;
	text-decoration : none;
}

a:hover.side {
	color : #c9c9c9;
	text-decoration : underline;
}

a.white, li.white a {
	color: #ddd;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	color: #ddd;
	text-decoration: underline;
}

body {
	color : #c9c9c9;
	background-color: #383838;
	font-family : Verdana, calibri, Helvetica, sans-serif;
	font-size : 11px;
	margin : 10px;
}

form {
	margin : 0px;
}

hr {
	height : 1px;
	border : 1px solid #eee;
}

a img {
	border:0px;
}

hr.side-hr {
	height : 1px;
	border : 1px solid #eee;
}

#main_body {
	width:950px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

#telo{
	width:950px;
	margin-top:1px;
}

#logo{
	width:952px;
	height:200px;
	background: url(/images/header.jpg);
	margin-bottom:-2px;

}

#shadow{
	width:950px;
	background: url(/images/centr.jpg);
}

#stranka{
	margin-left:auto;
	margin-right:auto;
	width:920px;
	background:#1C1C1C;
	border-left: 1px solid #383838;
	border-right: 1px solid #383838;
}

#menu{
	width:100%;
	height:37px;
	background: url(images/up-menu.png);
	list-style-type:none;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #383838;
        text-align: center;
}

#menu li{
	float:left;
	display:block;
	height:25px;
	width:100px;
	padding:6px;
	margin:0px;
	background: url(images/up-menu3.png);

}

#menu li:hover{
	background: url(images/up-menu2.png);
}

#menu li a {
	font-family: calibri;
	font-size: 15pt;
	color:#ededed;
	text-decoration:none;
}

#menu li:hover a {
	color:#000000;
	text-decoration:none;
}

#menu .zvyraznene{
	background: url(images/up-menu2.png);
	width:98px;
}

#menu .zvyraznene a {
	font-family: calibri;
	font-size: 16pt;
	color:#000000;
	text-decoration:none;
}

#menu .zvyraznene2{
	background: url(http://www.mp3zone.sk/images/upm.jpg);
	width:140px;
}

#menu .zvyraznene2 a {
	font-family: calibri;
	font-size: 16pt;
	color:#FFFFFF;
	text-decoration:none;
}

#menu .zvyraznene3  {
	background: url(http://www.mp3zone.sk/themes/mp3zone/images/up-menu3.png);
	width:100px;
}

#menu .zvyraznene3 a {
	font-family: calibri;
	font-size: 16pt;
	color:#FFFFFF;
	text-decoration:none;
}

#menu .zvyraznene4  {
	background: url(http://www.mp3zone.sk/themes/mp3zone/images/up-menu3.png);
	width:100px;
}

#menu .zvyraznene4 a {
	font-family: calibri;

}

/* Page Navigation */


.pagenav {
	padding: 0.4em;
	color: #FFFFFF;
}

.pagenav span {
	color: #FFFFFF;
	background-color: #e00015;
	border: 1px solid #e1e1e1;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0.2em;
}

.pagenav a {
	color: #e00015;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0.2em;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #e00015;
	margin: 0.2em;
	text-decoration: none;
}

.box{
	margin-top: 15px;
	border: 1px solid #383838;
	width:100%;
	padding:0px;
	background: #2e2e2e;
}

.box h2{
	font-family: calibri;
	font-size: 19px;
	color:#ededed;
	height:27px;
	background: #2e2e2e url(images/up-menu.png);
	border-bottom: 1px solid #383838;
	margin:0px;
	padding-top: 10px;
	padding-left: 15px;
	
	
}


	
.box p{
	background: #2e2e2e;
	color:#DEDEDE;
	padding:5px;
	margin:0px;
}

.list {
	list-style-type:decimal;
	color:#ececec;
	background: #2e2e2e;
	margin:0px;
}

.list li a {
	color:#c9c9c9;
    font-family: calibri;
	
    font-size: 10pt; 
}

.list li a:hover {
	color:#FFFFFF;
	font-weight: bold;
}

.pagination{
	color:white;
	font-size:8pt;
	font-weight:bold;
	padding:2px;
}

.pagination a{
	padding-left: 3px;
	padding-right: 3px;
	border:0px inset #e92b2b;
	color: #e92b2b;
	text-decoration:none;
}
.pagination a:hover{
	border:0px outset #e92b2b;
}

.tabletitle{
	text-align: center;
	color: #cccccc;
	background: #222222;
}

.row1{
	color: white;
	background-color: #2e2e2e;
}

.row2{
	color: white;
	background-color: #222222;
}

#footer{
	width:930px;
	height:68px;
	background: url(/images/footer.jpg);
	padding:10px;
	clear:both;
}

.admin-message {
	font-family : Verdana, calibri, Helvetica, sans-serif;
	font-size : 11px;
	text-align : center;
	color : #555;
	background-color : #f6f6f6;
	border : 1px solid #e1e1e1;
	padding : 3px 4px 5px 4px;
	margin-bottom : 5px;
}

.bbcode {
	font-family : Verdana, calibri, Helvetica, sans-serif;
	font-size : 10px;
	color : #555;
	background-color : #f1f1f1;
	border : 1px solid #ccc;
	margin-top : 2px;
}

.textbox {
	font-family : Verdana, calibri, Helvetica, sans-serif;
	font-size : 10px;
	color : #555;
	background-color : #f8f8f8;
	border : 1px solid #ccc;
}


.stredt{
	color:#979797;
    font-family: calibri;
	font-weight: bold;
    font-size: 10pt;
}



#searchinpt{
border:1px solid grey;
font-size:20px;
height:26px;
/*margin-left:5px;
margin-top:-10px;*/
vertical-align:middle;
width:368px;
}

#mp3searchform select{
border:1px solid grey;
font-size:18px;
height:30px;
/*margin-left:5px;
margin-top:-10px;*/
vertical-align:middle;
}

#ajax_message{
	font-family: calibri;
	font-weight: bold;
	font-size: 10pt;
	background:#e3e3e3;
	width:290px;
	height:25px;
	position:fixed;
	top:0px;
	left:500px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid green;
	color: #000;
	padding-left:10px;
}

.hodnotenie_5 {
	background-image: url(images/hodnotenia.png);
	background-position: 0 0px;
	background-repeat: no-repeat;
	width: 65px;
	height: 13px;

}

.hodnotenie_4 {
	background-image: url(images/hodnotenia.png);
	background-position: 0 -12px;
	background-repeat: no-repeat;
	width: 65px;
	height: 13px;

}

.hodnotenie_3 {
	background-image: url(images/hodnotenia.png);
	background-position: 0 -24px;
	background-repeat: no-repeat;
	width: 65px;
	height: 13px;
}

.hodnotenie_2 {
	background-image: url(images/hodnotenia.png);
	background-position: 0 -36px;
	background-repeat: no-repeat;
	width: 65px;
	height: 13px;
}

.hodnotenie_1 {
	background-image: url(images/hodnotenia.png);
	background-position: 0 -48px;
	background-repeat: no-repeat;
	width: 65px;
	height: 13px;
}

#ajax_mssgbox {
	border: 1px solid #383838;
	width:200px;
	background: #2e2e2e;
	top:40%;
	color:#5F5F5F;
	position:fixed;
}

#ajax_mssgbox h2{
	font-family: calibri;
	font-size: 15px;
	color:#dcdcdc;
	height:27px;
	background: #2e2e2e url(images/up-menu.png);
	border-bottom: 1px solid #383838;
	margin:0px;
	padding-top: 10px;
	padding-left: 2px;
	
}

#vlozenienais {
	border: 1px solid #383838;
	background: #2e2e2e;
	color:#5F5F5F;
}

#linkyns tr{
	height:25px;
}

#linkyns input{
	background: #ffffff;
	color: #000000;
	border: 1px solid #000000;
}

.tbl,.tbl1,.tbl2,.forum-caption {padding: 1px;}
.tbl-border{background: #2e2e2e; border: 1px solid #bdc5cb; color: #E8EEF1;}
.tbl1{background: #2e2e2e; color: #E8EEF1;}
.tbl2 {background: #1C1C1C; color: #E8EEF1;}

.flag{
     position: fixed;
	 bottom: 0px;
	 top: 0px;
	 margin-top: 53px;
	 margin-left: -10px;
}

.flags{
     position: fixed;
	 bottom: 0px;
	 top: 0px;
	 margin-top: 215px;
	 margin-left: -10px;
}


#autocomplete {
	border:1px solid #1C1C1C;
	margin-left:28px;
	margin-top:-10px;
	padding:0;
	position:absolute;
	width:360px;
	z-index:10;
	display:none;
	opacity:0.95;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

#autocomplete ul {
	padding:0px;
	margin:0px;
}

#autocomplete ul li {
	list-style-type:none;
	background: #222222;
	padding:5px;
}

#autocomplete ul li:hover {
	background: #1C1C1C;
}

#autocomplete ul li a {
	width:100%;
}

#autocomplete ul li span {
	float:right;
	color:black;
}

.footer-txt{
    font-size:100%;
    color:#000000;
	
}

.code_tabulka {
	background: #2e2e2e;
	border: 1px solid #bdc5cb;
	color: #E8EEF1;
}

#albssearchform input {
	background: #666666;
	color: #000000;
	border: 1px solid #000000;
}

#albssearchform select {
	background: #666666;
	color: #000000;
	border: 1px solid #000000;
}
.h2-mp3{
    font-size: 8px;
    color:#2e2e2e;
	text-decoration : none;
	float:left;
}
.h3-mp3{
    font-size: 8px;
    color:#2e2e2e;
	text-decoration : none;
	}
.h5error{
    font-size: 20px;
    color:#ffffff;
	text-decoration : none;
}
.h3-mp32{
    font-size: 12px;
    color:#cccccc;
	text-decoration : none;
	}
.h3-mp321{
    font-size: 12px;
    color:#ff0000;
	text-decoration : none;
	}
.texty{
    font-size: 11px;
    color:#cccccc;
	text-decoration : none;
	}
.texty2{
    font-size: 11px;
    color:#ff0000;
	text-decoration : none;
	}
	
#info_sprava a img {
	float:right;
	margin-right:5px;
}
#info_sprava {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	background:url("/images/info_sprava.png") repeat-y scroll 0 0 red;
	border-left:2px solid #101010;
	border-top:2px solid #101010;
	bottom:0;
	color:white;
	min-height:60px;
	padding-bottom:5px;
	padding-left:50px;
	padding-top:5px;
	position:fixed;
	right:0;
	width:220px;
}

#infmessage {
	border: 1px solid #383838;
	width:300px;
	background: #383838;
	top:35%;
	position:fixed;
	box-shadow: 0 0 15px 10px #000;
}

#infmessage .lista{
	font-family: calibri;
	font-size: 15px;
	color:#dcdcdc;
	height:18px;
	background: #383838 url(images/up-menu.png);
	border-bottom: 1px solid #383838;
	margin:0px;
	padding:0px;
	padding-top: 2px;
	padding-left: 2px;
}

#infmessage div{
	color:#ffffff;
	padding: 5px;
	overflow:auto;
	background: #1B1A1B;
}

#infmessage div input, #infmessage div textarea {
background:none repeat scroll 0 0 #303030;
border:1px solid #000000;
color:#E7E7E7;
font:11px Verdana,Arial,Helvetica,sans-serif;
padding-bottom:2px;
padding-left:2px;
}

.papierik{
     position: fixed;
	 float:right;
	 bottom: 0px;
	 top: 0px;
	 margin-top: 53px;
	 margin-right: 300px;
}

.infos{
    position: fixed;
	bottom: left;
	top: 0px;
	left: 0px;
	width:100%;
	height:37px;
	background: url(images/up-menu.png);
	list-style-type:none;
	border-bottom:1px solid #383838;
    font-family: calibri;
	font-size: 10px;
	color:#ededed;
	

}

#menu_player select {
	background:none repeat scroll 0 0 #2e2e2e;
	border:1px solid #383838;
	color:white;
	float:right;

}

.kurzor{
	cursor:pointer;
}

.gensmall{
	font-size: 9px;
}

#logo_reklama {
	left:448px;
	position:relative;
	top:32px;
	width:468px;
	height:127px;
}

#logo_reklama img {
	margin-bottom : 2px;
}

#logo_reklama_t {
	height:55px;
	left:22px;
	position:relative;
	top:19px;
	width:910px;
}

#logo_reklama_t img {
	margin-right: 5px;
}


#login_h_box2 {
background : transparent url("/images/login-poz.png");
background-repeat : no-repeat;
height : 22px;
left : 110px;
padding-left : 10px;
padding-top : 10px;
position : relative;
top : 16px;
width : 465px;
}
#login_h_box2 a {
color : #ffffff;
}
#login_h_box2 .textbox {
border : 1px solid #dc0606;
color : #ffffff;
background : #2e2e2e;
}
#login_h_box2 img {
vertical-align : middle;
}

#login_h_box {
background : transparent url("/images/login-poz.png");
background-repeat : no-repeat;
height : 22px;
left : 465px;
padding-left : 10px;
padding-top : 10px;
position : relative;
top : 40px;
width : 465px;
}
#login_h_box a {
color : #ffffff;
}
#login_h_box .textbox {
border : 1px solid #dc0606;
color : #ffffff;
background : #2e2e2e;
}
#login_h_box img {
vertical-align : middle;
}

.centruj {
height : 22px;
left : 140px;
padding-left : 10px;
padding-top : 10px;
position : relative;
top : 8px;
width : 440px;
}

.centrujem {
height : 60px;
left : 439px;
padding-left : 1px;
padding-top : -10px;
position : relative;
top : -30px;
width : 240px;
}

#sortable { list-style-type: none; margin: 0; padding: 0;}
.ui-state-highlight { background: #2E2E2E; height: 20px;}
.ui-state-default { padding: 3px; }
.ui-sortable li { background: #222222; border-bottom:1px solid #7B7B7B; cursor: pointer; cursor: hand; }

.comment-name {
font-weight:bold;
}

.tabletitle p {
	background: transparent;
	padding: 0px;
}

/*Shoutbox*/

#shoutbox_zaves{
   position: fixed; top: 0; left: 0; z-index: 90; width: 100%; height: 1000; background-color: #000;
   opacity: 0.8;
   -khtml-opacity: 0.8;
   -moz-opacity: 0.8;
}

#shoutbox_sendmsg{
    border: #545660 solid 1px;
    color: #c9c9c9;
    width: 394px;
    background: #2e2e2e;
	position: fixed;
	top:200px;
	z-index:100;
	padding: 3px;
}

#shoutbox_stred{
	height: 285px;
    border: #545660 solid 1px;
    color: #c9c9c9;
    width: 240px;
    background: #2e2e2e scroll;
    padding: 3px;
    overflow: auto;
    overflow-y: auto;
    overflow:  -moz-scrollbars-vertical;
    overflow-x: hidden; 
	scrollbar-face-color: #222222;
    scrollbar-3dlight-color: #c9c9c9;
    scrollbar-arrow-color: #c9c9c9;
    scrollbar-track-color: #222222;
    scrollbar-shadow-color:#c9c9c9;
    scrollbar-darkshadow-color: #222222;
    scrollbar-highlight-color: #222222;     
}

#shoutbox_main
{
    background: #222222;
	font-family:  tahoma, arial, sans-serif;
    font-size: 8pt;
	width:248px;
}

.sb_zaznam_1{
    border-bottom: #545660 1px dashed;
    padding: 4px 0px 4px 0px;
    line-height: 1.4;
	background: 2e2e2e;

}
.sb_zaznam_1 a{
    color: #c9c9c9;
}
.sb_zaznam_1 a:hover{
    color: #c9c9c9;
    text-decoration: none;
}

.sb_zaznam_2{
    border-bottom: #545660 1px dashed;
    padding: 4px 0px 4px 0px;
    line-height: 1.4;
	background: #222222;
}
.sb_zaznam_2 a{
    color: #c9c9c9;
}
.sb_zaznam_2 a:hover{
    color: #c9c9c9;
    text-decoration: none;
}
#shoutbox_vrch{
    padding: 2px 0px 4px 5px;
    border: #545660 solid 0px;
	border-bottom: 0px;
}
#shoutbox_vrch a{
    color: #e00015;
}
#shoutbox_vrch a:hover{
    color: #c9c9c9;
    text-decoration: none;
}


.sb_pole{
    
    background-color: #444444;
    font-family: tahoma, arial, sans-serif;
	font-size: 8pt;

    color: #c9c9c9;
}

.sb_send_pole input, .sb_send_pole textarea{
    border: #db0014 solid 1px;
    background-color: #444444;
    font-family: tahoma, arial, sans-serif;
	font-size: 8pt;
    color: #c9c9c9;
}

.sb_send_pole{
    padding: 3px 0px 3px 0px;
}
.sb_send_pole a{
    color: #c9c9c9;
}
.sb_send_pole a:hover{
    color: #c9c9c9;
    text-decoration: none;
}

.sb_smajl{
    margin: 1px;
}

.sb_nick{
    color: #d6d6d6;
}

/*Shoutbox*/



