/**
 * Magentweet : Twitter Widget for Magento
 * by
 * Agence Dn'D - Création site e-Commerce Magento - http://www.dnd.fr/magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * Available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @category   Widget
 * @package    Dnd_Magentweet
 * @copyright  Copyright (c) 2010 Agence Dn'D (http://www.dnd.fr)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

.block-magentweet {padding-top: 4px; width:160px;}
.block-magentweet .block-title strong { /*background:url(../images/magentweet/bird.gif) no-repeat; padding-left: 20px;*/ color: #333; }
.block-magentweet .block-content li { padding:4px 0 15px 0; border-top: 1px dotted #999; color: #666; background-color: #fff;}
.block-magentweet .block-content img { float:left; margin:5px 5px 0 0; }
.block-magentweet .block-content ul li div { float:left; width:120px; }
.block-magentweet .clearer { clear: both; }

.home-news .block-magentweet { width:182px; float:right; padding: 0 45px 0 0;}
.home-news {}
.home-news .block-magentweet .block-title {background:transparent url(../../ravenandlamb/images/twitter_bubble.gif) 0 0 no-repeat; padding-top: 60px;}
.home-news .block-magentweet .block-content li { padding:2px 0 10px 0; border-top: 1px dotted #999; color: #666; /*background:transparent url(../../ravenandlamb/images/dots_02.gif) -100px -5px no-repeat;*/}

