 /***************************
 *   Default CSS for
 *   EXT chgallery
 *    Georg Ringer
 * http://www.cyberhouse.at/
 ***************************/ 
 
 /************************
 * SINGLE view 
 ************************/  
.tx-chgallery-pi1 .bigimg {
	text-align:center;
}
 
/************************
 * CATEGORY view 
 ************************/  
#content ul.chgallery-list {
 	padding:0;
	margin:0;
 	border:0;
 	list-style:none;
}

/* LIST element */
#content ul.chgallery-list li {
	list-style-type: none;
	float:left;
	margin:0;
	border:0;	
	padding:0 10px 10px 0;
	width:102px;
	height:170px;
	float:left;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
}
/* special for MS-IE <7: */ * html #content ul.chgallery-list li { display:inline; height:180px; }

.tx-chgallery-pi1 .chgallery-list .itemodd {  }
.tx-chgallery-pi1 .chgallery-list .itemodd .img img {  }
.tx-chgallery-pi1 .chgallery-list .itemeven {  }
.tx-chgallery-pi1 .chgallery-list .itemeven .img img {  }

.tx-chgallery-pi1 .chgallery-list .text {
	line-height:normal;
	padding:1px 2px;
}
.tx-chgallery-pi1 .chgallery-list .title a {
	font-weight:normal;
	font-size: 10px;
}

.tx-chgallery-pi1 .chgallery-list .title a b {
	display:block;
	font-weight:bold;
	/* font-size: 11px; */
}

 
.tx-chgallery-pi1 .chgallery-list div.img {
	/* float:left; */
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	padding:0;
	width:100px;
	height:100px;
	border:1px solid #ccc;
}


.tx-chgallery-pi1 .chgallery-list .text {
	/* float:left; */
	text-align:left;
	line-height:normal;
}

.tx-chgallery-pi1 .chgallery-list .clr { clear:both; }
 
/************************
 * GALLERY view 
 ************************/  

/* Directory browser */
.tx-chgallery-pi1 .info {
	padding:3px 0;	
	margin:0 0 15px 0;
 	border:0;
	/* border-bottom:1px solid #fff; */
 	background:transparent;
}
.tx-chgallery-pi1 .info p {
	padding:15px 0 5px;
}

.tx-chgallery-pi1 .info .position {
	
}

.tx-chgallery-pi1 .info .position span {
	
}

.tx-chgallery-pi1 .info span {
	
}

.tx-chgallery-pi1 .info .desc {
	margin-top:6px;
}

/* Pagebrowser */
.tx-chgallery-pi1 .pagebrowser {
	border-top:1px solid #fff;
	border-bottom:0;
	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:0;
	border:0;	
	padding:0 10px 10px 0;
	width:102px;
	height:170px;
	text-align:center;
	overflow:hidden;
}
/* special for MS-IE <7: */ * html .tx-chgallery-pi1 .single { height:180px; }

.tx-chgallery-pi1 .single div.img {
	/* float:left; */
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	padding:0;
	width:100px;
	height:100px;
	border:1px solid #ccc;
}

.tx-chgallery-pi1 .act .img {
	/* background:url(gfx/bgact.gif) no-repeat; */
}

.tx-chgallery-pi1 .single .img img {

}

.tx-chgallery-pi1 .single .desc {
	display:block;
	height:70px;
	text-align:center;
	overflow:hidden;
	padding:1px 2px;
	text-align:left;
	font-weight:normal;
	line-height:normal;
	font-size: 10px;
}
.tx-chgallery-pi1 .single .desc b {
	display:block;
	font-weight:bold;
	/* font-size: 11px; */
}

#imageData #caption {
	font-weight:normal;
	line-height:normal;
	/* font-size: 10px; */
}

#imageData #caption b {
	display:block;
	font-weight:bold;
	font-size: 11px;
}


