﻿/*begin Progress Награды*/
#award {
    overflow: hidden;
}

.award-title {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}

.award-text-info {
    padding: 0 0 9px 0;
    font-size: 12px;
    line-height: 14px;
    color: #6F6F6F;
}

.award-text {
    color: #4F4F4F;
}

.award-full-img {
    padding: 0 0 0 1px;
    max-width: 400px;
}

.award-full-left-img {
    display: block;
    width: 78px;
    height: 78px;
    background: url(/Images/user/arrow-left.png) no-repeat;
}

.award-full-rigth-img {
    display: block;
    width: 78px;
    height: 78px;
    background: url(/Images/user/arrow-rigth.png) no-repeat;
}

.award-full-rigth-number {
    display: block;
	width: 60px;
	height: 30px;
	padding: 5px;
	text-align: center;
	color: #ECECEC;
	background: #CA2027;
	font-weight: bold;
}

.award-item {
    width: 90px;
    height: 110px;
    float: left;
    padding: 0 14.3px 14px 0;
    overflow: hidden;
}
.award-text-bold {
    font-weight: bold;
}
.award-item-img {
    width: 90px;
    height: 90px;
    padding-bottom: 5px;
}

.award-all {
	width: 627px;
}

.award-full {
    margin: 0 auto;
    padding: 0 0 28px;
    overflow: hidden;
    position: relative;
}

#award-full-col-1 {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -39px 0 0 0;
}

#award-full-col-2 {
    text-align: center;
}

#award-full-col-3 {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -39px 0 0 0;
}
#award-full-col-4 {
    position: absolute;
    right: 0;
    top: 0;
}
.award-count-user {
    text-align: left;
}
/*end Progress Награды*/
