


.aligned {text-align:justify}


/* CONTENTS STYLE*/
#content {
    padding-top:5px;
    position:relative;}


#content div.left-col {
    list-style:none;
    margin:0;
    padding:0;
    float:none;
    position:relative;
    z-index:500;
    margin-right:10px;
    margin-bottom:10px;
}
#content div.left-col ul.level-1 {
    margin-bottom:50px
}
#content div.left-col ul.level-2 {
    margin-left:10px
}
#content div.left-col ul.level-2 li:first-child {
    border-top:none
}
#content div.left-col ul li {
    
    margin:0;
    padding:0;
    list-style: none;
    
    border-bottom:1px solid #bac2d2;
}
#content div.left-col ul li.divider {
	border-width:3px
}
#content div.left-col li a{
    padding:6px 6px 2px 6px;
    display:block;
    text-decoration:none;
    
    
    }
   
#content div.left-col li:first-child{
    border-top:1px solid #bac2d2;
}
#content div.left-col li.active a{
    background: #e8ebe7;
}

.sub-arrow {
	position: static;
	margin-top: 0;
	margin-right: 0;
	margin-right: 6px;
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px dashed transparent;
	border-bottom: 4px dashed transparent;
	border-left: 4px dashed transparent;
}

#content h1,#content p.h1 {
    font: bold 25px Arial, Helvetica, sans-serif;
    
    border-bottom:1px solid #bac2d2;
    margin-bottom:20px;
}
#content h1 span {}
#content .h1 {border-bottom:1px solid red}

#content h1.clean{border:0px solid green;margin:0;}
#content h1.clean span {border:0px;}
/*.colorRect {width:15px;height:15px;float:left;display:block;vertical-align:center;margin-top:2px}*/
.colorRectH {width:24px;height:24px;float:left;display:block;vertical-align:center;margin-top:2px;margin-right:5px}


#content h2 {
    font:bold 16px Arial, Helvetica, sans-serif;
    text-transform:uppercase;
   
    padding-bottom:3px;
    padding-top:14px;
    margin:0px;
    padding:14px 0px;
}
#content h2.no-cap {
    text-transform:none;
}
#content h3 {
    font:bold 17px 'PT Sans Caption',Arial, Helvetica, sans-serif;
    
    color:#428bca;/*#51b8e1*/
    padding-bottom:1px;
    padding-top:1px;
    
}
#content h4 {
    font:bold 14px 'PT Sans Caption',Arial, Helvetica, sans-serif;
    
    color:#abcc00;
    
}


#content h2 a{text-decoration: none}

#content h2.blue {color:#1b346a;}


#content p {padding-bottom:10px}
#content p.h1 {padding-bottom:5px}

#content ul {list-style: disc;
    margin-left:0px;
    padding-left:0px;}
#content ul li {
    margin-left:20px;
    list-style-position: outside;
    list-style-image: url('/images/bullet.gif');
}
#content li.spaced {padding-bottom:10px}
#content table {font-size:12px;border-color:#ddd;border-style:solid;border-width:0px 0px 0 0px}
#content table {margin-bottom:30px}
#content table td {border-bottom:0px solid #fff;
                   padding:10px;
                   padding-left:20px;
                   padding-right:20px;
          padding-bottom:15px;   
          vertical-align:top;
          background:url('/images/table-border1.gif') repeat-x bottom #f2f3f2;
border-left:1px solid #ccc}



#content table td:first-child {border-left:none}
#content table.wersje-tabela  td{ vertical-align:middle}
#content table th {
    border-bottom:0px solid #ddd;
    text-align:left;
    background:url('/images/table-border1.gif') repeat-x bottom #e8ebe7;
    padding:10px;
    text-transform: uppercase;
    font-size:12px
}

@media (max-width:700px){
    #content table td {
                   padding:3px;
                   padding-left:5px;
                   padding-right:5px;
    }
}
#content table tr{}
#content table tr:hover {background:#f2f3f2}
#content table.noneBG td {background-color:transparent}
#content table.noneBG {border-width:0 1px}


#content .rightBorder {border-right:1px solid #ccc}

#content table.highlight td {padding:30px; background-image:none}
#content ul.zoom-bullet a {color:black;text-decoration: none;border-bottom:1px solid #ddd;display:block-inline;padding:1px 15px 0px 0px;background:url('/images/zoom-bullet1.png') right center no-repeat;}
#content ul.zoom-bullet a:hover {color:#ea7f1e;border-color:#ea7f1e;}


/*#content table.highlight td a {text-decoration:none;color:black}
#content table.highlight td a:hover {color:#ea7f1e}*/


#content .highlighted {background:#f2f3f2;padding:20px}
#content .rightColumn {float:right;width:400px;margin-left:40px;background:#f2f3f2;padding:20px}



/*DOWNLOAD*/

.download-limon {
    position:relative;
    
    padding-top:20px;
    
}
.download-limon-in {
    background-color:#abcc00;
    margin-top:55%;
    padding:35px 5px;
    padding-bottom:45px;
    
    font:normal 20px 'PT Sans',sans-serif;
    color:white;
    text-align:center;
}

.download-pic {
    width:100%;
    height:300px;
    position:relative;
   
    
    background:url('/images/download-pic.png') no-repeat;
    background-size:80%;
     background-position:top center;
    border:0px solid red;
}
.download-button {display:block;margin:0 auto;
                  width:80%;font:bold 19px 'PT Sans Caption',sans-serif;color:#fff;
                  background:url('/images/download-arrow.gif') no-repeat 7px center ;
                  border:none;
                  padding:12px 12px 12px 43px;
                  margin-top:10px;
                  text-transform: uppercase;text-decoration:none;
                  -moz-box-shadow: 5px 5px 4px rgba(0,0,0,0.2);
                  -webkit-box-shadow: 5px 5px 4px rgba(0,0,0,0.2);
                  box-shadow: 5px 5px 4px rgba(0,0,0,0.2)}
.download-button.btnEnabled:hover {background-image:url('/images/download-arrow-over.gif') ;background-color:#387eff;}

.btnEnabled {background-color:#005aff;}
.btnEnabled:hover{background-color:#abcc00;cursor:pointer;color:white}
.btnDisabled {background-color:#777;}
.btnDisabled:hover {background-color:#777;pointer:none}

.download-form-wrap {
    background-color:#f3f3f3;
                     padding:30px 10px;
                    border:1px solid #cccccc}


#content #recaptcha_table {background:auto}

.subtelny {color:#999;font-size:11px;line-height:100%}
.link-graficzny {
    padding:6px 6px 3px 6px;
    background:#abcc00;color:#fff;text-decoration: none;text-transform: uppercase;
    margin:2px 2px;
    display:inline-block
}

.link-graficzny:hover {color:#fff;background:#005aff;text-decoration: none}
.link-graficzny.download {
    background-image:url('/images/download-arrow-tiny.png');
    background-repeat:no-repeat;
    background-position: right 5px center;
    padding-right:20px;
}
.link-graficzny.kup {
    padding:15px;
    padding-bottom:12px;
    font-size:120%;
}

.link-graficzny.play {
    padding-left:25px;
    background-image: url('/images/icons/linkBG-play.png');
    background-position:2px center;
    background-repeat:no-repeat;
    
}
.link-graficzny.smdownload {
    padding-left:25px;
    background-image: url('/images/icons/linkBG-download.png');
    background-position:left center;
    background-repeat:no-repeat;
    
}



.slided {width:100px;height:60px;border:1px solid red;background:grey;position:relative;overflow:hidden}
.slided div {height:60px;position:absolute;}
.slided div.over {top:-60px}


@media (min-width: 520px) {
    #content h1,#content p.h1 {
        font-size:29px;
    }
    .download-limon-in {
        padding-right:51%;
        padding:35px;
        margin-top:15px;
        text-align:left;
    }
    .download-pic { 
        background-size:50%;
        background-position:top right;
        position:absolute;
        width:50%;
        right:0px;
        top:20px;
    }
    .download-button {
        margin:10px 0 0 0 ;
         width:250px;
         padding:20px 20px 20px 67px;
    }
    
}

@media (min-width: 720px) {
    
    .download-form-wrap {
        padding:30px 80px;
    }
}
@media (min-width: 990px) {
    .download-pic {
        background-size:50%;
        right:0px;
        top:20px;
    }
    .download-limon-in {
        padding-right:500px;
        font-size: 26px;
    }
    .download-pic {
        width:511px;
        height:391px;
    }
    
}






/*PRODUKTY  */
.center-col {
        padding-left: 0px;
       position:relative;
    }
.brclear {display:inline}    
    
.produktDIV {
    border-bottom:1px solid #bac2d2;
    padding:0px 0px;
    transition-duration: 0.3s, 0.3s;
    transition-property: color, background, opacity;
    transition-timing-function: linear, ease-in;
    border-radius: 0px;
}
.produktDIV:first-child {
   /* border-top:1px solid #bac2d2;*/
    
}
#content .produktDIV  h2 {
    
    padding-top:15px;
    margin-top:0px;
}
.prodOverviewIcon {
    position:absolute;
    width:80px;
    
    right:15px;
    top:15px;
}
.prodOverviewIcon img {
    width:80px;
}
.prodOverview {
    
    min-height:152px;
    background:#dfdfde;
    background-repeat: no-repeat;
    background-position:top right;
    margin-right:0px;
    padding:30px 100px 40px 30px;
    margin-bottom:20px;
    font-weight:bold;
    color:#444;
    border-radius: 40px 10px;
}
.produkt-wiecej {
    margin-right:170px
}
#content .produkt-wiecej ul {
   
    border-top:1px solid #eee;
    padding:10px;
    padding-left:15px;
    background:#f9f9f9;
}

.cena {color:#555;
font-size:90%}
#content .produkt-wiecej h3 {margin:0px}

@media (min-width: 600px) {
    .prodOverviewIcon {
        position:relative;
        right:auto;
    top:auto;
        float:right;
        width:153px;
        height:500px;
        margin-left:20px
    }
    .prodOverviewIcon img {
        width:153px;
    }
    .prodOverview {
        margin-right:165px;
        padding:30px 170px 40px 30px;
        
    } 
    .prodOverview.Viewer {background-image:url('/images/LiMON-Viewer-BG2.gif')}
    .prodOverview.Editor {background-image:url('/images/LiMON-Editor-BG2.gif')}
    .prodOverview.Server {background-image:url('/images/LiMON-Server-BG2.gif')}
}
@media (min-width: 800px) {
     
    #content div.left-col {
        list-style:none;
        margin:0;
        padding:0;
        float:left;
        width:180px;
        margin-right:10px
    }
    #content div.left-col li {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .prodOverviewIcon {
        display:block;
    }

    .center-col {
        padding-left: 200px;
    }
    .brclear {display:none}
}

label {font-weight:normal}



#content .sklep-prod-div h2 {
    margin-top:0px;
    padding-top:0px;
    font-size:150%;
}
#content .product-image {
    height:200px;
    padding-top:20px;
}
#content .sklep-prod-div {
    border-bottom:1px solid #bac2d2
}

#content .sklep-prod-div .darker {
    background:rgb(239, 239, 239);
    height:300px;
    padding-top:60px;
    padding-left:30px;
    text-align:center;
}
#content .sklep-prod-div .darker .promocja {
    margin:10px
}

#content .sklep-prod-div .produkt-opis {
    padding-top:0px
}

#content .sklep-prod-div ul {
    padding-left:20px
}


#content .sklep-prod-div li {
    list-style-image: none;
    margin-left:0px;
    padding-left:0px;
}


#content table h2 {
    padding:3px 0px
}



#content table h3 {
    font-size:130%;
    margin:3px 3px;
    padding:0px;
    
}

/*=======ZAKŁADKA FILMÓW YOUTUBE======*/
.ytDIV {
    
    border-bottom:1px solid  #bac2d2;
    padding:20px 0px
}
.ytDIV h3 {
    margin:0px 0px 10px 0px
}
.ytDIV img {margin-right:20px}

.ytDIV .toplink {
    float:right;
    background:url('/images/icons/icon-linkToTOP.png') no-repeat;        
    text-indent: -9000px;
    width:20px;
}
#content .video-list li {
    list-style-image: none;
    list-style: none;
    margin-left:0px;
}
#content .video-list ul {
    margin:0px;
    margin-top:10px
}

.video-list a {
    
    display:inline-block;
    padding:2px 0px 3px 15px;
}

.video-icon1 {
    background:url('/images/icons/smicon-play.png') no-repeat 0px 2px;   
    padding-left:13px;
}
.video-icon1:hover {
    background-image:url('/images/icons/smicon-play-hover.png'); 

}


.video-down {
    
    display:inline-block;
    background:url('/images/icons/smicon-arrow-down.png') no-repeat center center;
    background-position:top;
    text-indent: -999px;
    overflow:hidden;
    height:12px;
    width:12px;
    
}
.video-down:hover {
    background-position:bottom;
}


/* ZASOBY ======================== v1 */

