.pickupgift {
width: 118px;
float:left;
padding-top:8px;
padding-left:7px;
padding-right:6px;
padding-bottom:10px;
border-right:1px solid #ccc;
}

#top_information {
    margin-bottom: 20px;
}

#top_information a {
    text-decoration:none;
    color:#666;
}
#top_information a:hover {
    text-decoration:underline;
    color:#f60;
}

#top_information ul {
    padding:0;
    margin:0;
    list-style-type:none;
    line-height:21px;
    text-indent:3px;
    width:620px;
}

#top_information ul li {
    background: none;
    padding: 0px;
}

#top_information span.date {
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:bold;
    color:#6a6a6a;
}

#top_information span.icon {
    display:inline-block;
    width: 70px;
    height:13px;
    margin: 2px 10px 2px 8px;
    color:#fff;
    font-size:10px;
    text-align:center;
    line-height:13px;
    letter-spacing:0.04em;
}

#top_information span.new {
    background-color: #cc9933;
}
#top_information span.feature {
    background-color: #1a4899;
}
#top_information span.pickup {
    background-color: #993366;
}