ul.RIEU-pcProductList
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.RIEU-pcProductList li.RIEU-pcProductListItem
{
	float: left;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 45.375%;
	padding: 8px 1%;
	margin: 0 1% 18px;
}

ul.RIEU-pcProductList li.RIEU-pcProductListItem h3
{
	margin-top: 0;
}

ul.RIEU-pcProductList li.RIEU-pcProductListItem h3 em
{
	font-style: normal;
	font-weight: normal;
	font-size: 90%;
	display: block;
}

ul.RIEU-pcProductList ul.RIEU-pcProductListItemActions
{
	list-style: none;
	float: left;
}

ul.RIEU-pcProductList a.RIEU-pcProductListItemImage
{
	display: block;
	width: 150px;
	height: 120px;
	line-height: 120px;
	float: left;
	margin-right: 12px;
	overflow: hidden;
}

/**
 * Paginator
 */
.RIEU-list-overview table
{
	width: 100%;
	border: 0;
	margin: 8px 0;
}

.RIEU-list-overview td.list_nav
{
	width: 120px;
}

.RIEU-list-overview td.list_count
{
	text-align: center;
}

.RIEU-list-overview td.list_nav.prev
{
	text-align: left;
}

.RIEU-list-overview td.list_nav.next
{
	text-align: right;
}

.RIEU-list-overview .list_nav a.action
{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 3px 0 3px 3px;
	background: none no-repeat center center;
	overflow: hidden;
}

.RIEU-list-overview .list_nav.next a.action
{
	text-indent: 1000px;
}

.RIEU-list-overview .list_nav.prev a.action
{
	text-indent: 1000px;
}

.RIEU-list-overview .list_nav a.action.first
{
	background-image: url(../../images/icons/media-skip-backward.png);
}

.RIEU-list-overview .list_nav a.action.prev
{
	background-image: url(../../images/icons/media-seek-backward.png);
}

.RIEU-list-overview .list_nav a.action.next
{
	background-image: url(../../images/icons/media-seek-forward.png);
}

.RIEU-list-overview .list_nav a.action.last
{
	background-image: url(../../images/icons/media-skip-forward.png);
}

/**
 * 	Public Home
 */

.RIEU-viewModeSelected
{
	font-weight: bold!important;
}

.RIEU-viewMode
{
	
}

/**
 * Image-Gallery
 */
.RIEU-pcGalleryImageList
{
	padding-left: 0;
	list-style: none;
}

.RIEU-pcImgContainer
{
	float: left;
	width: 180px;
	height: 260px;
	border: 1px solid #ccc;
	padding: 0;
	margin: 0 7px 12px 6px;
	font-size: 12px;
	border-radius: 3px;
	overflow: hidden;
}

.RIEU-galleryImgControls
{
	height: 22px;
	line-height: 22px;
	background: #ededed;
	margin-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

.RIEU-galleryImgControls a.action,
.RIEU-galleryImgControls a.icon
{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 3px 0 3px 3px;
	background: none no-repeat center center;
	text-indent: -2000px;
	overflow: hidden;
}

.RIEU-galleryImgControls a.action.edit
{
	background-image: url(../../images/icons/image--pencil.png);
}

.RIEU-galleryImgControls a.action.delete
{
	background-image: url(../../images/icons/image--minus.png);
}

.RIEU-galleryImgControls a.status.new
{
	background-image: url(../../images/icons/new-text.png);
}

.RIEU-galleryImgControls a.status.rejected
{
	background-image: url(../../images/icons/minus-circle.png);
}

.RIEU-galleryImgControls a.status.released
{
	background-image: url(../../images/icons/tick-circle.png);
}

.RIEU-galleryImgControls a.status.reported
{
	background-image: url(../../images/icons/exclamation-circle.png);
}

.RIEU-galleryImgData
{
	padding: 0 10px;
	margin-bottom: 4px;
	line-height: 130%;
}

.RIEU-galleryImgThumb
{
	text-align: center;
	margin-bottom: 8px;
	height: 160px;
}

.RIEU-galleryImgThumb a
{
	display: block;
	line-height: 160px;
	background: #f4f4f4;
	text-decoration: none;
}

.RIEU-galleryImgThumb img
{
	margin: auto;
	max-width: 160px;
	vertical-align: middle;
}

.RIEU-galleryImgViews
{
	float: right;
	padding-left: 22px;
	padding-right: 4px;
	background: url(../../images/icons/eye.png) no-repeat left center;
}

.RIEU-galleryImgControls .RIEU-galleryImgLikes
{
	float: right;
	padding-left: 22px;
	padding-right: 4px;
	background: url(../../images/icons/thumb-up.png) no-repeat left center;
}

.RIEU-galleryImgTitle
{
	white-space: nowrap;
	overflow: hidden;
}

.RIEU-galleryImgComments
{
	float: right;
	padding-left: 22px;
	padding-right: 4px;
	background: url(../../images/icons/balloon-box.png) no-repeat left center;
}

.RIEU-galleryImgOwner img
{
	max-width: 100%;
}

/**
 * Profile-List
 */
.RIEU-pcProfileList
{
	padding-left: 0;
	list-style: none;
}

.RIEU-profileContainer
{
	float: left;
	width: 180px;
	height: 260px;
	border: 1px solid #ccc;
	padding: 0;
	margin: 0 7px 12px 6px;
	font-size: 12px;
	border-radius: 3px;
	overflow: hidden;
}

.RIEU-profileControls
{
	height: 22px;
	line-height: 22px;
	background: #ededed;
	margin-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

.RIEU-profileControls a.action,
.RIEU-profileControls a.icon
{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 3px 0 3px 3px;
	background: none no-repeat center center;
	text-indent: -2000px;
	overflow: hidden;
}

.RIEU-profileControls a.action.edit
{
	background-image: url(../../images/icons/image--pencil.png);
}

.RIEU-profileControls a.action.delete
{
	background-image: url(../../images/icons/image--minus.png);
}

.RIEU-profileControls a.status.new
{
	background-image: url(../../images/icons/new-text.png);
}

.RIEU-profileControls a.status.rejected
{
	background-image: url(../../images/icons/minus-circle.png);
}

.RIEU-profileControls a.status.released
{
	background-image: url(../../images/icons/tick-circle.png);
}

.RIEU-profileControls a.status.reported
{
	background-image: url(../../images/icons/exclamation-circle.png);
}

.RIEU-profileData
{
	padding: 0 10px;
	margin-bottom: 4px;
	line-height: 130%;
}

.RIEU-profileThumb
{
	text-align: center;
	margin-bottom: 8px;
	height: 160px;
}

.RIEU-profileThumb a
{
	display: block;
	line-height: 160px;
	background: #f4f4f4;
	text-decoration: none;
}

.RIEU-profileThumb img
{
	margin: auto;
	max-width: 160px;
	vertical-align: middle;
}

.RIEU-ProfileImgCount
{
  float: right;
  padding-left: 22px;
  padding-right: 4px;
  background: url(../../images/icons/image-count.png) no-repeat left center;
}

.RIEU-profileViews
{
	float: right;
	padding-left: 22px;
	padding-right: 4px;
	background: url(../../images/icons/eye.png) no-repeat left center;
}

.RIEU-profileControls .RIEU-profileLikes
{
	float: right;
	padding-left: 22px;
	padding-right: 4px;
	background: url(../../images/icons/thumb-up.png) no-repeat left center;
}

.RIEU-profileTitle
{
	white-space: nowrap;
	overflow: hidden;
}

.RIEU-profileComments
{
	float: right;
	padding-left: 22px;
	padding-right: 4px;
	background: url(../../images/icons/balloon-box.png) no-repeat left center;
}

.RIEU-profileOwner img
{
	max-width: 100%;
}

/**
 * Image-Details
 */

.RIEU-social-media
{
	float: right;
}

.RIEU-pcImageDetail
{
	margin: 0 0 12px;
}
.RIEU-pcImageDetail h3.RIEU-galleryImgTitle
{
	margin-top: 0;
}

.RIEU-pcImageArea
{
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 12px;
	background-color: #fcfcfc;
	text-align: center;
}

.RIEU-pcImageViewport
{
	margin: 12px auto 12px;
	text-align: center;
	position: relative;
	display: inline-block;
}
.RIEU-pcImageViewport img
{
	max-width: 980px;
}
.RIEU-pcImageDetailControls
{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.RIEU-pcImageDetailControls li
{
	position: absolute;
	top: 0;
	height: 100%;
	background-color: #fff;
	background-color: rgba(255,255,255,0.5);
	display: none;
	padding: 0 8px;
}
.RIEU-pcImageDetailControls li a
{
	display: block;
	height: 100%;
	width: 26px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../../images/RIEU_2013/BTN_imageControl.png) no-repeat 0 50%;
	opacity: 0.4;
}
.RIEU-pcImageDetailControls li a:hover
{
	opacity: 1;
}
.RIEU-pcImageDetailControls:hover li
{
	display: block;
}
.RIEU-pcImageDetailControls li.RIEU-prev
{
	left: 0;
}
.RIEU-pcImageDetailControls li.RIEU-prev a
{
	background-position: 0 50%;
}
.RIEU-pcImageDetailControls li.RIEU-next
{
	right: 0;
}
.RIEU-pcImageDetailControls li.RIEU-next a
{
	background-position: -26px 50%;
}
.RIEU-pcImageDetail .RIEU-galleryImgViews
{
	float: none;
	padding: 0;
	background: none;
}

.RIEU-imageOfWeek
{
	text-align: center;
}

.RIEU-imageOfWeek a
{
	display: block;
}

.RIEU-imageOfWeek a img
{
	margin: auto;
}

div.exif-data
{
	text-align: center;
}

div.exif-data table
{
	margin: auto;
}

div.exif-data table td
{
	text-align: right;
	padding: 4px 24px;
	width: 50%;
	vertical-align: middle;
}

div.exif-data table td.exif-label
{
	text-transform: uppercase;
	width: 33%;
}

div.exif-data table td.exif-data
{
	text-align: left;
}

div.exif-data thead
{
	display: none;
}

/**
 * Comments
 */
.RIEU-comment-parents
{
	list-style-type: decimal-leading-zero;
	margin-left: 10px;
}
.RIEU-comment-parents li
{
	margin: 0 0 20px 0;
	padding: 1px 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 0 5px 5px 5px;
	position: relative;
}
.RIEU-comment-parents li:nth-child(odd)
{
	background-color: rgba(175,175,175,.25);
}
.RIEU-comment-parents li:nth-child(even)
{
	background-color: rgba(140,140,140,.25);
}

.RIEU-comment-parents li:nth-child(odd):before,
.RIEU-comment-parents li:nth-child(even):before
{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: -45px;
	width: 45px;
	height: 40px;
	background-color: rgba(175,175,175,0.25);
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.RIEU-comment-parents li:nth-child(even):before
{
	background-color: rgba(140,140,140,.25);
}
.RIEU-comment-parents cite
{
	display: block;
	margin-top: 10px;
}
.RIEU-comment-parents time
{
	display: inline-block;
	float: right;
}
.RIEU-comment-parents h3
{
	margin: 8px 0 4px;
	font-size: 14px;
}
.RIEU-comment-parents p
{
	margin: 4px 0 8px;
}
.RIEU-comment-parents .RIEU-comment-actions
{
	display: block;
	padding: 4px 16px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 0 -16px 0 -16px;
	border-top: 1px solid #c0c0c0;
}
.RIEU-comment-parents .RIEU-comment-actions a.RIEU-link
{
	display: inline-block;
	margin-right: 12px;
}
.RIEU-comment-parents .RIEU-admin
{
	color: #00468c;
	/* font-weight: bold; */
}
.RIEU-comment-children
{
	list-style-type: decimal-leading-zero;
	margin: 20px 0 0;
}

#RIEU-gallery-filter h3
{
	cursor: pointer;
}
#RIEU-gallery-filter h3 > em
{
	display: none;
}
#RIEU-gallery-filter.closed h3
{
	margin-bottom: 0;
}
#RIEU-gallery-filter.closed h3 > em
{
	display: block;
}

#RIEU-gallery-filter.closed div.RIEU-formRow,
#RIEU-gallery-filter.closed button
{
	display: none;
}
#RIEU-gallery-filter.closed fieldset
{
	padding-bottom: 0;
}

.RIEU-pcImageStats
{
	float: right;
	width: 300px;
	text-align: right;
}
.RIEU-pcImageStats .RIEU-icon
{

}
.RIEU-pcImageStats var
{
	display: inline-block;
	width: 30px;
	font-style: normal;
}
.RIEU-pcImageStats div
{
	margin-bottom: 3px;
}
.RIEU-pcImageStats .RIEU-icon
{
	margin: 0 8px;
}
.RIEU-pcImageStats .RIEU-form-button
{
	padding: 0 4px;
}

.RIEU-icon.RIEU-eye
{
	background: url(../../images/icons/eye.png) no-repeat left center;
}
.RIEU-icon.RIEU-thumb-up
{
	background: url(../../images/icons/thumb-up.png) no-repeat left center;
}
.RIEU-icon.RIEU-thumb-down
{
	background: url(../../images/icons/thumb.png) no-repeat left center;
}

.form-preview-link
{
	border: 0;
	margin-bottom: 4px;
}
.form-delete-link
{
	border: 0;
	margin-bottom: 4px;
}
.form-delete-link label
{
	float: none;
	margin-left: 4px;

}

ul.file-upload-conditions
{
	padding-left: 20px;
}

.RIEU-pcProfileContainer
{

}
.RIEU-pcProfileBox
{
	font-size: 12px;
	padding: 0 8px 12px;
	margin-bottom: 24px;
	border-bottom: 1px solid #ccc;
}
.RIEU-pcProfileControls
{
	height: 22px;
	line-height: 22px;
	background: #ededed;
	margin-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

.RIEU-pcProfileBox .RIEU-pcProfileImage img
{
	float: left;
	margin: 0 12px 12px 0;
}
.RIEU-pcProfileBox .RIEU-pcProfileDesc
{
	margin: 0 0 18px;
}
.RIEU-pcProfileBox .RIEU-pcProfileUserName
{
	margin: 0 0 8px;
}
.RIEU-pcProfileBox .RIEU-pcProfileLink
{
	margin: 0 0 8px;
}

.RIEU-profileLink img
{
	vertical-align: text-bottom;
	margin: 0 2px;
}

#RIEU-likes ul
{
	list-style: none;
	padding-left: 0;
}
/**
 * Responsive section
 */
@media screen and (max-width: 620px)
{
	ul.RIEU-pcProductList
	{
		margin: 0 12px;
	}

	ul.RIEU-pcProductList li.RIEU-pcProductListItem
	{
		float: none;
		width: 94%;
		padding: 8px 3%;
		margin: 0 0 18px;
	}
}


@media screen and (max-width: 1000px)
{
	.RIEU-pcImageDetail
	{
		margin: 0 1% 12px;
	}

	.RIEU-pcImageDetail .RIEU-pcImageViewport img
	{
		width: 100%;
		height: auto;
		margin-bottom: 12px;
	}
}