/* Głównee definicje */

a { color: #0569B4; text-decoration: none; }
a:hover { text-decoration: underline; }

html
{
    border: none;
}
body
{
    margin: 0px 0px 20px 0px;
    min-width: 900px;
    color: #000000;
    background-color: #E7F0F5;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

body#clear
{
    min-width: 10px;
    text-align: left;
    background-color: #ffffff;
    color: #000000;
    margin-left: 10px;
    margin-right: 10px;
}

    body#clear div.clear
    {
    }
    
body#print
{
    background-color: #ffffff;
    color: #000000;
}

    body#print div.print
    {
	width: 100%;
    }

    body#print div.naglowek
    {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #666666;
	padding: 5px;
	font-style: italic;
	vertical-align: bottom;
    }

/* tabele - ogolnie */

td,div
{
    text-align: left;
    font-size: 12px;
    vertical-align: top;
}

img
{
border: none;
}

div.clear 
{
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.data
{
    font-weight: normal;
    color: #84CBFF;
}

.ocenaLabel
{
    display: block;
    float: left;
    padding-top: 7px;
    margin-right: 10px;
    font-family: verdana;
    font-weight: bold;
    font-size: 12px;
}

.ocenaOn
{
    background: url(http://new.pzw.org.pl/template/pzw/img/star1.gif) no-repeat;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px 1px;
}

.ocenaOff
{
    display: block;
    float: left;
    background: url(http://new.pzw.org.pl/template/pzw/img/star1d.gif) no-repeat;
    width: 20px;
    height: 20px;
    margin: 5px 1px;
}

.ocenaSumaGlosow
{
    display: block;
    float: left;
    padding-top: 7px;
    font-size: 12px;
    text-align: left;
    padding-left: 20px;
    font-family: verdana;
    font-size: 12px;
}

.button
{
    background-color: #0569b4;
    border: 1px solid #e7e7e7;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 5px;
    cursor: pointer;
}

a.button
{
    padding: 3px 7px;
    text-decoration: none;
}

.button_mail
{
    float: right;
    font-weight: normal;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    background: url(http://www.rybobranie.pl/img/ikony/kontakt_mail.gif) left no-repeat;
}

.plain_html ul, .plain_html ol
{
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.komentarze {
    list-style: none;
}
    .komentarze li {
	padding: 10px 0 10px 145px;
	overflow: hidden;
	clear: both;
    }
    .komentarze .left {
	float: left;
    } 
    .komentarze .img {
	float: left;
	margin-left: -65px;
    }
    .komentarze .naglowek {
	margin-left: -145px;
	padding: 3px 0 3px 145px;
	background: #CFEBFF;
	margin-bottom: 10px;
	overflow: hidden;
    }
	.komentarze .dodatni {
	    background: #A4CFEF !important;
	}
	.komentarze .ujemny {
	    background: #EFF8FF !important;
	}
	.komentarze .nick {
	    float: left;
	    margin-left: -135px;
	    width: 135px;
	}
	    .komentarze .nick:hover {
		text-decoration: none;
	    }
	.komentarze .ocena {
	    float: right;
	    margin-right: 10px;
	}
	* html .komentarze .ocena {margin-top: -20px; }
	    .komentarze .ocena strong {
		color: #5190AB;
	    }
    .komentarze .tresc p {
	margin-left: -10px;
	padding: 0 10px;
	border-left: 1px solid #e0dfc2;
	min-height: 50px;
	height: 50px;
    }
    html > body .komentarze .tresc p {
	height: auto;
    }
/*
	.komentarze .naglowek p {
	    border: 0;
	    height: auto;
	    min-height: 0;
	    padding: 0;
	}
	.komentarze .nick {
	    color: #626133;
	    font-size: 14px;
	}
    .komentarze p {
	border-left: 1px solid #e0dfc2;
	height: 55px;
	padding: 0 10px;
    }
	html > body .komentarze p {
	    height: auto;
	    min-height: 55px;
	}
*/
    .komentarze_naglowek {
	border-bottom: 1px solid #e0dfc2;
	font-weight: bold;
	margin-top: 20px;
    }
    #komentarze_form {
	padding: 0px 0px 10px 0px;
    }
	#komentarze_form label {
	    display: none;
	}
	#komentarze_form .input {
	    width: 99%;
	    height: 80px;
	    overflow: auto;
	}
	#komentarze_form p {
	    margin-bottom: 10px;
	}

.LSMenu li {
    position: relative;
}
.naduzyciaForm {
    position: absolute;
    padding: 2px;
    bottom: 20px;
    border: 1px solid #0569B4; 
    background: #fff;
    height: 152px;
}
    .naduzyciaForm p {
	background: #0569B4;
	padding: 4px 8px;
	cursor: move;
    }
    .naduzyciaForm textarea {
	display: block;
	width: 396px;
	height: 100px;
	margin: 2px 0;
    }
    .naduzyciaForm div {
	width: 396px;
	padding: 12px 0;
	color: #0569b4;
	text-align: center;
    }

.menu_side li
{
    list-style: none;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #C7C7C7;
}
.menu_side li.first
{
    border: none;    
}
    .menu_side li fieldset
    {
	border: none;
	border-left: 1px solid #C7C7C7;

	border-top: 1px solid #C7C7C7;
	margin: 10px 0px;
	margin-left: 5px;
	padding-left: 5px;
	font-style: italic;
    }
        .menu_side li fieldset legend
	{
	    font-style: normal;
	    padding: 0px 10px;
	}

#MapaPorozumien div{
    text-align: justify;
}
#MapaPorozumien li{
    list-style: none;
    padding-bottom: 25px;
}
#MapaPorozumien li div{
    padding-top: 5px;
    padding-left: 30px;
}
    #MapaPorozumien li div p{
	padding-top: 5px;
    }
    #MapaPorozumien li div span{
	
	font-weight: bold;
    }
#MPImg {
    text-align: center !important;
}
#MapaPorozumien .MPDoplata {
    vertical-align: middle;
    padding-right: 5px;
}
#MapaPorozumien h2{
    font-size: 15px;
}