/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-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.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 *//* Widgets =============================================================================== */
.widget, .widget-product-link-inline, .widget-category-link-inline, .widget-cms-link-inline {
display : inline;
}
.widget .widget-title {
clear : both;
padding : 15px 0 0;
margin : 0 0 7px;
}
.widget .widget-title h2 {
font-size : 15px;
font-weight : bold;
color : #e25203;
}
.widget .mini-products-images-list .product-image {
display : block;
width : 76px;
height : 76px;
border : 1px solid #a9a9a9;
margin : 0 auto;
}
.widget .mini-products-images-list li.item {
float : left;
width : 77px;
height : 77px;
}
.widget-new-products, .widget-viewed, .widget-compared {
display : block;
}
.col-main .widget-new-products, .col-main .widget-viewed, .col-main .widget-compared {
margin : 7px 0;
}
.widget-new-products .products-grid .product-image, .widget-new-products .products-list .product-image, .widget-viewed .products-grid .product-image, .widget-viewed .products-list .product-image, .widget-compared .products-grid .product-image, .widget-compared .products-list .product-image {
width : 85px;
height : 85px;
}
.widget-new-products .products-list .product-shop, .widget-viewed .products-list .product-shop, .widget-compared .products-list .product-shop {
margin-left : 100px;
}
.sidebar .widget-new-products .block, .sidebar .widget-viewed .block, .sidebar .widget-compared .block {
font-size : 11px;
line-height : 1.25;
}
.sidebar .widget-new-products .block-title strong {
background : url(../images/widgets/i_widget-new.gif) no-repeat 0% 1px;
padding-left : 21px;
color : #dc5033;
}
.sidebar .widget-viewed .block-title strong, .sidebar .widget-compared .block-title strong {
background : url(../images/widgets/i_block-list.gif) no-repeat 0% 0%;
padding-left : 21px;
}
.sidebar .widget-static-block {
display : block;
margin : 0 0 15px;
}
.top-container .widget a {
padding : 0 0 0 7px;
}
.bottom-container .widget a {
padding : 0 3px;
}
.col-main .widget-product-link, .col-main .widget-category-link, .col-main .widget-cms-link {
display : block;
text-align : right;
margin : 7px 0;
}
.col-main .widget-product-link a, .col-main .widget-category-link a, .col-main .widget-cms-link a {
background : url(../images/widgets/i_widget-link.gif) no-repeat 100% 4px;
padding-right : 15px;
}
.sidebar .widget-product-link, .sidebar .widget-category-link, .sidebar .widget-cms-link {
display : block;
margin : 0 0 15px;
padding : 0 10px;
}
.sidebar .widget-product-link a, .sidebar .widget-category-link a, .sidebar .widget-cms-link a {
background : url(../images/widgets/i_widget-link.gif) no-repeat 100% 4px;
padding : 0 15px 0 0;
}
