/**
 * 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)
 */
.fb_image {
    background-image: url("http://static.ak.fbcdn.net/rsrc.php/v1/yg/r/Uabljzt60VA.png");
    background-repeat: no-repeat;
    display: inline-block;
}

.facebookBtn {
    margin:0 10px 10px 0;
    padding:7px 10px 7px 10px;
    text-align:center;
    background-color:#ECEEF5;
    border: 1px solid #CAD4E7;
    border-radius: 3px 3px 3px 3px;
    display: block;
    line-height: 14px;
    white-space: nowrap;
    color: #4F6AA3;
    text-decoration: none;
    float: left;
    margin-bottom:0;
}

.facebookBtn:hover, .facebookBtnSelected {
background-color:#4F6AA3;
color:#FCFCFE;
}

.facebookFriendsBox {
    border: 1px solid #CFCFCF;
    padding:5px;
    border-radius: 5px;
    height:95px;
    overflow:hidden;
    margin:10px -10px 10px -10px;
    margin-top:10px;
    margin-left:0;
    padding-left:0;
    margin-bottom:0;
}

.facebookZeroBox {
    float:left;
}

.facebookUser {
    text-align:center;
    width:65px;
    height:80px;
    padding-top:5px;
    overflow:hidden;
    float:left;"
}

.facebookUserImg {
border: 1px solid black;
-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
box-shadow:0 1px 3px rgba(0, 0, 0, .4);
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .4);
-moz-border-radius: 10px;
overflow:hidden;
}

.facebookActionBanner {
margin-left:8px;
margin-right:8px;
}

.facebookLeftStrip {
background-color:#627AAD;width:4px;border-radius:3px;
}

.facebookRightBlock {
padding-left:5px;
}

.facebookUser a {
text-decoration:none;
}
