/*
 * Original design from oursignal.com for the 
 * jquery treemap developed by Renato Formato
 **/

#links {
  margin-top: 0;
}

#links .treemapView a:link,
#links .treemapView a:visited,
#links .treemapView a:hover,
#links .treemapView a:active {
  text-shadow: none !important;
  font-family: Georgia, Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

.treemapView {
  vertical-align: middle;
}

.treemapCell {
  position: relative;
  border-color: #666 !important;
}

.treemapCell:hover {
  cursor: pointer;
  opacity: .85 !important;
  filter: alpha(opacity=85) !important;
  border-color: #66A7C5 !important;
}

.treemapCell span {   
  position: absolute;
  background-color: #ffffff;
  color: #000;	
  top: 3px;
  left: 3px;
  width: 100%;
  z-index: 10;
  opacity: .75 !important;
  filter: alpha(opacity=75) !important;
}

.treemapCell span strong {
  font-size: 1px !important;
}

.treemapCell img {
  position: absolute;
  top: 3px;
  left: 3px;
}

.treemapSquare a:link span {
  color: #FFFFFF;
  text-decoration: none;
}

.treemapSquare a:visited span {
  color: #FFFFFF;
  text-decoration: line-through;
  opacity: .25;
  filter: alpha(opacity=25);
}

.treemapSquare a:hover span {
  color: #FFFFFF;
}

#meta {
  height: 96px;
  position: relative;
  background: #303030;
  padding-top: 4px;
  background: url(/i/shadowBg.png);
  background-repeat: repeat-x;
  background-position: top left;
}

#meta div {
  padding: 0; margin: 0;
}

#meta .title {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  vertical-align: top;
  text-shadow: #000000 1px 1px 2px;
}

#meta .url {
  padding: 5px 0 0 0;
}

#meta a {
  font-family: Helvetica, Arial, sans-serif;
  /* font-weight: bold; */
  color: #FFFFFF;
}

#meta a:hover {
  text-shadow: 0 0 10px rgba(150, 210, 255, 0.8) !important;
}

#meta .screenshot {
  float: left;
  margin: 1px 5px 0 4px;
}

#meta .screenshot img {
  width: 120px;
  height: 90px;
}

#meta .source {
  position: absolute;
  left: 129px;
  bottom: 5px;
}

#meta .score, #meta .velocity {
  margin-top: 5px;
  float: left;
}

#meta .velocity {
  padding-left: 10px;
}

