﻿.userGroup {
    padding: 5px 10px 10px 10px;
    background-color: #6A1B1C;
    background-image: linear-gradient(bottom, #530000 30%, #732627 100%);
    background-image: -o-linear-gradient(bottom, #530000 30%, #732627 100%);
    background-image: -moz-linear-gradient(bottom, #530000 30%, #732627 100%);
    background-image: -webkit-linear-gradient(bottom, #530000 30%, #732627 100%);
    background-image: -ms-linear-gradient(bottom, #530000 30%, #732627 100%);
    background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.3, #530000),
	    color-stop(1, #732627)
    );
    margin-bottom: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 20px;
    border: none;
    clear: both;
    overflow: hidden;
}

.mModule {
    font-family: 'GraublauWebBold';
    font-size: 16px;
    font-weight: bold;
    padding: 12px 0 8px;
    border-bottom: 2px solid #963;
    text-align: left;
    text-transform: uppercase;
    margin: 0 10px 10px;
    width: 98%;
}

.noborder { border: none !important; }
.comingsoon { color: #93645a;}

#sortBy {
    font-size: 11px;
    font-weight: normal;
    border-top: 1px solid #754038;
    border-bottom: 1px solid #754038;
    text-align: center;    
    margin: -20px 0 0 -40px;
    padding: 10px 23px 14px;
    width: 914px;
    background-color: #41280e; /* fallback color */     
    background-image: -moz-linear-gradient(0% 40% 90deg,#41280E, #100A04);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#100A04), to(#41280E)); 
    box-shadow: inset 0 0 20px 0 #2c1b09;
}

#sortBy p {
    margin: 4px 0 0;
    padding: 0;
}

#sortBy span {
    font-size: 11px;
}

#sortBy select {
    font-size: 11px;
    background-color: #FFFADB;
    color: #FFFADB;
}

.sortLinkSelected {
    background: url("/images/filter-arrow.png") no-repeat scroll 50% 100% transparent;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 5px 16px;
    color: #ffffff !important;
}

.sortLinkUnselected 
{
	cursor: pointer;
}

.sortCursor {
    cursor: pointer;
}

#userFriends ul { 
    margin: 0;
    padding: 0 5px;
    text-align: left;   
}

#userFriends li {
    list-style: none;
    display: inline;
    padding: 0 5px 0 7px;
    margin-bottom: 4px;
    border-right: 1px solid #93645a;
    font-size: 11px;
    float: left;
}

.friendInfo {
    width: 194px;
    height: 60px;
    padding: 15px 10px;    
    font-weight: bold;
    float: left;
}

.friendInfo img {
    margin-right: 10px;
    float: left;
    padding: 0 !important;
    -webkit-box-shadow: 3px 3px 5px #3C0000;
    -moz-box-shadow: 3px 3px 5px #3C0000;
    box-shadow: 3px 3px 5px #3C0000;
}

.friendDetails {
    text-align: left;
    float: left;
    width: 139px;
}

.friendDetails .name {
    font-size: 16px;
    line-height: 0.9em;
}

.friendDetails .info {
    font-size: 12px;
    float: left;
    margin: 0;
}
