
.tx-chgallery-pi1 {
	font-family: verdana, arial;;
}




/************************
 * CATEGORY view 
 ************************/ 

 
  
.tx-chgallery-pi1 .chgallery-list {
 	padding: 0;
	margin: 10px 10px;
 	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: #F4F4F4; }
.tx-chgallery-pi1 .chgallery-list .itemodd .img img { border: 1px solid #cecece; }
.tx-chgallery-pi1 .chgallery-list .itemeven { background: #FFFFFF; }
.tx-chgallery-pi1 .chgallery-list .itemeven .img img { border: 1px solid #E7EDF1; }

.tx-chgallery-pi1 .chgallery-list .title a {

	font-weight: bold;
	font-size: 12px;
	color: #68509E;
	
}

.tx-chgallery-pi1 .chgallery-list .description{

	font-weight:normal;
	
}
 
.tx-chgallery-pi1 .chgallery-list .img {

	float: left;
	width: 150px;
	padding-left:2px;
	
	
}


.tx-chgallery-pi1 .chgallery-list .text {

	/* float:left; */
	width: 440px;
	font-size: 10px;
	color: #666666;
	
	margin-left: 170px;
	
	
}

.tx-chgallery-pi1 .chgallery-list .clr { clear:both; }


/************************
 * GALLERY view 
 ************************/  





/* --------------- GALLERY SINGLE element ----------- */




.tx-chgallery-pi1 .single { /* ------ grauer hintergrund ---- */
	background:#f6f6f6;
	width: 155px;
	height: 140px;
	float:left; 
	padding:3px 0px 1px 0px;
	margin: 5px 3px 0; 0;
	
}

.tx-chgallery-pi1 .single .img {   /* ---- Übersicht ----------------------------------------------------*/
	width:160px;
	height:110px;
	/* background:url(../template/pics/bg.gif) no-repeat; */
	line-height:126px;
	position:relative;
	
}

.tx-chgallery-pi1 .act .img {
	/* background:url(../template/pics/bgact.gif) no-repeat; */
}

.tx-chgallery-pi1 .single .img .align {
	width:150px;
	height:100px;
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	display:block;
	margin-top:-43px;
	margin-left:-80px;
	
}

.tx-chgallery-pi1 .single .img img {
	
}

.tx-chgallery-pi1 .single span { /* ---Titel unter dem Bild--- */
	display:block;
	margin: 1px 3px;
	width: 150px;
	min-height:25px;
	text-align:center;
	font-size: 10px;
	color: #666666;
	
}

.tx-chgallery-pi1 .single span small {
	font-size: 0.8em;
}

* 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);
}


/*
 * 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;
}


/* ------ Directory browser ----------- */

.tx-chgallery-pi1 .info h1 {
	font-size:12px;
	color: #FF0000;
	
}


.tx-chgallery-pi1 .info {
	margin:5px 0px 5px 0px;
	padding:3px 6px;
	font-size: 0.8em;
	color: #666666;
 	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;
	font-size: 0.8em;
	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; }


 
 
