.expired-text {
    color: red;
    font-weight: bold;
}
.expired {
    color: lightgrey !important;
}
.expired a {
    color: gray !important;
}
.expired img {
    opacity: 0.5 !important;
}
.bottom-options {
    width: 100%;
    padding: 10px 0px 10px 0px;
    float: left;
    clear: both;
}
.bottom-options .page {
    font-size: 14px;
    margin-top: 2px;
    color: #666;
    float: left;
}
.store-info {
    margin-bottom: 20px;
}
.store-info div.store-description {
    font-size: 13px;
    color: #959595;
    line-height: 20px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.store-info div.store-description * {
    font-size: 13px;
}
.store-info div.store-description em {
    font-style: italic;
}
.store-info div.store-description a {
    color: #2465b0;
}
.store-info .store-info-bottom .time {
    padding: 4px 0px 4px 0px;
    font-size: 12px;
    background: url(/img/time-icon.png) left center no-repeat;
    float: left;
    margin-right: 40px;
    padding-left: 22px;
    color: #999;
    display: table-cell;
    vertical-align: middle;
}
.store-info .comment-number a, .store-info .comment-number a:visited {
    color: #959595;
}
.store-info .comment-number {
    padding: 4px 0px 4px 0px;
    font-size: 12px;
    background: url(/img/comment-icon.png) left center no-repeat;
    float: left;
    margin-right: 20px;
    padding-left: 22px;
    color: #999;
    display: table-cell;
    vertical-align: middle;
}
.store-info .store-info-bottom .download {
    padding: 4px 0px 4px 0px;
    font-size: 12px;
    float: right;
    color: #999;
}

.store-info .store-info-bottom .download {
    padding: 4px 0px 4px 0px;
    font-size: 12px;
    float: right;
    color: #999;
}
.store-info .store-info-bottom .download a {
    color: #666;
    font-size:24px;
}
.store-info .store-info-bottom .download .zip-icon {
    float: left;
    width: 22px;
    background: url(/img/zip-icon.png) center center no-repeat;
    height: 22px;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
#store-info-content {
    float: right;
    width: 480px;
}
#store-info-content ul, #store-info-content ol {
    padding-left: 25px;
    list-style-position: inside;
}
#store-info-content ul {
    list-style-type: disc;
}
#store-info-content ol {
    list-style-type: decimal;
}
#store-info-left {
    float: left;
    width: 160px;
    margin-right: 20px;
}
#store-info-logo {
    margin: 0 auto 10px auto;
    text-align: center;
    height: 114px;
    width: 136px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 2px;
}
#store-info-box {
    width: 148px;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
}
#store-info-box #comments {
    font-size: 15px;
    font-weight: bold;
}

#store-nav a:hover {
    text-decoration: none;
}
.store-nav-tab {
    float: left;
    font-size: 13px;
    color: #555;
    background-color: #fafafa;
    border-radius: 5px 5px 0 0;
    margin-right: 3px;
    padding: 8px 15px;
    border: 1px solid #dcdcdc;
    border-bottom: none;
    font-weight: bold;
    cursor: pointer;
}
.store-nav-tab-selected {
    color: #444;
    background-color: #f2f2f2;
    border: 1px solid #aaa;
    border-bottom: none;
}
#store-filter {
    margin-bottom:10px;
}