 /***************************
 *   Default CSS for
 *   EXT chgallery
 *    Georg Ringer
 * http://www.cyberhouse.at/
 ***************************/ 
.tx-chgallery-pi1 .listsingles {
	display: block;
/*	padding: 5px 0 5px 13px;*/
	padding:0;
	background-color: #eeeeee;
	width: 100%;
	height: 100%;
}
 /************************
 * SINGLE view 
 ************************/  
.tx-chgallery-pi1 .bigimg {
	text-align:center;
}
 
/************************
 * CATEGORY view 
 ************************/  
.tx-chgallery-pi1 .chgallery-list {
 	padding:0;
	/*margin:5px 5px;*/
 	list-style:none;
 	/*border:1px solid #D2DCE4;*/
 	border-bottom:0;
}

/* LIST element */
.tx-chgallery-pi1 .chgallery-list li {
	padding:5px;
	border-bottom:1px solid #D2DCE4;	
}

.tx-chgallery-pi1 .chgallery-list .itemodd { background:#e7efe7; }
.tx-chgallery-pi1 .chgallery-list .itemodd .img img { border:1px solid #ddd; }
.tx-chgallery-pi1 .chgallery-list .itemeven { background:#eee; }
.tx-chgallery-pi1 .chgallery-list .itemeven .img img { border:1px solid #ddd; }

.tx-chgallery-pi1 .chgallery-list .title a {
	font-weight:bold;
}
 
.tx-chgallery-pi1 .chgallery-list .img {
	float:left;
	width:120px;
	padding-left:0px;
}


.tx-chgallery-pi1 .chgallery-list .text {
	float:left;
	/*width:400px;*/
}

.tx-chgallery-pi1 .chgallery-list .clr { clear:both; }
 
/************************
 * GALLERY view 
 ************************/  

/* Directory browser */
.tx-chgallery-pi1 .info {
	/*margin:0px 5px 0px 10px;*/
	padding:5px;
 	border-top:1px solid #5C9461;
 	background:#E7EFE7;
}

.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 {
	float:left; 
	margin:5px 5px;
}

.tx-chgallery-pi1 .single .img {
	width:142px;
	height:102px;
	position:relative;
	background-color: #fff;
}

.tx-chgallery-pi1 .act .img {
}

.tx-chgallery-pi1 .single .img .align {
	width:160px;
	height:102px;
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	display:block;
	margin-top:-50px;
	margin-left:-80px;
}

.tx-chgallery-pi1 .single .img img {
}

.tx-chgallery-pi1 .single .descr {
	display:block;
	background:#fff url(../../img/csc-image-caption.gif) no-repeat right bottom;
	margin:0;
	padding:2px;
	width:138px;
	min-height:19px;
	text-align:center;
	font-weight: normal;
	font-size:11px;
}

.tx-chgallery-pi1 .single .descr .download {
	display:block;
	width:145px;
	font-weight: normal;
	padding:2px;
}

.tx-chgallery-pi1 .single .descr .download a {
	text-decoration: none;
}

.tx-chgallery-pi1 .single span  small {
	font-size:10px;
}

* html .tx-chgallery-pi1 .single .descr span {
	height:19px; 
}

/* 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);
}


/*
 * 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;
}


ul.chgallery-list {
	margin:0;
}
li.chgallery-list {
	margin:0;
}
.chgallery-list .description {
	font-weight:bold;
	color:#5C9461;
}



