.searchTitle {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  color: #555555;
}

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

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

.noResults {
  font-family: arial;
  font-size: 12px;
  color: #555555;
  padding-top: 180px;
  padding-left: 5px;
}

.resTableColor {
  background: #ffffff;
}

.resTableTitle {
  font-family: arial;
  font-size: 18px;
  color: #555555;
  font-weight: bold;
}

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

.storeTitle {
  font-family: arial;
  font-size: 15px;
  color: #7b8eba;
  font-weight: bold;
}

.solarisstorelink {
  color: #7685c2;
  font-weight: bold;
}

div#results {
	float: left;
	text-align:left;
	clear: left;
}

a:link.solarisstorelink {
  font-family: arial;
  font-size: 12px;
  color: #7685c2;
  font-weight: bold;
  text-decoration: underline;
}

a:hover.solarisstorelink {
  text-decoration: none;
}


.linkMap {

}

a:link.linkMap { 
	color: #f64613;
	text-decoration: none;
}
a:visited.linkMap {
	color: #f64613;
	text-decoration: none;
}
a:hover.linkMap {
	color: #f64613;
	text-decoration: underline;
}
a:active.linkMap {
	color: #f64613;
	text-decoration: underline;
}