/* default styles for extension "tx_pwcomments" */
	.tx-pwcomment-pi1 h1 {
		margin-bottom: 8px;
	}

	.tx-pwcomment-pi1 ol {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.tx-pwcomment-pi1 ol li {
		background: #e4e4e4;
		padding: 10px;
		margin-bottom: 15px;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	}

	.tx-pwcomment-pi1 ol li.comment {
		position: relative;
	}

	.tx-pwcomment-pi1 div.actions {
		position: absolute;
		right: 15px;
		top: 12px;
	}

	.tx-pwcomment-pi1 div.actions .comment_voting, div.actions .comment_reply {
		float: left;
	}
	.tx-pwcomment-pi1 div.actions .comment_voting {
		margin-right: 10px;
	}

	.tx-pwcomment-pi1 .comment-reply div.actions .comment_voting {
		margin-right: 0;
	}

	.tx-pwcomment-pi1 div.actions .voting .already_voted {
		color: #ff8700;
	}

	.tx-pwcomment-pi1 .votedPositive {
		color: #009900;
	}

	.tx-pwcomment-pi1 .votedNegative {
		color: #990000;
	}

	.tx-pwcomment-pi1 ol li.highlighted {
		background: #dddad0;
	}

	.tx-pwcomment-pi1 ol li div.clear {
		clear: left;
		height: 0;
		font-size: 0;
		line-height: 0;
	}

	.tx-pwcomment-pi1 ol li ol {
		padding-left: 12%;
		padding-top: 10px;
	}

	.tx-pwcomment-pi1 ol li ol li {
		background: #d5d5d5;
	}

	.tx-pwcomment-pi1 img.comment_author_image {
		float: left;
	}

	.tx-pwcomment-pi1 .comment_content_wrap {
		float: left;
		padding-left: 15px;
	}

	.tx-pwcomment-pi1 ol li ol li .comment_content_wrap {
	}

	.tx-pwcomment-pi1 .comment-reply {
		position: relative;
		margin-bottom: 8px;
		width: auto;
	}

	.tx-pwcomment-pi1 .last-reply {
		margin-bottom: 0;
	}

	.tx-pwcomment-pi1 .comment_body a {
		color: #333;
	}


	.tx-pwcomment-pi1 .comment_author {
		font-size: 15px;
	}

	.tx-pwcomment-pi1 .comment_date, .tx-pwcomment-pi1 .guest {
		color: #565656;
		font-size: 11px;
	}

	.tx-pwcomment-pi1 .comment_header {
		padding-top: 0px;
		padding-bottom: 5px;
	}
	.tx-pwcomment-pi1 .comment_header a {
		color: #111;
		text-decoration: none;
	}

	.tx-pwcomment-pi1 .comment_body {
		font-size: 11px;
		line-height: 16px;
	}

	#writeComment h3 {
		padding: 20px 0 8px;
	}

	#writeComment div.hide_initally {
		display: none;
	}

	#writeComment .comment_error {
		background: #ffd4d4;
		border: 1px solid #bf2222;
		color: #bf2222;
		font-weight: bold;
		padding: 6px 10px;
		margin-bottom: 15px;
	}

	#writeComment label {
		display: block;
	}

	#writeComment label span {
		font-size: 10px;
		color: #777;
	}
	#writeComment label span a {
		text-decoration: none;
		color: #777;
	}

	#writeComment input {
		font-family: Verdana,Tahoma,Arial,sans-serif;
		font-size: 15px;
		width: 66%;
		padding: 2px;
		margin-bottom: 14px;
	}

	#writeComment textarea {
		width: 100%;
		line-height: 16px;
		padding: 5px;
		font-family: Verdana,Tahoma,Arial,sans-serif;
		font-size: 11px;
		margin-bottom: 10px;
	}

	#writeComment input.button {
		padding: 2px 10px;
		margin-bottom: 0;
		width: auto;
	}

	#thanksForYourComment, #customMessages {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#thanksForYourComment li, #customMessages li {
		background: #ccffcc;
		border: 1px solid #009900;
		color: #009900;
		font-weight: bold;
		padding: 6px 10px;
		margin-bottom: 15px;
	}

	#customMessages li {
		background: #ffcccc;
		border-color: #990000;
		color: #990000;
	}
/* specific page styles for extension "tx_cssstyledcontent" */
	.csc-textpic-intext-right-nowrap .csc-textpic-text { margin-right: 770px; }
	.csc-textpic-intext-left-nowrap .csc-textpic-text { margin-left: 770px; }
	.csc-space-before-5 { margin-top: 5px !important; }
	.csc-space-after-10 { margin-bottom: 10px !important; }
	.csc-space-before-30 { margin-top: 30px !important; }
/* default styles for extension "tx_ptextbase" */

	.tx-extbase-highlight {
        font-weight:bold;
        color: #003399;
    }

    .pt-extbase-groupselector {
        border: 1px solid #7C7C7C;
        padding:5px;
    }
    
/* default styles for extension "tx_ptextlist" */
	
	/* List */
	.tx-ptextlist-list-standard {
		border-collapse: collapse;
		border-spacing: 0;
		font-size: 12px;
		width: 100%;
	}
	
	.tx-ptextlist-list-standard th {
		background: #AAA;
		border: 1px solid #bfbfbf;
		padding: 4px;
		white-space: nowrap;
	}
	
	.tx-ptextlist-list-standard td {
		border: 1px solid #bfbfbf;
		margin: 0px;
		padding: 2px 4px 2px 4px;
		vertical-align: top;
	}
	
	.tx-ptextlist-list-standard tr.odd {
		background-color: #ffffff;
	}
	
	.tx-ptextlist-list-standard tr.even {
		background-color: #F5F5F5;
	}
	
	
	/* Listheader */
	.tx-ptextlist-list-header a {
		text-decoration: none;
	}
	
	.tx-ptextlist-list-header img {
		border: none;
	}
	
	
	/* Aggregates */
	.tx-ptextlist-aggregaterow {
		background-color: #DDDDDD;
		font-weight: bold;
	}

	/* Export */

	.tx-ptextlist-list-exportLink {
	    margin: 5px;
	}

	/* Column selector */
	.tx-ptextlist-columnSelector{
		border: 1px solid #BFBFBF;
		margin-bottom: 20px;
		padding: 5px;
		overflow: hidden;
		background-color: #eee;
	}


	/* Filters */
	.tx-ptextlist-filterbox {
		border: 1px solid #BFBFBF;
		margin-bottom: 20px;
		padding: 5px;
		overflow: hidden;
		background-color: #eee;
	}
	
	.tx-ptextlist-filterboxcontrols {
		/* float: left; */
		clear: both;
		padding: 18px 0 0 10px;
	}

	.tx-ptextlist-filters {
		list-style-type: none;
	}
	
	.tx-ptextlist-filter {
		float: left;
		margin: 20px;
		padding: 10px;
		list-style-type: none;
		background-color: #ccc;
		border: 1px solid #AFAFAF;
	}



	/* Filters | Firstletter */	
	.tx-ptextlist-filter-firstLetter{
		float: left;
		padding: 3px;
		list-style-type: none;
	}

	.type-button .reset {
		margin-left: 1em;
	}
	
	/* Filters | TagClud */
	.tx-ptextlist-filter-tagCloud-list li {
		float: left;
		list-style: none outside none;
		margin-right: 6px;
		margin-top: 3px;

	}
	
	.tx-ptextlist-filter-tagCloud-list li a:hover {
		text-decoration: underline;
	}
	
	/* Pager */
	.tx-ptextlist-pager-wrapper {
	    border: 1px solid #BFBFBF;
        margin-top: 20px;
        padding: 5px;
        overflow: hidden;
        background-color: #eee;
	}
	
	.tx-ptextlist-pager {
		margin-left: 0;
		text-align: center;
	}
	
	.tx-ptextlist-pager li {
		display: inline;
	}
	
	.tx-ptextlist-pager-item-display {
		color: #777;
	}