/* default styles for extension "tx_skpagecomments_pi1" */
		.sk-pagecomments-error {color:red;font-weight:bold;background:#FFE8CF;border:1px solid #000;margin:8px 12px;padding:4px;}
		.sk-pagecomments-success {color:blue;font-weight:bold;}
		.sk-pagecomments-counter {color:#600;text-align:right;text-decoration:underline;margin-bottom:12px;}
        .sk-pagecomments-headline {border-bottom:1px solid #000;font-weight:bold;padding-left:6px;height:20px;}
        .sk-pagecomments-answerheadline {border-bottom:1px solid #000;font-weight:bold;background:#dddddd;padding-left:6px;height:20px;}
		.sk-pagecomments-namedate {float:left;}
        .sk-pagecomments-emailhomepage{float:right;}
		.sk-pagecomments-answer{float:right;padding:0 4px 0 12px;}   
        .sk-pagecomments-comment{background:#f1f1f1;padding:4px 28px;clear:both;}
        fieldset div {clear:none !important;}
        
        
        .sk-pagecomments-teaser {margin-top:-40px}
        .sk-pagecomments-teaser h4 {background:#eee;font-size:85%;margin:0;color:green;padding-left:4px;}
        .sk-pagecomments-teaser h4 span{padding-right:4px}
        .sk-pagecomments-teaser p {margin:0;font-size:90%}

		.tx-skpagecomments-pi1 form {margin:16px 0;width:480px;}
        .tx-skpagecomments-pi1 form fieldset {border:1px solid #eee;}
		.tx-skpagecomments-pi1 form p.userinfos {text-align:center;padding:6px;}
        .tx-skpagecomments-pi1 span.sk-pagecomments-number {float:left;font-size:70%;color:red;padding:3px 10px 3px 0;}

		.tx-skpagecomments-pi1 form legend {background:#f1f1f1;border:1px solid #000;padding:4px;}
		.tx-skpagecomments-pi1 form label {width:67px;float:left;}
        .tx-skpagecomments-pi1 form label.check {width:100%;float:none;}
		.tx-skpagecomments-pi1 form p {margin:6px 0;clear:all;}
		.tx-skpagecomments-pi1 form p img {vertical-align:bottom;margin-left:8px;}
		.tx-skpagecomments-pi1 div.smileytext{margin-left:0px;}
		.tx-skpagecomments-pi1 form input#name,
		.tx-skpagecomments-pi1 form input#email,
        .tx-skpagecomments-pi1 form input#homepage {width:320px;background:#ffffff;}
		.tx-skpagecomments-pi1 form textarea {width:320px;margin-left:77px;height:160px;background:#dddddd;}
		.tx-skpagecomments-pi1 form input#name:focus,
		.tx-skpagecomments-pi1 form input#email:focus,
        .tx-skpagecomments-pi1 form input#homepage:focus,
		.tx-skpagecomments-pi1 form textarea:focus {background:#FFC480;} 
		.tx-skpagecomments-pi1 form input#skcommentssubmit {background:#ffffff;color:#804400;float:right;margin:8px 20px;}
        
        .tx-skpagecomments-pi1 img {border:0px}
/* default styles for extension "tx_indexedsearch" */
		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

		/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
/* default styles for extension "tx_wecconnector_pi1" */
/*-------------------------- MAIN CONNECTOR STYLES ---------------------------*/

.tx-wecconnector-content {
	font-family: 	arial, tahoma, sans-serif;
	width:			100%;
	margin:			0px auto;
	width: 			expression(document.body.clientWidth < 357 ? "350px" : document.body.clientWidth > 750 ? "750px" : "auto");
	max-width:		750px;
	min-width:		350px;
}
.tx-wecconnector-header {
	font-family: 	arial, tahoma, sans-serif;
	font-size:		14px;
	font-weight:	bold;
	text-align:		center;
	margin:			0px auto;
	padding-bottom:	6px;
	margin-bottom:  2px;
}
.tx-wecconnector-spacer {
	clear:			both;
	height:			0.1em;
}
.tx-wecconnector-fullwidth {
	float:			left; 
	width:			100%;
}
.tx-wecconnector-title {
	font-size: 		16px; 
	font-weight:	bold;
	margin: 		0px auto; 
	text-align:		center;	
}
.tx-wecconnector-navbar {
	float:			right;
	width:			80px;
	text-align:		right;
	margin:			0px;
	padding:		6px;
}
.tx-wecconnector-pagelink {
	display:		inline;
	padding-left:	6px;
	padding-right:	6px;
}
.tx-wecconnector-pagelinkPad {
	padding-right:  1px;
	padding-left:   2px;
}
.tx-wecconnector-marginBox {
	margin:			20px;
}
.tx-wecconnector-chooseCategory {
	float:			left;
    font-family: 	arial, tahoma, sans-serif;
	font-size:		11px;
	width:			100%;
	padding-top:	3px;
	padding-bottom: 3px;
	margin:			8px 1px 12px 1px;
}
.tx-wecconnector-chooseCategory a, .tx-wecconnector-chooseCategorySelected, .tx-wecconnector-chooseCategorySelected a {
	display:		inline;
	padding: 		3px;
	margin:			3px;
	text-decoration: none;
}
.tx-wecconnector-chooseCategory a, .tx-wecconnector-chooseCategory a:visited, .tx-wecconnector-chooseCategory a:link, .tx-wecconnector-chooseCategory a:hover, .tx-wecconnector-chooseCategorySelected a {
	background-color: #B0A080;
	color: 			#202010;
	border: 		1px #aaa solid;
	margin:			3px;
	padding:		2px;
	white-space:	nowrap;
}
.tx-wecconnector-chooseCategory a:hover {
	background-color:#FF4020;
}
.tx-wecconnector-chooseCategorySelected a, .tx-wecconnector-chooseCategorySelected a:visited, .tx-wecconnector-chooseCategorySelected a:link {
	background-color: #F0E080;
}

/*--- for respond button ---*/
.tx-wecconnector-button a, .tx-wecconnector-button a:active, .tx-wecconnector-button a:link, .tx-wecconnector-button a:visited {
    font-family: 	arial, tahoma, sans-serif;
	font-size:		11px;
	padding: 		2px 4px 2px 4px;
    margin:         0px;
	border: 		1px #aaa solid;
	background-color:#888888;
	color: 			#FFFFFF;
	text-decoration: none;
}
.tx-wecconnector-button a:hover
{
	border: 		1px #ccc solid;
	background-color: #AC0000;
	color: 			#FFFFFF;
}
.tx-wecconnector-buttonfill {
	clear:			left;
	text-align:		center;
	padding-top:	8px;
}
/*-------------------------- CONNECTOR ENTRY STYLES ---------------------------*/
.tx-wecconnector-entry {
	float:			left;
	width:			95%;
	background-color:#FFFFFF;
	color:			#202020;
	margin:			4px;
	padding:		0px;
	margin-top:		0px;
}
.tx-wecconnector-showCategory {
	float:			left;
	width:			95%;
    font-family: 	arial, tahoma, sans-serif;
	font-size:		16px;
	font-weight:	bold;
	margin:			2px;
	padding:		3px;
	color:			#202000;
	background-color:;
}
.tx-wecconnector-showCategoryImage {
	float:			right;
	text-align:		right;
	margin:			2px;
	margin-top:		0px;
	padding:		0px;
}
.tx-wecconnector-instructions, .tx-wecconnector-responseMsg,
.tx-wecconnector-date,.tx-wecconnector-name,.tx-wecconnector-subject,
.tx-wecconnector-message, .tx-wecconnector-messageinfo
{
	font-family: Arial, Tahoma, Verdana, "Times New Roman";
	font-size: 	14px;
}
.tx-wecconnector-responseMsg { font-size:13px; color: #F04040; margin: 4px; }
.tx-wecconnector-instructions 	 { font-size: 12px; margin: 5px; }
.tx-wecconnector-subject {
	font-family: 	"Trebuchet MS";
	white-space: 	nowrap;
	font-weight: 	bold;
	font-size:		15px;
	padding-left:	20px;
	padding-top:	3px;
	padding-bottom: 3px;
	border-bottom:  1px solid #ccc;
	background-color: #FFFFFF;
	color: 			  #000000;
}
.tx-wecconnector-message {
	margin-left: 	20px;
    margin-right:   20px;
    padding-top:	4px;
    overflow:		auto;
}
.tx-wecconnector-options {
	text-align: 	right;
	margin-top: 	6px;
	margin-bottom: 	4px;
	font-size: 		11px;
	clear:			left;
}
.tx-wecconnector-messageinfo {
	font-size: 		12px;
	color:			#404040;
	padding-left:   10px;
	margin-left:	20px;
	margin-top:		6px;
	border-top:		dashed 1px #555;
    margin-bottom:  4px;
}

/*-------------------------- CONNECTOR INPUT FORM STYLES ---------------------------*/

.tx-wecconnector-form {
	font-size: 		12px;
	font-family: 	Arial, Tahoma, "Trebuchet MS", Georgia, sans-serif;
	width: 		95%;
	background-color: #F0F0E0;
	border: 	1px solid #333;
	margin:		0px auto;
    margin-top:	4px;
    margin-bottom:4px;
	padding:	0px;
    padding-bottom: 2px;
    min-width:	350px;
    max-width:	800px;
}

.tx-wecconnector-form div.inputFormRow {
	clear: both;  display: block; margin:0px; padding:0px; padding-top: 5px;
}
.tx-wecconnector-form div.inputFormRow span.label {
	display: block; float: left;  width: 28%; text-align: right;
}
.tx-wecconnector-form div.inputFormRow span.inputBox {
	display: block; float: right; width: 70%; text-align:left;
}
.tx-wecconnector-form div.inputFormRow .textacross {
	display: block; float: left;  width: 100%;  text-align: center; margin: 0px auto;
}
.tx-wecconnector-form div.inputFormRow .isLeft {
	text-align:left; margin:0px;
}
.tx-wecconnector-form div.inputFormRow span.inputBox .input-half {
	width: 50%;
}
.tx-wecconnector-form div.inputFormRow span.inputBox input {
	width: 95%;
}
.tx-wecconnector-form div.inputFormRow span.inputBox textarea {
	 width:	95%;
	 /*height:{$plugin.tx_wecconnector_pi1.entryFormTextAreaHeight};*/
}
.tx-wecconnector-form div.inputFormRow span.inputBox input.checkbox {
	width: 15px;
}
.tx-wecconnector-form-requiredMarker {
	color: #CC0000;
}
.tx-wecconnector-form-error	  {
	color: #CC0000; font-size:13px;
}
.tx-wecconnector-form div.fieldInstructions
{
	left: 28%; font-size: 10px; margin: 0px; padding:0px;
}
.tx-wecconnector-spacer-req {
	display: inline;  width: 6px;  line-height: 1px;  margin: 0px;  padding: 0px; margin-left:2px;
}

/* default styles for extension "tx_kjkpicasawebalbum_pi1" */

#tx_kjkpicasawebalbum_navigation_top{
	width: 100%;
	text-align:center;
}

#tx_kjkpicasawebalbum_navigation_bottom{
	width: 100%;
	text-align:center;
	padding-top: 15px;
}

ul.tx_kjkpicasawebalbum_albums {
	border: 0px;
	padding: 0px;
}

li.tx_kjkpicasawebalbum_albums {
	display: block;
	float: left;
	margin: 5px;
	text-align: center;
}

img.tx_kjkpicasawebalbum_thumb {
	margin: 3px;
	padding: 3px;
	border: 0px;
	background-color:#FFFFCC;
}

#tx_kjkpicasawebalbum_area {
	width: 100%;
	text-align:center;
}
/* default styles for extension "tx_trade_pi1" */

div.trade_login{
	font-size: x-small;
}
div.trade_cat1 {
	font-size: x-large;
		font-weight: bold;
}
div.trade_cat2 {
	font-size: large;
	font-weight: bold;
}
table.trade tr td{
	margin: 1px;
	padding: 2px 4px;
}

table.trade tr th, table.trade_minibasket tr th{
	background-color: #ede9e5;
	border-bottom: 1px solid #8F8F8F;
	font-size: small;
	font-weight: 700;
	margin: 1px;
	padding: 2px 4px;
}

table.trade, table.trade_minibasket{
	border: 1px solid #000000;
}

table.trade_details{
	background-color: #ede9e5;
	float: right;
	width: 300px;
}

table.trade_minibasket{
	border: 1px solid #000000;
}

table.trade_minibasket tr th{
	font-size: x-small;
}

td.trade_browse{
	background-color: #ede9e5;
}

td.trade_small, span.small{
	font-size: x-small;
}

td.trade_title{
	font-weight: 700;
}

td.trade_title a{
	text-decoration: none;
}

ul#trade_listmenu{
	padding: 0px;
}

ul#trade_listmenu li{
	background-color: #ede9e5;
	color: #000000;
	font-size: x-small;
	font-weight: 700;
	list-style: none outside none;
	padding: 3px;
}

ul#trade_listmenu li a{
	text-decoration: none;
}

ul#trade_progress{
	padding: 0px;
}

ul#trade_progress li{
	background-color: #ede9e5;
	color: #000000;
	display: inline;
	font-size: x-small;
	font-weight: 700;
	list-style: none outside none;
	padding: 3px;
}

ul#trade_progress li a{
	color: #8F8F8F;
	text-decoration: none;
}

ul#trade_progress li b{
	color: #ede9e5;
	text-decoration: none;
}

/* default styles for extension "tx_myquizpoll_pi1" */
  .tx_myquizpoll_pi1-title {
	font-size: 12pt;
	font-weight: bold;
	color: #757575;
	font-family: helvetica,arial,sans-serif;
  }  
  .tx_myquizpoll_pi1-title-hide { display:none; }
  .tx_myquizpoll_pi1-question {
	font-size: 11pt;
	font-weight: normal;
	color: #757575;
	font-family: helvetica,arial,sans-serif;
  }
  .tx_myquizpoll_pi1-question {
	font-size: 11pt;
	font-weight: normal;
	color: #757575;
	font-family: helvetica,arial,sans-serif;
  }
  .tx_myquizpoll_pi1-answer,
  .tx_myquizpoll_pi1-answer select  {
	font-size: 10pt;
	font-weight: normal;
	color: #757575;
	font-family: helvetica,arial,sans-serif;
  }
  .tx_myquizpoll_pi1-yesno,
  .tx_myquizpoll_pi1-yes,
  .tx_myquizpoll_pi1-no {  
	font-weight: normal;
  }
  .tx_myquizpoll_pi1-explanation {
	font-size: 11pt;
	font-weight: normal;
	font-style: italic;
	color: #757575;
	font-family: helvetica,arial,sans-serif;
  }
  .tx_myquizpoll_pi1-false {
	text-decoration: line-through;
	color: #777777;
  }
  .tx_myquizpoll_pi1-label {
	font-size: 11pt;
	font-weight: normal;
	color: #757575;
	font-family: helvetica,arial,sans-serif;
  }
  .tx_myquizpoll_pi1-field {
	font-size: 11pt;
	border: 1px solid #B5B5B5;
	background: #DBE2FF;
  }
  .tx_myquizpoll_pi1-field:focus {
	font-size: 11pt;
	border: 1px solid #757575;
	background: #DBE2FF;
  }
  .tx_myquizpoll_pi1-submit {
	font-size: 11pt;
	background: #DBE2FF;
	border: 1px solid #757575;
  }
  .tx_myquizpoll_pi1-reset {
	font-size: 11pt;
	background: #cd9f9f;
	border: 1px solid #757575;
  }
  .tx_myquizpoll_pi1-table {
  }
  .tx_myquizpoll_pi1-tr {
  }
  .tx_myquizpoll_pi1-tr-act {
	background: #ffffff;
  }
  .tx_myquizpoll_pi1-tr-even {
	background: #DFB375;
  }
  .tx_myquizpoll_pi1-tr-odd {
	background: #DBBFA9;
  }
  .tx_myquizpoll_pi1-caption {
	border:thin dotted black;
	background: #dc9d8c;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px;
  } 
  .tx_myquizpoll_pi1-th {
	background: #dc9d8c;
	padding: 5px;
  }  
  .tx_myquizpoll_pi1-td {
	padding: 5px;
  } 
  .tx_myquizpoll_pi1-left {
	float: left;
  } 
  .tx_myquizpoll_pi1-right {
	float: right;
  } 
  #tx_myquizpoll_pi1-joker {
	display: none;
  }
  .tx_myquizpoll_pi1-details {
  	font-size: 10pt;
	font-weight: normal;
	color: #757575;
	font-family: helvetica,arial,sans-serif;
  }
  .tx_myquizpoll_pi1-details_hidden {
  	display: none;
  	border: 1px dotted #333;
  	padding: 4px;
  	margin: 4px;
  }
  .tx_myquizpoll_pi1-details_item-odd,
  .tx_myquizpoll_pi1-details_item-even {
	font-size: 10pt;
	font-weight: normal;
	font-family: helvetica,arial,sans-serif;
	padding: 3px;
  }
  .tx_myquizpoll_pi1-details_item-odd {
  	color: #444;
  	background: #fff;
  }
  .tx_myquizpoll_pi1-details_item-even {
  	color: #000;
  	background: #eee;
  }
/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

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

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }
/* default styles for extension "tx_srfreecap_pi2" */
		.tx-srfreecap-pi2-image { margin-left: 1em; }
		.tx-srfreecap-pi2-cant-read { font-size: .9em; color:#35006d; }
		.tx-srfreecap-pi2-cant-read a:link { background-color:transparent; font-weight:bold; text-decoration:none; }
