 /***************************
 *   Default CSS for
 *   EXT chgallery
 *    Georg Ringer
 * http://www.cyberhouse.at/
 ***************************/

 /************************
 * SINGLE view
 ************************/
.tx-chgallery-pi1 .bigimg {
        text-align:center;
}

/************************
 * CATEGORY view
 ************************/
.tx-chgallery-pi1 {width:440px;}
.tx-chgallery-pi1 .chgallery-list {
         padding:0;
        margin:0px;
         list-style:none;
         border-bottom:0;
         width:440px;
         vertical-align:top;
}
.tx-chgallery-pi1 .chgallery-list {list-style-image:none;}
/* LIST element */
.tx-chgallery-pi1 .chgallery-list li {
        padding:0px;
        margin:0 0 5px 0;
        vertical-align:top;

}
.result {color:#323232;}
.tx-chgallery-pi1 .chgallery-list .itemodd { }
.tx-chgallery-pi1 .chgallery-list .itemodd .img img { border:1px solid #ececec; }
.tx-chgallery-pi1 .chgallery-list .itemeven {}
.tx-chgallery-pi1 .chgallery-list .itemeven .img img { border:1px solid #E7EDF1; }

.tx-chgallery-pi1 .chgallery-list .title a {
        font-weight:bold;
}

.tx-chgallery-pi1 .chgallery-list IMG {
margin-right:10px;
}

.tx-chgallery-pi1 .chgallery-list .clr { clear:both; }

/************************
 * GALLERY view
 ************************/

/* Directory browser */
.tx-chgallery-pi1 .info {
        margin:5px 10px 15px 10px;
        padding:3px 6px;
         border:1px solid #D2DCE4;
         background:#E7EDF1;

}

.tx-chgallery-pi1 .info .position {
        float:right;
        font-size:35px;
        margin-right:5px;
}

.tx-chgallery-pi1 .info .position span {
        font-size:20px;
}

.tx-chgallery-pi1 .info span {
        font-weight:bold;
}

/* Pagebrowser */
.tx-chgallery-pi1 .pagebrowser {
margin-top:2px;
}

.tx-chgallery-pi1 .pagebrowser .prev {
        width:30%;
        float:left;
        margin:0px;
}

.tx-chgallery-pi1 .pagebrowser .text {
        width:40%;
        float:left;
        text-align:center;
        margin:0px;
}
.tx-chgallery-pi1 .pagebrowser .text span {color:#656565;}

.tx-chgallery-pi1 .pagebrowser .next {
        width:30%;
        float:right;
        text-align:right;
        margin:0px;
}
.tx-chgallery-pi1 .pagebrowser div h6 {margin:0;}
.tx-chgallery-pi1 .clr { clear:both;height:0px;margin:0px; }

/* GALLERY single element */
.tx-chgallery-pi1 .single {
        float:left;
        margin:0px;
}

.tx-chgallery-pi1 .single .img {
        width:146px;
        height:95px;
        line-height:95px;
        position:relative;
        vertical-align:top;
}

.tx-chgallery-pi1 .act .img {
        background:url(gfx/bgact.gif) no-repeat;
}

.tx-chgallery-pi1 .single .img .align {
        width:146px;
        height:95px;
        position:absolute;
        top:50%;
        left:50%;
        text-align:center;
        display:block;
        margin-top:-51px;
        margin-left:-80px;
}

.tx-chgallery-pi1 .single .img img {
}

.tx-chgallery-pi1 .single span {
        display:block;
        margin:1px 5px;
       /* width:140px;*/
        min-height:20px;
        border:1px solid #f3f4f6;
        text-align:center;
}

.tx-chgallery-pi1 .single span  small {
        font-size:10px;
}

* html .tx-chgallery-pi1 .single span {
        height:20px;
}

/* small version */
.tx-chgallery-pi1 .singlesmall img{
        float:left;
}

/* Settings for ajax mode */
.tx-chgallery-pi1 .hide {
        display:none;
}

.tx-chgallery-pi1 #chgalleryimg {
        padding:0 0px;
}

/* Ajax loading icon  */
.tx-chgallery-pi1 #chajax {
        background:#fff url(gfx/ajaxloading.gif) no-repeat center center;
        position:absolute;
        height:490px;
        width:550px;
        z-index:999;
        margin:10px 0 0 10px;
        opacity: 0.8;
        -moz-opacity: 0.8;
        /*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);*/
        filter:Alpha(opacity=80);
}

/*
 * accord */
#chgallery-list {
        border:1px solid #D2DCE4;
        border-top:0;
}

.tx-chgallery-pi1 .chgallery-title {
        padding:5px 10px;
        cursor:pointer;
        font-weight:bold;
        border-top:1px solid #D2DCE4;
}
.tx-chgallery-pi1 .chgallery-content {

}
.tx-chgallery-pi1 .chgallery-content2 {
        border-top:1px solid #eee;
        padding:10px 5px;
}
