.searchTitle {
		font-weight: bold;
		font-size: 11px;
		line-height: 25px;
		margin-bottom: 2px;
		font-family: arial, helvetica, geneva, verdana, sans-serif;
		color: #666;
		text-transform: uppercase;

	}

.textForm {
  font-family: arial;
  font-size: 12px;
}

input, select {
  font-family: arial;
  font-size: 12px;
}

.noResults {
  font-family: arial;
  font-size: 12px;
  color: #FF0000;
}

.resTableColor {
  background: #ffffff;
}

.resTableTitle {
		font-weight: bold;
		font-size: 11px;
		line-height: 25px;
		margin-bottom: 2px;
		font-family: arial, helvetica, geneva, verdana, sans-serif;
		color: #666;
		text-transform: uppercase;
}

.storeInfoText {
  font-family: arial;
  font-size: 12px;
}

.storeTitle {
font-size: 12px;

}

.linkMap {
color: #000;
}

.decoratedBox{
	background: #eef1f3;
	border: 1px solid #d1dae0;
	padding: 5px;
	margin: 0 0 10px 0;
	display: block;
	clear: both;

}