
                #category .availability-list,   #index .availability-list{

                    padding: 4px;
                    
                    color:white;
                    
                    position: absolute;
                    
                    right:0;
                    
                    bottom:74px;
                    
                    }
                    
                    #category .availability-list-in-stock, #index .availability-list-in-stock{
                    
                    background-color: #00913f;
                    
                    }
                    
                    #category .availability-list-out-of-stock, #index .availability-list-out-of-stock{
                    
                    background-color:  #ff0000;
                    
                    }
                    
                    #category .thumbnail-container{
                    
                    position: relative
                    
                    }
                    #index .availability-list-out-of-stock{
                    
                        position: absolute
                        
                        }
	