﻿.responsiveSearchControl .wcc_ContentBlockContentCell{
	overflow-x: visible;
	white-space: normal;
}

.responsiveSearchControl_TextBox {
	font-style: italic;
	position: absolute;
}

.responsiveSearchControl_TextBox::-ms-clear {
	display: none;
}

.responsiveSearchControl_TextBox_Image{
	float: right;
	position: relative;
	z-index: 9;
	width: 20px;
	height: 20px;
	top: 3px;
}

.responsiveSearchControl_ListBox {
	min-width: 227px;
	position: relative;
	top: 6px;
	z-index: 150;
	border: 1px solid #CCCCCC;
}

.responsiveSearchControl_ListBox option {
	font-weight: bold;
}

.responsiveSearchControl_ListBox_LastOption {
	font-weight: bold;
	color: #0291D3;
}

.responsiveSearchControl_Loading {
background-image: url("/Theming/Styles/Images/Loading.gif");
background-position: center center;
background-repeat: no-repeat;
position: absolute;
width: 100%;
}

.responsiveSearchControl_MaximumResultsReached {
	font-weight: bold;
	color: red;
	position: relative;
	top: 26px;
	z-index: 150;
	background-color: white;
}

.responsiveSearchControl .wcc_ContentBlockContentCell span
{
	display:block;
	padding-top:0px;
}