

#profile-overview > *
{
    float: left;
    margin-right: 10px;
}

#profile-overview h2
{
    font-size: 1.375em;
    margin-bottom: 1.15em;
}


#profile-overview .person
{
    margin-right: 30px;
}
#profile-overview .about
{
    min-width: 260px;
}
    #profile-overview .about h2 + ul
    {
        margin-bottom: 1.375em;
    }
#profile-overview .actions
{
	float: right;
    right:0px;
}
/*#profile-overview ul li a
{
    margin-bottom: 5px;
}*/

#profile-overview .edit_action {
    clear: both;
    width: auto !important;
    text-align: right !important;
    float: right !important;
}

#profile-overview .button
{
    margin-bottom: .5em;
}

#profile-overview .about ~ div
{
    width: 185px;
}

#profile-overview .shopping_type ul li
{
    float: left;
    margin-right: 19px;
    max-width: 66px;
}
#profile-overview .shopping_type ul li > span
{
    display: block;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}
#profile-overview .shopping_type ul li figure
{
    padding: 3px;   
    display: block;
    border-radius: 5px;
    color: #666;
    text-align: center;
    box-shadow: 0 0 4px #999;
    position: relative;
    overflow: hidden;
}
#profile-overview .shopping_type ul li figure span.check
{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/img/small_inline_check.png") center center no-repeat;
}


.following > div > strong
{
    font-size: 1.3em;
    width: 185px;
    float: left;
    min-height: 100px;
    background-position: 126px -1454px;
    margin-right: 19px;
}


.following > div .envelopeContainer
{
    margin: 0 19px 19px 0;
}



/*
    Right side Feed
*/

ul.feed .feed_item
{
    padding-top: 20px;
    border-top: 1px solid #BBB;
    margin-bottom: 20px;
}
    ul.feed .feed_item:first-child
    {
        padding-top: 0;
        margin-top: 0;
        border-top: 0;
    }

    ul.feed .feed_item figure
    {
        float: left;
        margin: 0 10px 10px 0;
        max-width: 60px;
    }

    
        ul.feed .feed_item .content .sup-caption
        {
            display: block;
        }

        ul.feed .feed_item .content strong.title
        {
            font-size: 1.2em;
            color: #727d00;
            padding-top: 8px;
            display: block;
        }
        
        ul.feed .feed_item .content p
        {
            padding-top: 10px;
        }


.product_highlight
{
    
}

    .product_highlight.multiCol .col
    {
        width: 48%;
        margin-left:4%;
    }
        .product_highlight.multiCol .col:first-child
        {
            margin-left: 0;
            padding-right: 0;
        }
    .product_highlight .col p
    {
        margin-bottom: 10px;
    }



