/*
    photocase - we love photography 
    All styles for displaying thumbnails, large images etc.
    Also containing specific classes for photoupload
    Handcrafted by vorderdeck. neue medien (www.vorderdeck.de)
    Created: 2006-08-24
    Last modified: 2006-10-17
    By: iw (iw@vorderdeck.de)
*/

/*** photobrowser ***/
.smallThumbnail {
	width: 104px;
	float: left;
	margin: 30px 10px 0 0;
	overflow: hidden;
}

/* safari needs this */
.smallThumbnail a.user_f, .smallThumbnail a.user_m, .smallThumbnail a.staff_f, .smallThumbnail a.staff_m {
  display: table-caption;
  white-space: no-wrap;
}

.smallThumbnail .titel {
	margin: 5px 0 5px 0;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;	
	white-space: nowrap; /* reicht einfach das? */
	overflow: hidden;
	
	/*line-height: 16px;
	height: 16px!important;
	max-height: 16px;
	overflow: hidden!important;
	white-space: nowrap;*/
}

.smallThumbnail .infoIcon {
	margin: -14px 6px 0 0;
	display: block;
}

.smallThumbnail ul.thumbnailInfo {
  width: 300px;  
  margin: 5px 0;
}

.smallThumbnail ul.thumbnailInfo li {
  background: 0;
  padding: 0 4px 0 0;
  margin: 0 4px 0 0;
  float: left;
  border-right: 1px dotted #BBBD9B;
  font: 10px Arial, Helvetica, sans-serif;
}

.smallThumbnail ul.thumbnailInfo li.thumbnailInfoLightbox {  
}

.smallThumbnail ul.thumbnailInfo li.thumbnailInfoComment {
  padding-left: 18px;
  background: url(../images/icon_comments.gif) no-repeat 0 50%;
}

.smallThumbnail ul.thumbnailInfo li.thumbnailInfoVote {
  padding-left: 15px;
  background: url(../images/icon_rating.gif) no-repeat 0 50%;
  border: 0;
}


/* veraltet. kann weg wenn all smalltrhumbnails durch das entsprechende snippet ersetzt wurden */

.smallThumbnail .info {
	border-right: 1px dotted #BBBD9B;
	margin: 5px 4px 0 0;
	padding-right: 4px;
	font: 10px Arial, Helvetica, sans-serif;
	float: left;
	height: 20px;
}

.smallThumbnail .info img {
	vertical-align: middle;
	margin-bottom: 1px
}

.info.firstInLine{
	padding: 0;
	margin: 0;
	padding-right: 4px;
}

.info.lastInLine{
	padding: 0;
	margin: 0;
	padding-left: 2px;
}

.smallThumbnail .info.lastInLine{
	border: 0;
	margin-top: 5px;
}

/* ende veraltet */



.smallThumbnail div.thumbnail {
	margin-bottom: 4px;
	width: 100px;
	height: 100px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background-image: url(http://www.photocase.com/images/smallthumbbg.gif);
}

.smallThumbnail div.thumbnail img {
	vertical-align: middle;
}



.smallThumbnail div.photoSelect {	
	background-color: #F1F2EB;
	text-align: center;
	padding: 2px;
}

td.smallThumbnail {
  float: none;
  margin: 0;
}

td .smallThumbnail {
  float: none;
  margin: 0;
}


.mediumThumbnail {
	width: 175px;
	float: left;
	margin: 22px 11px 0 0;
}

/* safari needs this */
.mediumThumbnail a.user_f, .mediumThumbnail a.user_m, .mediumThumbnail a.staff_f, .mediumThumbnail a.staff_m {
  display: table-caption;
  white-space: no-wrap;
}

.mediumThumbnail.singleElement {
  margin-right: 0;
  float: none;
}

.mediumThumbnail.lastInLine {
	margin-right: 0;
}

.mediumThumbnail .titel {
	margin: 5px 0 5px 0;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;	
	white-space: nowrap; /* reicht einfach das? */
	overflow: hidden;
	
	/*line-height: 16px;
	height: 16px!important;
	max-height: 16px;
	overflow: hidden!important;
	white-space: nowrap;*/
}


.mediumThumbnail .infoIcon{
	margin: -14px 4px 0 0;
	vertical-align: bottom;
}



.mediumThumbnail .info {
	border-right: 1px dotted #BBBD9B;
	margin-right: 8px;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: 20px;
}

.mediumThumbnail .info img{
	vertical-align: middle;
	margin-bottom: 1px
}


.mediumThumbnail .thumbnail {
	width: 170px;
	height: 170px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background-image: url(../images/mediumthumbbg.gif);
	padding: 0; 
	margin: 0;
}

.mediumThumbnail .thumbnail img {
	vertical-align: middle;
}


.largeThumbnail {
	width: 346px;
	width: 365px;
	float: left;
	margin-top: 10px;
}

.largeThumbnail div.thumbnail {
	width: 346px;
	height: 346px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background-Image: url(../images/largethumbbg.gif);
}

.largeThumbnail div.thumbnail img {
	vertical-align: middle;
}




div.watermark {
	position: absolute;
	z-index: 100;
	width: 346px;
	height: 346px;
	top: 0px;
	left: 0px;
	background-Image: url(../images/watermark.gif);
}


.largeThumbnailDetails {
	float: left;
	margin-top: 7px;
	width: 180px;
}

.largeThumbnailDetails p {
	margin: 0 0 3px 0;
}


.photographersComment {
  margin-top: 10px;
	padding: 1px 0 0 0;
	border-top: 1px dotted #BBBD9B;
}

.photoDownloadOptions {
  margin-top: 10px;
}

.photoDownloadOptions .download, .photoDownloadOptions .lightbox {
  float: left;
  margin-right: 1px;
}

.photoDownloadOptions .linklist {
  background-color: #eeeee6;
  margin: 0;
  float: left;
  width: 180px;
  height: 49px;
  padding: 8px 0 0 20px;
}

/* Comments */
.commentToolbar {
	float: right;
	padding-top: 25px;
}

/*.comment {
	padding: 1px 0 20px 0;
	margin: 20px 0 0 0;
	border-bottom: 1px dotted #BBBD9B;
	background-color: #FFFFFF;
	line-height: normal;
}*/

.comment {
	padding: 20px 0 20px 0;
	border-bottom: 1px dotted #BBBD9B;
	background-color: #FFFFFF;
	line-height: normal;
}


/* balken links vom comment
.comment {
	padding: 20px 0 20px 0;
	border-bottom: 1px dotted #BBBD9B;
	background-color: #FFFFFF;
	line-height: normal;
}*/

.commentLastElement{
  border-bottom: 0px;
}

.comment .userImage {
	width: 60px;
	margin-top: 2px;
}

.comment .message {
	float: left;
	width: 470px;
	line-height: normal;
}

.comment p {
	margin: 0;
	padding-top: 5px;
}

.comment .toolbar {
	position: relative;
	float: right;
}

/*** add photo ***/
div.photoAddBadImage {
  clear: both;
}

div.photoAddBadImage .description {
  float: left;
  width: 295px;
  margin-top: 18px;
}

div.photoAddBadImage .description p {
  margin-top: 5px;
}

/*** collections ***/

.collection {
  border-bottom: 1px dotted #BBBD9B;
  padding-bottom: 30px;
  margin-top: 15px;
}

.collection.lastElement{
  border-bottom: 0;
}

.collection .userImage {
	margin-top: 21px;
	width: 60px;
}

.collection .data {
	width: 300px;
	height: 90px;
	float: left;
}

.collection .data h2 {
  margin-top: 18px;
}

.collection .data .linklist {
	margin-top: 5px;
}

.collection .smallThumbnail {
	margin: 0 12px 0 0;
}

