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

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

.tx-wco-module-search table {
	border-collapse: separate;
	border-spacing: 10px;
}

.tx-wco-module-search table th {
	font-weight: bold;
}

.tx-wco-module-search table td {
	vertical-align: top;
}

.tx-wcomodulesearch-filter-mix {
	display: none;
}

ul.tx-wcomodulesearch-list.tx-wcomodulesearch-filter-list {
	max-height: 300px;
	overflow-y: auto;
}

ul.tx-wcomodulesearch-list.tx-wcomodulesearch-filter-list .tx-wcomodulesearch-filter-mix{
	width: 100%;
}

ul.tx-wcomodulesearch-list .tx-wcomodulesearch-filter-mix-2{
	width: 30%;
}


ul.tx-wcomodulesearch-list .tx-wcomodulesearch-image-container {
    display: block;
    float: left;
    width: 50px;
    height: 80px;
    margin-right: 5px;	
}
ul.tx-wcomodulesearch-list .tx-wcomodulesearch-inner-content-container {
	height: 80px;
}


.tx-wcomodulesearch-list {
	border: 1px solid #DDD;
	margin: 5px;
	padding: 10px;
	list-style-type: none;
	position: relative;
}

.tx-wcomodulesearch-list.fail {
	
}

.tx-wcomodulesearch-list li {
	border: 1px solid #CECECE;
	padding: 5px 5px 5px 25px;
	list-style-image: none;
	clear: both;
    overflow: hidden;
    margin-bottom: 5px;
  
}

/*
.tx-wcomodulesearch-list li:not(.tx-wcomodulesearch-fail-message):hover {
	border: 1px solid #DDDDDD;
	cursor: pointer;
	background:
		none no-repeat scroll 5px center #F1F2F2;
}

.tx-wcomodulesearch-list li.active ,.tx-wcomodulesearch-list li.active:not(.tx-wcomodulesearch-fail-message):hover {
	border: 1px solid #DDDDDD;
	cursor: pointer;
	background:
		url("/typo3conf/ext/wco_module_search/Resources/Public/Icons/tick.png")
		no-repeat scroll 5px center #F1F2F2;
}

*/

.tx-wcomodulesearch-list li.active, .tx-wcomodulesearch-list li:not(.tx-wcomodulesearch-fail-message):hover {
	border: 1px solid #DDDDDD;
	cursor: pointer;
	background:
		url("/typo3conf/ext/wco_module_search/Resources/Public/Icons/tick.png")
		no-repeat scroll 5px center #F1F2F2;
}

li.tx-wcomodulesearch-fail-message {
	display:none;
	padding: 0;
	margin: 0;
	height: 0;
	width: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: opacity 1s ease-out, height 1s ease-out, width 1s
		ease-out;
	-moz-transition: opacity 1s ease-out, height 1s ease-out, width 1s
		ease-out;
	-o-transition: opacity 1s ease-out, height 1s ease-out, width 1s
		ease-out;
	transition: opacity 1s ease-out, height 1s ease-out, width 1s ease-out;
	border-width: 0;
}

.tx-wcomodulesearch-list.fail li.tx-wcomodulesearch-fail-message {
	display:list-item;
	padding: 5px 5px 5px 25px;
	margin: 2px;
	-webkit-transition: opacity 1s ease-out, height 1s ease-out, width 1s
		ease-out;
	-moz-transition: opacity 1s ease-out, height 1s ease-out, width 1s
		ease-out;
	-o-transition: opacity 1s ease-out, height 1s ease-out, width 1s
		ease-out;
	transition: opacity 1s ease-out, height 1s ease-out, width 1s ease-out;
	opacity: 1;
	height: auto;
	width: auto;
	border-width: 1px;
}

li.tx-wcomodulesearch-list-number-indicator {
	position: absolute;
	color: #CECECE;
	font-size: 24px;
	right: 10px;
	top: 0;
	border: 0 solid #FFFFFF;
}

li.tx-wcomodulesearch-list-number-indicator:hover {
	background-color: transparent;
	border: 0 solid #FFFFFF;
}