/* default styles for extension "tx_slcssimgtext" */
/*
   Licensed under the GPL, see http://www.gnu.org/copyleft/gpl.html
   (c) the TYPO3 content rendering group
*/

/* COMMON */
.csi-textpic {
	/*padding: 5px;*/
/*	background: #DDDDFF;*/ 
	/*border: 2px solid green;*/
}

.csi-textpic img {
/*	border: 1px solid black;
	margin: 4px;*/
	/*margin-right:13px;*/
}

.csi-textpic .csi-caption {
	/*text-align: left;*/  /* will have to be an inline style?  - controlled by TS [left - right - center]*/
	/*font-style: italic; */
}

.csi-textpic .csi-image {
	/*border: 1px solid red;*/
	/*margin: 0 0 3px 0; */ 
	/*background: #FFF;*/
	/*width: 210px;*/
}

.csi-textpic .csi-imagewrap {
	/*border: 1px solid blue;*/
	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 {
	/*border: 1px solid silver;*/
	text-align: left; /*will have to be an inline style - controlled by TS*/
}

.csi-text p {
	margin-top: 0;
}

/* CENTER */

.csi-center .csi-image {
	margin: 0 auto 3px;
}

/* RIGHT */
.csi-right div.csi-image {
	float: right;
	clear: both;
}

.csi-right div.csi-text {
	clear: right;
}


/* LEFT */
.csi-left div.csi-image {
	float: left;
	clear: both;
}

.csi-left div.csi-text {
	clear: left;
}


/* INTEXT LEFT */
.csi-intext-left .csi-image {
	float: left;
	clear: both;
	margin-right: 5px;
}


/* INTEXT RIGHT */
.csi-intext-right .csi-image {
	float: right;
	clear: both;
	margin-left: 5px;
}


/* INTEXT RIGHT NOWRAP */
.csi-intext-right-nowrap .csi-text {
	margin-right: 215px; /*will have to be an inline style - controlled by TS*/
}

.csi-intext-right-nowrap .csi-image {
	float: right;
	clear: both;
}


/* INTEXT LEFT NOWRAP*/
.csi-intext-left-nowrap .csi-text {
	margin-left: 215px; /*will have to be an inline style - controlled by TS*/
}

.csi-intext-left-nowrap .csi-image {
	float: left;
	clear: both;
}