/*Search style Begin*/
.searchResultTitle a{
	margin-top: 10px;
	margin-bottom: 5px;
	font: bold 11px Verdana, Arial, sans-serif;
	color: #EE1C23;
}

button.search_but {
	border: 1px solid black;
    width: 31px;
	height: 31px;
    cursor: hand;
	background-image: url(/site/images/ok.gif);
	background-position: top left;
	background-repeat:no-repeat;
}

.search_input {
	height: 17px;
	width: 120px;
	border: 1px solid #CBD1D4;
	margin-right: 10px;
	margin-top: 10px;
}

.elementList {
	color: #EE1C23;
	margin-bottom: 10px;
}

.elementList a{
	text-decoration: none;
	font-weight: bold;
}

.listItem {
	width: 27px;
	height: 10px;
	text-decoration: none;
}

.listItem a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.hereAmI {
	width: 27px;
	height: 10px;
}

.hereAmI a{
	color: #EE1C23;
	text-decoration: none;
	font-weight: bold;
}
/*Search style End*/