/* ------------------------------------------------ */
/* HTML ELEMENTS
/* ------------------------------------------------ */
h2 {
    background: url(../images/tag.gif) no-repeat left top;
    padding: 2px 0 0 20px;
    height: 50px;
    margin-bottom: 20px;
    float: left;
    color: #333236;
    font-size: 24px;
}



/* ------------------------------------------------ */
/* IDs
/* ------------------------------------------------ */
#ordenator {
	margin: 0 0 10px 0;
	font-size: .8em;
	float: right;
}

#content {
	width: 100%;
	margin-bottom: 20px;
}

ul#tag_users_list {
	list-style: none;
}


/* ------------------------------------------------ */
/* CLASSES
/* ------------------------------------------------ */
.user_box {
    width: 100%;
    margin-bottom: 5px;
}

.user_login {
    font-size: 16px;
    font-weight: bold;
}

.user_login a {
    color: #333333;
    text-decoration: none;
}

.user_login a:hover {
    text-decoration: underline;
}

.pagination {
	padding: 10px 0 0 0;
}