#basket_right
{
    /*background-color: #EEEEEE;*/
}

#basket_right button.red
{
    padding:0 0 0 0px;
}

#basket_right .view_all
{
    margin-bottom: 10px;
}

#basket_right .view_all a
{
    text-decoration: underline;
}

#basket_right .view_all a:hover
{
    text-decoration: none;
}

#basket_right h2
{
    margin: 0px 0px 12px 0px;
}

.r-star, 
.r-star-shape{
    position:relative;
    overflow:hidden;
    padding:10px 0;
}

.r-star, 
.r-star-shape .content{
    background: #EEEEEE;
}

.r-star .content, 
.r-star-shape .content{
    padding: 0px 10px;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
}

.r-star .cn,
.r-star-shape .cn{
    position:absolute;
    width:20px;
    height:20px;
    left:-10px;
    top:-10px;
    background:url(images/r-star.png);
}

.r-star .cn.tr, .r-star .cn.br,
.r-star-shape .cn.tr, .r-star-shape .cn.br {
    margin-left: 240px;
}

.r-star .cn.bl, .r-star .cn.br,
.r-star-shape .cn.bl, .r-star-shape .cn.br {
    top:auto;
}



.r-star-shape .cn{
    background:url(images/r-star.png);
}

.r-star-shape .cn.tl, .r-star-shape .cn.bl {
    width:100%;
} 