﻿/*----------panel----------*/
#panel_boczny
{
	background: #74706F;
	padding: 10px;
	width: 330px;
	height:500px;
	position:fixed;
	margin-top:0px; /*po�owa wysoko�ci panelu w g�r� */	
	left: 0px;
	top: 0%;
	z-index:10000px;
	/*przezroczystosc panelu drukowania */
	/*filter: alpha(opacity=40);*/ 
	-moz-opacity: 0.9; 
	opacity: 0.9; 
		
	
	
}
.panel_box {
	height:440px;
	width:300px;
	margin-top:15px;
	overflow: auto;	
}
.panel_box_content {
	height:auto;
	width:100%;
	background:#6D6D6D;
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#D5D5D5;
	clear:left;
}
.panel_box_item{
	height:60px;
	width:100%;
	padding-bottom:5px;
	margin-bottom:5px;
	clear:left;
    border-bottom:1px dotted #969696;
}

.panel_box_img {
	width:100px;
	overflow:hidden;
	float:left;
}
.panel_box_opis {
	width:140px;
	float:left;
	padding-left:2px;
	padding-right:2px;
}
.panel_box_btn {
	width:20px;
	height:20px;
	float:left;
	margin:0px;
	background:url(../img/usun_btn.png) top no-repeat;
	margin-top:25px;

}


.panel_btn {
height:40px;
width:300px;
background:#585858;
clear:left;
margin-top:0px;

}

.panel_btn input {
margin-left:10px;
cursor:pointer;
font-family:Arial, sans-serif;
font-size:12px;
color:#000000;
margin-top:10px;
margin-left:15px;}

ul#main_menu
{
	list-style: none;
	width:100%;
margin-left:30px;
margin-right:auto;
}

#main_menu a
{
	color: #ffffff;
	text-decoration: none;
}

#main_menu a:hover
{
	text-decoration: underline;
}

/*---------przycisk panelu--------*/
.slide_button
{
	background: url(../img/btn.png);
	display: block;
	height: 60px;
	text-indent: -9999px;
	width: 30px;
	z-index:2000px;
	position: absolute;
	right: -30px;
	top: 0px;
}

.zamknij
{
	background-position: -30px 0px;
}

a:focus { 
outline:none; 
}