/*Product details*/

.sfproductMainImgWrp .sfProductTmbWrpSys img
{
    max-width:200px;
    max-height:200px;
}

.sfproductMainImgWrp .sfProductTmbWrpSys 
{
    width:200px;
}

/*Buy now widget*/

.sfproductImgsList .sfProductTmbWrpSys img
{
    max-height: 80px;
    max-width:80px;
}

.sfproductImgsList .sfProductTmbWrpSys
{
    width:80px;
}

/*All widgets*/

.sfProductTmbWrpthumbnail img
{
   max-width:120px;
   max-height:120px;
}

.sfProductTmbWrpthumbnail 
{
    width: 120px;
}

.sfProductTmbWrpsmall img
{
    max-width:240px;
}

.sfProductTmbWrpsmall 
{
    width: 240px;
}

.sfProductTmbWrpmedium img
{
    max-width:240px;
    max-height:300px;
}

.sfProductTmbWrpmedium 
{
    width:240px;
}

.sfProductTmbWrpthumb200 img
{
    max-width:200px;
    max-height:200px;
}

.sfProductTmbWrpthumb200
{
    width:200px;
}

.sfProductTmbWrpthumb160 img
{
    max-width:160px;
    max-height:160px;
}

.sfProductTmbWrpthumb160
{
    width:160px;
}

.sfProductTmbWrpthumb80 img
{
    max-width:80px;
    max-height:80px;
}

.sfProductTmbWrpthumb80
{
    width:80px;
}

.sfProductTmbWrpthumb36 img
{
    max-width:36px;
    max-height:36px;
}

.sfProductTmbWrpthumb36
{
    width:36px;
}

/*Shopping cart*/

.sfshoppingCartWrp .sfProductTmbWrpSys
{
    width:80px;
}

.sfshoppingCartWrp .sfProductTmbWrpSys img
{
    max-width: 80px;
    max-height: 80px;
}

/* Shopping cart summary block */

.sfcartSummaryBlockWrp .sfProductTmbWrpSys img
{
    max-width: 36px;
    max-height: 36px;
}

.sfcartSummaryBlockWrp .sfProductTmbWrpSys
{
    width: 36px;
}

/*Expandable shopping cart*/

.sfcartSummaryExpandableWrp .sfProductTmbWrpSys img
{
    max-width: 36px;
    max-height: 36px;
}

.sfcartSummaryExpandableWrp .sfProductTmbWrpSys
{
    width: 36px;
}

/*Orders list*/

.sfordersListWrp  .sfProductTmbWrpSys,
.sforderDetailsWrp  .sfProductTmbWrpSys
{
    width:60px;
}

.sfordersListWrp  .sfProductTmbWrpSys img,
.sforderDetailsWrp  .sfProductTmbWrpSys img
{
    max-width: 60px;
}

/*Wish list*/

.sfwishListWrp .sfProductTmbWrpSys
{
    width:80px;
}

.sfwishListWrp .sfProductTmbWrpSys img
{
    max-width: 80px;
    max-height: 80px;
}