/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * WordPress in X-Cart module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.latest-posts ul {
  list-style: none;
  padding-left: 0px;
}

.latest-posts li {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.latest-posts .excerpt {
  margin-top: 0.4em;
  margin-bottom: 2em;
}

.dialog-latest-posts li:last-child .excerpt,
.menu-latest-posts li:last-child .excerpt
{
  margin-bottom: 0;
}

.dialog-latest-posts .item-title {
  font-weight: bold;
}

.menu-latest-posts img.icon {
  background: url(../../images/dingbats_news.gif) no-repeat;
}
