@charset "utf-8";
/* CSS Document */

/* "Blogger-Box"
 * Ignition-Groupe-Interactive
 * K. Schaefer
 * 01/2010
 *************/

ul.bloggerBox {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.bloggerBox li {
    position: relative;
    background-color: #f3f3f3;
    padding: 3px 6px 6px 6px;
    overflow: hidden;
    margin-bottom: 10px;
}

ul.bloggerBox li.last {
    margin-bottom: 0;
}

ul.bloggerBox li a {
    float: left;
    color: #0099cc;
    font-size: 77%;
    text-decoration: none;
    margin-bottom: 3px;
}

ul.bloggerBox li a:hover {
    text-decoration: underline;
}

ul.bloggerBox li .date {
    float: right;
    width: 40%;
    text-align: right;
    font-size: 77%;
    margin-bottom: 3px;
}

ul.bloggerBox li .headline {
    font-weight: bold;
    clear: both;
    margin-top: 3px;
	font-size:93%;
    line-height: 18px;
}

ul.bloggerBox li p.content {
    margin: 0;
    padding: 0;
    line-height: 18px;
}

/* */
.activity_status_loading {
    background: url(../../../images/global/spark-launch/loader.gif) no-repeat center center;
}