@CHARSET "UTF-8";

#findStores,
#boxStoreFinder
{
  width: 500px;
  background-color: #FFF;
  padding: 10px;
  padding-top: 5px;
  color: #999;
  line-height: normal;
}


.logo{
	background-image: url("/images/find_store/alessi.jpg");
	background-repeat: no-repeat;
	background-position: 2px;
	height: 30px;
	width: 200px;
}

.header{
	height: 44px;
	width: 480px;
	background-image: url("/images/find_store/back_search_gradient.jpg");
	background-position: 5px;
	background-repeat: no-repeat;
	border: 1px solid #999;
	border-left: none;
	border-right: none;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 10px;
}

.header_title{
	padding-left: 20px;
	height: 44px;
	color: #FFF;
	font-size: 14px;
	vertical-align: middle;
}

.buttons{
	margin-top: 5px;
	padding-top: 2px;
	padding-left: 5px;
	height: 22px;
	width: 475px;
	border-top: 1px solid #999;
	text-align: left;
	vertical-align: middle;
	float: left;
}

#storeFinderForm {
	top: 80px;
}

#boxStoresResults {
  width: 480px;
  float: left;
}

#findStores label, #boxStoreFinder label{
  /*font-weight: bold;*/
  float: top;
  color: #999;
  float: left;
  width: 65px;
  padding-left: 10px;
  margin-left: 5px;
  margin-bottom:10px;
}

/*
br{
	display:none;
}
*/

#findStores select,
#boxStoreFinder select {
  width: 150px;
  float: left;
  margin-bottom:10px;
  border: 1px solid #666;
  background: white;
  color: #333;
  font-size: 11px;
}
#findStores select:hover,
#boxStoreFinder select:hover {
	border: 1px solid red;
}


#resetSearch{
  background-color: #C4657C;
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  border: 1px solid #666;
  float: left;
  width: 146px;
  text-align: center;
  margin-left: 5px;
  height: 16px;
}

.error_string{
	width: 153px;
	margin-bottom:5px;
	height: 25px;
	float: left;
	color: red;
}

#findStores input,
#boxStoreFinder input{
  float: left;
  margin-bottom:10px;
  border: 1px solid #666;
  background: white;
  color: #333;
  font-size: 11px;
  width: 148px;
}

#findStores input:hover,
#boxStoreFinder input:hover {
	border: 1px solid red;
}

#findStores input.button,
#boxStoreFinder input.button{
  background-color: #C4657C;
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
}
  
#findStores h1,
#boxStoreFinder h1{
  border-bottom: 1px solid #e8e4e5;
  display:block;
  color: #F00;
}
#findStores .storeRow,
#boxStoreFinder .storeRow {
  float: left;
  width: 225px;
  border-bottom:1px solid #999;
  height: 80px;
  margin: 6px;
}

#findStores .storeRow:hover,
#boxStoreFinder .storeRow:hover {
  color: #FFF;
  background-color: #C4657C;
  cursor: pointer;
}

#findStores,
#boxStoreFinder #resultsInfo
{
  font-size: 12px;
  padding-bottom: 3px;
  border-bottom: 1px solid #999;
}

#resultsInfo{
	text-align: right;
	padding-top: 3px;
}

a{
  color: #000;
  text-decoration: none;
  font-size: 12px;
  
}
