/* Default CSS for EXT chgallery by Georg Ringer @ http://www.cyberhouse.at/
***************************************************************************/
 
 /*
 URI: http://www.ypdpeople.com
 Description:  For the finalist image gallery
 Version: 1.0
 Author: Mike Jasek
 Author URI: http://www.interacts.at
 First created: 02/Apr/2009
 Last updated:  02/Apr/2009
*/

/* SINGLE view 
****************************************************/   
.tx-chgallery-pi1 .bigimg {
	text-align: center;
}
 
/* CATEGORY view 
****************************************************/  
.tx-chgallery-pi1 .chgallery-list {
 	border: 1px solid #d2dce4;
 	border-bottom: 0;
 	list-style: none;
 	margin: 5px 0px;
 	padding: 0;
}

/* LIST element
****************************************************/ 
.tx-chgallery-pi1 .chgallery-list li {
	border-bottom: 1px solid #D2DCE4;
	padding: 5px;	
}
.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;
	width: 400px;
}
.tx-chgallery-pi1 .chgallery-list .img {
	float: left;
	padding-left: 2px;
	width: 120px;
}
.tx-chgallery-pi1 .chgallery-list .text {
	float: left;
	width: 400px;
}
 
/* GALLERY view 
****************************************************/ 

/* Directory browser
****************************************************/
.tx-chgallery-pi1 .title a,
.tx-chgallery-pi1 .title a:visited,
.tx-chgallery-pi1 .title a:active {
	color: #f56f07;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.tx-chgallery-pi1 .title a:hover {
	color: #f56f07;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.tx-chgallery-pi1 .info {
	background: #e7edf1;
 	border: 1px solid #d2dce4;
 	margin: 5px 0px 15px 0px;
	padding: 3px 6px;
}
.tx-chgallery-pi1 .info .position {
	color: #b8c9d6;
	float: right;
	font-size: 35px;
	font-style: italic;
	font-family: Georgia;
	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-bottom: 1px solid #dde1e4;
	border-top: 1px solid #dde1e4;
	margin: 2px 0;	
	padding: 3px 0;
}
.tx-chgallery-pi1 .pagebrowser .prev {
	float: left;
	width: 20%;
}
.tx-chgallery-pi1 .pagebrowser .text {
	float: left;
	text-align: center;
	width: 60%;
}
.tx-chgallery-pi1 .pagebrowser .next {
	float: right;
	text-align: right;
	width: 20%;
}
.tx-chgallery-pi1 .clr { clear: both; }

/* GALLERY single element
****************************************************/
.tx-chgallery-pi1 .single {
	background: #f3f4f6;
	float: left; 
	margin: 12px;
	min-height: 168px;
	padding: 3px 1px 2px 1px;
}
* html .tx-chgallery-pi1 .single { height: 168px;margin: 8px; }

.tx-chgallery-pi1 .single .img {
	background: url(gfx/bg.gif) no-repeat;
	height: 126px;
	line-height: 126px;
	position: relative;
	width: 160px;
}
.tx-chgallery-pi1 .act .img {
	background: url(gfx/bgact.gif) no-repeat;
}
.tx-chgallery-pi1 .single .img .align {
	display: block;
	height: 126px;
	/*left: 50%;
	margin-left: -80px;
	margin-top: -53px;*/
	position: absolute;
	text-align: center;
	/*top: 50%;*/
	width: 160px;
}
.tx-chgallery-pi1 .single .img img {
	margin: 5px auto;
}
.tx-chgallery-pi1 .single span {
	border: 1px solid #f3f4f6;
	display: block;
	margin: 1px 5px;
	min-height: 20px;
	text-align: center;
	width: 148px;
}
* html .tx-chgallery-pi1 .single span { height: 20px; }

.tx-chgallery-pi1 .single span small {
	display: block;
	font-size: 80%;
	width: 140px;
}

/* small version
****************************************************/
.tx-chgallery-pi1 .singlesmall img{
	float: left; 
	margin: 0 5px;
	padding: 0 1px 2px 1px;
}

/* 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;
	height: 490px;
	margin: 10px 0 0 10px;
	position: absolute;
	width: 550px;
	z-index: 999;
	
	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 {
	border-top: 1px solid #d2dce4;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 10px;
}
.tx-chgallery-pi1 .chgallery-content {
}
.tx-chgallery-pi1 .chgallery-content2 {
	border-top: 1px solid #eee;
	padding: 10px 5px;
}
