
.product-listing-enlarge
{
    background : #403a31;
    padding : 10px;
    text-align : left;
    position : relative;
    display : inline-block;
}
.product-listing-enlarge .left-desc
{
    padding-top : 10px;
}
.product-listing-enlarge .right-desc
{
    position : absolute;
    bottom:15px;
    right: 0px;
    width :100px;
}
.product-listing-enlarge img  
{
    border : none;
    display: inline-block;
    min-width:220px;
    max-width:300px;
}
.product-listing-enlarge .title,
.product-listing-enlarge .chinese-title,
.product-listing-enlarge .price,
.product-listing-enlarge .type,
.product-listing-enlarge .rating
{
    color : #fff;
    font-size : 16px;
    line-height : 24px;
}
.product-listing-enlarge .chinese-title
{
    font-weight : normal;
}
.product-listing-enlarge .price
{
    font-weight : bold;
    font-style : italic;
}
.product-listing-enlarge .type
{
    font-style : italic;
    font-size : 14px;
}
.product-listing-enlarge .rating
{
    font-size : 12px;
}

/*2011-02-20 CSS*/
        #fancybox-outer, #fancybox-inner { padding-bottom: 26px; }
        #fancy-extra { text-align: left; }
        /*END*/