/* TOP Link */
p.csc-linkToTop {
	border-bottom: 1px solid #ccc;
	text-align: right;
	width: 100%;
}

p.csc-linkToTop a {
	margin-bottom: 5px
}

/* Optical separation between to records */
DIV.csc-frame-ruler-after {
	border-bottom: 1px solid #ccc;
	margin: 0 0 1em;
	padding: 0 0 0.5em;
}

DIV.csc-frame-ruler-before {
	border-top: 1px solid #ccc;
	margin: 1em 0 0;
	padding: 0.5em 0 0;
}

/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image img, DIV.csc-textpic-border div.csc-textpic-single-image img {
	border: 1px solid #ccc;
	padding: 1px
}

DIV.csc-frame {
	/*clear: both;*/
}

/* Frames */
DIV.csc-frame-default, DIV.csc-textpic{
	width: 100%;
}

DIV.csc-textpic-intext-left {
	width: 100%;
}

DIV.csc-textpic-clear {
	clear: none;
	width: 100%;
}

Div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image {
	margin-bottom: 10px;
}

/* Indents */
DIV.csc-frame-indent {
	margin: 0 33%;
}
DIV.csc-frame-indent-left {
	margin-left: 33%;
}
DIV.csc-frame-indent-right {
	margin-right: 33%;
}

/* Spaces before */
DIV.csc-space-before-extra-small {
	margin-top: 10px;
}
DIV.csc-space-before-small {
	margin-top: 25px;
}
DIV.csc-space-before-medium {
	margin-top: 50px;
}
DIV.csc-space-before-large {
	margin-top: 100px;
}
DIV.csc-space-before-extra-large {
	margin-top: 150px;
}

/* Spaces after */
DIV.csc-space-after-extra-small {
	margin-bottom: 10px;
}
DIV.csc-space-after-small {
	margin-bottom: 25px
}
DIV.csc-space-after-medium {
	margin-bottom: 50px
}
DIV.csc-space-after-large {
	margin-bottom: 100px
}
DIV.csc-space-after-extra-large {
	margin-bottom: 150px
}

/* CSC-Uploads */
ul.csc-uploads img {
	box-sizing: content-box;
}

ul.csc-uploads span.csc-uploads-fileSize {
	display: inline;
	padding-left: 0.5em;
}