#recent_items {
    background:url("../..//images/common/v-dotted-line.gif") no-repeat scroll 540px 0 transparent;
    /*clear:both;*/
    display:block;
    margin-top:20px;
}

#recent_items .header {
    border-bottom:1px solid #D6D0CD;
    font-size:1.16em;
    font-weight:normal;
    line-height:100%;
    text-transform:uppercase;
    padding:18px 0;
    margin-bottom: 18px;
}

.recently_viewed .products {
    float:left;
    width:500px;
}
.recently_viewed .products img {
    /*width: 100px;*/
    max-width: 100px;
}

.recently_viewed .categories {
    float:right;
    padding-left:15px;
    width:180px;
    line-height: 150%;
}
.recently_viewed .categories .link a {
    color: #8ba9c0;
    padding-left: 10px;
    background: transparent url('../../images/common/bullet-dash.gif') left center no-repeat;
}
.recently_viewed .searches {
    display: none;
    width: 150px;
    float: right;
}
/*
.recently_viewed .products .product {
    float: left;
    width: 135px;
}
*/

/* RECENTLY VIEWED PRODUCTS */
.rvp_container {
    float:left;
    position:relative;
    width: 125px;
}

.rvp_container .product {
    float:left;
    position:relative;
    text-align:center;
    height:114px;
    width:125px;
}

.rvp_container .link {
    float:left;
    position:relative;
    width:125px;
    text-align:center;
}

.rvp_container .product_name a { 
    font-weight:normal; 
}

