#tplUserShowroom .contentHeader .buttonBar {
	margin: 0;
	border: 0;
	float: right;
}

#tplUserShowroom .contentHeader .smallButtons ul li {
	margin-top: 0;
}

#photosInputSubmitButton {
	float: right;
}

#tplUserShowroomPhotoEdit ol#photoList.dragable li .thumbnailButtons * {
	cursor:pointer !important;
}

#tplUserShowroomPhotoEdit ol#photoList li:first-child { /*margin: 10px;
	border:1px solid #C5D0DA;*/
}

#tplUserShowroomPhotoEdit ol#photoList li {
	margin-bottom: 0;
}

#tplUserShowroomPhotoEdit #ajaxLoader { float:right; margin:2px 10px 0 0; }

.showroomDescription { min-width: 215px; padding-bottom: 10px; }
.showroomDescription .descriptionBody { display: block; margin: 0; overflow: hidden; padding: 4px 0 0 0; position: relative; width: 100%; }

.read-more, .read-less {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    display: block;
    margin: 1em 0 0 0;
    overflow: hidden;
    padding: 0.35em;
    text-align: center;
}

.read-more a, .read-less a {
	text-decoration: none;
}

.showroomPhoto .floatContainer { padding: 0; margin: 0 5px; }

.showroomPhoto .floatedElement {
	margin: 0 10px 10px 0;
}

.showroomPhoto .floatContainer img {
	border: 1px solid #C5D0DA;
	margin: 0 0 0 0;
	padding: 7px;
	box-shadow: 0px 1px 3px #bbb;
}

.showroomCopyright { width: auto !important; }
.showroomCopyright h3 { text-align: center; }
.showroomCopyright h3 a { text-decoration: none; }

.showroom .layout-3 .sidebar fieldset {
	padding: 6px 13px 8px;
}

.showroomIndex {
	font-size: 100%;
	line-height: 1.3;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.showroomIndex .floatedElement {
	border: 1px solid transparent;
	height: 124px;
	margin: 0 20px 40px 20px;
	/* padding: 0 20px 0; */
	position: relative;
	text-align: center;
	width: 212px;
}

.showroomIndex .floatedElement a span {
	text-decoration: underline;
}

.showroomIndex .floatedElement a:hover span {
	text-decoration: none;
}

.showroomIndex .thumbnail {
	display: block;
	height: 124px;
	position: relative;
	width: 206px;
}

.showroomIndex .thumbnail img {
	border:1px solid #ddd;
}

.showroomIndex .thumbnail img.container-4,.showroomIndex .thumbnail .lower {
	border-width: 1px;
	bottom: 0;
	display: block;
	left: 0;
	padding: 7px;
	position: absolute;
}

.showroomIndex .caption {
	clear: both;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	width: 208px;
	padding-top: 4px;
}

.sidebar .showroomIndex {
	margin-top: 3px;
}

.sidebar .showroomIndex .floatedElement {
	margin: 0 0 20px;
	padding: 10px 0;
	width: 258px;
}

.sidebar .showroomIndex .thumbnail {
	height: 122px;
	margin: 0 auto 13px;
	width: 254px;
}

.sidebar .showroomIndex .caption {
	width: 258px !important;
}

.sidebar .showroomIndex a .caption {
	font-size: 1.1em;
}

.sidebar .showroomIndex .floatedElement .rating {
	float: none;
	margin: 0;
}

.sidebar .albumDescription {
	margin: 13px 0;
}

.showroomIndex .thumbnailButtons {
	bottom: 9px;
	height: 20px;
	left: 0;
	opacity: 0.7;
	padding: 1px 5px;
	position: absolute;
	right: 0;
	visibility: hidden;
}

.showroomIndex .thumbnailButtons div {
	display: inline-block;
	padding: 1px 5px 2px;
}

.showroomIndex li span {
	text-shadow: 0 1px 0 #FFFFFF;
}

.showroomIndex li:hover .thumbnailButtons {
	visibility: visible;
}

.showroomIndex .thumbnailButtons a {
	display: inline;
	float: left;
	margin: 0 3px;
}

.showroomIndex .thumbnailButtons a img {
	margin-top: 3px !important;
}

.showroomIndex .thumbnailButtons input {
	float: left;
	margin: 5px 7px 0 5px;
}

.showroomIndex .floatedElement .thumbnail img {
	box-shadow: 0 1px 3px #ccc;
}

.showroomIndex .thumbnail img.container-4,.showroomIndex .thumbnail .lower
	{
	border-width: 1px;
	bottom: 0;
	display: block;
	left: 0;
	padding: 7px;
	position: absolute;
}

.upper,.showroomPhotoList .thumbnailButtons {
	-moz-transform: rotate(-3deg);
}

/** photo limits **/
.showroomPhotoLimitBox {
	margin-top: 15px;
}

.photoLimitsUsage {
	font-size: 0.85em;
}

.showroomPhotoLimits .containerIcon {
	margin-top: 16px;
}

.showroomPhotoLimits .containerIcon h4 {
	text-align: center;
}

.photoLimitsUsageBar {
	border: 1px solid #8DA4B7;
	border-radius: 3px;
	background-color: #fff;
	padding: 1px;
	text-align: left;
	margin: 2px 8px 0 0
}

.photoLimitsUsageBar>div {
	border-radius: 1px 1px 1px 1px;
}

.photoLimitsUsageBar div {
	background-color: #2d87b8;
	border-bottom: 6px solid #27749e;
	font-size: 6px;
	height: 6px;
}

.photoLimitsUsageBar div.storageWarning {
	background-color: #FFFF00;
	border-color: #E6E600;
}

.photoLimitsUsageBar div.storageError {
	background-color: #CC0000;
	border-color: #A30000;
}

/**
 * Showroom thumbnail view
 */
.widescreen li {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	width: 208px;
	-moz-binding: url("bindings.xml#ellipsis");
}

.thumbnailView.widescreen li.floatedElement {
	width: 224px !important;
}

.widescreen.thumbnailView .thumbnail {
	height: 128px !important;
}

.widescreen span.thumbnail img {
	padding: 7px;
	border: 1px solid #c5d0da;
	box-shadow: 0 1px 3px #bbb;
	margin-bottom: 2px;
}

.widescreen {
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

.widescreen li {
	display: inline-block;
}