    @charset "utf-8";
    /* CSS Document */
     
    .fan_box .full_widget {
       background: none; border: none;
    }
    .fan_box .connections_grid .grid_item {
       padding: 0 2px 7px 3px;
    }
    .fan_box .connections_grid .grid_item a img {
       box-shadow: 0px 0px 10px #333; -moz-box-shadow: 0px 0px 10px #333; -webkit-box-shadow: 0px 0px 10px #333;
    }
    .fan_box .connections_grid .grid_item a:hover img {
       box-shadow: 0px 3px 10px #333; -moz-box-shadow: 0px 3px 10px #333; -webkit-box-shadow: 0px 3px 10px #333;
    }
    .fan_box .full_widget .connect_top {
       background: #efefef; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
    }
    .fan_box .connections .connections_grid {
       padding-top:10px;
    }
    .fan_box .connections {
       border-top: none; padding:9px 0 0; color: #390; font: italic 14px SegoeUI; text-align: center; text-shadow: 0px 1px 4px #aaa;
    }
    .fan_box .connections span.total {
       color: #b30300;
    }
     
    .fan_box .connections_grid .grid_item .name {
       color: #390; font-size: 11px;
    }
    .fan_box .profileimage {
       margin: 0;
    }
    .fan_box .connect_action .name {
       font-size:10px; font-weight:bold; font-style:italic; line-height:15px; font-family:"Segoe UI", Verdana; color:#b30300; text-shadow:1px 1px 4px #390;
    }
