.groupAvatar, .groupImage, .smallGroupAvatar
{
background-color: #fff !important;
background-repeat: no-repeat;
background-position: center;
height: 100px;
width: 100px;
overflow: hidden;
}

.groupAvatar, .smallGroupAvatar
{
    border: none;
    display: block;
    margin-right: 10px;
    float: left;
}

.smallGroupAvatar
{
    width: 50px;
    height: 50px;
    margin: 5px;
}

.groupRow
{
    padding: 5px;
	height: 100px;
}

.groupRow.last
{
border-bottom: none;
}

.groupRow.even
{
    background: #fff;
}

.groupRow, .smallGroupRow
{
    border-bottom: 1px dotted #ccc;
}

.smallGroupRow a
{
    text-decoration: none;
    height: 100px;
    display: block;
}

.groupRow a { overflow: hidden; text-decoration: none; }

.smallGroupRow a
{
    height: 60px;
}

.group-info
{
    font-size: 93%
}

.groupRow .groupAvatar a {
    width: 100%;
    height: 100%;
    display: block;
}


.groups-gallery img
{
    padding-right: 20px;
}

.group-name
{
    font-size: 116%;
    font-weight: bold;
    color: #6699cc;
}

.group-count { padding-right:5px }

.group-description
{
    color: #333 !important;
}


ul#group-list
{
margin: 0;
}

#group-list li
{
margin-left: 0;
margin-bottom: 0.5em;
height: 5em;
}

#group-list li img {
margin: 3px;
}

.featured a, .smallGroupRow a:hover
{
    background-color: #ebf2fa !important;
    border-bottom: none !important;
}

.featured a, .last
{
    border-bottom: none !important;
}

.over18
{
    color: #f00;
}

.premium-large
{
    background: url(../../../images/desktop/_icons/_premium/icon_premium_blue.png) no-repeat right;
    padding-right: 30px;
}

.option-premium, .premium
{
    background: url(../../../images/desktop/_icons/_premium/icon_premium_small_blue.png) no-repeat right;
    padding-right: 20px;
}

.option-premium-disabled
{
    background: url(../../../images/desktop/_icons/_premium/icon_premium_small_grey.png) no-repeat right;
    padding-right: 20px;
    color: #666;
}

#similar-groups ul, #similar-groups li
{
    margin: 0 !important;
}

#similar-groups li
{
    margin: 0 !important;
    list-style: none;
    line-height: 1.5em;
    background: none;
}

#group-search h1,
#group-search fieldset
{
    margin: 0;
}

/** Andy: New, box layout for the groups gallery **/
.group_box
{
    background: #92b1d2;
    float: left;
    margin: 0 12px 12px 0;
    padding: 5px;
    overflow: hidden;
    border: 1px solid #6699cc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 151px;
}
.group_box p
{
    margin: 0.2em 0 !important;
}
.group_box .group_name
{
    font-weight: bold;
    font-size: 1.1em;
}
.group_box .group_members
{
    font-size: 0.8em;
}
.group_box .group_description
{
    font-size: 1em;
}

.group_box .group_name,
.group_box .group_members,
.group_box .group_description
{
    display: block;
}
.group_box img
{
    margin: 0 auto;
    padding: 1px;
    border: 1px solid #6699cc;
    display: block;
}
.group_box *
{
    color: #fff !important;
    text-decoration: none !important;
}

/** New styles for the latest group images **/
#latest_images
{
    margin-top: 1em;
}
.group_message
{
    float: left;
    padding: 3px;
}
.group_message a
{
    text-decoration: none !important;
}
.group_message .info
{
    padding-top: 5px;
    display: block;
    background: -moz-radial-gradient(0 0, 0, 0 100%, 0, from(#ddd), to(#fff), color-stop(0.7, #fff) ) no-repeat;
}
.group_message .user,
.group_message .date,
.group_message .time
{
    padding: 0 5px;
}
.group_message .user
{
    color: #333;
    font-size: 93%;
}
.group_message .date,
.group_message .time
{
    font-size: 85%;
}
.group_message img
{
    padding: 3px;
    border: 1px solid #ccc;
}

.group_subscriber
{
    float: left;
    margin: 2px;
}
.group_subscriber img
{
    padding: 2px;
    border-color: #ccc;
}
