/* ---- Color scheme ---- */
/*

*/

/* ----------------------- Resetting browsers defaults ---------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-text-size-adjust: none;
}

/* ---------------------------- Base elements ------------------------------- */

h1 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 35px;
    margin-top: -2px;
}

h2.msg {
    margin-bottom: 30px;
}

a {
    color: #222;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.up {
    background: url(../img/arrow-up.png) right 4px no-repeat;
    padding-right: 13px;
}

/* ---------------------------- Common classes------------------------------- */

.clear {
    clear: both;
}
.clear-left {
    clear: left;
}

/* ---------------- Content ------------------ */

.content a,
a.content {
    color: #0000aa;
    text-decoration: underline;
}
.content a:hover,
a.content:hover {
    color: #aaa;
}

.content.markup ul {
    list-style: disc;
    margin: 0 0 1em 1.1em;
}
.content.markup li {
    text-indent: 0;
    margin: 0.3em 0;
    padding-left: 0.3em;
    text-align: left;
}

/* ---------------- Page submenu ------------------ */

#page-menu {
    top: 19px;
    position: relative;
    left: -15px;
    width: 510px;
    padding-bottom: 10px;
    margin:-14px 0 30px;
    font-size: 14px;
}
#page-menu > ul {
    float: left;
}
#page-menu > ul:first-child {
    margin-right: 10px;
}

#page-menu > ul li {
    margin-top: -1px;
    width: 235px;
    height: 31px;
    vertical-align: middle;
    padding: 9px 0 0 15px;
    background: url(../img/page-menu-bg.png) 0 0 no-repeat;
}
#page-menu > ul li a {
    
}


/* -------------------------------- Layout ---------------------------------- */

#main {
    width: 940px;
    margin: 20px auto 50px;
    padding-left: 39px;
    color: #222;
}
#main-1 {
    width: 902px;
    min-height: 550px;
    background: url(../img/border-vert.png) left repeat-y;
}
#main-1 > div {
    position: relative;
    background: url(../img/border-vert.png) right repeat-y;
}


#head {
    margin-bottom: 250px;
}
#langs {
    position: relative;
    width: 292px;
    height: 100px;
    background: url(../img/head-pdf.png) no-repeat;
}

#head > div.m-wrapper {
    float: right;
    width: 610px;
}
#menu {
    float: right;
    width: 610px;
    background: url(../img/menu.png) no-repeat;
}
#menu img {
    display: block;
    width: 610px;
    height: 100px;
    background-repeat: no-repeat;
    background-image: none;
}


#head #langs a {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
}
#head a.de {
    left: 66px;
    top: 75px;
    background: url(../img/pdf-de.png) 0 0 no-repeat;
}
#head a.en {
    left: 105px;
    top: 71px;
    background: url(../img/pdf-en.png) 0 0 no-repeat;
}
#head #langs a:hover {
    background-position: 0 -24px;
}
#head + div {
    position: absolute;
    top: 100px;
    left: -39px;
    width: 980px;
    height: 450px;
    background: url(../img/background.jpg) 0 0 no-repeat;
}
#head + div a {
    position: absolute;
    top: 40px;
    left: 100px;
    width: 140px;
    height: 55px;
}


#cnt {
    position: relative;
    min-height: 200px;
    font-size: 14px;
    font-family: Arial, Helvetica, Sans-Serif;
    line-height: 1.5em;
    padding: 0 0 60px 70px;
    background: url(../img/bottom.png) left bottom no-repeat;
}


#see-photos {
    position: absolute;
    top: 130px;
    left: 645px;
    z-index: 10;
    width: 195px;
    height: 55px;
}


ul.paragraphs li {
    position: relative;
}
ul.paragraphs li > span {
    display: block;
    position: absolute;
    left: -70px;
    top: 15px;
    width: 40px;
    height: 1px;
    background: url(../img/paragraph-line.png) 0 0 no-repeat;
}
ul.paragraphs div.content {
    width: 500px;
    text-indent: 20px;
    text-align: justify;
}
ul.paragraphs li.first p {
    text-indent: 0;
}

div.comments,
ul.paragraphs p.comment {
    font-family: Georgia;
    text-align: left;
}

ul.paragraphs p.comment {
    position: absolute;
    left: 550px;
    width: 245px;
    text-indent: 0;
}

#footer {
    position: relative;
    font-size: 11px;
    font-family: Helvetica, Arial;
    line-height: 1.65em;
    padding: 10px 110px 40px 70px;
}
#footer > a.link27 {
    position: absolute;
    width: 15px;
    height: 10px;
    top: 30px;
    right: 141px;
}

#footer ul {
    width: 440px;
    margin-top: 16px;
}
#footer li {
    float: left;
    margin-right: 5px;
}
#footer > img:first-child {
    float: right;
}
#footer > p.ue-desc {
    padding-top: 10px;
    color: #868686;
}
#footer > p.keywords {
    margin-top: 20px;
    padding-top: 30px;
    font-size: 11px;
    color: #c3c3c3;
    background: url(../img/footer-bg.png) 0 0 no-repeat;
}
#footer > div.ue {
    float: right;
    width: 190px;
    height: 40px;
    margin-top: 5px;
    padding-right: 25px;
    background: url(../img/ue.jpg) 0 0 no-repeat;
}
#footer > div.ue:hover {
    background-position: 0 -40px;
}
#footer > span {
    position: absolute;
    top: 10px;
    right: 110px;
    width: 1px;
    height: 108px;
    background: #d6d6d6;
}

/* -------------------------------- Treatments ------------------------------ */

#filters {
    position: relative;
    z-index: 5;
    float: right;
    width: 267px;
    margin: 8px 30px 0 0;
}
#filters li {
    position: relative;
    height: 64px;
    margin: 10px 0;
    padding: 18px 60px 0 15px;
    line-height: 24px;
    font-family: Georgia, Serif;
    background: url(../img/filter-bg.png) 0 0 no-repeat;
}
#filters li > a {
    position: absolute;
    top: 13px;
    right: 3px;
    width: 55px;
    height: 55px;
}
#filters li.active {
    background: url(../img/filter-bg-active.png) 0 0 no-repeat;
}
#filters li h3,
#filters li a {
    font-size: 20px;
    font-weight: normal;
    color: #0000aa;
}
#filters li.long h3,
#filters li.long a {
    font-size:16px;
    letter-spacing:-0.2px;
}
#filters li em {
    font-size: 15px;
}

#sections h2 {
    font-size: 22px;
    font-weight: normal;
    margin: 40px 0 10px 0;
}

div.treatment {
    margin: 30px 0;
    width: 500px;
}
h2 + div.treatment {
    margin-top: 20px;
}
div.treatment > h3 {
    font-weight: bold;
    font-size: 14px;
}
div.treatment > p {
    font-size: 13px;
    line-height: 19px;
    width:440px;
}
div.treatment table {
    margin-top: 10px;
    width: 100%;
}
div.treatment td {
    height: 40px;
    padding: 10px 0;
    vertical-align: middle;
    border-top: 1px solid #d4d4d4;
}
div.treatment tr:first-child td {
    border-top: none;
}
div.treatment td.price {
    text-align: right;
    /*line-height: 1.07;*/
    vertical-align: top;
    white-space: nowrap;
}
div.treatment td.price em.curr {
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
}
div.treatment td strong {
    color: #CC0000;
}
div.treatment td > em.promo {
    position: absolute;
    left: 620px;
    color: #CC0000;
    font-style: italic;
}

div.treatment td div.einfo {
    font-size: 12px;
    display: none;
}
div.treatment td a.einfo {
    font-family: Georgia;
    text-decoration: none;
}


/* --------------------------------- Forms ---------------------------------- */

form label {
    display: inline-block;
    line-height: 36px;
    vertical-align: middle;
}
form ul li {
    margin: 10px 0;
}

input, textarea {
    border: 2px solid #eee;
    height: 36px;
    color: #555;
    font-size: 15px;
    padding: 0 5px;
    vertical-align: middle;
}

/* --------------------------------- Forum ---------------------------------- */

#djangoForumBody {
    
}

#djangoForumBreadcrumbs {
    font-size: 13px;
    margin-bottom: 10px;
}


#djangoForumList,
#djangoForumThreadList,
#djangoForumThreadPosts {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}

#djangoForumList td,
#djangoForumThreadList td,
#djangoForumThreadPosts td {
    border-top: 1px solid #eee;
    padding: 15px 15px 15px 0;
}

#djangoForumList .djangoForumListDetails {
    
}

#djangoForumList .djangoForumListDetails strong {
    
}

#djangoForumList .desc,
#djangoForumList .djangoForumStats {
    font-size: 12px;
    color: #555;
}

.djangoForumListLastPost,
.djangoForumThreadLastPost {
    font-size: 12px;
}

#djangoForumList th,
#djangoForumThreadList th,
#djangoForumThreadPosts th {
    font-size: 13px;
    padding: 15px 15px 15px 0;
    text-align: left;
}

#djangoForumThreadPosts th {
    width: 153px;
    font-weight: normal;
    font-size: 12px;
    color: #555;
    border-top: 1px solid #eee;

}

#djangoForumBody h2.no-threads {
   margin-bottom: 30px;
   font-weight: normal;
}

#djangoForumThreadPostDetail {
    width: 20%;
}
.djangoForumPagination {
    display: inline;
}

#djangoForumBody form label {
    width: 165px;
}
#djangoForumBody form ul.errorlist {
    padding-top: 5px;
    margin-left: 169px;
}

#djangoForumBody form label[for="id_body"] {
    vertical-align: top;
}


#djangoForumBody form textarea,
#djangoForumBody form input {
    width: 380px;
}

#djangoForumBody form textarea {
    height: 130px;
}

#djangoForumBody input[type="submit"] {
    margin-left: 169px;
    width: 100px;
}


/* --------------------------------- Gallery -------------------------------- */

#cnt.gallery > div.comments {
    float: right;
    width: 210px;
    margin: 134px 70px 0 0;
}

#cnt.gallery #photos {
    position: relative;
    width: 500px;
    height: 462px;
    margin-top: 50px;
    overflow: hidden;
}
#cnt.gallery #photos li {
    position: absolute;
    top: 0;
    left: 0;
    display: none;

}
#cnt.gallery #photos li.active {
    display: block;
}
#cnt.gallery #photos img {
    vertical-align: middle;
    width: 500px;
    height: 462px;
}

#cnt.gallery #photos + div {
    height: 3px;
    margin: 9px 0;
    width: 500px;
    background: #e6e6e6;
    overflow: hidden;
}
#cnt.gallery #photos + div div {
    margin-left: -6px;
    background: #0000af;
    height: 100%;
}

#cnt.gallery #pthumbs {
}
#cnt.gallery #pthumbs li {
    float: left;
}
#cnt.gallery #pthumbs a {
    display: block;
}
#cnt.gallery #pthumbs img {
    width: 40px;
    height: 37px;
    margin-right: 6px;
    opacity: 0.2;
    filter: alpha(opacity=20);
    vertical-align: middle;
}
#cnt.gallery #pthumbs li.last img {
    margin-right: 0;
}
#cnt.gallery #pthumbs li.active img {
    opacity: 1;
    filter: alpha(opacity=100);
}

#cnt.gallery #thumbs {
    margin-top: 30px;
    width: 525px;
}
#cnt.gallery #thumbs li {
    float: left;
    width: 150px;
    height: 100px;
    margin: 0 25px 25px 0;
    text-align: center;
}
#cnt.gallery #thumbs a {
    display: block;
}
#cnt.gallery #thumbs img {
    vertical-align: middle;
    max-width: 150px;
}


div#fancybox-outer {
    background: none;
}
div#fancybox-outer div.fancy-bg {
    background: none;
}

/* --------------------------------- MPage ---------------------------------- */

#cnt.mpage ul.boxes {
    width: 760px;
    padding-top: 50px;
}
#cnt.mpage #intro {
    width: 500px;
}
#cnt.mpage #intro p {
    text-indent: 20px;
    text-align: justify;
}
#cnt.mpage #intro p:first-child {
    text-indent: 0;
}

#cnt.mpage ul.boxes li {
    float: left;
    width: 220px;
    margin-left: 50px;
}
#cnt.mpage ul.boxes h2 {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 27px;
    padding-bottom: 8px;
    background: url(../img/box-underline.png) 0 bottom no-repeat;
}
#cnt.mpage ul.boxes img {
    width: 220px;
    height: 145px;
    margin-bottom: 18px;
    cursor: pointer;
}
#cnt.mpage ul.boxes p {
    font-family: Times New Roman, Serif;
}
#cnt.mpage ul.boxes a {
    text-decoration: none;
}

#cnt.mpage ul.boxes li:first-child {
    margin-left: 0;
}


#slides {
    position: absolute;
    z-index: 5;
    top: -2px;
    right: 0;
    width: 301px;
    height: 204px;
}
#slides > span {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: url(../img/siedziba.png) 0 0 no-repeat;
}
#slides > div {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#slides > span + div {
    z-index: 90;
}

/* ------------------------------ SubGallery -------------------------------- */

#cnt.gallery.subgal div#page-menu {
    padding-bottom: 30px;
}

/* ------------------------------ PageAddons -------------------------------- */

#cnt.commpage ul.addons {
    width: 510px;
    float: left;
    margin-top: 25px;
}
#cnt.commpage ul.addons li {
    float: left;
    width: 90px;
    margin: 0 10px 15px 0;
}
#cnt.commpage ul.addons li > a {
    display: block;
}
#cnt.commpage ul.addons li > a img {
    vertical-align: middle;
    width: 90px;
}
#cnt.commpage ul.addons li > div {
    display: none;
}
#cnt.commpage div.addons-content {
    width: 500px;
    display: none;
}