@charset "utf-8";
/**
* @author:Grzegorz Frydrychowicz
*/

/* clear style:start nie zmieniac */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin:0;padding:0}table {border-collapse:collapse;border-spacing:0}fieldset, img { border:none }address, caption, cite, code, dfn, em, strong, th, var {font-style:normal;font-weight:normal}strong { font-weight:bold }ol, ul { list-style:none }caption, th, body { text-align:left }h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal}q:before, q:after { content:'' }abbr, acronym { border:0 }.clear {clear:both;height:0;font-size:0; overflow:hidden;}a img { border:none }.alt { display:none; }
/* clear style:end */

/* for editor only */
body.textBox{
border:1px dotted red;
background:#DCE8E8;
color:#808A8F;
font-family:Tahoma;
font-size:12px;
}
/* for editor only:end */

.textBox p{
    padding-bottom:10px;
}
.textBox ul{
    padding-bottom:10px;
    margin-left:20px;
}
.textBox ul li{
    padding-bottom:4px;
    list-style-type:disc;
}
.textBox ol{
    padding-bottom:10px;
    margin-left:20px;
}
.textBox ol li{
    padding-bottom:4px;
    list-style-type:decimal;
}

.textBox h1{
color:#5A7F7C;
font-size:15px;
font-weight:bold;
padding-bottom:12px;
}

.textBox .pTitle{
font-size:13px;
color:#5a7f7c;
padding-bottom:14px;
font-weight:bold;
}

.textBox h2{
color:#5A7F7C;
font-size:13px;
font-weight:bold;
padding-bottom:12px;
}
.textBox h3 {
background:transparent url(../img/bg/line.gif) no-repeat scroll left bottom;
color:#5A7F7C;
font-size:13px;
font-weight:bold;
margin-bottom:12px;
padding-bottom:8px;
}
.textBox img{
    padding:8px 8px 8px 8px;
}
