#shoplist {
  margin-top: 50px;
}

#shoplist #category_title {
  color: #e3007e;
  border-bottom: 5px solid #e3007e;
  text-transform: uppercase;
  font-size: 123.1%;
  font-weight: bold;
  margin-bottom: 20px;  
}

#shoplist li a {
  color: #5d5d5d;
  text-decoration: none;
  display: block;
  padding: 10px 0 3px 0;
  font-size: 93%;
  border-bottom: 1px solid #b3b0a9;
}

#shoplist li a:hover,
#shoplist li a.current {
  color: #e3007e; 
}

#searchresult {
  padding: 50px 2px 10px 0;
  width: 580px;
}

#searchresult #shoplist {
  margin-top: 0;
}

#searchresult #shoplist li {
  border-bottom: 5px solid #e3007e;
  font-size: 93%;
  padding-bottom: 10px;
}

#searchresult #shoplist li a {
  color: #e3007e;
  border-bottom: 0;
  text-transform: uppercase;
  font-size: 123.1%;
  font-weight: bold;
  margin-bottom: 5px;  
}

#searchresult #shoplist li a:hover {
	color: #5d5d5d;
}

#mod_stshop_gallery {
  margin-top: 65px;
}

#mod_stshop_gallery img.galleryentry {
	border-top: 5px solid #fff;
  border-bottom: 5px solid #fff
}

#mod_stshop_gallery a {
  color: #fff;
  text-decoration: none;
}

#mod_stshop_gallery h3 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 123.1;
}	

#mod_stshop_gallery #gallerytextlink {
  margin: 7px 0 0 30px;
}

#mod_stshop_gallery #gallerytextlink .gallericon {
  float: left;
  display: block;
}

#mod_stshop_gallery #gallerytextlink .linktext {
	margin: 10px 0 0 10px;	
	display: block;
	float: left;
}


#mod_stshop_detail #shop_logo {
  float: right;
  padding: 0 0 20px 20px;
  width: 210px;
  text-align: right;
}

#shop_pic1 {
  clear: right;
  float: right;
  padding: 0 0 20px 20px;
  width: 210px;
  text-align: right;
}

#shop_contact {
  background: #e3007e;
  width: 698px;
  margin-left: -20px;
  margin-top: 20px;
  clear: left;  
  border-bottom: 5px solid #fff;
  color: #fff; 
  font-size: 100%;
  height: 120px;
  clear: left;
}

#shop_contact a {
  color: #fff;
} 

#shop_contact .content {
  width: 500px;
  float: right;
  padding: 10px 10px 5px 0;
}

#shop_contact img {
  margin-right: 100px;
  float: left;
}

#shop_contact div {
  float: left;
}

#shop_contact_text {
	float: right;
	width: 350px;
}

* html #shoplist li a {
  padding-top: 0;
}
