#actpp-date {
    font-size: 11px;
    color: #999999;
    line-height: 1.4em;
}
/* full list */
.box-content .actpp-view-cell,
.box-content .actpp-view-table {
		display: table;
}
.actpp-view-list .actpp-view-row {
		display: table-row;
}
.actpp-view-list .actpp-view-cell {
	display: block;
	vertical-align: top;
    min-height: 100px;
}
.actpp-view-list .actpp-view-cell img {
		padding: 0px 8px 0px 0px;
}

.actpp-view-list .actpp-view-cell a:hover img {
    opacity:0.7;
}

.actpp-view-list .actpp-view-cell .actpp-caption {
		margin-bottom: 8px;
}
.actpp-view-list .actpp-view-cell .actpp-caption a {
		font-weight: bold;
		font-size: 14px;
		text-decoration: none;
		margin-bottom: 10px;
}
.actpp-view-list .actpp-view-cell .actpp-date {
		font-size: 11px;
        color: #999999;
		line-height: 1.4em;
}

.actpp-view-list .actpp-view-cell .actpp-description {

}

.actpp-view-list .actpp-view-cell .actpp-description p {
		margin: 0px;
}

.actpp-view-list img {
    padding-right: 10px;
}

/* table view */
.actpp-view-table .actpp-view-cell {
		display: table-cell;
		vertical-align: top;
		width: 25%;
}
.actpp-view-table .actpp-view-cell img {
		float: left;
		padding: 0px 6px 0px 6px;
}
.actpp-view-table .actpp-view-cell .actpp-date {
		font-size: 11px;
    color: #999999;
		line-height: 1.4em;
}
/* short list */
.actpp-view-short .actpp-date {
		color: #999999;
        line-height: 1.2em;	
}
.actpp-view-short {
		margin-bottom: 8px;
}

.box-gift {
    background: #F4F4F4;
    padding: 10px 20px;
    margin-left: 0px;
    height: 80px;
    clear: right;
}

.box-gift span {
    color: red;
    font-weight: bold;
    font-size: 150%;
}

.box-gift .image {
    width: 60px;
    height: 60px;
}

.box-gift .name {
    position: relative;
    padding-left: 30px;
    padding-top: 10px;
    margin-left: 70px;
    top: -75px;
}


.box-gift-small {
    padding: 5px 10px;
    height: 40px;
}

.box-gift-small span {
    color: red;
}

.box-gift-small .image {
    width: 30px;
    height: 30px;
    float: left;
}

.box-gift-small .name {
    position: relative;
    top: 0;
    left: 20px;
    color: red;
    float: left;
    padding: 7px 0 0 5px;
}

.box-gift-small .name a {
    color: red;
    font-size: 120%;
    font-weight: normal;
    text-decoration: underline;
}


.box-gift-small .aname {
    float: left;
    padding: 0 0 0 5px;
    display: block;
}

.box-gift-small .aname a {
    font-size: 110%;
    font-weight: normal;
    text-decoration: underline;
}

.box-gift-small .price {
    display: block;
    margin-top: -8px;
    margin-left: 30px;
    padding: 0 0 0 5px;
    font-weight: bold;
    font-size: 130%;
}

.box-gift-small .price-old {
    color: #999999;
    text-decoration: line-through;
    font-weight: normal;
}

.box-gift-small .price-new {
    color: #F00;
    font-weight: bold;
}