/* 
    Document   : strona_help
    Created on : 2009-08-06, 16:51:20
    Author     : MoolaK
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
#naglowek_help {
    float: none;
    clear:both;
}
#lista_wrapper_help {
    border: none;
    width: 540px;
    float: left;
    clear:none;
}

#panel_wrapper_help {
    border: none;
    background-color: #000000;
    margin:5px;
    padding-bottom:0;
    margin-bottom:0;
    width: 215px;
    float: right;
    clear:none;
    color:#8BD40B;
    font-weight:normal;
    text-decoration:none;
    border-style:none;
    font-family: Tahoma;
    font-size:8pt;
}

#panel_wrapper_help_top_img {

}
#panel_wrapper_help_bottom_img {
    background-color:white;
    margin:0;
    padding:0;
}

#panel_wrapper_help p {
    /* Tekst w panelu */
    margin:0 5px 0 5px;
}
.pyt_pojemnik {
    width:100%;
    padding:0;
    border: none;
    margin: 5px auto;
    float:left;
    clear:both;
}
.pyt_pojemnik a {
	color: #8BD40B;
	font-weight: normal;
	text-decoration: none;
	border-style: none;
	font-family: Tahoma;
	font-size: 10pt;
}