 /***************************
 *   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 .chgallery-list {
 	padding:0;
	margin:5px 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:#E7EDF1; }
.tx-chgallery-pi1 .chgallery-list .itemodd .img img { border:1px solid #ececec; }
.tx-chgallery-pi1 .chgallery-list .itemeven { background:#f4f4f4; }
.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 {
	float:left;
	width:120px;
	padding-left:2px;
}


.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: 5px 10px 15px 10px;
	padding: 10px 6px;
 	border: 1px solid #D2DCE4;
 	background: #E7EDF1;
	border-right: 1px solid black;
}
.tx-chgallery-pi1 .info .space {
	margin-bottom: 5px;
}
.tx-chgallery-pi1 .info .text p {
	font-weight: bold;
}
.tx-chgallery-pi1 .info .next {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}
.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 {
	background:#f3f4f6;
	float:left; 
	padding:3px 1px 2px 1px;
	margin:5px ;
}

.tx-chgallery-pi1 .single .img {
	width:160px;
	height:126px;
	background:url(gfx/bg.gif) no-repeat;
	line-height:126px;
	position:relative;
}

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

.tx-chgallery-pi1 .single .img .align {
	width:160px;
	height:126px;
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	display:block;
	margin-top:-53px;
	margin-left:-80px;
}

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

}

.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);
}


/*
 * 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;
}


/* HaloBase style */
.tx-chgallery-pi1 .pagebrowser {
	border-bottom:1px solid #4BD2FF;
	border-top:1px solid #4BD2FF;
	float: left;
	margin-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	width: 98.2%;
}
.tx-chgallery-pi1 .info {
	width: 167px;
	margin: 0;
	float: left;
	background-color: #2A2A2C;
	border: none;
	border-right: 1px solid black;
}
.tx-chgallery-pi1 .info span {
	color: #FF8309;
	font-weight: normal;
}
.tx-chgallery-pi1 .bigimg {
	width: 342px;
	height: 253px;
	float: left;
	padding: 10px 8px 10px 10px;
	border-top: none;
}
.tx-chgallery-pi1 .bigimg .ch-border {
	float: left;
	border: 1px solid black;
}
.tx-chgallery-pi1 .bigimg img {
	border: 1px solid #4BD2FF;
}
.tx-chgallery-pi1 .single-wrap {
	padding: 8px 7px 9px 9px;
	float: left;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.tx-chgallery-pi1 .single {
	background-color: #525252;
	padding: 0;
	padding-bottom: 0;
	padding-top: 3px;
	margin: 0;
	border: 1px solid #4BD2FF;
	height: 166px;
}
.tx-chgallery-pi1 .description {
	background-color: #6f6f6f;
	border-top: 1px solid black;
	height: 39px;
}
.tx-chgallery-pi1 .description .download img {
	border: 0;
}
.tx-chgallery-pi1 .single .img img {
	border: 1px solid black;	
}
.tx-chgallery-pi1 .pagebrowser .text span.result .chgcurrent {
	font-weight: bold;	
}
.tx-chgallery-pi1 .single-wrap .description .tx-ratings-pi1 {
	margin-left: 14px;
}
.tx-chgallery-pi1 .single-wrap .description .text {
	margin-left: 5px;
	margin-top: 2px;
}
.tx-chgallery-pi1 .info .rating {
	height: 14px;
}


/*
 * VIDEO
 */


.tx-chgallery-pi1 .vid-single-wrap {
	padding: 8px 7px 9px 9px;
	float: left;
	border-right: 0;
	border-bottom: 1px solid #4BD3FF;
	width: 523px;
	height: 170px;
}

.tx-chgallery-pi1 .vid-single-wrap .single {

}

.tx-chgallery-pi1 .vid-single-wrap .description .tx-ratings-pi1 {
	margin-left: 14px;
}

.tx-chgallery-pi1 .vid-single-wrap .description .download {
	float: left;
	margin: 20px 0 0 15px;	
}

.tx-chgallery-pi1 .vid-single-wrap .description .text {
	margin-left: 5px;
	margin-top: 2px;
}

.tx-chgallery-pi1 .vid-single-wrap .info {
	margin-left: 0;
	margin-top: 0;
	height: 169px;
	width: 347px;
	float: left;
	border-top: 1px solid #4BD3FF;
	border-right: 1px solid #4BD3FF;
	border-bottom: 1px solid #4BD3FF;
	padding: 0;
	width: 359px;
}

.tx-chgallery-pi1 .vid-single-wrap .info  .top-info {
	border-bottom: 1px solid #4BD3FF;
	float: left;
	width: 335px;
	padding: 10px 6px;
}

.tx-chgallery-pi1 .vid-single-wrap .info  .text {
	padding: 10px 6px;
	width: 335px;
	float: left;	
}

.tx-chgallery-pi1 .vid-single-wrap .info span {
	color: #ffffff;
}

.tx-chgallery-pi1 .vid-single-wrap .info span.halo-orange {
	color: #FF8309;
}

.tx-chgallery-pi1 .item-box .no-border {
	border-right: none;
}

