/*Search style Begin*/
.searchResultTitle {
	margin-bottom: 5px;
	font: bold 12px arial, sans-serif;
}

.searchResultTitle a {
	color: #595959;
}

button.search_but {
	background-color: #AF1E2D;
	font: bold 10px arial, sans-serif;
	color: #ffffff;
	border: 3px solid #CBD1D4;
    width: 45px;
    cursor: hand;
	margin-top: 10px;
}

.elementList {
	color: #898989;
	margin-bottom: 10px;
}

.listItem {
	width: 27px;
	height: 10px;
	text-decoration: none;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
}

.hereAmI {
	width: 27px;
	height: 10px;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	background-color: #AF1E2D;
}
/*Search style End*/