/* default styles for extension "tx_pmkglossary_pi1" */
		.accordionWrapper {
			display:inline-block;
			background-color:#eee;
			border: 1px solid #000;
			overflow:hidden;
			width:99%;
			margin-bottom: 20px;
		}
		.accordionWrapper img{vertical-align:top; border:0; margin:0; padding:0}
		.accordionWrapper div{display:inline; float:left; margin:auto;}
		.accordionWrapper div.content{display:none;}

		.tx-pmkglossary-pi1 h3 {
			margin: 0;
			padding:0;
		}
		.tx-pmkglossary-pi1 h3 a {
			font: normal bold 15px/17px arial;
			background: #666 url(../typo3conf/ext/pmkglossary/res/images/accordion_tab_bg.png) repeat-x 0px 0px;
			padding: 4px 5px 3px 5px;
			border-bottom: 1px solid #999999;
			border-top: 1px solid #FFFFFF;
			color: black;
			cursor: pointer;
			display: block;
			margin: 0;
			text-decoration: none;
		}
		.tx-pmkglossary-pi1 h3 a:hover {
			background-position: 0px -29px;
		}
		.tx-pmkglossary-pi1 {
			margin: 10px 0 0 0;
		}
		.tx-pmkglossary-pi1 dl {
			margin: 0 10px 10px 10px;
		}
		.tx-pmkglossary-pi1 dl dt {
			font: normal bold 13px/15px arial;
			margin: 10px 0 0 0;
		}
		.tx-pmkglossary-pi1 dl dd {
			margin: 0 0 10px 0;
			font: normal normal 11px/13px arial;
			border-bottom: 1px solid #ddd;
		}
		.tx-pmkglossary-pi1 dl dd:last-child {
			border-bottom: none;
		}
		.tx-pmkglossary-menu ul {
			list-style: none;
			margin: 0;
			padding: 0 0 5px 0;
		}
		.tx-pmkglossary-menu ul li {
			text-align: center;
			float: left;
			width: 22px;
			margin:0 1px 1px 0;
			padding:0;
		}
		.tx-pmkglossary-menu ul li a {
			text-decoration: none;
			color: #000;
			font-size: 12px;
			font-weight: bold;
			line-height: 16px;
			display: block;
			padding: 2px;
			background-color: #ddd;
			border: 1px outset;
		}
		.tx-pmkglossary-menu ul li a:hover {
			border: 1px inset;
			padding: 3px 1px 1px 3px;
			color: #222;
		}
		.tx-pmkglossary-toplink {
			clear: both;
			text-align: right;
			font-size: 80%;
		}
		.tx-pmkglossary-toplink a {
			color: #000;
		}
/* default styles for extension "tx_pmkglossary_pi2" */
		#tx-pmkglossary-debug {
			text-align: center;
			margin: 10px 0;
		}
		#tx-pmkglossary-debug span {
			border: 2px solid #990000;
			padding: 5px 5px;
			background: #ddd;
			color: #000;
		}
		dfn.vtip {
			color: #00aa00;
			cursor: help;
			font-style : normal;
			border-bottom: 1px dashed #00aa00;
		}
		.tooltip {
			position: absolute;
			padding: 10px;
			margin: 0px 0px 0px 0px;
			width: 300px;
			/*font: normal normal 10px/12px Verdana;*/
			text-align: left;
			z-index: 9999;
			color: #000;
			background-color: white;
			border: 2px solid #a6c9e2;
			font-size: 95%;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;

			box-shadow: 3px 3px 5px #444;
			-webkit-box-shadow: 3px 3px 5px #444;
			-moz-box-shadow: 3px 3px 5px #444;

			filter:progid:DXImageTransform.Microsoft.Shadow(color='#444444', direction=135, strength=5);

		}
		.tiploading {
			height: 50px;
			background: transparent url(../typo3conf/ext/pmkglossary/res/images/ajax-loader1.gif) no-repeat center center;
		}
/* 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; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {padding-left: 40px; overflow: auto; height: 1%; }