/* default styles for extension "tx_parsedownextra" */

	.tx-parsedown-extra h2 {
		margin-top: 30px;
	}
	.tx-parsedown-extra h3 {
		margin-top: 20px;
	}

	.tx-parsedown-extra img {
		border: 1px solid #CCC;
		width: 100%;
		height: auto;
	}
	.tx-parsedown-extra img.inline-image {
		width: auto !important;
		height: auto !important;
		margin-left: 6px !important;
		margin-right: 6px !important;
	}
	.tx-parsedown-extra img.inline-image-right {
		float: right;
		width: 300px;
		margin-left: 15px;
	}
	.tx-parsedown-extra li {
		margin-bottom: 10px;
	}
	.tx-parsedown-extra li li {
		margin-left: 20px;
	}
	.tx-parsedown-extra h1 abbr,
	.tx-parsedown-extra h2 abbr,
	.tx-parsedown-extra h3 abbr,
	.tx-parsedown-extra h4 abbr,
	.tx-parsedown-extra h5 abbr,
	.tx-parsedown-extra h6 abbr {
		cursor: default;
		text-decoration: none;
		border-bottom: 0 solid;
	}
	/** Prefromatted text/code */
	.tx-parsedown-extra pre {
		border: 1px solid #CCC;
		padding: 10px;
		font-size: 12px;
	}
	.tx-parsedown-extra pre[class*="language-"] {
		border-radius: 0;
		background-color: #303030;
		text-shadow: none;
		border: none;
		margin-bottom: 30px;
	}
	.tx-parsedown-extra .tag {
		display: inherit;
		padding: inherit;
		font-size: inherit;
		font-weight: inherit;
		line-height: inherit;
		color: inherit;
		text-align: inherit;
		white-space: inherit;
		vertical-align: inherit;
		border-radius: inherit;
	}

	.tx-parsedown-extra blockquote {
		border: 1px solid #ddd;
		border-left: 8px solid #ddd;
		padding: 10px;
	}
	.tx-parsedown-extra :not(pre) > code[class*="language-"] {
		border-radius: 0;
    	padding: 4px 8px;
	}
/* default styles for extension "tx_imagegallery" */
	.tx-shop .bg-default {
		color: #fff;
		background-color: #ccc;
	}

	.tx-shop .product-offer {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0255,,0,1);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,255,0,1);
		box-shadow: 0px 0px 5px 0px rgba(0,255,0,1);
	}

	#shop-flash-messages {
		position: fixed;
		top: 10px;
		right: 20px;
		z-index: 9999;
	}

	.nobr {
		white-space: nowrap;
	}
	.product-body {
		margin-top: 30px;
	}



	/* Shopping basket */
	.shop-basket-show .table thead th,
	.shop-basketorder-confirm-order .table thead th {
		vertical-align: bottom;
		border-bottom: 2px solid #dee2e6;
	}
	.shop-basket-show .table tbody,
	.shop-basketorder-confirm-order .table tbody {
		border-bottom: 2px solid #dee2e6;
	}
	.shop-basket-show .quantity-column .basket-item-quantity {
		padding-right: 0;
	}
	.shop-basket-show .quantity-column,
	.shop-basketorder-confirm-order .quantity-column {
		width: 150px;
	}
	.shop-basket-show .product-no-column,
	.shop-basketorder-confirm-order .product-no-column {
		width: 110px;
	}
	.shop-basket-show .price-amount-column,
	.shop-basketorder-confirm-order .price-amount-column {
		width: 110px;
	}
	.shop-basket-show .single-price-column,
	.shop-basketorder-confirm-order .single-price-column {
		width: 120px;
	}
	.shop-basket-show .price-tax-column,
	.shop-basketorder-confirm-order .price-tax-column {
		width: 120px;
	}
	.shop-basket-show .actions-column,
	.shop-basketorder-confirm-order .actions-column {
		width: 70px;
	}

/* default styles for extension "tx_documentations" */

	.tx-documentations h2 {
		margin-top: 30px;
	}
	.tx-documentations h3 {
		margin-top: 20px;
	}

	.tx-documentations img {
		border: 1px solid #CCC;
		width: 100%;
		height: auto;
	}
	.tx-documentations img.inline-image {
		width: auto !important;
		height: auto !important;
		margin-left: 6px !important;
		margin-right: 6px !important;
	}
	.tx-documentations img.inline-image-right {
		float: right;
		width: 300px;
		margin-left: 15px;
	}
	.tx-documentations li {
		margin-bottom: 10px;
	}
	.tx-documentations li li {
		margin-left: 20px;
	}
	.tx-documentations h1 abbr,
	.tx-documentations h2 abbr,
	.tx-documentations h3 abbr,
	.tx-documentations h4 abbr,
	.tx-documentations h5 abbr,
	.tx-documentations h6 abbr {
		cursor: default;
		text-decoration: none;
		border-bottom: 0 solid;
	}
	/** Prefromatted text/code */
	.tx-documentations pre {
		border: 1px solid #CCC;
		padding: 10px;
		font-size: 12px;
	}
	.tx-documentations pre[class*="language-"] {
		border-radius: 0;
		background-color: #303030;
		text-shadow: none;
		border: none;
		margin-bottom: 30px;
	}
	.tx-documentations .tag {
		display: inherit;
		padding: inherit;
		font-size: inherit;
		font-weight: inherit;
		line-height: inherit;
		color: inherit;
		text-align: inherit;
		white-space: inherit;
		vertical-align: inherit;
		border-radius: inherit;
	}

	.tx-documentations blockquote {
		border: 1px solid #ddd;
		border-left: 8px solid #ddd;
		padding: 10px;
	}
	.tx-documentations blockquote .alert {
		border-radius: 0;
		margin: -10px -10px 10px -10px;
	}
	.tx-documentations :not(pre) > code[class*="language-"] {
		border-radius: 0;
    	padding: 4px 8px;
	}
