﻿
/* MXL KIRAN DROPSHIP-PHASE1 START */

.product_Fabric
{
    width: 553px;
    /*height: 80px;  */
    float: left;
    font-size: 11px;
    padding-top:4px;
}

.FabricMainTable
{
    width:100%;
        
}
.FabricImagesTD
{
    width:77%;
}
.FabricDetialsTD
{
    text-align:left; 
    padding-left:3px;
    
}
.BlankTD
{
	width:9%;
}

.FabricImageLarge
{
    height:60px;
    width:60px;
    border: 1px solid #CCC;   
    
}

.FabricImagesDiv
{
    border: 1px solid #CCC;       
    height:35px;  
   
    /*min-height:45px;*/
    overflow: auto; 
    overflow-y: scroll;    
   
}
.FabricImagesDivSub
{
   padding:5px;   
}

.FabricImageDiv
{
    width: 21px;
    height:21px;
    /*margin:2px;*/
    margin:2px 2px 7px 2px;
    float:left;
   
}
.selectedfabric
{
    width: 21px;
    height:21px;
    border: 1px solid red;    
    cursor:pointer;
}
.FabricImageSmall
{
    height:21px;
    width:21px;   
    cursor:pointer;
}

/*span:hover {background:#ffffff;} /*BG color is a must for IE6*/
span.FabricTooltip span {display:none; padding:2px 3px; margin-left:8px; }
span.FabricTooltip:hover span{display:inline;left:1011px; position:absolute; border:1px solid #cccccc; background:#ffffff; color:#6c6c6c;}

/* MXL KIRAN DROPSHIP-PHASE1 END*/