@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{
    background:#edebe9;
    font-family:Tahoma;
    font-size:13px;
    color:#6d5235;
}
a{
    color:#cda925;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
body.textBox{
    border:1px dotted red;
    background:#fff;
    color:#6d5235;
    font-family:Tahoma;
    font-size:13px;
}
.textBox .pTitle{
    font-size:16px;
    font-family:Times;
    color:#8e500e;
    padding-bottom:15px;
}
.textBox h3{
    font-size:16px;
    font-family:Times;
    color:#8e500e;
    font-weight:bold;
    padding-bottom:15px;

}
.textBox p{
    padding-bottom:15px;
}
.textBox ul{
    margin-left:20px;
    padding-bottom:15px;
}
.textBox ul li{
    padding:0px 0px 5px 15px;
    background:url(../img/bullet/pointer-1.png) 0px 6px no-repeat;
}

.textBox .tbl{
    width:100%;
    font-size:12px;
    font-family:Tahoma;
    border-bottom:1px solid #fff;
    border-left:1px solid #fff;
    margin-bottom:15px;
}
.textBox .tbl td{
    padding:10px 10px;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
    vertical-align:top;
    text-align:left;
}
.textBox .tbl td.tblCol1{
    background-color:#f1e6d7;
    font-weight:bold;
    width:110px;
    padding-left:25px;
    font-size:12px;
    color:#6d5235;
}
.textBox .tbl td.tblCol2{
    background-color:#f3eee7;
    color:#6d5235;
    font-size:11px;
}

