/* default styles for extension "tx_isotope" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-isotope table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-isotope table th {
		font-weight:bold;
	}

	.tx-isotope table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_showroom" */
    .tx-showroom .showcase {
        margin-bottom: 40px;
    }
    .tx-showroom .images {
        /*height: 370px;*/
    }
    .tx-showroom .image .zoom {
        color: white;
        font-size: 46px;
        line-height: 24px;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 10px;
        top: 10px;
    }
