/*** FOTOGALERIE ***/

/** OBECNE DEFINCE **/

/* odkaz O uroven vys */
#photo-gallery a.level-up,
#photo-gallery .level-up a {
    font-size: 1.2em;
    font-weight: bold;
    color: #003A68;
}

#photo-gallery .file-info {
    font-size: .92em;
}

/** SEZNAM SOUBORU **/

/* o uroven vys */
#photo-gallery .file-list .level-up {
    display: inline-block;
    margin-bottom: 15px;
    padding: 1px 0 1px 25px;
    background: url('/img/default/ico-level-up-files.png') 0 0 no-repeat;
}

#photo-gallery .file-list .list-item {
    list-style-type: none;
    padding: 5px 0;
    border-bottom: 1px solid #DBDBDB; 
}
    #photo-gallery .list-item .list-item:hover {
    	background: #E9E9E9;
    }
    
    #photo-gallery .file-list .list-item a {
        padding-left: 25px;
        font-size: 1.2em;
        background: url('/img/ext/unknown.gif') 0 100% no-repeat;
    }
        /* slozka - odkaz */
        #photo-gallery .file-list .folder a {
            font-weight: bold;
        }
        
        /* pripona souboru */
        #photo-gallery .file-list .file a .extension {
            font-size: .92em;
        }

/* informace o souboru */
#photo-gallery .file-list .file-info {
    float: right;
    padding: 2px 5px 0 0;
    color: #6A6A6A;
}


#photo-gallery .file-list .folder a {
    color: #003A68;
    background: url('/img/default/ico-folder.gif') 2px 3px no-repeat;
}


#photo-gallery .file-info {
    font-size: .92em;
}

#photo-gallery .file-list .description {
    display: block;
    margin: 5px 0 0 25px;
}



/** SEZNAM SOUBORU S NAHLEDY OBRAZKU **/

/* o uroven vys */
#photo-gallery .image-gallery .level-up a {
    text-decoration: none;
}

#photo-gallery .image-gallery .list-item {
	float: left;
	width: 127px;
	margin: 0 18px 18px 0;


	position: relative;
	width: 127px;
	overflow: hidden;
	text-align: center;
    border: 1px solid #D5D5D5;
	background: #F4F4F4;
}
    #photo-gallery .image-gallery .list-item:hover {
        border: 1px solid #003A68;
    	background: #E9E9E9;
    }

#photo-gallery .img-wrapper {
	margin: 12px 6px 0 6px;
}
    #photo-gallery .image .img-wrapper {
    	margin-top: 6px;
    	background: #fff;
    }

#photo-gallery .img-wrapper a {
	display: block;
	width: 115px;
	height: 72px;
	overflow: hidden;
}
    /* Ikona slozky */    
    #photo-gallery .img-wrapper a.ico-folder {
        background: url('/img/default/ico-folder-photo.png') 50% 25% no-repeat;
    }
        /* Nahradni text */    
        #photo-gallery .img-wrapper a.ico-folder span {
            display: none;
        }

    /* Ikona slozky */
    #photo-gallery .level-up .img-wrapper a {
        background: url('/img/default/ico-level-up.png') 50% 25% no-repeat;
    }
    
    #photo-gallery .level-up .img-wrapper a span {
        display: none;
    }

/* Popis souboru - nazev, rozliseni, velikost... */
#photo-gallery .image-gallery .description {
	padding: 5px 5px 2px 5px;
	border-top: 1px solid #D5D5D5;
    background: #D4D4D4;
}

#photo-gallery .image-gallery .file .description {}

    #photo-gallery .description .file-info {
        text-align: right;
        color: #888;
    }
        #photo-gallery .list-item:hover .description .file-info {
            color: #222;
        }

.file .img-wrapper {
    line-height: 1.6em;
    padding-bottom: 4px;
    background: url('/img/ext/unknown.gif') 50% 0 no-repeat;
}

#photo-gallery .file .img-wrapper a {
    height: auto;
    min-height: 35px;
    padding-top: 20px;
}

/** SOUBORY **/

.file .file-doc { background-image: url('/img/ext/doc.gif') !important;}                /* dokument MS Word */
.file .file-xls { background-image: url('/img/ext/xls.gif') !important;}                /* dokument MS Excel */
.file .file-csv { background-image: url('/img/ext/csv.gif') !important;}                /* dokument MS Excel */
.file .file-ppt { background-image: url('/img/ext/ppt.gif') !important;}                /* dokument MS PowerPoint */
.file .file-mda { background-image: url('/img/ext/mda.gif') !important;}              /* dokument MS Access */
.file .file-txt { background-image: url('/img/ext/txt.gif') !important;}              /* textový dokument */
.file .file-pdf { background-image: url('/img/ext/pdf.gif') !important;}                /* dokument Adobe PDF */
.file .file-avi { background-image: url('/img/ext/avi.gif') !important;}              /* video soubor */
.file .file-mp3 { background-image: url('/img/ext/mp3.gif') !important;}              /* hudební soubor */
.file .file-swf { background-image: url('/img/ext/swf.gif') !important;}              /* flash soubor */
.file .file-zip { background-image: url('/img/ext/zip.gif') !important;}              /* ZIP soubor */
.file .file-rar { background-image: url('/img/ext/rar.gif') !important;}              /* RAR soubor */    
.file .file-js  { background-image: url('/img/ext/js.gif') !important;}              /* RAR soubor */   

/* Obrazky */
.file .file-jpg { background-image: url('/img/ext/jpg.gif') !important;}
.file .file-gif { background-image: url('/img/ext/gif.gif') !important;}
.file .file-png { background-image: url('/img/ext/png.gif') !important;}
.file .file-tiff { background-image: url('/img/ext/tiff.gif') !important;}

