#releases-wrapper {overflow: hidden;}
#releases-wrapper div.left {float:left; width: 330px;}
#releases-wrapper div.right {float:right; width: 700px;}

a.buy {color: #FF66CC;}
a.buy:hover {color: #00FF00;}

.short-release {padding: 5px 10px;}

.short-release.highlighted {
  background: rgba(127, 63, 63, .1); 
  border-radius: 10px; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.short-release h3 {margin-bottom: 5px;}

.short-release img {
  float:left;
  height: 125px;
  width: 125px;
  margin: 0px 10px 0px 0px;
}
.short-release div.text {font-size: small; min-height:135px;}

.short-release div.actions{
  width: 100%;
  background-color: #686868;
  font-weight: bold;
}

.selected-release .info {height: 350px;}
.selected-release .description {clear:both; margin-top: 10px;}
.selected-release img {height: 350px; width: 350px;}

span.buy-box {
  display: inline-block; 
  border: solid 1px; 
  margin: 10px 2px 0px 0px; padding: 0 5px;
}

.info ul {margin-top: 10px;}

