
/************************
 * GALLERY view 
 ************************/  

/* Directory browser */
.tx-chgallery-pi1 .info { margin: 5px 0 15px 0; padding:3px 6px; border:1px solid #D2DCE4; background:#E7EDF1; }
.tx-chgallery-pi1 .info .position {
	float:right;
	font-size:35px;
	font-style: italic;
	font-family:Georgia;
	color:#b8c9d6;
	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 { border-top: 1px solid #dde1e4; border-bottom: 1px solid #dde1e4; padding: 3px 0; margin: 2px 0; }
.tx-chgallery-pi1 .pagebrowser .prev { width: 20%; float: left; }
.tx-chgallery-pi1 .pagebrowser .text { width: 60%; float: left; text-align: center; }
.tx-chgallery-pi1 .pagebrowser .next { width: 20%; float: right; text-align: right; }
.tx-chgallery-pi1 .clr { clear:both; }



/* GALLERY single element */
.tx-chgallery-pi1 .single {
	width: 133px;
	height: 103px;
	float: left; 
	padding:;
	margin: 3px 0 0 3px;
	}

.tx-chgallery-pi1 .single a, .tx-chgallery-pi1 .single a:visited {
	display: block;
	width: 133px;
	height: 103px;
	background: #eee;
	text-align: center;
	}
.tx-chgallery-pi1 .single a img, .tx-chgallery-pi1 .single a:visited img { padding: 5px 0 0 0; }

.tx-chgallery-pi1 .single a:hover { background: #bbb; }


.tx-chgallery-pi1 .single span {
	display:block;
	margin:1px 5px;
	width: 148px;
	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; padding: 0 1px 2px 1px; margin: 0 5px ; }

/* Settings for ajax mode */
.tx-chgallery-pi1 .hide { display:none; }
.tx-chgallery-pi1 #chgalleryimg { padding:0 20px; }

/* 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); 
	}






























 /************************
 * SINGLE view 
 ************************/  
.tx-chgallery-pi1 .bigimg {
	text-align:center;
}
 
/************************
 * CATEGORY view 
 ************************/  
.tx-chgallery-pi1 .chgallery-list {
 	padding: 0;
	margin: 5px 0;
 	list-style:none;
	}

/* LIST element */
.tx-chgallery-pi1 .chgallery-list li {
	margin: 0 0 2px 0;
	padding: 5px;
	border-bottom: 1px solid #ccc;	
	}

.tx-chgallery-pi1 .chgallery-list .item { background: url(../images/bgrs/fpbox_back1.png) left bottom repeat-x #f5f5f5; }
.tx-chgallery-pi1 .chgallery-list .itemodd .img img { padding: 0 5px 0 0; border: 1px solid #ececec; }
.tx-chgallery-pi1 .chgallery-list .itemeven .img img { padding: 0 5px 0 0; border: 1px solid #E7EDF1; }
div.chAlbumInfo { font-size: 11px; color: #444; font-style: italic; text-align: right; }
.tx-chgallery-pi1 .pagebrowser .text .description { color: #333;  }


.tx-chgallery-pi1 .chgallery-list .title a {
	font-weight:bold;
}
 
.tx-chgallery-pi1 .chgallery-list .img {
	float:left;
	width:120px;
	padding-left:2px;
}


.tx-chgallery-pi1 .chgallery-list .text { width: 415px; margin: 0 0 0 10px; float: left; }

.tx-chgallery-pi1 .chgallery-list .clr { clear:both; }
 
 
 
 
 
 

















/*
 * 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;
}
