/**
 *
 *	Stylesheet definitions for tx_photogallery
 *
 */
 
 

/*-----------------------------------------------------------

	LIST GALLERIES

-----------------------------------------------------------*/


.tx-photogallery-pi1-displaygalleries {
	line-height: 1.3;
	padding: 3px 0 3px 3px;
	margin: 3px 0 3px 3px;
	border-bottom: 1px solid #999;
}
.tx-photogallery-pi1-displaygalleries h2 {
	font-size: 20px;
	margin: 10px 0 15px 0;
	padding: 0;
}
.tx-photogallery-pi1-displaygalleries:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.tx-photogallery-pi1-displaygalleries-image img {
	margin: 0 0 5px 5px;

	float: right;
	border: 1px solid #546c46;
	padding: 2px;
}
.tx-photogallery-pi1-displaygalleries-date {
	color: #999999;
	font-size: 9px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.tx-photogallery-pi1-displaygalleries-link a {
	margin: 5px 0 0 0;
	display: block;
	font-size: 10px;
}
.tx-photogallery-pi1-displaygalleries-description {}
.tx-photogallery-pi1 ul li * {
	font-size: 11px !important;
}



/*-----------------------------------------------------------

	DISPLAY SINGLE GALLERY

-----------------------------------------------------------*/



.tx-photogallery-pi1-displaygallery-thumbnails {
	position: relative;
}
.tx-photogallery-pi1-displaygallery-thumbnails a {
	padding: 0;
	background: #fff;
	padding: 5px 25px 25px 0;
}
.tx-photogallery-pi1-displaygallery-thumbnails img {
	margin: 0;
	border: 1px solid #ddd;
	/*padding: 12px 12px 15px 12px;*/
	padding: 2px;
}
.imageWrap {
	display: block;
	width: 132px;
	text-align: center;
	float: left;
}
.imageRowWrap {
	height: 132px;
}
.tx-photogallery-pi1-displaygallery h2 {
	font-size: 20px;
	margin: 10px 0 15px 0;
	padding: 0;
}
.tx-photogallery-pi1-displaygallery-description p { font-size: 12px; }
.tx-photogallery-pi1-displaygallery-thumbnails ul {
	width: 400px;
	clear: both !important;
	display: block;
	font-size: 12px;
}
.tx-photogallery-pi1-displaygallery-thumbnails ul * {
	font-size: 12px !important;
	margin: 0;
	padding: 0;
}
.tx-photogallery-pi1-displaygallery-thumbnails:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.tx-photogallery-pi1-displaygallery-backlink {
	font-size: 12px;
	clear: both;
}



/*-----------------------------------------------------------

	PAGE BROWSER

-----------------------------------------------------------*/

.tx-photogallery-pi1-displaygallery .tx-photogallery-pi1-browsebox {
	width: 490px;
	margin:3px 3px 3px 0;
}
.tx-photogallery-pi1-browsebox {
	position: relative;
	clear: both;
	display: block;
	margin:3px 0px 3px 3px;
	border:1px solid #666;
	padding:3px;
	background-color:#F9FFE5;
}
.tx-photogallery-pi1-browsebox TD * {
	font-size: 11px;
}
.tx-photogallery-pi1-browsebox-strong, .tx-photogallery-pi1-browsebox-SCell {
	font-weight: bold;
}
.tx-photogallery-pi1-browsebox-SCell P,.tx-photogallery-pi1-browsebox TD P{
	margin: 0px;
}

.tx-photogallery-pi1-browsebox-SCell {
	background-color: #BBE53A;
	background: #ebfae1;
	border: 1px solid #666;
}

