/*******************************************/
/* default styles for extension "tt_news" */
  /* example styles for the pagebrowser 
	.tx-ttnews-browsebox TD { font-size: 10px; }
	.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
	.tx-ttnews-browsebox-SCell { background-color: #ffffff; }
*/
/******************************************/
/* 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: 2px;
		border: 2px;  /*XXX demo only*/
	}

	.csi-textpic img {
		border: 0px;  /*XXX demo only*/
		margin: 0px;
	}

	.csi-textpic .csi-caption {
		text-align: center;  /* will have to be an inline style?  - controlled by TS [left - right - center]*/
		font-size: .8em;
	}

	.csi-textpic .csi-image {
		border: 0px;  /*XXX demo only*/
		margin: 2px 0;  /*XXX demo only*/
/*		width: 160px; will have to be an inline style - controlled by TS*/
	}

	.csi-textpic .csi-imagewrap {
		border: 0px; /*XXX demo only*/
		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: 0px; /*XXX demo only*/
		text-align: left; /*will have to be an inline style - controlled by TS*/
/*border: 1px solid;*/
	}

	.csi-text p {
		margin-top: 0;
	}

	/* CENTER */

	.csi-center .csi-image {
		margin: 0 auto 2px;
	}

	/* RIGHT */
	.csi-right div.csi-image {
		float: right;
		clear: both;
		margin-left: 4px;
		margin-bottom: 4px;
	}

	.csi-right div.csi-text {
		clear: right;
	}


	/* LEFT */
	.csi-left div.csi-image {
		float: left;
		clear: both;
		margin-right: 4px;
		margin-bottom: 4px;
	}

	.csi-left div.csi-text {
		clear: left;
	}


	/* INTEXT LEFT */
	.csi-intext-left .csi-image {
		float: left;
		clear: both;
		margin-right: 4px;
	}


	/* INTEXT RIGHT */
	.csi-intext-right .csi-image {
		float: right;
		clear: both;
		margin-left: 4px;
	}


	/* INTEXT RIGHT NOWRAP */
	.csi-intext-right-nowrap .csi-text {
		margin-right: 0px; /*will have to be an inline style - controlled by TS*/
	}

	.csi-intext-right-nowrap .csi-image {
		float: right;
		clear: both;
		margin-left: 4px;
	}


	/* INTEXT LEFT NOWRAP*/
	.csi-intext-left-nowrap .csi-text {
		margin-left: 0px; /*will have to be an inline style - controlled by TS*/
	}

	.csi-intext-left-nowrap .csi-image {
		float: left;
		clear: both;
		margin-right: 4px;
	}
