@charset "utf-8";
/* CSS Document */
#mod_fotoalbum_tplAlbums
{
	padding-right:		10px;

}
.mod_fotoalbum a img
{
	border:				2px solid #93117E;
}
.mod_fotoalbum a:hover img
{
	border:				2px solid #F39600;
}
#mod_fotoalbum_imagestable .filledCell
{
	padding:			3px;
}

.mod_fotoalbum a
{
	padding:			0px !important;
}

#mod_fotoalbum_albumstable a
{
	display:			list-item;
	list-style-image: 	url(../images/folder.gif);
	list-style-position:outside;
	padding:			0px;
	margin:				0px;
}
#mod_fotoalbum_albumstable a:hover
{
	list-style-image: 	url(../images/folder_over.gif);
}

#mod_fotoalbum_albumstable .filledCell
{
	vertical-align:		top;
	background:			url(../images/schaduw_folder.gif) bottom left repeat-x;
	height:				20px;
}
.mod_fotoalbum_tplSpacer
{
	width:				0px !important;
}
.emptyRow
{
	height:				1px;
	font-size:			1px;
	line-height:		1px;
}