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

.collection_thumbnail.big img.thumbnail {
    margin:0px;
    width:200px;
    height:149px;
    border-top:1px solid #E1E1E1;
    border-bottom:1px solid #E1E1E1;
}

.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:0px;
    margin-right:8px;
}

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

.ie7 #user_items li {
    float:left;
}

.item_thumbnail {
    height:100px;
    width:108px;
    float:left;
    display:inline;
    margin-left:0px;
    margin-right:8px;
}

.normal .display_thumb {
    height:81px;
    width:108px;
    margin:0px;
}

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

.normal .thumb_txt {
    height:18px;
    width:108px;
    border-bottom:1px solid #E1E1E1;
    overflow:hidden;
    position:relative;
    white-space:nowrap;
}
.normal .thumb_txt .text_fader {
    position:absolute;
    right:0px;
    top:2px;
    width:40px;
    height:16px;
    background:url('../images/text_fader.png');
}

.normal .thumb_txt span {
    font-size:11px;
    line-height:18px;
    font-weight:normal;
}
.normal .thumb_txt a {
    line-height:14px;
}
.normal .thumb_txt a:hover {
    text-decoration:none;
}

.big .thumb_txt {
    position:relative;
    padding-top:5px;
    width:198px;
    overflow:hidden;
    height:15px;
    white-space:nowrap;
}

.collection_thumbnail.big a {
    outline:0;
    font-size:11px;
    text-decoration:none;
    color:#737373;
}
.collection_thumbnail.big a:hover {
    text-decoration:none;
}
.collection_thumbnail.big .text_fader {
    position:absolute;
    right:0px;
    top:2px;
    width:40px;
    height:20px;
    background:url('../images/text_fader.png');
}

.big .thumb_txt a,
.big .thumb_txt a {
    margin-left:6px;
    color:#989898 !important;
}

.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;
}

.collection_featured{
    color: #630460 !important;
    font-size: 10px;
    font-weight: bold;
}

