.photo-report {
    float: left;
    width: 210px;
    height: 340px;
    margin: 0 15px 20px 0;
}
.how-many-is-found {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    height: 26px;
    padding: 0 0 0 0;
    text-align: center;
    background: url(/img/transparent-black.png) repeat top left;
    -background-image: none;
    -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/transparent-black.png,sizingMethod=scale);
}
.how-many-is-found span {
    color: #7f858e;
    font-size: 12px;
}
.how-many-is-found span.number {
    color: #eee4dc;
    font-size: 14px;
    text-decoration: none;
    top: 2px;
}
.photo-report-information {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 210px;
    height: 121px;
    padding: 9px 0 0 0
}
.photo-report-information .name {
    display: block;
    margin-left: 1px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 17px;
    color: #ffffff;
}
.photo-report-information .where {
    color: #2a4875;
    font-size: 14px;
    line-height:14px;
    margin:6px 0 1px;
    display: block;
}
.photo-report-information .date {
    float: right;
    color: #4d4d4d;
    text-decoration: none;
    margin: 5px 0 0 0;
}
.photo-report-information .day {
    display: block;
    color: #4d4d4d;
    font-size: 25px;
    font-weight: 900;
    line-height: 19px;
    text-align: center;
}
.photo-report-information .month {
    display: block;
    color: #4d4d4d;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
}
.photo-report-information  .comments a {
    float: left;
    display: block;
    width: 38px;
    height: 19px;
    background: url(/img/number-of-comments-for-photo-reports-background.gif) no-repeat top left;
    font-size: 11px;
    color: #aeaeae;
    text-align: center;
    text-decoration: none;
    margin-right: 5px;
}
.photo-report-information  .comments span {
    float: left;
    font-size: 11px;
    line-height: 15px;
    color: #434343;
}
.photo-report-information  .comments .number-of-new-comments {
    float: left;
    font-size: 11px;
    line-height: 15px;
    color: #cccccc;
}
.name-where {
    float: left;
    width: 165px;
}
.comments {
    position: absolute;
    bottom: 0;
    left: 0;
}

.shown-posts-type {
    font-size: 13px;
    color: #77726e;
    
}
.shown-posts-type * {
    float: left;
    display: block;
    margin-right: 15px;
    font-size: 18px;
}

.shown-posts-type span.selected-type {
    color: #dadad9;
    background: #474442;
    margin-right: 12px;
    padding: 0 6px 2px 6px;
}

.shown-posts-type a.type {
    
    color: #302e2c;
}

.pn
{
    font-size: 16px;
    color: #a4a5a7;
    display: block;
    float: left;
    margin: 0 12px 0 12px;
}
.next-pages,
.previous-pages
{
    font-size: 16px;
    color: #a4a5a7;
    display: block;
    float: left;
    margin: 0 12px 0 12px;
}
.current-page
{
    display: block;
    float: left;
    color: #a4a5a7;
    padding: 0 8px 0 8px;
    background: #6b727a;
    margin: 0 6px 0 6px;
}
.current-page span
{
    display: block;
    position: absolute;
    top: -5px;
    left: 0px;
    height: 5px;
    width: 100%;
    background: url(/img/users/current-page-triange.gif) no-repeat center center ;
}

.gallery-finded-users-count
{
    display: block;
    float: left;
    background: transparent url(/img/galleries/finded-users-count.gif) no-repeat 0 2px;
    color: #506038;
    font-size: 11px;
    padding: 0 0 0 13px;
    margin: 2px 10px 0 0;
}

.gallery-comments-count
{
    display: block;
    float: left;
    background: transparent url(/img/galleries/comments-count.gif) no-repeat 0 2px;
    color: #000000;
    font-size: 11px;
    padding: 0 0 0 11px;
    margin: 2px 10px 0 0;
}