*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
body {
  background: #fff;
  color: #111;
  padding: 0;
  margin: 0;
  font-family: 'arial narrow', arial, helvetica, sans-serif;
  font-size: 62.5%;
}
a {
  color: #000;
  text-decoration: none;
}
#store-portal {
  background: url(http://grfx.cstv.com/schools/cbsc/ot/cbslocal-sports/graphics/cbslocal-bg-2.jpg) no-repeat left top;
  position: relative;
  width: 300px;
  height: 250px;
  overflow: hidden;
  border: solid 1px #ccc;
}
.portal-item {
  position: relative;
}
.portal-item * {
  display: block;
  position: absolute;
}
.portal-link {
  top: 80px;
  left: 4px;
  height: 122px;
  width: 100%;
  overflow: hidden;
}
.portal-image {
  width: 122px;
  height: 122px;
  border: none;
}
.portal-name {
  display: block;
  color: #000;
  top: 56px;
  left: 137px;
  width: 145px;
  height: 49px;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
}
a:hover .portal-name {
  color: #555;
}
.portal-price {
  display: none;
}
#shop-all {
  color: #aaa;
  font-size: 14px;
  position: absolute;
  top: 210px;
  left: 142px;
}
#shop-all:hover {
  color: #ccc;
}
