/*
	   Licensed under the GPL, see http://www.gnu.org/copyleft/gpl.html
	   (c) the TYPO3 content rendering group
*/

/* COMMON */
.csi-intext-left {
	float: left;
	width: 70px;
	height: 100px;
	margin-bottom: 5px;
}

/* CENTER */
.csi-center .csi-image {
	margin: 0 auto 2px;
}

/* INTEXT LEFT */
.csi-intext-left .csi-image {
	clear: both;
	float: left;
}

.csi-intext-left-nowrap .csi-image {
	clear: both;
	float: left;
}

/* INTEXT LEFT NOWRAP*/
	.csi-intext-left-nowrap .csi-text {
	margin-left: 215px; /*will have to be an inline style - controlled by TS*/
}

/* INTEXT RIGHT */
	.csi-intext-right .csi-image {
	clear: both;
	float: right;
}

.csi-intext-right-nowrap .csi-image {
	clear: both;
	float: right;
}

/* INTEXT RIGHT NOWRAP */
	.csi-intext-right-nowrap .csi-text {
	margin-right: 215px; /*will have to be an inline style - controlled by TS*/
}

/* LEFT */
	.csi-left div.csi-image {
	clear: both;
	float: left;
}

.csi-left div.csi-text {
	clear: left;
}

/* RIGHT */
	.csi-right div.csi-image {
	clear: both;
	float: right;
}

.csi-right div.csi-text {
	clear: right;
}

.csi-text p {
	margin-top: 0;
}

.csi-textpic {
	margin-left: 10px;
}

.csi-textpic .csi-caption {
	text-align: left; /* will have to be an inline style?  - controlled by TS [left - right - center]*/
}

.csi-textpic .csi-image {
	width: auto; /*will have to be an inline style - controlled by TS*/
}

.csi-textpic .csi-imagewrap {
	text-align: center; /* is there a bug in IE? (if we don't set this, the image is not centered above or below the text) */
}

.csi-textpic .csi-text {
	text-align: left; /*will have to be an inline style - controlled by TS*/
}

.csi-textpic img {
	margin-bottom: 4px;
	margin-top: 3px;
}

.csi-text p.bodytext{
	margin-left: 0;
}
