/* Album header */
.UserHeader {
	border-bottom: 1px solid #4A748F;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.thumbnail-margin {
    margin-bottom: 20px;
}
.title_usr {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	line-height: 15px;
}

.sort, .more_pag a {
	cursor: pointer;
	text-decoration: none;
}
.sort {
	border: 1px solid #D4D4D4;
	border-radius: 5px 5px 5px 5px;
	height: 31px;
	position: relative;
	width: 180px;
	height: 32px;
        margin-left: 6px;
}
.sort span {
    float: left;
    margin: 7px 0 7px 7px;
    padding: 0px 7px 0px 0px;
    font-family: Helvetica;
    font-size: 12px;
    color: #4a748fd;
    font-weight: bold;
}
.sort .arrowDown {
    border-left: 1px solid #D4D4D4;
    float: right;
    height: 32px;
    margin: 0px;
    width: 29px;
}
.sort div {
    float: left;
    margin: 7px 0px 9px 0px;
    color: #999999;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: normal;
    width: 60%;
}
.sort i {
    float: left;
    margin: 9px 0 0 10px;
}
.navusr .nav {
	margin: 0 0 0 10px;
	border: 1px solid #D4D4D4;
	border-radius: 4px 4px 4px 4px;
	overflow: hidden;
	height: 32px;
}
.navusr li {
	line-height: 15px;
	float: left;
}
.navusr .nav > .active > a, .navusr .nav > .active > a:hover, .navusr .nav > .active > a:focus {
    background: rgb(226,226,226);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
    color: #999999;
    text-shadow: none;
    font-size: 12px;
    font-weight: bold;
}
.navusr .nav > li > a {
    padding: 6px 15px;
    color: #4A748F;
    float: none;
    font-family: Helvetica;
    font-size: 12px;
    font-stretch: normal;
    padding: 8px 20px;
    text-decoration: none;
    font-weight: normal;
}
.navusr .divider-vertical {
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	height: 32px;
	padding: 0;
}
.dropdown-menu > li > a {
    color: #4a748fd;
    font-weight: normal;
    font-size: 12px;
}
.UserHeader .avatar{
    margin-right: 10px;
    position: relative;
}