/*
   links.css
   brookestone
   
   Created by Cale Woodley on 2008-10-29.
   Copyright 2008 Webfirm. All rights reserved.
   
   Links Item Listing
*/

#links li {clear: both;line-height: 50px; list-style: none !important; margin: 0 !important; padding: 0; height: 55px;}

#links p {line-height: 50px;}

#links .item-image {
  float: left;
  display: inline;
  margin: 5px;
}

#links .item-image img {
  border: 2px solid #ccc;
}