.collection_thumbnail.normal img.thumbnail {
    margin-left:7px;
    margin-top:7px;
}

.collection_thumbnail.big img.thumbnail {
    margin:2px;
    width:199px;
    height:149px;
}

.item_thumbnail img.thumbnail {
    margin-left:7px;
    margin-top:7px;
}

.collection_thumbnail.normal {
    background:transparent url('/images/collection_thumbnail_border.png') no-repeat scroll 0 0;
    height:124px;
    width:124px;
    float:left;
    display:inline;
    margin-left:2px;
    margin-right:3px;
}

.collection_thumbnail.big {
    background:url('/images/collection_thumbnail_container.gif') top left no-repeat;
    width:211px;
    height:207px;
    float:left;
    display:inline;
    margin-bottom:22px;
}

.item_thumbnail {
    border:1px solid #E1E1E1;
    height:122px;
    width:122px;
    float:left;
    display:inline;
    margin-left:2px;
    margin-right:3px;
}
.ie7 .item_thumbnail {
    margin-left:0;
    left:0;
}

.normal .display_thumb {
    height:89px;
    width:124px;
    margin:0px;
}

.big .display_thumb {
    height:149px;
    width:199px;
    margin:0px;
}

.normal .thumb_txt {
    max-height:35px;
    width:124px;
    margin:5px -2px;
    overflow:hidden;
    text-align:center;
}

.normal .thumb_txt span {
    font-size:12px;
    font-weight:normal;
}

.collection_thumbnail.big a {
    outline:0;
    text-decoration:none;
    color:#989898;
}

.big .thumb_txt span.collection_type,
.big .thumb_txt span.collection_title {
    font-weight:bold;
    margin-left:10px;
}

.big .thumb_txt span.collection_type {
    display:block;
    color:#989898;
    font-size:8px;
    margin-top:10px;
    margin-bottom:-2px;
}
.webkit .big .thumb_txt span.collection_type {
    font-size:10px;
    margin-bottom:2px;
}

.big .thumb_txt span.collection_title {
    color:#630460;
    font-size:14px;
}