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

}
.mod_fotoalbum a img
{
	border:				1px solid #5B463E;
	padding:			1px;
}
.mod_fotoalbum a:hover img
{
	border:				1px solid #8B2D2D;
}
#mod_fotoalbum_imagestable td[class~=filledCell]
{
	padding:			3px 3px 0px 3px;
	background:			url(../images/fototab.png) bottom center no-repeat;
	height:				146px;
	color:				#dbd6d0;
	cursor:				pointer;	
}
#mod_fotoalbum_imagestable td[class~=filledCell]:hover
{
	background:			url(../images/fototab_over.png) bottom center no-repeat;
	cursor:				pointer;	
}

#mod_fotoalbum_imagestable .filledCell b
{
	font-weight:		normal !important;
}

.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);
	text-decoration:	none;
}

#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;
}
