/* CONTROL SEARCH */

.ControlSearch
{
	display: block;
	float: right;
	margin-left: 3px;
	padding: 3px;
	width: 177px;
	background-color: #d3d3d3;
	border: solid 1px #FFFFFF;
	border-right: solid 1px #000000;
	color: #404040;
}
.CtrlSrchTitle
{
	height: 24px;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
	color: #FFFFFF;
}

.enterctrlsearch ul
{
	float: left;
}

.enterctrlsearch li
{
	list-style: none;
	display: block;
	width: 166px;
	float: left;
}
.enterctrlsearch a
{
	color: #404040;
	text-decoration: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	background: #000000 url(AppliImages/Divers/cherchern.jpg) top left no-repeat;
	width: 166px;
	height: 33px;
}
.enterctrlsearch a:hover
{
	background: #000000 url(AppliImages/Divers/cherchero.jpg) top left no-repeat;
	color: #FFF;
	width: 166px;
}
