.DesignerPreviews {
	padding: 0px 3px;
}
.DesignerPreviewContainer {
	padding: 0px 3px;
}
.DesignerPreview {
	border: solid 1px #666;
}
.DesignerPreviewSideLabel {
	font-size: 12px;
	font-weight: bold;
	color: #555;
	margin-bottom: 3px;
}


.DesignerThumbnails {
	padding: 0px 3px;
	border-right: solid 1px #CCC;
}
.DesignerThumbnailContainer,
.DesignerThumbnailContainerFlash {
	padding: 2px;
	margin-bottom: 6px;
	cursor: pointer;
	border: solid 1px #FFF;
}
.DesignerThumbnailContainer {
}
.DesignerThumbnailContainerFlash {
	border: solid 1px #E07900;
	background: #FFFAF5;
}

.DesignerThumbnail {
	border: solid 1px #999;
}
.DesignerThumbnailContainer .DesignerThumbnail {
	border: solid 1px #999;
}
.DesignerThumbnailContainerFlash .DesignerThumbnail {
	border: solid 1px #E07900;
}

.DesignerThumbnailSideLabel {
	font-size: 11px;
	font-weight: bold;
	color: #555;
	margin-bottom: 0;
}
.DesignerThumbnailContainer .DesignerThumbnailSideLabel {
	color: #555;
}
.DesignerThumbnailContainerFlash .DesignerThumbnailSideLabel {
	color: #E07900;
}